From csaka@atlas.net.tr Mon Feb 28 22:52:21 2000 Received: from atlas.net.tr ([212.64.200.32]) by swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id WAA25839 for ; Mon, 28 Feb 2000 22:52:16 +0100 (MET) Received: from csaka [212.64.194.10] by atlas.net.tr (SMTPD32-5.05) id AF381D19014C; Mon, 28 Feb 2000 23:57:12 +0200 Message-ID: <001301bf8235$1d98e460$0ac240d4@csaka> From: "Cuneyt SAKA" To: Subject: My final thesis Date: Mon, 28 Feb 2000 23:45:21 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0010_01BF8245.E079DBA0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 This is a multi-part message in MIME format. ------=_NextPart_000_0010_01BF8245.E079DBA0 Content-Type: text/plain; charset="iso-8859-9" Content-Transfer-Encoding: quoted-printable Dear Jan Wielemaker, =20 I've been preparing my final thesis.It is creating an interface for = a prolog=20 program to formulate fusion reactions.There is already a prolog program which is writen by my advisor.It is written with ALS-Prolog.My advisor = will debug=20 this program for Swi-Prolog and i will develop an interface with XPCE. I've been training myself about XPCE with online manual,xpce = documentation, mailinglist etc. for five months. I will be very glad if you help me about these.I need examples = about XPCE=20 which is developed for basic prolog databases and complex databases.. For example, let's suppose that we have basic prolog database which = calculate density of countries in our basic database.(This example is taken from = Programming in Prolog by=20 W.F. Cloksin and C.S.Mellish). =20 pop(usa,203). pop(india,548). pop(chine,800). pop(brazil,108). =20 area(usa,3). area(india,1). area(china,4). area(brazil,3). =20 density(X,Y) :- pop(X,P), area(X,A), Y is P/A. =20 Or a common complex databases's interface like howers of tanoi.. =20 Which Xpce classes,objects do i need for creating Graphical User = Interface with XPCE for this basic and complex databases. I need many examples about that. (from basic to complex databases.) =20 Thanks for your interest.. =20 With my best regards, Cuneyt SAKA ------=_NextPart_000_0010_01BF8245.E079DBA0 Content-Type: text/html; charset="iso-8859-9" Content-Transfer-Encoding: quoted-printable
 
Dear Jan = Wielemaker,
 
     I've been=20 preparing my final thesis.It is creating an interface for a=20 prolog 
program to formulate = fusion=20 reactions.There is already a prolog program
which is writen by my = advisor.It is=20 written with ALS-Prolog.My advisor will debug
this program for = Swi-Prolog and i=20 will develop an interface with XPCE.
    I've = been training=20 myself about XPCE with online manual,xpce documentation,
mailinglist etc. for = five=20 months.
    I = will be very=20 glad  if you help me about these.I need=20 examples about XPCE
which is developed for basic prolog = databases and=20 complex databases..
   For example, let's suppose = that=20 we  have basic = prolog database=20 which calculate density
of=20 countries in our basic database.(This example is taken from Programming = in=20 Prolog by
W.F. Cloksin and C.S.Mellish).
 
  = pop(usa,203).
  = pop(india,548).
  = pop(chine,800).
  = pop(brazil,108).
 
 area(usa,3).
 area(india,1).
 area(china,4).
 area(brazil,3).
 
density(X,Y) = :-
     =20 pop(X,P),
     =20 area(X,A),
      Y is=20 P/A.
 
    Or a = common=20 complex databases's interface like howers of tanoi.. 
    = Which Xpce=20 classes,objects do i need for creating Graphical User Interface with = XPCE for=20 this basic
    and = complex=20 databases.
    I need many examples about that. (from basic = to=20 complex databases.)
 
   Thanks for your=20 interest..
 
  With my best = regards,
  Cuneyt = SAKA
------=_NextPart_000_0010_01BF8245.E079DBA0--