众所周知,C的float、VB的Single都是32位浮点数变量类型(也叫单精度浮点数),C的double和VB的Double则都是64位的浮点数变量类型(也叫双精度浮点数)。有些编译器还支持更屌的long double(貌似是80位还是128位的我不清楚,总之存在这种变态玩意儿。)那么这些浮点数从 Read More
posted @ 2016-06-03 18:07
findumars
Views(3082)
Comments(0)
Diggs(0)
此贴解决了心里一大疑团,也说明了很多问题,比如高精度定时是否一定起作用了,如果异议,请给出充分理由 众所周知,我们编写的应用程序,或者游戏,作为进程形式运行在系统中,而现代系统为了充分发挥cpu的作用,采用了时间片造成程序并行运行的假象。当然如果有多核的话,也能实现一部分并行计算,不过主要还是靠分时 Read More
posted @ 2016-06-03 18:03
findumars
Views(2414)
Comments(0)
Diggs(0)
研究了1天这个。。。MSDN说的不是很清楚NTSTATUS PsCreateSystemThread( _Out_ PHANDLE ThreadHandle, _In_ ULONG DesiredAccess, _In_opt_ POBJECT_ATTRIBUTES ObjectAttributes Read More
posted @ 2016-06-03 17:54
findumars
Views(1315)
Comments(0)
Diggs(0)
01 VOID RtlInitUnicodeString (OUT PUNICODE_STRING DestinationString,IN PCWSTR SourceString OPTIONAL) 02 { 03 SIZE_T Length; 04 DestinationString->Maxi Read More
posted @ 2016-06-03 17:54
findumars
Views(1018)
Comments(0)
Diggs(0)
https://www.0xaa55.com/forum.php?mod=viewthread&tid=1390 Read More
posted @ 2016-06-03 17:52
findumars
Views(3243)
Comments(0)
Diggs(0)