Search:
Type: Posts; User: billconan
Search :
Search took 0.03 seconds.
March 6th, 2012, 01:39 AM
I think I may know the answser:
please see this article: http://blogs.technet.com/b/markrussinovich/archive/2009/03/26/3211216.aspx
there is a 491mb limitation on xp for paged pool
March 6th, 2012, 12:18 AM
I think I'm having the same issue.
Does anyone has an answer?
January 25th, 2011, 10:59 PM
hello guys,
i can't understand the ip address and the subnet mask.
my first question is:
is the "subnet mask" only for the subnet?
given a public ip, and a subnet mask, can you tell...
February 12th, 2010, 05:26 PM
hello guys,
i'm implementing a simple game with c#. question is how to redraw the window form.
my game loop is really simple:
while (!stop)
{
...
January 21st, 2010, 02:02 PM
hello guys,
my program runs ok under the debug mode, but a little bit slow. so i compiled it with the release mode. and the program crashes.
the problematic function is the __tmainCRTStartup()...
September 11th, 2009, 10:25 PM
hi guys,
if i have a very large binary file, i only need to modify only value inside, can i do this without loading the file in? how?
thanks.
August 28th, 2009, 06:55 PM
hello guys,
i'm helping someone to update an old .net 1.1 code to the new .net 2. 0, is there anyway that i can change the windows form from the old style to the new style. say if i add a new...
June 15th, 2009, 11:50 PM
hello guys,
i'm writing a windows application. once the user click on a button, i will run a loop. the loop will take a long time to finish, and during the execution the program looks like dead. i...
April 15th, 2009, 05:10 PM
hello guys,
i have a very simple class:
class A
{
float k[100];
void assignValuesToK()
{
March 6th, 2009, 03:14 AM
after copy msvcr90.dll to the project folder, now i see new problem:
application made an attampt to load the c runtime library incorrectly
March 6th, 2009, 02:03 AM
hello folks,
i have an annoying problem:
i duplicated one of my old vs2008 project folder, and did some modification on the duplicated one. everything just fine, but since the two projects are...
November 23rd, 2008, 11:13 PM
hello guys,
my program crashes, because some of the floats have a value of -1.#IND
i know it is a symbol for infinity and probably caused by overflow.
but my question is how to debug this...
November 3rd, 2008, 03:29 PM
could you please give me an example
November 3rd, 2008, 02:34 PM
hello guys,
i'm interested in a stock analysis program, but i don't how to get the stock prices.
does anyone know some service or api can do this?
thank you.
October 20th, 2008, 02:17 PM
hello guys,
one of my computer architecture homework tasks is to count the top 20 mostly executed assembly instruction.
i couldn't find any such tool working under windows xp, but i know a...
October 19th, 2008, 01:35 AM
vtune gives an event based sampling test, which is similar to instruction count, but not exactly.
there is a tool, called simplescalar. but that thing is very stupid, it doesn't compile.
October 18th, 2008, 08:33 PM
unfortunately it doesn't
i just found out that vtune will give that information.
October 18th, 2008, 06:48 PM
hello guys,
i'm working on my computer architecture homework. of the tasks is to run a benchmark and count the top 20 mostly used instructions.
but i don't know what kind of tool can do that.
...
October 7th, 2008, 08:42 PM
hello guys,
i have a basic and maybe stupid question. how do the computer know which process is listening to which port.
for example i have several web browsers installed on my machine.
and...
October 4th, 2008, 01:04 AM
hello guys,
in my program, i need to check if an arbitrary 3D line segment intersects with any edge of a 3D triangle (but they are actually in the same plane).
my approach is to solve the...
October 2nd, 2008, 03:49 AM
hello guys,
i know very little about network programming. i have some basic questions,
i'm using a school machine, which has no public ip address. i'm wondering how to send things from a...
September 26th, 2008, 04:47 AM
i guess i know the answer,
i tried acos(1.00020001f), the result was -1.#INF
September 26th, 2008, 04:43 AM
hello guys,
in my program, i need to get the angle between two normals.
i first get the dot product of the two normals and use acos to get the actual angle.
the code is rather simple like...
September 10th, 2008, 11:37 PM
hello folks,
my program runs too slow, so i did a profiling test. the result showed that i'm using too many std::vectors.
the profiling tool i'm using is AMD's codeAnalyst , however one weird...
August 21st, 2008, 01:16 PM
the error happens when i trying to do this line:
Math::Vector pre=edgeAroundVertexIter->middlePoint;
the error message also says:
const...
Click Here to Expand Forum to Full Width