-
飞思卡尔IMX51 WinCE BSP(2009 6
Freescale iMX51 WinCE 6.0 BSP (2009-11) version
- 2022-01-26 01:45:11下载
- 积分:1
-
java写的另一个学籍管理的小程序。根据给定的AbstractStudent、Teacher、Time、AbstractStudentManager,以及已创建...
java写的另一个学籍管理的小程序。根据给定的AbstractStudent、Teacher、Time、AbstractStudentManager,以及已创建的三个类 BachlorStudent, GraStudent, ConcreteStudentManager 建立一个学籍管理类 StudyManager 并带有 main 函数-write another small expulsion management procedures. According to the AbstractStudent, Teacher, Time, AbstractStudentManager, and has created three categories BachlorStudent, GraStudent, ConcreteStudentManager establish an expulsion StudyManager and Management with main function
- 2022-04-27 19:12:34下载
- 积分:1
-
access to other hosts on the registry
存取其他主机上注册表-access to other hosts on the registry
- 2022-08-15 01:30:06下载
- 积分:1
-
我自己的模拟条,不需要硬件的支持
我自己的模拟条,不需要硬件的支持-my own simulation of the need to support hardware
- 2022-01-25 14:21:06下载
- 积分:1
-
vc treeview
vc treeview
- 2022-06-02 13:52:05下载
- 积分:1
-
C++ 操作Excel
资源描述
这是C++ 操作Excel的源码,应用场景:
将浏览器插件上抓取到的信息,通过HTTP发送给本程序,本程序按照给定格式输入到Excel中。
- 2022-04-22 12:19:10下载
- 积分:1
-
ELM327软件对车载诊断OBD汽车
Elm327 Software for Onboard Diagnostics OBD for Cars
- 2022-03-13 23:10:33下载
- 积分:1
-
来自国外的一个完整的下载程序,好就好在它支持代理服务器,并且实现了断点续传!是一个不可多的的好东东!很好的参考。 在这基础上在继续发展,可以做出一个很棒的下载程...
来自国外的一个完整的下载程序,好就好在它支持代理服务器,并且实现了断点续传!是一个不可多的的好东东!很好的参考。 在这基础上在继续发展,可以做出一个很棒的下载程序。一般的下载程序都支持了多线程,今后,我们也会加入关于VB编写多线程的示例。-from abroad a complete download, it is good because the proxy server support, and achieved a HTTP! It is not a good number of Eastern! Good reference. On this basis the development, can make a great download. Download the general support of multithreading that in the future we will join the preparation of multi-threaded VB examples.
- 2022-03-22 17:09:07下载
- 积分:1
-
嵌入式PDA程序,可以演示多线程的生成,并利用线程的方式刷新界面...
嵌入式PDA程序,可以演示多线程的生成,并利用线程的方式刷新界面-embedded PDA procedures, multithreading can demonstrate the generation and use of high-thread interface
- 2022-02-06 12:00:15下载
- 积分:1
-
vs2013 SendMessage后台鼠标消息实例
vs2013 SendMessage后台鼠标消息实例
void 测试()
{
RECT r1;
POINT old_p;
HWND Game = ::FindWindow(NULL, "Plants vs. Zombies 1.2.0.1073 RELEASE");
//::MessageBox(NULL, GetGmae, "这是标题", MB_OK);
::SetWindowPos(Game, 0, 0, 0, 0, 0, SWP_NOSIZE | SWP_SHOWWINDOW | SWP_NOMOVE);
//::SetWindowPos(Game, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE);
//设置窗口属性
- 2022-01-24 14:19:04下载
- 积分:1