-
有关微软编程技术的书籍可谓多如牛毛,但读来读去感觉还是MSDN比较权威。这里就拿一个例子来说吧,可能让很多刚开始学习Win32 API程序设计、甚至是一些已经有...
有关微软编程技术的书籍可谓多如牛毛,但读来读去感觉还是MSDN比较权威。这里就拿一个例子来说吧,可能让很多刚开始学习Win32 API程序设计、甚至是一些已经有一定Win32 API经验的人感觉大汗淋漓。 -Microsoft programming technology has numerous books, but reading to read to feel more authority or MSDN. Here Take an example, possibly allowing many start learning Win32 API programming, and even have a certain number of Win32 API experience the feeling of sweat dripping.
- 2022-07-27 09:53:50下载
- 积分:1
-
Vb.net电子书
Vb.net电子书,里面详细介绍了基本语法介绍,各种控件的使用说明,以及如何开发windowsAPI程序,对于学习VB编程的人来说,这是一本非常不错的资料。
- 2022-01-30 21:44:37下载
- 积分:1
-
实现载入迷宫和保存迷宫
实现载入迷宫和保存迷宫-achieve and preserve the printed maze maze
- 2023-06-02 10:20:03下载
- 积分:1
-
windows下的ICTL
windows下获取IOCTL的应用,包括获取mac地址的方法.对应linux下的ioctl函数结合struct arpreq结构的使用
- 2022-01-26 08:17:55下载
- 积分:1
-
This is a simple flow
这是一个WINCE4.2下的简单流驱动,与硬件无关。弄了很久,才调试成功。主要是学习流驱动的实现过程及动态加载!包括EVC开发的流驱动,EVC的应用调用程序和WORD的说明文档-This is a simple flow-driven, under WINCE4.2, and hardware-independent. Get a long time before the successful commissioning. Mainly for studying flow-driven implementation process and dynamic load! Including the EVC developed flow-driven, EVC application calls the procedures and instructions WORD documents
- 2023-01-24 23:50:04下载
- 积分:1
-
一个计算机的程序 自己写的 不太的好!
这个程序是对面向对象的应用,他主要是使用了相应的过载的概念,使得计算机能自动识别的浮点,及其他的东西,还有就是相应的...
一个计算机的程序 自己写的 不太的好!
这个程序是对面向对象的应用,他主要是使用了相应的过载的概念,使得计算机能自动识别的浮点,及其他的东西,还有就是相应的虚数,这个市最重要啊的 -a computer to write the procedures themselves are less good! The process of object-oriented applications, he mainly uses corresponding to the concept of overload, making the computer can automatically identify the float, and other things, there is the corresponding virtual few of the city"s most important ah
- 2022-03-10 10:31:38下载
- 积分:1
-
BMP 转ICO
BMP 转ICO-BMP to ICO
- 2022-09-28 23:10:03下载
- 积分:1
-
用vc实现的一个画图程序,画一个圆形和方形。本来可以画三角形,不过没有设定。同时程序中设了timer用来使图形移动,加一点趣味罢了!...
用vc实现的一个画图程序,画一个圆形和方形。本来可以画三角形,不过没有设定。同时程序中设了timer用来使图形移动,加一点趣味罢了!-vc achieved with a drawing, and painting a circle and a square. Triangle could have been painted, but not set. While proceedings timer used to set up a mobile so that the graphics and some fun too!
- 2022-02-07 03:04:24下载
- 积分:1
-
分形图的实现:c++源代码,分形树由递归算法生成。
分形图的实现:c++源代码,分形树由递归算法生成。-Fractal graphic sample
- 2022-03-20 11:38:58下载
- 积分:1
-
本程序针对约瑟夫问题的描述:编号为12,……n的n个人按顺时针方向围成一圈,每人持有一个密码(正整数),一开始任选一个正整数作为报数上限值m,从第一个人开始按顺...
本程序针对约瑟夫问题的描述:编号为12,……n的n个人按顺时针方向围成一圈,每人持有一个密码(正整数),一开始任选一个正整数作为报数上限值m,从第一个人开始按顺序时针方向自1开始顺序报数,报道m时停止报数,报m的人处列将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。利用单向循环链表存储结构模拟此过程,按照出列的顺序印出各人的编号。
演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”下,用户输入循环人数n和每人的密码。-This procedure description specifically for Joseph problem: The serial number is 12, ... The n n individual surrounds the ready-made one circle according to the clockwise sense , each person holds (positive integer) a password, one positive integer beginning to assume a post of selections is upper limits ms numbering off, direction starts the hour hand beginning from the first people according to order from 1 numbering off in proper order , stop numbering off when reporting m, the person place column reporting m looks on his password as new m value , the individual begins to number off again from 1 , getting down like this from his time as soon as going ahead in clockwise sense, until proprietor all till leaving self s place in the ranks.
- 2022-10-13 13:15:03下载
- 积分:1