-
3ds loader (not opengl)
3ds loader (not opengl)
- 2022-04-01 08:03:41下载
- 积分:1
-
MQ的监测程序 用来根据配置文件 自动建立MQ的小工具 还是检测MQ的历史消息记录...
MQ的监测程序 用来根据配置文件 自动建立MQ的小工具 还是检测MQ的历史消息记录-MQ monitoring procedures under the configuration file used to automatically establish MQ small tool detection MQ historical information Records
- 2022-11-06 23:10:03下载
- 积分:1
-
Determine the background of an image, llowing extract foreground objects
Determine the background of an image, llowing extract foreground objects
- 2022-02-21 09:08:00下载
- 积分:1
-
编辑框的子类化问题,限制在编辑框中只允许输入浮点数.
编辑框的子类化问题,限制在编辑框中只允许输入浮点数.-Edit box of the sub-class problem, limited to the edit box to allow only the importation of floating-point numbers.
- 2023-02-27 11:35:03下载
- 积分:1
-
精通正则表达式是最权威的讲解正则表达式的书籍,讲解全面细致而且易于理解,所举例子更是生动...
精通正则表达式是最权威的讲解正则表达式的书籍,讲解全面细致而且易于理解,所举例子更是生动-Versed in regular expressions is the most authoritative books that explain the regular expressions to explain the detailed and thorough and easy to understand, the more vivid examples
- 2022-05-19 02:51:56下载
- 积分:1
-
VC中实现对XML文件的增加,修改,删除操作。vc6.0,msxml4
VC中实现对XML文件的增加,修改,删除操作。vc6.0,msxml4-VC to achieve the increase of the XML document, modify, delete operation. vc6.0, msxml4
- 2022-12-09 13:25:02下载
- 积分:1
-
procedures how to read and write DOS Windows clipboard, small learning process f...
DOS程序如何读写Windows剪贴板,小程序供大家学习使用-procedures how to read and write DOS Windows clipboard, small learning process for everyone to use
- 2022-01-26 01:50:05下载
- 积分:1
-
请认真阅读您的文件包和描述,它至少有40字节的英文。
Please read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2022-02-15 08:48:55下载
- 积分:1
-
八皇后VC图形演示,算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的...
八皇后VC图形演示,算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的皇后后,第i+1行找不到合适的位置,这时就回到第i行,把第i行的皇后放到下一个位置,继续尝试下一行。如此反复,知道找到所有的解。注意,这种算法找的解可能有等价的,某些解可由别的解经过旋转棋盘得到。-visual demostration in vc of eight queens problem.
algorithm: backtracking.
First, put a queen on first line then find a suitable position on 2nd line for next queen, and so on. When all eight lines have queens, it means we have find a solution. If we put the i-th queen, but can find a suitable position on the (i+1)th line, then back to the ith line and move the queen on the ith line to next suitable position and move on to the next line. Repeat this until we have found all the solutions. Note:By this mean, some solutions maybe equivalent to others, some can be acquired by the rotation of other solutions.
- 2022-03-23 15:20:19下载
- 积分:1
-
屏幕取词VC6.0源码
DLLEXPORT BOOL WINAPI SetNHW32() { if(g_hHook == NULL) { g_hHook = SetWindowsHookEx(WH_GETMESSAGE, GetMsgProc, g_hinstDll, 0); if (g_hHook == NULL) { MessageBox(NULL, __TEXT("Error hooking: SetWindowsHookEx fail"), __TEXT("GetWord"), MB_OK); return FALSE; } } return TRUE;}
- 2022-05-28 06:17:38下载
- 积分:1