0
votes
1answer
59 views
IEEE 475 floating point [closed]
Please explain this to mean, I am lost.Computer science major.
0
votes
0answers
30 views
How to Pre-Prepare for a Semester of CS61A at UC Berkeley? [closed]
Just throwing this out there. CS61A is pretty much the basic CS course at UC Berkeley. I have Brian Harvey as my professor. Was wondering if anybody out there (by chance) could give me tips on how to …
0
votes
2answers
45 views
.aspx get data from. cs files?
Is databind, bind or eval... only way of getting data form code behind (server side) in ASP.NET
0
votes
5answers
125 views
Unable to add to a csharp dictionary definition, recieveing “Object Reference Not Set to an instance…”
Hey Guys, I'm trying to add to a dictionary, and recieveing the "Object reference not set to an instance of an object." error. Which I think means that what I'm trying to set it to doesn't exist?
…
4
votes
6answers
1k views
OleDB not supported in 64bit mode?
I've been using Microsoft.Jet.OLEDB.4.0 and Microsoft.ACE.OLEDB.12.0 to read in .csv, .xls, and .xlsx files.
I just found out that neither of these technologies are supported in native 64bit mode!
I …
1
vote
4answers
80 views
Resources for Beginning CS
I have been writing PHP, Ruby, ColdFusion, and javascript (not a language, I know), for several years.
But I am really wanting to get more into the world of Computer Science and writing in …
0
votes
10answers
246 views
Advice for a CS ungrad before starting on my degree
I've had a few CS classes in Java, C# and VB and have learned a good bit of PERL, Python, Javascript, WPF and RegEx's for my current job. I've applied to the CS dept at the University of Washington …
0
votes
1answer
81 views
Personal MBA, except for CS
Is there something online like personalMBA for a CS degree?
Something like a list of courses with syllabus and books. After going through everything you are sure to have covered everything they do in …
0
votes
0answers
34 views
How can I multiply matrix greater than 4 x 4 in the vc++ using directx?
I have to multiply 12x12 matrix with 12x 1 matrix in VC++ directx. Which template library should I use with vs 2005 I want to do matrix multiplication faster too.
1
vote
9answers
511 views
What problems can be solved, or tackled more easily, using graphs and trees?
What are the most common problems that can be solved with both these data structures?
It would be good for me to have also recommendations on books that:
Implement the structures
Implement …
2
votes
2answers
587 views
Interesting Master’s degree programs?
I'm applying for a masters in fall of next year and was wondering if anyone had suggestions for interesting/challenging master's degrees in CS. I think that even though picking the right university is …
0
votes
4answers
290 views
Retrieve all nodes in a tree that are children of another one
(Before you down mod it: nope, this is not homework)
I have a web system which has a classical parent-children menu saved in a database, with fields id as the PK, and parent_id to pointing to the …
