Filtro

Le mie ultime ricerche
Filtra per:
Budget
a
a
a
Tipo
Competenze
Lingue
    Stato del lavoro
    1,744 prolog lavori trovati, prezzi in EUR
    card game on prolog Terminato left

    baccarat on prolog: What need to be implemented: - Involve only the dealer (computer) and a single player (the user) - No betting, but the program need to keep track of the number of wins, losses and ties for the player. - No sophisticated user interface - just a command line interface is required. - May assume an infinite deck of cards(e.g. if the card 2 of hearts has been deal to a banker, it can also be dealt to the player). Rules of the game summary: - Two cards are dealt to the player and the banker (computer). - If the score for the player or the banker is 8 or 9 - the game stops (e.g. it is a good enough score). - Else the player can choose weather or not he wants to draw another card - For the banker - if the score is less than 5, another card id dealt to t...

    €230 (Avg Bid)
    €230 Offerta media
    2 offerte

    Zlecę napisanie 4 programów (z komentarzami) w języku (do wyboru) Java, C lub C++ Tematy: 1. Rozpoznawanie obrazów - rozpoznawanie figur ge...tam się znajduje (mogą tam być proste kształty geometryczne jednak program musi wsiąść poprawkę na to że np. trójkąt będzie obrócony do góry nogami.) 2. Steganografia - metoda LSB, ukrywanie informacji w obrazie- program który koduje jakaś informacje w obrazie a później ma możliwość ją odkodować 3. Sieci neuronowe nieliniowe - rozpoznawanie kilku znaków z matrycy 8x8 lub 10x10. 4. Prolog - system regułowy, rozpoznawanie chorób na podstawie symptomów- czyli podaje ze mam katar ból głowy i coś tam a program ustala że najprawdopodobniej mam grypę, tak...

    min €2
    min €2
    0 offerte
    JAVA Swings + Prolog Terminato left

    URGENT Requirement For Developing a JAVA tool that communicated with Prolog the work is done 90% only grabbing the output from prolog is remaining and the same tool with same functionalities in web application strict duration 12hrs of time for both stand alone + web app so over all 10% stand alone tool + 100% web app = 12hrs time $20 + $50 = $70 ready to start immediately 1st Payment will be made aftr finishing the 10% of stand alone tool the rest will be paid as web app is completed

    €92 (Avg Bid)
    €92 Offerta media
    4 offerte

    Hi, I have a product called Prolog Manager which is a project management tool. It uses a backend of either SQL server 2005 or 2008. There are 8 forms in the software that I would like to be able to update in the field via an iphone. unfortunately there is no demo to give you a link to but whoever wins I will make a copy of prolog available to via goto meeting. Also I can send you the SQL database to work with to give you an idea of how much work is involved I have attached screen shots of the 8 forms ( some have more than 1 tab hence why there is more than 8 screen shots) so would like similar looking screens on iphone as I don't know how this would work can you give me a brief description as well. Also please put in your bid how long the project...

    €2141 (Avg Bid)
    €2141 Offerta media
    5 offerte

    Zlecę napisanie 4 programów (z komentarzami) w języku (do wyboru) Java, C lub C++ Tematy: 1. Rozpoznawanie obrazów - rozpoznawanie figur geometrycznych na podstawie ...tam się znajduje (mogą tam być proste kształty geometryczne jednak program musi wsiąść poprawkę na to że np. trójkąt będzie obrócony do góry nogami.) 2. Steganografia - metoda LSB, ukrywanie informacji w obrazie- program który koduje jakaś informacje w obrazie a później ma możliwość ją odkodować 3. Sieci neuronowe nieliniowe - rozpoznawanie kilku znaków z matrycy 8x8 lub 10x10. 4. Prolog - system regułowy, rozpoznawanie chorób na podstawie symptomów- czyli podaje ze mam katar ból głowy i coś tam a program ustala że najpr...

    min €2
    min €2
    0 offerte

    Witam, Zlecę napisanie 4 programów w dowolnym języku: 1. Rozpoznawanie obrazów - rozpoznawanie figur geometrycznych ...co tam się znajduje (mogą tam być proste kształty geometryczne jednak program musi wsiąść poprawkę na to że np. trójkąt będzie obrócony do góry nogami.) 2. Steganografia - metoda LSB, ukrywanie informacji w obrazie- program który koduje jakaś informacje w obrazie a później ma możliwość ją odkodować 3. Sieci neuronowe nieliniowe - rozpoznawanie kilku znaków z matrycy 8x8 lub 10x10. 4. Prolog - system regułowy, rozpoznawanie chorób na podstawie symptomów- czyli podaje ze mam katar ból głowy i coś tam a program ustala że najprawdopodobniej mam grypę, takich chorób ma ...

    min €2
    min €2
    0 offerte

    Write a Prolog rule that takes a simple list of numbers as its parameter and returns the second largest and second smallest numbers in the list. The returned values should be in a list as (smallest largest). Note that if needed, you can define other auxiliary functions which the minmax function or rule can call in its body. Sample run (Prolog): minmax([1 2 3 4 5], L) L=[2 4] Yes

    €8 (Avg Bid)
    €8 Offerta media
    3 offerte

    I have a small simple program that needs to be written and commented I have 7 criterias to be met and its pretty simple for someone who knows what they are doing. PM me for more details.

    €57 (Avg Bid)
    €57 Offerta media
    5 offerte

    I need my site to work with this....... Im getting this error: Using Exception : : Content is not allowed in prolog. : Content is not allowed in prolog. I need it fixed.

    €42 (Avg Bid)
    €42 Offerta media
    2 offerte

    Need a prolog program to do the following: e.g. shunt(['(',1,+,2,')',*,3],X) will return X=[1,2,+,3,*] shunt([20,-,5,*,4,+,2],X) will return X=[20,5,4,*,-,2,+]. shunt(['(',a,+,b,')',*,c],X) will return X=[a,b,+,c,*] Need a basic approach not very complicated. needs to be original and will be checked.

    €31 (Avg Bid)
    €31 Offerta media
    2 offerte
    Prolog Assignment Terminato left

    Let the squares of the chessboard be represented by pairs of their coordinates of the form [X; Y ], where both X and Y are between 1 and 8. (a) Defi ne the relation jump(Square1,Square2 ) according to the knight jump on the chess- board. Assume that Square1 is always instantiated to a square while Square2 can be unin- stantiated. For example: ?- jump([1; 1]; S). S = [3; 2]; S = [2; 3]; no (b) Defi ne the relation knightpath(Path) where Path is a list of squares that represent a legal path of a knight on the empty chessboard. (c) Using this knightpath relation, write a question to find any knight's path of length 4 moves from square [2; 1] to the opposite edge of the board (Y = 8) that goes through square [5; 4] after the second move. Submit two (ascii) files. The ...

    €92 (Avg Bid)
    €92 Offerta media
    1 offerte

    Witam, poszukuję programistę prologa. Chodzi i zaprogramowanie kilku stosunkowo prostych rzeczy. Szczegóły na maila. W razie potrzeby proszę o kontakt: antek11@ pozdrawiam serdecznie

    €74 (Avg Bid)
    €74 Offerta media
    1 offerte
    Java Swings project Terminato left

    This is an urgent requirement of the project based on two versions of development Stand alone: java swings + sisctus Prolog a java swings tool will be running at the front end and back end an intelligent solver will be running in prolog at the back end Web Application : Php + Prolog the same project in web version in Php (front end user interface at client side and sisctus prolog will b running at the server) If expert in any java swings or php can bid pls try to attach some sample work as it is urgent work can be started immediately once the person is able to convince the capabilities

    €170 (Avg Bid)
    €170 Offerta media
    9 offerte

    We are looking for an experienced AI developer skilled in Natural Language Processing (NLP) and particularly Prolog and/or Perl to work on an exciting machine learning project, which involves analysis of large database containing people and corporate names. The need is for a particular project with potential for expansion in the future if the person qualifies and show willingness to work with a team of professionals. ## Deliverables The qualified candidates must be: 1) Very experienced in Prolog and/or Perl 2) have done NLP development before 3) know how to use MySQL db 4) knowledge of Linux is a plus 5) Very responsive and available for conference calls and/or online group meetings with other team members 6) Very reliable 7) Able to meet deadlines 8...

    €12 / hr (Avg Bid)
    €12 / hr Offerta media
    5 offerte
    Prolog Translation Terminato left

    I am looking for someone to convert the old Turbo Prolog GeoBase program to run under the SICStus prolog system (<>). The Turbo Prolog GeoBase program can be found at: <~mauro/ine6102/TProlog/> And includes the following files. , and Geobase.pro.

    €28 - €91
    €28 - €91
    0 offerte
    Prolog problem Terminato left

    Hello, I need Prolog programmer to complete my Prolog project. It is very simple project and all you need to do is: -create mysql database -copy some of terms to database -connect Prolog program with database -create loop that fills predicates with terms from database. Prolog program needs to work like these predicates were defined at the beginning of program. I know that is simple project so my budget is 10$

    €28 - €230
    €28 - €230
    0 offerte

    ...category. so total will be 240 code snippets. * ActionScript * ActionScript 3 * Apache * AppleScript * ASP * Assembler * Bash * C * C# * C++ * ColdFusion * CSS * Delphi * DOS Batch * Fortran * HTML * iPhone * Java * JavaScript * jQuery * Lisp * MatLab * Maxscript * MXML * MySQL * Objective C * Other * Pascal * Perl * PHP * PL SQL * Prolog * Pseudocode * Python * Rails * SmallTalk * Smarty * SML * SPSS * SQL * SVN * Symfony * TCL * VB.NET * Visual Basic * XHTML * XML * XSLT With each code snippet, you will provide Title: a meaningful title (like "How to Change the File Date and Time in Java using Commons IO") Desc: a short desc about what the code will do ...

    €292 (Avg Bid)
    €292 Offerta media
    2 offerte

    I need a program in Prolog for the NQueen programm. The followings are required: 1) write code using Hill Climbing algorithm for finding the solution 2) write code using Beam Search algorithm for finding the solution 3) use SWI Prolog

    €184 (Avg Bid)
    €184 Offerta media
    1 offerte

    Zadania dotycza jezyka prolog, nalezy je wykonac w programie visual prolog baze wiedzy zawierajaca kilkanascie faktów i kilka reguł, która dotyczy (jedna do wyboru): a) relacji rodzinnych, b) informacji o okreslonych panstwach (poło#enie, stolica, powierzchnia, liczba ludnosci), c) informacji o przedmiotach w szkole (uczniowie, prowadzacy, przedmioty i relacje mie- dzy nimi). Dla wybranej bazy utworzyc odpowiednie zapytania dotyczace faktów w niej zawartych. w Prologu program poszukujacy drogi w labiryncie. Przykładowy program rozwiazujacy powy szy problem znajduje sie w pliku labirynt.pro. Na podstawie tego programu wykonac nastepujace zadania: a) utworzyc nowy projekt labirynt i umiescic w nim program , a nastepnie uruchomic program ...

    min €2
    min €2
    0 offerte

    I require to build an expert / knowledge base system with Prolog Programming. fully working system including an interface (website - this can be done in any programming language) connecting to the prologdatabase, commented source code with step by step instructions on how everything has been done and screen prints I have put together a rough list of functionalities that I think the system should have. Please feel free to edit these if you need to and please let me know if any of these are not possible. Also, could you add your suggestions as to how I can make this project more interesting / better. Will you be able to provide me with explanations and screen prints to source code when you implement this so I can add these to my report?

    €113 (Avg Bid)
    €113 Offerta media
    2 offerte
    Prolog Expert System Terminato left

    I require someone to build an expert / knowledge base system with Prolog Programming. I need some ideas on what to build the system for, for example diagnosing a disease, or a database system. This is still open for any suitable decisions. I am a beginner in this area and am trying to learn prolog. So if a prolog programmer could produce an expert system with step by step instructions on how it has been built so I could build a similar system myself that would be great! Please message me for any suggestions you may have.

    €23 (Avg Bid)
    €23 Offerta media
    1 offerte

    I am looking for someone who can be able to compile the free library for SWI prolog on iphone. I want to be able to run simple commands of prolog on iphone. The design si simple and clear with standard iphone GUI i just need to be able to see results of commands on prolog. It is mandatory to compile the library of prolog no workaround is allowed.

    €490 (Avg Bid)
    €490 Offerta media
    3 offerte
    The Easy Lazy Bot Terminato left

    This is an automated gambling Bot, The type that is used by Betfair. It is to be programmed in Prolog and is to incorporate neural nets. The Bot is to work in the background on a home computer and gamble 24 hours a day, both sides of the globe. I would like it to be able to not only gamble on betfair but also other gambling sites. The Bot should also be able to predict lottery numbers for the main lottery games in the UK, America, europe etc. Also football is to be included in the Bot. Provided you understand about Gambling Bots, and what they entail, the programming should be straight forward.

    €520 (Avg Bid)
    €520 Offerta media
    1 offerte

    ...all readers I would like to invite some one experienced to fix the few existing security holes on the live web site and also integration of few list already present on the php my admin to site's " My Admin" Note: Please make sure and read below, before responding to this work: • If you can complete this assignment by Sunday, Oct.19th, 2010 • No games of delay will be tolerated to prolog the work: • If you have enough time available to work on this small assignment • If you are experienced and do not just hunt for over load of work, which you do not have intention to complete on On Time any way, than no need to respond • Thanks and my apology for the blunt but honest words. • Total cost for this assignmen...

    €92 (Avg Bid)
    €92 Offerta media
    5 offerte

    Hi, You are required to solve both of the attached Prolog and Scheme should be delivered on September 30th. Thank you.

    N/A
    N/A
    0 offerte

    Hi, You are required to solve both of the attached Prolog and Scheme problems. Solution should be delivered on September 30th. Thank you.

    N/A
    N/A
    0 offerte

    Hi, You are required to solve both of the attached Prolog and Scheme problems. Solution should be delivered on September 30th. Thank you.

    €74 (Avg Bid)
    €74 Offerta media
    1 offerte

    please contact me for details i want u to do this work http://www.freelancer.com/projects/Perl-C-Programming/prolog-neural-network-related.html if someone can do pls let me know the time u can complete and if u are really confident thanks tutorapex :)

    €28 - €230
    €28 - €230
    0 offerte

    NB: i need help on my mini-project in visual prolog to create a handwritten recognition using neural networks.... i have already a simple interface, the progress bar,as well the neural networks successfully built but all in different programs, I need someone to put them all together as well the algo and make it work as the one here This link takes you to the example of the application that I want 1. It should be a Handwritten recognition system using neural networks. It should be able to accept handwritten documents from scanners or any device and convert it into ASCII character/ computer text. It should also have neural networks, training data set, learning etc.. 2. It should not be that complex so long it is functioning as

    €230 (Avg Bid)
    €230 Offerta media
    2 offerte

    Create a web-based application, based on Prolog (CLP) to create a timetable for students. The constraints and requirements will be given.

    €28 - €4596
    €28 - €4596
    0 offerte
    Prolog Algorithm Terminato left

    I need a PROLOG algorithm for a matrix generator wich shall be interpreted by Java as a map for PacMan ## Deliverables requirements notice: As originally posted, this bid request does not have complete details. Should a dispute arise and this project go into arbitration "as is", the contract's vagueness might cause it to be interpreted against you, even though you were acting in good-faith. So for your protection, if you are interested in this project, please work-out and document the requirements onsite.

    €78 (Avg Bid)
    €78 Offerta media
    1 offerte
    PacMan in Prolog Terminato left

    **I want the PACMAN Game that contains a algorithm that automaticly generates the maps from one level to other in Prolog. The application must run like an Applet (Java) and to allow me to change the level with a simple combination of keys (from the keyboard).***** ***

    €210 (Avg Bid)
    €210 Offerta media
    4 offerte

    Zlecę wykonanie prostego programu w prologu (dowolny, do wyboru przez autora) oraz zwizualizowanie drzewa wywodów, konstruowanego przez prolog. Czyli na wejściu mamy mieć pewien program prologowy (wspomniany wyżej dowolny, prosty programik) i zapytanie do niego i trzeba zwizualizowac drzewo wywodów dla tego programu i zapytania. Drzewo wywodów ma być rysowane (grafika) Opis przykładowego zagadnienia jest na stronie internetowej ~ameis/

    min €2
    min €2
    0 offerte

    Witam Poszukuję kogoś kto mógłby wykonać pewien projekt na zaliczenie: Zagadnienie: Mam za zadanie zwizualizowanie drzewa wywodów, konstruowanego przez prolog. Czyli na wejściu mamy mieć pewien program prologowy (może być jakiś prosty programik) i zapytanie do niego i trzeba zwizualizowac drzewo wywodów dla tego programu i zapytania. Trzeba skorzystać np. z XPC &#8211; jeśli dobrze zrozumiałem nazwę, mogłem coś przekręcić (chodzi chyba o graficzna strone - rysunek drzewa wywodów), Opis problemu i przykład jest na stronie internetowej ~ameis/

    min €2
    min €2
    0 offerte
    Logic Programming Terminato left

    Need the following questions answered: 1) Discuss Logic Programming. What is the computer that is "executing the code"? Is there code? How is it Turing complete? 2)Discuss the implementation of the GCD algorithm in C (iterative only), Lisp (or Scheme) and Prolog. This needs to be completed today by 10:30pm EST. ## Deliverables Should be in MS Word 2003 or later format.? Answers need to be well written, clear, and concise.? MUST BE COMPLETED TODAY

    €28 - €4596
    €28 - €4596
    0 offerte

    Potrzebuję pomocy w języku prolog. potrzebny mały program lub projekt w tym oto języku. dobrze płatne. gg: 4407130 MAIL: goldlive@

    min €2
    min €2
    0 offerte

    Hey, I need a program in Swi Prolog which will execute the algorithm of search in depth and in breadth for making a search of a path where an agent will follow in a frame NxN. The agent can go up, down, right , left inside the limits of the frame. The program must execute two basic predicates (commands) depthfirst(CurrentPos, FinalPos, Visited, Path) and breadthfirst(CurrentPos, FinalPos, Visited, Path) for the two searches and what else is needed. the search of the path from the cell [2,3] to [4,4] with depthfirst will write: depthfirst(p(2,3), p(4,4),[],Path) and Prolog must return the result through the path. The Visited is initially null and gradually contains the positions already visited by our agent. Used to avoid places already visited. To analyze...

    €28 (Avg Bid)
    €28 Offerta media
    1 offerte

    Hi, I need a game developed for palm webOS mojo SDK. I've previously developed a game named "aircopter" in iphone. I need this game developed in palm webOS. It will use accelerometer. Check this link: (download a see the features) Its the classic helicopter game. Only difference is user will use accelerometer instead of tapping. I need it done in 7 calendar days.

    €689 - €1379
    Sigillata
    €689 - €1379
    3 offerte
    Prolog Terminato left

    Prolog program that solves checkers and chess problems using genetic algorithms. ## Deliverables 1) 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 3rd party components unless all copyright ramifications are explained AND AGREED TO by the buyer on the site per the worker's Worker Legal Agreement). ## Platform Windows

    €117 (Avg Bid)
    €117 Offerta media
    2 offerte

    I need a document on ? how to use prolog.

    €341 (Avg Bid)
    €341 Offerta media
    2 offerte

    i hav a prolog program but can seems to get the correct output using JVC

    €28 (Avg Bid)
    €28 Offerta media
    2 offerte
    Urgent! Terminato left

    Need a prolog user urgenty

    €70 (Avg Bid)
    €70 Offerta media
    3 offerte

    hi, You are required to solve the attached problem in Prolog within 48 hours after the project starts. Only bid if you can solve it all and deliver it on time. Thanks!

    N/A
    N/A
    0 offerte
    Prolog work Terminato left

    Prolog program that solves checkers and chess problem using genetic algorithms. ## Deliverables 1) 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 3rd party components unless all copyright ramifications are explained AND AGREED TO by the buyer on the site per the worker's Worker Legal Agreement). ## Platform Windows

    €325 (Avg Bid)
    €325 Offerta media
    4 offerte

    hi, You are required to solve the attached problems within 24 hours after the project starts. Only bid if you can solve all the problems. Thanks!

    €55 (Avg Bid)
    €55 Offerta media
    1 offerte
    43038 Kod w Prologu Terminato left

    Witam Zlecę poprawienie fragmentu kodu napisanego w programie prolog. Jest to prosty program wkradł mi sie gdzieś jednak drobny błąd. ok 80 linii kodu. Jak ktoś juz kiedyś miał do czynienia z tym programem na pewno sobie poradzi.

    min €2
    min €2
    0 offerte

    This is a 1-2 day task for someone with some experience in Prolog. I need a simple implementation that will be able to talk (understand and reply) a few 7-8 sentences. Please tell me what experience you have on Prolog. Will pick a programmer very soon if he has experience with Prolog and send the specs

    €61 (Avg Bid)
    €61 Offerta media
    3 offerte

    Hi, you are required to solve in Prolog the attached problem. Thank you

    N/A
    N/A
    0 offerte

    Hi, You are required to solve the attached 3 problems of Prolog programming. Please bid only if you know the solution for all the questions and can deliver it by this Wednesday. Thanks.

    N/A
    N/A
    0 offerte
    Prolog Expert Terminato left

    Hi I am looking Proglog Expert. I wrote some code on prolog. I have to make something else on it. Details; I have some travelling information such as; timetable( edinburgh, london, [ 9:40 / 10:50 / ba4733 / alldays, 13:40 / 14:50 / ba4773 / alldays, 19:40 / 20:50 / ba4833 / [mo,tu,we,th,fr,su] ] ). timetable( london, edinburgh, [ 9:40 / 10:50 / ba4732 / alldays, 11:40 / 12:50 / ba4752 / alldays, 18:40 / 19:50 / ba4822 / [mo,tu,we,th,fr] ] ). timetable( london, ljubljana, [ 13:20 / 16:20 / jp212 / [mo,tu,we,fr,su], 16:30 / 19:30 / ba473 / [mo,we,th,sa] ] ). I can get result from my code; Problem is to find minimzed time, or minimize transfer etc.. For example...

    €152 (Avg Bid)
    €152 Offerta media
    4 offerte

    I migliori articoli di prolog della community