The Freelancer.com Bid Ranking Guide
Find out which factors affect your Freelancer.com ranking, and learn how to improve your visibility.
...a 2-dimensional playing field. The players consist of two types of machine players, masters and drones. This game is meant to be built off of a previous project but those algorithms can be easily implemented from scratch. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work
...Make a call in main()to verify the correctness of the function. 3. For a Hash table (division Hash function) with a linear probing to resolve the collision, propose the algorithms and implement the following functions, (i) init() (ii) insert() (iii) search() **I need this program to run on Microsoft Visual Studio. Also it needs to be program
am looking for a clone of google's news page, [se connecter pour voir l'URL] The service should be compiled solely by computer algorithms without human intervention! But incase somthing does go wrong I want to be able to edit things. I want it to be like a news crawler.....crawling through websites....pulling the information, placing the info in
...will run the "best" Shortest Path Algorithm based on the type of graph input by the user. You must demonstrate how the program really works, or to compare two similar algorithms on different sets of data to demonstrate the advantages and disadvantages of each. ## Deliverables 1) Complete and fully-functional working program(s) in executable form
...the AI would need to be tested and verified. Will give specific details upon interest shown. Backround in mathmatics, AI, machine learning, statistical learning and algorithms may be necessary. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables
...In this project, you will simulate scheduling in order to see how the time required depends on the scheduling algorithm and the request patterns. Pick one of following algorithms -- FCFS, SJF, SRTF, Priority Scheduling, RR with quantum2 You need to write a function randomOS(U) to generate random interger that give a CPU burst. You are to read
...results and implementation will be needed. will give the specific details upon interest shown. background in AI, mathematics, Machine learning and statistical learning, algorithms and optimization etc is commendable. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work
...[links to animations of sorting algorithms][1] and run the various applets in the first 5 items. Submit the following: * which applet (or suite of applets) was most useful in comparing running times of various sorting algorithms? why? * which applet/suite was most useful in understanding *how* different algorithms worked? why? * were any of the
...1200.00 45 1 1200.00 40 1 1200.00 35 1 1875.50 35 2 1875.50 35 5 1875.50 45 3 2250.75 48 0 2250.75 40 4 2250.75 35 3 Be sure to include alot of comments and tell me what the algorithms are. This program should be written in C++, not C. I need this done ASAP! ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well
...undertaken using MATLAB and or Neural Network Toolbox.A report,including the problem introduction, a training pattern generation,design of neural network, selection of training algorithms, training performance evaluation,result analysis,assessment of the neural network classifier,diagrams and plots ,a conclusion and software packages. The work should
...ActiveX development AND with computational geometry AND with the underlying algorithms this project can become very frustrating on both sides. Required functions and underlying algorithms are well known and documented. Showing in your bid you already have in mind which algorithms to use will greatly enhance your chances. Please note that no external
I am currently using National Instruments Component Works in Visual Basic 6.0. This is an ocx lib from National Instruments that provides graphical displays and DSP algorithms to process audio data. The problem, is I need to have an OCX that converts a standard DirectX audio wav device input or file to the DSP ocx input format so I can read
2 SEPARATE, BUT SIMILAR PROGRAMS!!! WRITTEN IN JAVA This assignment involves sorting algorithms and the order of those sorting algorithms. You are to implement a sort of order n2 and at least one other sort that is of order n log2n or demonstrates n log2n performance characteristics. You should then determine the performance of your implementations
...compaction service. * **Documentation ** *- Design descriptions showing data and control flow within the message compaction WebService and the driver-tester utility. - Algorithms and rationale for authentication and extraction of data returned by the WebService from header and body sections. - All standards (e.g., RFC822, RFC2045, etc.) referenced
...implementation of this stereo correspondece algorithm given in the article. Uses dynamic programming method. Recommended only for someone who has background in stereo vision algorithms and good MATLAB skills. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2)
...should be written in C programming language 4)There should be two reports for that two small program including why did you use that algorithms,what are the advantages of that algorithms,how do the algorithms work and this kind of stuff! 5) Complete and fully-functional working program(s) in executable form as well as complete source code of
I posted my homework project yesterday- Homework questions algorithms done using pseudo code. However, today my project posting was deleted and account frozen. I have communicated with few people about the project, which I posted under jobs today, again. I am not very familiar with usage of this web site and it is not user friendly so I am making mistakes
1) An algorithm to sort and list names has been made out of two other algorithms. The first algorithm will sort the names and is order O(n * log2 n). The second algorithm lists the names and is order O(n). The entire sort-and-list algorithm is therefore of order: a) O(n). b) O(n * log2 n). c) O(n^2 * log2n^2). d) none of the above. Explain
...environment) that would allow me to offer CADA over the internet to applied researchers. If the project is successful, I may be interested in follow-up work to modernize the algorithms and graphics used in the program. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done
...suggest the optimal strategy to maximize profit for the particular share. A clear documentation for the code is required as well as the ease of modifying of it (especially the algorithms for simulating purchasing behaviour) The attached zip archive contains the core files for plotting the graph and the stock data files in .txt format for testing. ##
...should be either free, open source code, or relatively affordable. This is a bootstrap project with a very small budget. -- It would be useful to be able to tweak the ranking algorithms via variables. For example, the relative weighting of title, meta name description, meta name keyword, etc. -- Full text must be indexed, not just tags. -- It would be
...on 2 task one the radio and its codecs to run it and a web cam live show (Allow the inclusion of Webcams on the site.). Radio requirement · The site should use SHOUTCast algorithms · The server should accept live streaming from a DJ&'s PC and then broadcast it out (as SHOUTCast does) it should also allow for files to be stored on the server (like Jinzora
Simulate 2 algorithms for memory allocation, (first fit, worst fit), and compute the time taken to insert a process into memory and swap it out. SEE ATTACHED FILE 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) Deliverables must be in
a program that will color one node in a graph to try to have the most nodes close to your color at the end of the game. for detail, please refer to the attachment file ## 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 nat...
...and vertically, one square at a time (each step has a cost of one). No step may be made into a forbidden shaded area or outside the grid. You will test different search algorithms to find a valid path from S to G that the robot can then follow. //see attach Where G= Goal, S= Start, 0= invalid node (forbidden area), 1= valid node 1. Find a simple
...enclosed a more detailed description of the project and a prototype of the unit. Any suggestions you may have, that can improve the functionality of the unit i.e. better algorithms or a change of interface is welcome. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work
Minimal Spanning Tree Algorithms summary: There are two minimal spanning tree algorithms in general use - Kruskal's and Prim's algorithms. This project is to simulate the operation of the two algorithms using Matlab to compare their performance. ## Deliverables I provide a zip file that includes a small 'version' of the project.I'm more int...
..."Blacklist" folder and the sender is always blocked. Outlook 2003, on the other hand, uses "Blocked Senders" and "Safe Senders" lists (in addition to its own spam filtering algorithms). One nice thing about these lists is that they are stored in each user's Exchange profile. What I would like you to create is a simple plugin or service that would
...places the number of nodes in its reference parameter. This value is the required parameter to createPerfectTree. In keeping with our focus on evaluating the efficiencies of algorithms, your task is to determine, on average, what number of anticipated accesses to the tree are needed to justify the cost of balancing. To do this, you will have to modify the
...program. notes: 1-Use same Equations for Dicrete Fourier Transform, Cosine Transform, and Haar wavelet found in Matlab software.I need a copy as a proof. 2- Algorithms for these equations cant be taken from libraries webpages. 3- The three programs have to be ready to be executed in C++ software with out any need for any additional
...places the number of nodes in its reference parameter. This value is the required parameter to createPerfectTree. In keeping with our focus on evaluating the efficiencies of algorithms, your task is to determine, on average, what number of anticipated accesses to the tree are needed to justify the cost of balancing. To do this, you will have to modify the
i need solutions to the exercise problems of CLRS ( Cormen, Leiserson, Rivest , Stein ) book of Algorithms. Let me know if any of you have most or some of them, specially the critical chapters. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables
...places the number of nodes in its reference parameter. This value is the required parameter to createPerfectTree. In keeping with our focus on evaluating the efficiencies of algorithms, your task is to determine, on average, what number of anticipated accesses to the tree are needed to justify the cost of balancing. To do this, you will have to modify the
Your report must include: Listing of new program files (or modified files) with appropriate comments, Description of the algorithms used, Expected input format with source, Expected output format with source, A capture of the interaction with your program (test cases to demonstrate it works as specified). Modify the existing echoing client/server pair
I am looking for a poker site designed with all appropriate algorithms involved. The site will be similar to that downloadable from [se connecter pour voir l'URL] so please download and look at what exactly is required before bidding. Appropriate graphics will be provided for the cards along with a scheme for the layout but this will have
Job Profile: Sound knowledge of various search engines, their algorithms, blacklisting patterns, ranking patterns, country search engines (their strengths and weaknesses) and various factors involved in ranking a site in a search engines. Candidate profile: Expert in Search Engine Optimization (SEO) of websites. Would be working for promoting international
The problems are kind of mathematical way of computer science algorithm such as Turing Machine, Heapify, recursive...etc There are totally 5 problems. In order to be accepted, you only need to know how to finish at least of 3 problems. I will give $30 for each problem, in other words, $150 for maxium. However, please state that which problems you can handle if you can't handle them all. ...
...calculated as (d/50)*20, where d is the distance from the current position of the r/w head to destination track. The initial position of the r/w head is at track 25. The algorithms to be simulated are a) First come first served b) shortest seek time first c) LOOK I have the first 2, scan needs to be changed to look. No time to do it.
...based from the primary keyword. It will then run a query on the list of keywords to compare demand (number of searches) against supply (number of competitors). [Thesaurus algorithms and competitor meta keyword expansions would be icing.] 2) Site Optimization - user will enter a base website URL. The script will scan the site for available pages. It
study the cordic circular and hyperbolic algorithms and produce a java applet that demonstrates the operation of these algorithms. ## 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
[se connecter pour voir l'URL]("Running: Brute Force Matching"); // TODO: Write code here that invokes the runBruteForceMatching method // 100 times. It should calculate and display the average duration // for this pattern matching [se connecter pour voir l'URL]("Running: Boyer-Moore Matching"); // TODO: Write code here that invokes the runBoyerMooreMatching m...
...VB or VC and help me port it. I need a demo from you to know that you CAN do it, the rest we can work out. You also might want to check out Paul Heckbert's excellent zoom algorithms - they are in C. 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
...Also note that different instructions/addressing mode take different number of clock cycles, so I will need a cpu cycle counter to let students compare speeds on different algorithms solving the same problem. I'll provide the lecture notes on condition of non-disclosure. I need more than a working program, this is also a chance for me to learn
INTRODUCTORY JAVA CLASS This class is being asked to solve the requested algorithms in Java, in the most Object Oriented form. There are 5 questions and the class was alloted 3 hours max. to complete this exercise. Obviously, it would take much less time than this for someone who knows Java well and has taken an introductory level course. No libraries
..._____________________________________________________ Your report must include: Listing of new program files (or modified files) with appropriate comments, Description of the algorithms used, Expected input format with source, Expected output format with source, A capture of the interaction with your program (test cases to demonstrate it works as specified)
In this assignment, you are required to implement some sorting algorithms, time their execution for different sized inputs, and satisfy yourself about their complexities by doing simple calculations. Implement MERGESORT, HEAPSORT, QUICKSORT, and INSERTIONSORT. These methods are called from one main routine to sort N integers, where N = 100, 1000
...library in the form of a COM component which we plan to use in conjunction with server-side scripting (classic ASP and/or ASP.NET). Required functions and underlying algorithms are well known and documented. If you need hints or more details probably you aren't the coder we are looking for. _Please read carefully attached document before bidding_
**A Collection of Useful Integer Functions** Writing inline assembler code in the Visual C++ IDE . #### The Algorithms You may look in any C/C++/Java or whatever book for common algorithms to do these functions. Be sure to say where you found your algorithm in the comments for the function. Here are some further rules and hints. _GCD:_
...ard_Disk/[se connecter pour voir l'URL]> ** We are seeking a coder who can develop 'low level' applications and has a comprehensive understanding of security standards and encryption algorithms. Coder is to maintain a high standard of communication with us throughout the project. In your bid, please describe exactly why you are the right coder for the job, you...
Everything needed to know for this assignment is attached, Please read ## 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 e...
Find out which factors affect your Freelancer.com ranking, and learn how to improve your visibility.
Occasionally a fraudulent employer or scammer will post a project, causing trouble for freelancers. Find out how you can spot the early warning signs.