-
I\'m trying to print to Dot Matrix printers (various models) out of C#, currently I\'m using Win32 A...
- 2057 浏览
- 8 回答
- 5 关注
-
I have a for loop where there are a series of operations performed but one method in particular I di...
- 989 浏览
- 0 回答
- 5 关注
-
I decided that I\'ll learn python tonight :) I know C pretty well (wrote an OS in it) so I\'m not a ...
- 964 浏览
- 6 回答
- 6 关注
-
I\'ve always worked with linear shared memory (load, store, access neighbours) but I\'ve made a simp...
- 534 浏览
- 1 回答
- 6 关注
-
I\'m working on creating an endpoint which is expected to receive a hex string (sha1) as a get param...
- 1312 浏览
- 0 回答
- 6 关注
-
I want to draw the depth buffer in the fragment shader, I do this: Vertex shader: varying vec4 pos...
- 379 浏览
- 2 回答
- 4 关注
-
I am trying separate a CUDA program into two separate .cu files in effort to edge closer to writing ...
- 845 浏览
- 4 回答
- 4 关注
-
I got this error anyone have any ideas Ignore above cudart dlerror if you do not have a GPU set up o...
- 4074 浏览
- 0 回答
- 4 关注
-
What is an elegant way to take a javascript array, order by the frequency of the values, and then fi...
- 1759 浏览
- 8 回答
- 6 关注
-
I am looking for better HotSwapping in the JavaVM. Being able to only apply method body changes is o...
- 1376 浏览
- 2 回答
- 3 关注
-
I was running a randomforest on a binary categorical outcome variable(y). I used the tree package in...
- 614 浏览
- 0 回答
- 5 关注
-
I have two sound datasets and each one has 80% normal and 20% anomalous data points. The first one i...
- 726 浏览
- 0 回答
- 5 关注
-
Should I prefer to calculate matrices on the CPU or GPU? Let\'s say I have the following matrices ...
- 786 浏览
- 2 回答
- 4 关注
-
In my spring-boot project I have 10 rest controller each contains 10 api endpoints. Totally 100 apis...
- 1417 浏览
- 0 回答
- 5 关注
-
I have been following a system programming course recently and I came through the system calls exec(...
- 960 浏览
- 7 回答
- 5 关注