1,073 Recommended Topics
Remove Filter ![]() | |
Hey, I have a problem - I'm to write how can a genetic algorithm document clustering program I wrote be combined (and benefit from that) with a "standard search engine". What could be considered a "standard search engine", in the given context? Computer Science | |
First I want to say thank you to those who help me in my project last year espicially to sir ardav and to this site itself. now I'm in my (hopefully) last year of my college and now I'm thinking of "Online Establishment Finder System" as my final project. But … Computer Science | |
I know .NET is a Microsoft framework. I currently use Visual Studio 2008 for C++ programming in school. Am I using .NET? What is .NET? More specifically, is C++ a .NET framework by default? Does it just relate to the class libraries? Computer Science asp.net | |
I am currently working on kind of multi-graph structure. The thing is that two graphs are needed for my application which span the same vertices but with two distinct set of edges (i.e., a multi-graph). The first graph is a binary search tree, while the second graph must be general … Computer Science c++ | |
Hello! I'm searching for a UML tool that can comprehensively 3D visualize a big (class) diagram. Something like a crossover between Google Sketchup and a proper modelling tool - or a tool which uses an XMI export as a base for its 3D visualization. Ideally it would also provide an … Computer Science image | |
I was recently toying with an idea from my education in computer science, namely that any deterministic algorithm can be expressed with just two control structures: a loop containing a switch. I never doubted it. From a certain point of view, that's what programs look like to the silicon of … Computer Science | |
Please can you help me to calc the complexity of this algorithm it may looks easy but i am new to all that int f=1; int x=2; for (int i = 1; i <= n; i*=2) for (int j = 1; j <= i * i; j++) if (j % … Computer Science | |
So this is mainly a Design/Clean Coding sort of question, I know I've read something about this previously but I can't find it, I believe it's in one of my reference books on C/C++ so it wouldn't likely be useful to my predicament. This question includes a lot of Java … Computer Science java mathematics web-design | |
Why is it that a perceptron or a single layered neural network can't solve the XOR problem, or problems that are linearly inseparable. Before someone tells me to use google, I have. All the neural network guides that are online or in books are so overly complicated with masses of … Computer Science | |
Hi forum, I was not really sure where to post this topic, but I need help in deciding what to do with my education. As of right now, I am finishing my associate's degree in computer science, and I decided that I wanted to transfer this degree into a game … Computer Science gaming web-design | |
Hi there, I was just wondering if anyone knows of a good resource or tutorial regarding computer arithmetic. I'm having trouble grasping the following: Assume an 8-bit binary number $9C (in hexadecimal format) is stored in a computer. What decimal value does this number represent, assuming that it is: (i) … Computer Science | |
[COLOR="Red"]Hi all, I'm in my final year and I'm supposed to do an IT Project Managment Assignment. I have little knowledge in IT Proj. so I need your assistance and guidance to put me on the right track. Some points and hints from you will make my life easier. I … Computer Science | |
i am looking for information source on an algorithm for parametric surfaces design in 3d. i just need advice on how to go about it. the language used for the algorithm is not a matter but rather the idea on how the algorithm is to be is of paramount importance. … Computer Science web-design | |
Hello, I go to Georgia State University with a Computer Science major. I was wondering what what be a good gpa to graduate with in order to put me ahead of the competition. Mind you Georgia State is my of the top 5 school in Georgia. Thank you Computer Science java | |
Hey all, I was hoping I could get some advice on designing the proper threading for our project. A little background info - our company does simulators of complex electrical/mechanical systems. These simulators could have fuel systems, electrical systems, pneumatic pressure systems, etc. I suppose you can just think of … Computer Science multithreading | |
What if you have two classes and there are more than one type of lines that can be drawn between them, for instance there might be an association relationship as well as an aggregation between the two classes. Can I show multiple of these relationships between two classes that I've … Computer Science | |
I am a programming student and I've realized lately that while I understand many of the concepts I'm being taught, I still, after several programming classes, tend to have trouble with multi dimensional arrays. Does anyone know of a good tutorial devoted to this? I realize I can do a … Computer Science | |
I'm curios what happens to the size of the host image after an invisible watermark has been inserted. I'm guessing the size will increase but by how much? For example, the cover image to be inserted is 1kb and the host image is 2kb. Since your adding additional information the … Computer Science image | |
##I was working on something and saw this oddity, thought I would share it. $ ./a.out in.val = 86.3115158 -> Its a valid floating point number out1.val = nan -> Swapped it and now its a NaN! That's OK swap it back. out2.val = 86.4365158 -> What, its not the … Computer Science c++ | |
i need a topic for thesis proposal. please suggest some ideas. i'm thinking of natural language and AI but .. I'm not sure of it. I want something that can be very helpful and significant. Actually I want something to help the government, but I don't know what they need, … Computer Science | |
Which of the two (Binary Image and Gray scale image) is easier to embed in a color image using Discrete Cosine Transform? I'm currently exploring image watermarking using discrete cosine transform. Thanks in advance!!! :) Computer Science image | |
I can't find the answer to this on google because I'm not sure exactly what to search for. I'm building a program where there will hardly ever be new data being added in however the data which is in the system will need to be displayed often. So what I'm … Computer Science | |
Hi this is a questing from some cs home work. Our task was to take a ada spec file and write the code for the functions and the main program, I have already done this in c++ but am having problems doing it in ada. here is my code: package … Computer Science | |
Here is an amazing article. Peter Norvig does not let small detail, that the language was never implemented in it's time, disturb his debugging the code written without implementation, but single handedly implements it with Python parser. Frustration warning, this is frustratingly amazing stuff: [Prescient but Not Perfect: A Look … Computer Science | |
Hi! I have a decimal number (e.g 6433) and would like to see the process of converting this to IEEE short real floating point format! Any help is appreciated ;) Computer Science | |
Hi. I've been trying to get this simple function in Haskell to let me call it for many hours and come to a problem I can't find an answer for. The function is of type Float -> Float -> [Int] so I need to pass it two Float values. I've … Computer Science | |
Hi everyone, I am working with MARIE and need help with the following: Write the equivalent C++ code in MARIE: / cin >> Max; / Count = 0; / Sum = 0; / While (Count < Max){ / Count++; / cin >> Number; / cout << Number; / if (Number … Computer Science | |
How would you program if you didnt have any compilers on an OS? Computer Science | |
Hello, I'm pretty new to SQL and I have only worked with one-two table(s) at time. I got an assignment now against multiple tables, and the queries it wants me to solve is really hard. I was just wondering if you could help me to solve and understand these questions? … Computer Science | |
Hello, I'm currently studying and sometime soon will have to do a final year project (which runs through the year).. Now I've been looking at stuff om image recognition and although it interests me I want to do some kind of signals or signalling. My idea is to capture the … Computer Science | |
Hi, I'm new to this so not sure if I'm posting this in the right place. I'm in my first semester of college and I'm taking an IT elective: Software Design. It doesn't involve any special programming language, it's simple, basic object-oriented design class. We were just introduced to the … Computer Science | |
I am a Computer Science student. This semester I am taking an Artificial Intelligence course in which a large number of our labs will be programming with Lisp. Here on DaniWeb under Software Development I did not see a category for Lisp. I was wondering if anybody out there knew … Computer Science | |
In my Senior English class, we were assigned a research paper based on our prospective vocation, and for it I chose Computer Science, specifically software engineering. One of the requirements of the project is that I have two interviews as sources, but I don't personally know anyone who works in … Computer Science | |
This is not homework; this is for part of a project I thought of starting... will not give details. There are four groups ( sort of like jobs or colleges ): A, B, C, and D. In the project, there will be many more, but for now let's assume four. … Computer Science | |
please i need suggestions for a topic for my final year project using VB.NET Computer Science | |
While going through the internet, I found a bot that was controlling characters in a video game. I'm not as interested in the bots uses as i am where such a bot came from. What sort of programing gave a bot this power over other bots who simply scour the … Computer Science | |
Hi!!! i'm final year student in computer science and have chosen virtual classroom systems to be done as a project for my final year.. i would like to know the enhancements and the new features that could be added to the project so that i could try to add them … Computer Science php | |
How do I count loops . Maybe I'm using the wrong terms. How do I trace loops? It is Pseudocode not Java. I know it is hard for subject matter experts to 'dumb' down for someone like me but I do need help. I've tried several tutorials still in trouble. … Computer Science | |
Hello, during the summer I'll have to pick a dissertation subject for my CS bachelor, and all I know is that I'm interested in databases. So if someone has experience, I would like some abstract proposals. Thank you. Computer Science | |
I'm going to have a lecture about Tree, in the slide have a piece of code like that [CODE] public int iPathLength(int level) { return level + this.getLeft().iPathLength(level + 1) + this.getRight().iPathLength(level + 1);[/CODE] I think this function is wrong since as I concern, recursive function have to have a … Computer Science | |
Hello guys, I found ER-modelling as the hardest topic in one of the subject I have, Databases. There is a lot of things that I don't understand, and I don't clearly see how people can manage to solve problem like this. We got a few tasks, and I'm struggling with … Computer Science | |
Hello, I am currently working on an algorithm and i am quite confused. The algoritm is: Put q = 19 1. For i=1 to 3 If the ith element of the list is a letter then If the letter’s position in the alphabet is an odd number then q = … Computer Science | |
Analyze, design, and document a simple program that utilizes a good design process and incorporates sequential, selection and repetitive programming statements as well as at least one function call and the use of at least one array. Each of these items (sequential code, at least one selection statement, at least … Computer Science | |
hi guys! am a newbie and i really need help, am supposed to make a bible based game.. am not that good in programming..what programming language should i use? Thanks! Computer Science | |
Hello, I need advise on the software to use to write a mini program which can be used to monitor the CPU temperature of a computer. The program to be written will also need to control the fan speed whenever needed. Which among the following can be used to interact … Computer Science | |
I am trying to write a program that either zero extends or sign extends a 16 bit input to a 32 bit output, what exactly is meant by sign extending a number? I believe zero extending would be adding 16 0s in the 16 Most Significant bits, Is sign extending … Computer Science | |
Hello All, I just wanted to know,how to use recursion to find the nth last element in a linked list? I know of an approach using 2 pointers as well as another one using 2 iterations but I can't seem to figure out the recursive solution.Any help will be greatly … Computer Science | |
I figured this would be the best suited place to post this since this isn't really language-specific... So I'm wondering how a try/catch statement [I]actually[/I] works (I know how to use them so that's not what I'm asking), like what happens on machine-level or runtime-level etc when a try/catch is … Computer Science | |
I have seen a few other threads on this topic, but they do not seem to be asking what I wan to ask. Firstly, no this is no homework / class project. It is something that I am doing in my free time. I impart a training session which lasts … Computer Science |
The End.