-
凸轮设计的C―C++程序,可以在VC环境下运行。
凸轮设计的C―C++程序,可以在VC环境下运行。-Cam-follower Design Code
- 2022-11-18 10:35:03下载
- 积分:1
-
EVC ADO 访问数据库操作的小例子,简单易用
EVC ADO 访问数据库操作的小例子,简单易用-EVC ADO access to databases operated by small examples, easy-to-use
- 2022-02-12 20:54:25下载
- 积分:1
-
社区监控原码:VC++6.0+access2
社区监控原码:VC++6.0+access2-Communities to monitor the original code: VC++ 6.0+ Access2
- 2022-05-22 02:02:59下载
- 积分:1
-
Source code of format disk.
磁盘格式化是计算机用户经常使用的操作之一,但由于操作系统的控制台和(Shell)提供了对格式化的完美支持,使编程人员很容易忽视用户对格式化的基本需求。在他们看来,磁盘格式化对用户来说并不是一个太大的问题,应用程序不必要对它提供支持。其实,这是一个错觉,当用户在运行应用程序遇到需要格式化磁盘时,再切换到控制台或者资源管理器去格式化磁盘是非常不便和烦琐的。 还有一部分编程人员认为磁盘格式化很容易实现,没有技术障碍,因此没有赋予足够重视。其实,在实际编程时笔者发现磁盘格式化是一个不大不小的问题。一方面,它要求编程尽量简单,不要涉及中断、端口读写、物理扇区存取、VXD、WDM驱动程序等复杂细节,只要能实现格式化即可,代码越简单越好,最好是只调用一个函数即可实现。-Source code of format disk.
- 2022-07-13 06:38:27下载
- 积分: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
-
shuffle 5 cards and get bigger number than your opponent, easy example how to cr...
shuffle 5 cards and get bigger number than your opponent, easy example how to create blackjack game
- 2022-02-14 02:57:48下载
- 积分:1
-
repaint the window to avoid the type scintillation
在窗口中重绘时避免闪烁的类-repaint the window to avoid the type scintillation
- 2023-01-10 02:40:09下载
- 积分:1
-
打开程序,当你打开EXCEL的时候,只要单击一个单元格,就自动将其内容复制到程序的剪切板上...
打开程序,当你打开EXCEL的时候,只要单击一个单元格,就自动将其内容复制到程序的剪切板上-Open the program, when you open EXCEL, when, as long as you click a cell, it will automatically copy the contents to the clipboard on the program
- 2022-01-31 16:07:13下载
- 积分:1
-
可以直接对硬盘进行物理操作的代码
可以直接对硬盘进行物理操作的代码-can drive directly to the physical operation of the code
- 2022-10-30 15:45:03下载
- 积分:1
-
FP数据挖掘
Data Mining of FP-growth algorithm, a very good code, you can tap the database of association rules
- 2022-07-16 01:22:49下载
- 积分:1