Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gianvito
  • Content: Threads
  • Order by date
  1. gianvito

    Print formatted clause

    Hello, I use YAP Prolog. I discovered that portray_clause/2 can print formatted clauses. For example portray_clause((p(_15231):-q(_15231)) prints: p(A):- q(A). Well...if in my code I have the head in a variable and the body in another variable, for example (X = p(_15231) and Y = q(_15231))...
  2. gianvito

    RTP Functions

    Hi all! I have downloaded some sample sources from here: http://java.sun.com/products/java-media/jmf/2.1.1/solutions/index.html With those files I could execute these operations, that I performed using a webcam: -RTP Trasmission (with AvTransmit2.java) -RTP Reception (with AvReceive2.java)...

Part and Inventory Search

Back
Top