Filtro

Mis búsquedas recientes
Filtrar por:
Presupuesto
a
a
a
Tipo
Habilidades
Idiomas
    Estado del trabajo
    1,743 prolog trabajados encontrados, precios en USD

    ...of XML Documents', editors=['Luc De Raedt', 'Takashi Washio'], booktitle='Proceedings of the First International ... (MGTS-2003)', pages='75--78', publisher='ECML/PKDD'03 workshop proceedings', year=2003]) ; 2. The DBLP publication server is another on-line bibliographic repository. This server provides links to on-line versions of many papers on publishers' websites (indicated by EE). Write a Prolog predicate get_bibtex_dblp/2 that, given the name of an ILPnet2 library author, returns BibTex representations of his/her papers, extended with a field url=http://... which gives the link to the on-line paper if it is given by the DBLP server. For instance: ?- get_bibtex_dblp(flach,Bibtex). Bibtex = article([authors=[&#...

    $85 (Avg Bid)
    $85 Oferta promedio
    1 ofertas
    PROLOG /LISP + WRITING Finalizado left

    Please see attached for details. This project requires prolog (or lisp) BUT IT IS MOSTLY WRITING. Approx 3 pages... ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ready-to-run condition in the Buyer's environment. b) For all others including desktop software or software the buyer intends to distribute: A software installation package that will install the software in ready-to-run condition on...

    $34 (Avg Bid)
    $34 Oferta promedio
    8 ofertas

    Sorry to all those that were contacted in error - Scriptlance does not offer LISP or Prolog as a category. PROJECT IS MORE WRITING THAN PROGRAMMING.... ~ The deadline for this is 10 pm US PACIFIC TIME ON SUNDAY. * Payment by paypal, is very plausible.

    $45 (Avg Bid)
    $45 Oferta promedio
    1 ofertas
    Expert system Finalizado left

    ...student can take. 2. Second part, creation of the rules. This should be done using a programming language called "PROLOG". It refers to Programming with Logic. Basically, a logic base is created with all the rules and functions that the system needs in order to help or advice the student on what courses to take. The verison of PROLOG that should be used is Amzi Prolog + Logic Server. This can be downloaded from [][1]. There is also a guide for PROLOG commands and how to use them in this environment. THIS SECOND PART IS MANDOTARY. 3. Third part, building of the graphical user interface. This should be done using Visual Basic.Net. Through VB, the SQL and PROLOG should be connected and displayed here. This is a brief descrip...

    PHP
    $196 (Avg Bid)
    $196 Oferta promedio
    3 ofertas
    60393 Prolog Grammar Finalizado left

    Deadline: 21st February 2005. The general idea of this task is to write a small but sophisticated grammar, which constructs a syntactic output for every grammatical input. Your grammar should have the following properties: * It outputs a labelled bracketing for every sentence it parses. * It enforces agreem...suffix + other singular endings get an -s ending + Irregular forms block regular forms. > It has a user interface, which asks the user for input and fails gracefully (i.e. it never exits with “no”, but just reports parsing failure to the user) > The following must be paid particular attention to: - Modular design - Compact, readable Prolog code - Clear, readable output - Efficiency - Ease of use - Quality of the documentation Only those with good knowled...

    $100 (Avg Bid)
    $100 Oferta promedio
    1 ofertas

    Prolog Program: Problem statement: 3 missionaries and 3 cannibals come to the bank of a river they wish to cross. there is a boat that will hold only two, and any of thje group is able to row it. if there are ever more missionaries than cannibals on any side of the river the cannibals wil get converted. WRITE a Prolog program that will devise a series of moves to get all the people across the river without include a test argument list, and the test result. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to

    $22 (Avg Bid)
    $22 Oferta promedio
    1 ofertas

    The document in the zip folder contains definition of several basic predicates that define relationships between people, such as parent. Based on the given basic predicates, you need to create rules that define other predicates. For example, given predicate parents, you will have to define predicate grandparent. A small database is provided using the basic rules, addi...platform(s) specified in this bid request. 3) All deliverables will be considered "work made for hire" under U.S. Copyright law. Buyer will receive exclusive and complete copyrights to all work purchased. (No GPL, GNU, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site per the coder's Seller Legal Agreement). ## Platform Must use SWI Pro...

    $24 (Avg Bid)
    $24 Oferta promedio
    8 ofertas
    61167 prolog Finalizado left

    prolog program

    $70 (Avg Bid)
    $70 Oferta promedio
    1 ofertas

    Have to implement some formal logic using prolog ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ready-to-run condition in the Buyer's environment. b) For all others including desktop software or software the buyer intends to distribute: A software installation package that will install the software in ready-to-run condition on the platform(s) specified in this bid request. 3) All deliverables will be...

    $23 (Avg Bid)
    $23 Oferta promedio
    3 ofertas
    Prolog Finalizado left

    Implement a batch mode processor for Prolog. Implement facts, rules, and questions, and the integer operations +, -, *, and /. ## Deliverables Prolog is a declarative language in which the major statements are: facts rules questions Abstractly, we might say: fact: It rained on October 29. rule: If it rained on day X, then I used an umbrella on day X. question: Did I use an umbrella on October 29? We might write these in Prolog as: rained(october29). used_umbrella(X) :- rained(X). ?-used_umbrella(october29). which would give the response yes or rained(october29). used_umbrella(X) :- rained(X). ?-used_umbrella(Date). which would give the response Date=october29 (In Prolog a constant begins with a lower case letter and a variable...

    $59 (Avg Bid)
    $59 Oferta promedio
    2 ofertas
    Prolog Assignment1 Finalizado left

    This is a simple prolog program, Please note that there are three of them in .zip format. I need these asap. Please take look at them and if you think you will be able to do them, send me your price. I can't afford much since I am a student, so please suggest a fair price. Good luck ## Deliverables 1. Develop a Prolog program that selects three courses' names from six at random. Program clauses include data about six courses (for each course: number, name, instructor-you may add more characteristics if needed by your program). The goal is to select three courses' names at random (i.e. goal: ? random_course(3)). 2. Use 'findall' (or equivalent depending on your Prolog version - findall is used to collect values obtained from backtracking in...

    $34 (Avg Bid)
    $34 Oferta promedio
    1 ofertas
    Prolog assignment Finalizado left

    Please read the attached pdf for complete details. Very easy money for someone that speaks Prolog. This project requires the programmer to design a running DB that follows a specified grammer and perform some simple queries. Please have your code compatible with UNIX (SunOS 5.8 ). You are supposed to implement two DBs for grammer G1 defined in the assignment. * Please code the two DB in seperate files. * I will run queries to test your DB. * Sample query for DB1: s([a,+,b,a],R). * Results: R=[3,5,8,1] * Sample query for DB2: s([a,a,*,a,a,a,+,a,a],Z) * Results: Z = [[startopen a],[a], [close,*,open],[a],[a],[a],[close,+,open],[a], [a,closend]] [representing ( a,a,),*,( ,a,a,a,),+,(,a,a )] ## Deliverables 1) Complete and fully-functional wor...

    $42 (Avg Bid)
    $42 Oferta promedio
    1 ofertas
    Programing in Prolog Finalizado left

    In this programming project, you will write the shift/reduce parser in is a description of the project. "" The only auxiliary file you need is: utilities.pl."" Look at the file that i have attached, it has the full description of the program giv...symbol on the input list. If the shift and reduce actions have been executed correctly up to this point, then *token* should be an operator, and the rule is simple: *_* If *op* *<**_* *token*, do a shift action. 4 *_* If *op* *_**>* *token*, do a reduce action. ## Platform we use Exceed1.5 in school, so it runs on remus account. But i don't know if anyother software u can use to run the prolog program.

    $5 - $10
    $5 - $10
    0 ofertas
    Programming in Prolog Finalizado left

    In this programming project, you will write the shift/reduce parser in Prolog. Here is a [description][1] of the only auxiliary file you need is: [][2]. Look at the file that i have attached, it has the full description of the program given, what exactly u need to do. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ready-to-run condition in the Buyer's environment. b) For all others including

    $5 - $10
    $5 - $10
    0 ofertas
    ProLog Finalizado left

    Simple calculations using Prolog Print - Get a number input or hardcode them. Print - Get the number of items in the list. Print - Sum the list. Print - Computer the average. Print - Compute the average using float Print - Count the number of variables that are > average Print - Count the number of variables that are < average Print the total number of values greater than the average Print the total number of values smaller than the average Print the smallest number Print the largest number ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web ...

    $4 (Avg Bid)
    $4 Oferta promedio
    1 ofertas

    Hi, I need help on the programming part of this assignment. Click this click to go to the details of the assignment. ~pwang/203-AI/Assignment/

    $40 (Avg Bid)
    $40 Oferta promedio
    1 ofertas

    I am looking for a simply SEQUITUR algorithm in PROLOG for finding the regularity in datasets, this mini-project is requested to be finished before 5th October. Cheers, ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows?(depending on the nature?of the deliverables): a)?For web sites or?other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ready-to-run condition in the Buyer's environment. b) For all others including desktop software or software the buyer intends to distribute: A software?installation package that will instal...

    $27 (Avg Bid)
    $27 Oferta promedio
    2 ofertas
    A Small Prolog Program Finalizado left

    Hello there, I need help to write a small Prolog program. The zip file attached has the image of the problem. It's exercise 14.1 (ii) from the book, The Art of Prolog, by Sterling and Shapiro. It should be fairly easy, but the problem is I DON'T KNOW PROLOG...... So, please have a look at the problem and give me a quote and time if you can do it ;^) P.S. the program needs to be commented. Thank you. Regards, CoolFish ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place i...

    $19 (Avg Bid)
    $19 Oferta promedio
    3 ofertas
    Postscript prolog Finalizado left

    We are developing a Postscript program working with version 8.01 of the Ghostscript Postscript interpreter. Prior to submitting the file to Ghostscript, we are passing the file through a prolog program (using Postscript language) that performs certain types of color conversions that the Ghostscript itself is not capable of performing. We need Postscript code that will be included in this prolog program. In particular, we need code that will convert all RGB, Hsb etc. images into CMYK using Cie-Color. Our preference is not to re-write dictionaries for each type of image as this would require too much work. Instead, we would prefer a solution that modifies the device output to use CMYK and Cie Color. ## Deliverables 1) Complete and fully-functional working program(s) in execu...

    $510 (Avg Bid)
    $510 Oferta promedio
    1 ofertas
    Prolog Assignment... Finalizado left

    I'm writing to ask if you think you can do a Prolog assignment I no longer have time to complete successfully. As I don't want a description of this assignment on the internet (i.e searchable) please see the attached Word file below for the description etc (in the 'Additional Files' section) I just want to get an idea if you think you can do it and if so i'll set something up soon, as the deadline for it is in a month or so. This should only take an experienced Prolog programmer a few hours I think. Thanks ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of...

    $80 (Avg Bid)
    $80 Oferta promedio
    3 ofertas
    69885 prolog Finalizado left

    hi need prolog assignment need to be done, please reply asap. regards

    $75 (Avg Bid)
    $75 Oferta promedio
    1 ofertas

    to modify the Prolog code for parsing simple sentences Here's the original parsing code: -------------------------------------------------------------------------------- % grammar rules: s(P1,P3,s(NP,VP)) :- np(P1,P2,NP), vp(P2,P3,VP). vp(P1,P3,vp(v(Verb),NP)) :- v(P1,P2,Verb), np(P2,P3,NP). np(P1,P2,np(name(Name))) :- proper(P1,P2,Name). np(P1,P3,np(art(Art),noun(Noun))) :- art(P1,P2,Art), noun(P2,P3,Noun). % sample lexicon entries: isname(john). isverb(eats). isart(the). isnoun(cat). % rules to build lexical constituents: art(From, To, Word) :- word(Word, From, To), isart(Word). noun(From, To, Word) :- word(Word, From, To), isnoun(Word). v(From, To, Word) :- word(Word, From, To), isverb(Word). proper(From, To, Word) :- word(Word, From, To), isn...

    $51 (Avg Bid)
    $51 Oferta promedio
    1 ofertas
    Alpha-Beta Game Finalizado left

    a two player game which could be played human against computer using mini-max with alpha-beta pruning (AI). Any programming language can be used (Lisp, C++, Pascal, Prolog, etc.) tic-tac-toe, Othello, or any of the completed gameworks sample programs are not accepted. It's advised to choose an easy game and not worry about fancy graphical output (GUI is not a requirement) The program must be well commented with sample runs (with neatly organized output) ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever ex...

    $30 - $130
    $30 - $130
    0 ofertas

    Hello, Please check the project specification I have to deliver until 31th May. It is about? implementing a machine translation system in prolog. I am? NOT looking for somebody who will do the job instead of me (The final implementation of the project will be my original work), but a good prolog programmer who is proficient in machine translation issues and who will be tutoing me during the project implementation. I already have a good background of theory and some prolog practice. But the thing is I am overloaded and do not have enough time to invent the wheel again and again. I just need somebody who will answer my questions and provide me sample source code (even 5-6 lines would do the job if selected carfeully)? to speed up the process. S/he is not also require...

    $37 (Avg Bid)
    $37 Oferta promedio
    2 ofertas
    prolog Finalizado left

    i need this done by tomorrow if you can. the program must compile and run in linux. please include comments explaining your code. thank you. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ready-to-run condition in the Buyer's environment. b) For all others including desktop software or software the buyer intends to distribute: A software installation package that will install the software in ready-to-run cond...

    $14 (Avg Bid)
    $14 Oferta promedio
    2 ofertas
    prolog project Finalizado left

    there are 2 files in the zip file please complete all questions with detailed comments, by tommorow 10am (UK GMT). the work must also run and compile in linux. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ready-to-run condition in the Buyer's environment. b) For all others including desktop software or software the buyer intends to distribute: A software installation package that will install the software i...

    $15 - $20
    $15 - $20
    0 ofertas

    Hi! I got stuck with a small prolog predicate and needs help to solove this. The description is getIntentions1(Options, Beliefs, Intentions, Intentions1) which has four arguments: a list of options each of the form goal(X,Y,S), a list of beliefs (here containing one term of the form at(X,Y)), the current list of intentions each of the form goal(X,Y,S), and computes a list which contains the new options inserted into the current list of intentions in order of the Manhattan distance of the goal from the agent's current location. If an option is the same distance from the agent as an existing goal, the new goal should be placed later in the list. HERE, I have my program and it does not produce the expected output. I need help to fix this. See the attached...

    $51 (Avg Bid)
    $51 Oferta promedio
    2 ofertas
    prolog project Finalizado left

    there are 2 files attached with the document. please include comments of your code in detail. the program must also compile and run in linux. the work must also be completed before tomorrow (thursday), 11 pm (GMT UK). ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ready-to-run condition in the Buyer's environment. b) For all others including desktop software or software the buyer intends to distribute: A soft...

    $12 (Avg Bid)
    $12 Oferta promedio
    1 ofertas
    prolog Finalizado left

    there are 2 files attached with the document. please include comments of your code in detail. the program must also compile and run in linux. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ready-to-run condition in the Buyer's environment. b) For all others including desktop software or software the buyer intends to distribute: A software installation package that will install the software in ready-to-run con...

    $10 - $15
    $10 - $15
    0 ofertas

    This is a very simple Prolog project . please be sure before you bid that you understand the project and be sure that you are able to do it completly without bugs and doing all the fucntions. _______ Name of the project : C syntax Write a prolog program that evaluates a C arithmetic expression by applying the ( PRECEDENCE OPERATOR RULES ). your program should encode the grammer for the following operators: parenthesis unary operators arithmetic operators comparison operators logical operators the project is opened for Discussion and more details in the attached text file, please download it. _________ please see the link down and download the file , it contains two small files which give a reminder for prolog programming language and small practise ...

    $20 (Avg Bid)
    $20 Oferta promedio
    1 ofertas
    Prolog Lab for Class Finalizado left

    PROLOG Lab DESCRIPTION: A team of Smithsonian sociologists has undertaken a study of Dark Hollow, a small mountain community in the deep south. The results to date have been shocking. Taboos against adultery and incest appear to be nonexistent. Everyone seems to be related to everyone else. The team has assembled a body of facts and (for your convenience) has encoded them in a Prolog database (See PROCESSING RULES). Your job is to write a program that will deduce relationships among the residents of Dark Hollow. Each one should be expressed as a rule. Illegitimate is of arity 1 (have one argument); all other relations are of arity 2. Formulate your rules so that "f(X,Y)" is to be interpreted as "X is the (an) f of Y". For example, "mother(X,Y)" s...

    $6 (Avg Bid)
    $6 Oferta promedio
    2 ofertas
    Programmin Paradigm Finalizado left

    Required to choose a representative language for *each* of the paradigms, from those shown below, to develop a ***rudimentary* airline timetable.** This single problem will therefore be addressed using each of the four distinctive approaches. **Paradigm Language.** Imperative: Pascal, C Functional: Haskell Object Orientated: C++, Java Logical: Prolog Information for the timetable will be given in an attached document along with specifics detailing the requirments for the programs. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done - **fully annotated code**. these programs do not need front ends, fancy graphics or extra details, just the base code and working program is sufficient. ...

    $49 (Avg Bid)
    $49 Oferta promedio
    10 ofertas

    I require someone to do a straight forwards project for me. The Project is in two part - a statement as a semantic network. the diagram of the semantic network into valid PROLOG syntac.

    $300 (Avg Bid)
    $300 Oferta promedio
    1 ofertas

    Please see attatched file. I will provide some questions on part two to help you understand it. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) All deliverable...the platform(s) specified in this bid request. 3) All deliverables will be considered "work made for hire" under U.S. Copyright law. Buyer will receive exclusive and complete copyrights to all work purchased. (No GPL, GNU, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site per the coder's Seller Legal Agreement). ## Pl...

    PHP
    $38 (Avg Bid)
    $38 Oferta promedio
    1 ofertas

    see attatched. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Exclusive and complete copyrights to all work purchased. (No GPL, GNU, 3rd party components...all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Exclusive and complete copyrights to all work purchased. (No GPL, GNU, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site per the coder's Seller Legal Agreement). ## Platform p...

    $25 (Avg Bid)
    $25 Oferta promedio
    1 ofertas

    This project is due Thurs Dec 11 by 10pm (with a possible late day for friday by 10pm) I need it done ASAP or i'll fail :P...anyways according to everyone i know its only about 40 or less lines of code..shouldn;t be too bad for anyone who knows prolog..learning the prolog is the hardest part! enclosed is the project description and input files.. `none ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Exclusive and complete copyrights to all work purchased. (No GPL, 3rd party components, etc. unless all copyright ramifications are exp...

    $34 (Avg Bid)
    $34 Oferta promedio
    1 ofertas
    SIMPLE PROLOG PROJECT Finalizado left

    please see attatched file, for specification. The program is simple to write and should not take long ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this b...well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Exclusive and complete copyrights to all work purchased. (No GPL, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site). ## Platform must be a prolog source file (.pl)

    $38 (Avg Bid)
    $38 Oferta promedio
    3 ofertas
    PROLOG Finalizado left

    Please see attached file prolog.zip. there is a lot of text, but the problem is straightforward. it is basicall...attached file prolog.zip. there is a lot of text, but the problem is straightforward. it is basically creating a search algorithm in prolog that works for a number of rules. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Exclusive and complete copyrights to all work purchased. (No GPL, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site). ## Platform must be a prolog ...

    $30 - $100
    $30 - $100
    0 ofertas
    max functions Finalizado left

    i need help writing a lisp function that will return the largest number in a list of entered integers. I also need the same thing but in prolog. And i need a C++ program that will accept10 integers and it an object. it needs to return the maximum number and its position. Help with one or all of these is appreciated. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Exclusive and complete copyrights to all work purchased. (No GPL, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site). ## ...

    $8 (Avg Bid)
    $8 Oferta promedio
    9 ofertas
    300666 Prolog Finalizado left

    Hi, I am looking for a programmer who could get the following request done by (US PST) 11:00pm on 11/4/03. an unification program to make the following prolog queries run. [X, Y, Z] = [1, 2, 3]. [[[X, [[Y, Z]]]]] = [[[1, [[2, 3]]]]]. X = [1, 2, 3]. [Head | Tail] = [1, 2, 3]. [Head Tail] = [1, 2, 3]. .(HEAD, TAIL) = [1, 2, 3]. [X, Y, Z] = 3. [X, Y] = [1, 2, 3]. [X, Y, Z] = [1, 2]. [Head | Tail] = 1. X = [1, 2, 3]. X = 3. [A, B, [[C]], D] = [1, 2, 3, 4]. [A, B, C, D] = [1, 2, [[3]], 4]. [A, B, [], D] = [1, 2, 3, 4]. [A, B, [], D] = [1, 2, [], 4]. [X, Y] = [1]. .(X, Y) = [1, 2, 3]. [X | Y] = [1, 2, 3]. .(X, Y) = [1]. [X | Y] = [1]. .(X, Y) = .(1, []). [X | Y] = .(1, []). .(X, Y) = .(1, 2). .(X, Y) = [1, 2]. .(X, Y) = .(1, .(2, [])). Here is some examples output (working in Scheme...

    $35 (Avg Bid)
    $35 Oferta promedio
    1 ofertas
    Prolog project Finalizado left

    Please see the attached file for project description ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Exclusive and complete copyr...complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Exclusive and complete copyrights to all work purchased. (No GPL, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site). ## Platform Output file must be a prolog source file (.pl)

    $30 - $45
    $30 - $45
    0 ofertas
    prolog Finalizado left

    check attachment for details ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Exclusive and complete copyrights to all work purchased. (No GPL, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site). ## Platform unix

    $15 (Avg Bid)
    $15 Oferta promedio
    3 ofertas
    Prolog Assignment Finalizado left

    Fully Working Commented Assignment Should work on UNIX Should work on PSW-PROLOG on UNIX platform ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Exclusive and complete copyrights to all work purchased. (No GPL, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site). ## Platform UNIX

    $15 (Avg Bid)
    $15 Oferta promedio
    3 ofertas
    Prolog Finalizado left

    Small prolog assignment plz see the attachted file. Should run on Unix We use SWI-Prolog on unix thanks. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Exclusive and complete copyrights to all work purchased. (No GPL, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site). ## Platform Unix

    $15 (Avg Bid)
    $15 Oferta promedio
    3 ofertas
    Prolog Finalizado left

    see doc ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Exclusive and complete copyrights to all work purchased. (No GPL, 3rd party components, etc. unle...executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Exclusive and complete copyrights to all work purchased. (No GPL, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site). ## Platform ...

    $11 (Avg Bid)
    $11 Oferta promedio
    2 ofertas
    Prolog- Double Queue Finalizado left

    ...number full: doublequeue ? boolean Part II Code this all up using Prolog! Specifically, here is what your project should do. Your code should look for input in a text file called proj2input (no extension). The material in this file is to be read in and processed. Processing this material consists in simulating (or perhaps actually maintaining? Is there a difference?) a double-ended queue. For this project, a data object of type "element" will simply be a string of lower-case alphabetic characters. A data object of type "number" will be a nonnegative integer. Your task in Part I is to write up axioms for this definition of "doublequeue". Two hints: Part II Code this all up using Prolog! Your code should look f...

    $76 (Avg Bid)
    $76 Oferta promedio
    1 ofertas
    Small Prolog program Finalizado left

    The program should be a small expert system in prolog which allows the user to tell the difference between the symptoms of Flu and meningitis. Can provide more info, if requested ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Exclusive and complete copyrights to all work purchased. (No GPL, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site). ## Platform Should be able to run in prolog

    $56 (Avg Bid)
    $56 Oferta promedio
    10 ofertas
    JOBS PUZZLE in PROLOG Finalizado left

    Use prolog to solve the following problem ... Jones, Smith, and Clark hold the jobs of programmer, knowledge engineer, and manager ( not necessarily in that order.) Jones owes the programmer $10.00. The manager's spouse prohibits borrowing money. Smith is not married Which person holds which jobs? A simple undergrad program written in AI, with comments, and a short description should be provided. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Exclusive and complete copyrights to all work purchased. (No GPL, 3rd party components, etc. unless all co...

    $10 (Avg Bid)
    $10 Oferta promedio
    4 ofertas
    Perl and more... Finalizado left

    I need someone with a knowledge of perl, java, and perhaps, prolog. FInd the description in the attached file. Timeline: 2 weeks with intermediate deliverables. Thank you. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. ## Platform Windows, current version of Java.

    $148 (Avg Bid)
    $148 Oferta promedio
    2 ofertas

    I need a coder that knows Haskell and Prolog well. I have a few questions/problems that i would like to be solved. Time will be a constraint on this, and the coder will have within 2 days to complete the problems. The problems are easy and thus should not take more then 5-6 hours total to complete (time is less if the programmer is expericed in the 2 languages). ## Deliverables 1) Source Code for the problems 2) source code is to be well documented so it is understandable 3) Brief test results done to verify the problems acheive the required results ## Platform Windows Swi Prolog

    $77 (Avg Bid)
    $77 Oferta promedio
    7 ofertas

    Principales artículos de la comunidad prolog