-
小木偶Win32汇编教学,将离线版本。之间的有限..
小木偶Win32汇编教学,整理后的离线网页版本。MASM32或TASM代码。-small puppet Win32 compilation teaching, putting the offline version. Between code or TASM.
- 2022-01-25 22:22:15下载
- 积分:1
-
实现了带有消息队列的线程类,模拟了Windows窗口的消息处理过程,适用于不能通过窗口来进行消息转发的情况...
实现了带有消息队列的线程类,模拟了Windows窗口的消息处理过程,适用于不能通过窗口来进行消息转发的情况-Achieved with the message queue of the thread class, to simulate the Windows window message handling process, applied to the window can not be transmitted to the situation in the news
- 2022-05-24 19:49:22下载
- 积分:1
-
关于 农夫与羊的过河问题的求解算法,这是一个关于算法的问题,运用的数据结构与算法都是十分经典的 是非常值得借鉴的。...
关于 农夫与羊的过河问题的求解算法,这是一个关于算法的问题,运用的数据结构与算法都是十分经典的 是非常值得借鉴的。-On the farmer and the sheep across the river problem solving algorithm, this is a problem on the algorithm, using the data structure and algorithm are very classic is worthy of consideration.
- 2022-08-20 13:18:55下载
- 积分:1
-
Dynamic Library has prepared on the use of other non
动态库编写,编写其他非VC使用的动态库,一个简单的测试例子-Dynamic Library has prepared on the use of other non-VC dynamic library, a simple test case
- 2022-07-01 01:16:52下载
- 积分:1
-
stl2550读取光照强度的c语言,不包括转换公式
stl2550读取光照强度的c语言,不包括转换公式-stl2550 read light intensity c language, does not include conversion formula
- 2022-05-30 19:25:38下载
- 积分:1
-
Video processing platform, you can open the avi files, dynamic display frames to...
视频处理平台,可以打开avi文件,动态显示帧数,观察前一帧,后一帧等,可以再这上面进行后续开发-Video processing platform, you can open the avi files, dynamic display frames to observe the previous one, the latter one, could be something like that and then follow-up development
- 2023-06-19 19:10:05下载
- 积分:1
-
CCS基础代码
MEMORY
{
PAGE 0:
VECS: org=0x0080, len=0x80
PROM: org=0x1000, len=0x1000 /* 4k words */
PAGE 1:
STACK: org=0x100, len=0x400 /* 1k words */
DARAM: org=0x2000, len=0x1000 /* 4k words */
}
SECTIONS
{ .text :> PROM PAGE 0
vectors :> VECS PAGE 0
.bss :> DARAM PAGE 1
.data :> DARAM PAGE 1
}
- 2022-07-18 04:00:20下载
- 积分:1
-
安装程序制作软件
安装程序制作软件-software installation procedures
- 2022-03-02 13:45:51下载
- 积分:1
-
上回上传的异形dlg封装的使用demo程序。上回上传的异形dlg封装的使用demo程序。...
上回上传的异形dlg封装的使用demo程序。上回上传的异形dlg封装的使用demo程序。
- 2022-04-11 14:31:08下载
- 积分:1
-
嵌入式的本地数据库(表)引擎, 不需要任何附加库(非BDE), 直接插入源代码即可 附带BDE转换/表编辑...
嵌入式的本地数据库(表)引擎, 不需要任何附加库(非BDE), 直接插入源代码即可 附带BDE转换/表编辑 -embedded local database (Table) engine, does not require any additional libraries (BDE), plugs directly into the source code can be attached BDE conversion/Table Editor
- 2022-03-11 02:33:45下载
- 积分:1