1,073 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for mashimaro

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
Member Avatar for mashimaro
0
270
Member Avatar for kalaban

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
Member Avatar for Incognitus
0
159
Member Avatar for coolbeanbob

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
Member Avatar for nmaillet
0
100
Member Avatar for mike_2000_17

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++
Member Avatar for mike_2000_17
0
681
Member Avatar for charl_i

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
Member Avatar for internetscooter
0
815
Member Avatar for kogorman

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
Member Avatar for kogorman
0
376
Member Avatar for thedarklord

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
Member Avatar for mike_2000_17
0
180
Member Avatar for sciwizeh

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
Member Avatar for sciwizeh
0
252
Member Avatar for asif49

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
Member Avatar for asif49
0
678
Member Avatar for VengefulToast

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
Member Avatar for Rashakil Fol
0
267
Member Avatar for Kamboodle

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
Member Avatar for gusano79
0
166
Member Avatar for Human01

[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
Member Avatar for Keath Moore
1
438
Member Avatar for tendaishava

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
Member Avatar for mike_2000_17
0
283
Member Avatar for drico7041

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
Member Avatar for Rashakil Fol
0
250
Member Avatar for Grenwood

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
Member Avatar for Grenwood
0
227
Member Avatar for asif49

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
Member Avatar for asif49
0
172
Member Avatar for jpunkins

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
Member Avatar for MandrewP
0
147
Member Avatar for sandz24

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
Member Avatar for sandz24
0
129
Member Avatar for histrungalot

##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++
Member Avatar for histrungalot
0
177
Member Avatar for stakeMyHeart

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
Member Avatar for advgarg
0
382
Member Avatar for sandz24

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
Member Avatar for sandz24
0
187
Member Avatar for asif49

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
Member Avatar for mike_2000_17
0
171
Member Avatar for Kyle Willett

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
Member Avatar for Kyle Willett
0
618
Member Avatar for TrustyTony

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
0
411
Member Avatar for stevthym

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
Member Avatar for Rashakil Fol
0
1K
Member Avatar for Mushy-pea

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
Member Avatar for TrustyTony
0
120
Member Avatar for #include <lou>

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
Member Avatar for nydriek
0
4K
Member Avatar for coding101

How would you program if you didnt have any compilers on an OS?

Computer Science
Member Avatar for TrustyTony
0
102
Member Avatar for Stjerne

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
Member Avatar for Dani
0
84
Member Avatar for phorce

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
0
70
Member Avatar for kdeep

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
Member Avatar for Momerath
0
1K
Member Avatar for mlhuff12

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
Member Avatar for Rashakil Fol
0
238
Member Avatar for Mongooseman

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
Member Avatar for hua052011
0
186
Member Avatar for Romil797

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
Member Avatar for Romil797
0
139
Member Avatar for xavier93

please i need suggestions for a topic for my final year project using VB.NET

Computer Science
Member Avatar for ddanbe
0
70
Member Avatar for xanashadow

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
Member Avatar for jbennet
0
52
Member Avatar for zeeya

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
Member Avatar for happygeek
1
333
Member Avatar for Japp007

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
Member Avatar for Japp007
0
1K
Member Avatar for webjam

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
Member Avatar for BitBlt
0
572
Member Avatar for jemz

Hi, Can i ask something?is it possible to make a batch file or something like a script that when i clicked on it, it will open the the command prompt and directly goes to the path that i desire.with out anymore using the command CD D:/my folder Thank you in …

Computer Science
Member Avatar for harinath_2007
0
306
Member Avatar for vuquanghoang

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
Member Avatar for Momerath
0
139
Member Avatar for Stjerne

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
Member Avatar for vuquanghoang
0
127
Member Avatar for london-G

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
Member Avatar for london-G
0
102
Member Avatar for Japp007

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
Member Avatar for Japp007
0
98
Member Avatar for ar2doq29

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
Member Avatar for WaltP
0
69
Member Avatar for Ritesh_4

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
Member Avatar for tungnk1993
0
169
Member Avatar for kinger29

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
Member Avatar for trololo
0
11K
Member Avatar for ChPravin

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
Member Avatar for rexslahed
0
1K
Member Avatar for Traps

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
Member Avatar for Rashakil Fol
0
369
Member Avatar for cogitoergosum12

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
Member Avatar for cogitoergosum12
0
292

The End.