pseudocode
Maximum Likelihood Estimate pseudocode
I need to code a Maximum Likelihood Estimator to estimate the mean and variance of some toy data.I have a vector with 100 samples, created with numpy.random.randn(100). The data should have zero mean[详细]
2023-04-12 14:55 分类:问答Is there a better way to calculate the frequency of all symbols in a file?
Okay, so, say I have a text file (not necessarily containing every possible symbol) and I\'d like to calculate the frequency of each symbol and, after calculating the frequency, I then need to access[详细]
2023-04-11 06:05 分类:问答PHP: Use post to retrieve 'user inputted data' in pseudocode & is Array("value) => $bool allowed?
Trying to write some PHP pseudocode for a recruitmentposter to hang at my university. The idea is to make readers walk through a list of requirements in their head and go to the QR code if they think[详细]
2023-04-11 05:22 分类:问答Need help with pseudocode assignment! about reading record and add them and print them
A file of student records contains name, gender (M or F), age (in year) and marital status (single or married) for each student. Design an algorithm that will read through the file and calculate the n[详细]
2023-04-02 05:18 分类:问答Pathfinding (routing, trip planning, ...) algorithms on graphs with time restrictions
I have a database of bus/train/... stops and the arrival/departure times on each date and so on. I\'m looking for a way to do a search for the fastest(shortest/cheapest/least transitions) trip between[详细]
2023-04-01 08:00 分类:问答How to convert 24:00 hours to 12:00 format
I need help with my pseudocode assignment: convert 2400 hours to 12 format Design an algorithm that will prompt for and receive the item expresses in 2400 format (e.g. 2305 Hours), convert it to 12 h[详细]
2023-04-01 02:16 分类:问答How to employ Naive Bayes on a sentence
How would I write the pseudocode to classify a sentence as good or bad using the naive bayes algorithm?[详细]
2023-03-24 16:07 分类:问答motion and velocity to increment amount and vice versa
I don\'t really know math well beyond Algebra 1, however I can usually \"hack\" a math book and make the equations work in software I write - I\'m trying to write a program that has objects moving ons[详细]
2023-03-24 00:11 分类:问答How can I find all possible letter combinations of a string?
I am given a string and i need to find all pos开发者_开发技巧sible letter combinations of this string. What is the best way I can achieve this?[详细]
2023-03-23 16:33 分类:问答Need help converting pseudo-code to c#
I\'ve been working on building an icosphere, and am almost done with it. Right now what I am trying to do is make it so that any triangles not facing the camera aren\'t added to the draw list, becaus[详细]
2023-03-22 18:47 分类:问答