low-level
What second language to use besides Scala for LowLevel? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-22 23:33 分类:问答Analyze .exe/.dll (Windows PE) files for code bloats
Let\'s say I have a project with a dozen of different modules which produce one resultant开发者_开发知识库 DLL, how can I analyze it so that I can identify the actual file size that each module/functi[详细]
2023-01-18 15:56 分类:问答Is it possible to detect if the hardware display has completed the process of switching between display modes?
The reason I ask is because I just bought a new LCD that takes approximately 5 seconds t开发者_运维知识库o change between display modes, such as from 1920x1080x32bpp to 1280x800x32bpp.Does a programma[详细]
2023-01-17 08:09 分类:问答Real low level sound generation in C#?
Anyone knows of a sensible way to create an ARBITRARY sound wave in C# and play it back from the speakers?[详细]
2023-01-17 04:32 分类:问答Fast memmove for x86 and +1 shift (for Move-to-front transform)
For fast MTF ( http://en.wikipedia.org/wiki/Move-to-front_transform ) i need faster version of moving a char from inside the array into the front of it:[详细]
2023-01-15 22:46 分类:问答Texture format for cellular automata in OpenGL ES 2.0
I need some quick advice. I would like to simulate a cellular automata (from A Simple, Efficient Method[详细]
2023-01-15 10:34 分类:问答Intercept disk activity on the level of physical blocks
I suppose this should be possible via filter driver, but开发者_如何转开发 what type exactly I need?I was under impression that this was the domain of the disk firmware. So you would have to work there[详细]
2023-01-13 20:54 分类:问答Why are there so many different calling conventions?
Historically, why does it seem like just about everyone and their kid brother defined their own calling conventions?You\'ve got C, C++, Windows, Pascal, Fortran, Fastcall and probably a zillion others[详细]
2023-01-10 09:21 分类:问答Low level hotkey kext to kill WindowServer?
I need to make a kext which does a very simple function. Whenever a key combination is pressed the kext should kill a proces开发者_开发技巧s which happens to be \"WindowServer\"[详细]
2023-01-10 00:01 分类:问答reading the system clock value?
Is there a virtual/system clock runnin开发者_JS百科g independently when a computer is booted? How can we read that value?Use the RDTSC x86 instruction, it reads the clocks since the system-start.[详细]
2023-01-07 01:21 分类:问答