-
创建和编辑标准windows图标
创建和编辑标准windows图标-the creation and editing of the standard windows icon
- 2022-01-22 05:44:05下载
- 积分:1
-
我的项目,它被称为蛇场,这是著名的游戏,非常人知道它,
我曾经在这第二场比赛的第一个文件是头文件( snake.h ) ,第二次是( snake.cpp...
我的项目,它被称为蛇场,这是著名的游戏,非常人知道它,
我曾经在这第二场比赛的第一个文件是头文件( snake.h ) ,第二次是( snake.cpp ) 。这里是数字游戏-My project it’s called snake game, it’s famous game and very one knew it,,
I used in this game 2 files the first one is the header file (snake.h),and the second one is (snake.cpp).and here is the figure of the game:
- 2023-09-09 02:50:03下载
- 积分:1
-
Visual C++2005 串口调试工具源码
Visual C++2005 串口调试工具源码,可使用Visual c++编译,实现串口通信的检测功能。
- 2023-08-04 05:50:04下载
- 积分:1
-
GuiToolkit的列子
GardenUI(免费,界面效果挺好的,XML,代码界面分离)
- 2022-08-25 08:19:22下载
- 积分:1
-
房地产售楼系统物业管理系统,
采用sql数据库
房地产售楼系统物业管理系统,
采用sql数据库-sales of real estate property management systems, database use sql
- 2023-02-07 19:45:03下载
- 积分:1
-
文件编辑器的C++实现,包括多个实用头文件
文件编辑器的C++实现,包括多个实用头文件-File editor of C++ implementation, including a number of practical header files
- 2022-03-03 14:35:58下载
- 积分:1
-
传真接受程序,还不错
传真接受程序,还不错-fax acceptance procedure, quite good
- 2023-01-12 17:35:04下载
- 积分:1
-
我自己用api编的一个写字板程序,初学者可以学习一下。
我自己用api编的一个写字板程序,初学者可以学习一下。-This is my notepad, which code by API directly. for beginer ref.
- 2022-02-26 04:46:26下载
- 积分:1
-
获取系统硬件信息,内存使用状况,process进程列表
void ExeCPUID(DWORD veax) //初始化CPU信息
{
__asm
{
mov eax,veax
cpuid
mov deax,eax
mov debx,ebx
mov decx,ecx
mov dedx,edx
}
}
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-23 22:54:57下载
- 积分:1
-
自己写的一个演示伙伴算法内存分配的程序,不过性能不是很好,有兴趣的朋友可以加以改进...
自己写的一个演示伙伴算法内存分配的程序,不过性能不是很好,有兴趣的朋友可以加以改进-himself wrote a demonstration of the partnership algorithm memory allocation procedures, but performance was not very good. Interested friends can be improved
- 2022-07-20 02:14:46下载
- 积分:1