-
CSharp
关于一个点名系统的课程设计报告,包括一部分代码,及各个界面的截图(About a naming system curriculum design report, including the part of the code, and the interface screenshots)
- 2013-04-03 14:32:54下载
- 积分:1
-
MouseAutoClick
说明: 设定点击实际和坐标,运行时自动执行设置操作(Set the actual and coordinates of clicks, and automatically perform settings at runtime)
- 2020-06-17 01:00:02下载
- 积分:1
-
XML文件读写程序(附VC和EVC版源代码)
XML文件读写程序(附VC和EVC版源代码)
- 2022-07-17 06:26:46下载
- 积分:1
-
Manpower-ResourceManage
C#数据库编程(人力资源管理系统),自带数据库!用户可以通过该实例掌握C#的编程基础知识!(Database Programming C# (human resource management systems), bringing their database! The user can master the examples of C# programming knowledge base!)
- 2007-06-07 17:45:15下载
- 积分:1
-
C8051F020开发应用程序,完成人机界面及IO的输入输出,包含8路AD模拟输入和2路DA输出,还有PWM驱动电机的控制。...
C8051F020开发应用程序,完成人机界面及IO的输入输出,包含8路AD模拟输入和2路DA输出,还有PWM驱动电机的控制。-C8051F020 development and application procedures, man-machine interface and complete IO input and output, AD contains eight analog input and two output DA Road, PWM motor drive control.
- 2022-01-24 18:47:05下载
- 积分:1
-
Image-zooming
实现bmp位图的图像放大缩小,包含整个mfc的源码文件。(Achieve bmp bitmap image zoom, contains the entire mfc source files.)
- 2014-02-13 10:17:26下载
- 积分:1
-
FxCopInstall1.35
代码审查工具,功能强大
便于改正编写习惯(Code review tools, powerful easy to correct writing habits)
- 2013-10-30 10:35:29下载
- 积分:1
-
线程关联类
#include "ThreadPool.h"#include "WorkerThread.h"#include "Task.h"/******************************************************************************** 线程池******************************************************************************/CThreadPool::CThreadPool(int initnum){m_threadNum = initnum;m_maxThrNum = initnum * 2; // 最多线程数for(int i = 0; i < m_threadNum; i++){ CWorkerThread* thr = new CWorkerThread(); thr->SetThreadPool(this); thr->Start();AppendToIdleList(thr); }m_monitor = 0;}CThreadPool::~CThreadPool(){ TerminateAll();}void CThreadPool::TerminateAll(){m_mtxTaskList.Lock();m_taskList.clear();m_mtxTas
- 2022-06-13 18:08:15下载
- 积分:1
-
LZW压缩解压院码
LZW压缩解压院码-LZW compression decompression yards hospital
- 2022-02-15 03:12:41下载
- 积分:1
-
EEPROM-programming--
EEPROM读写实例,可直接写到STC12C5616AD烧写板子上的C程序(Instance can be directly read and write EEPROM programming board wrote STC12C5616AD C program)
- 2011-09-16 10:22:44下载
- 积分:1