-
861144
监测其它运行程序的小程序,内有详细说明,可以随意控制其它任一程序()
- 2018-06-22 05:56:36下载
- 积分:1
-
qtstudydoc
QT学习教程,很好用的
差不多所有的程序教材都从Hello 开始,下面就是这个程序的qt版本(good QT course
1#include <QApplication>
2#include <QLabel>
3 int main(int argc, char*argv[])
4 {
5 QApplication app(argc, argv)
6 QLabel*label = new QLabel("Hello Qt!")
7 label->show()
8 return app.exec()
9 }
)
- 2012-03-10 14:46:07下载
- 积分:1
-
tda7786
说明: TDA7786 底层驱动,FM/AM已验证OK。(tda7786 fm/am drivers~~)
- 2021-01-13 11:28:48下载
- 积分:1
-
fenyou
现有8升、5升、3升的容器各一个,均无任何度量标记,其中8升的容器装满油,其他两个为空。要求用上述容器倒来倒去,分成两份4升的油。(内附实验报告)(Existing eight liters, 5 liters, each a 3-liter container, no any measure mark, eight liter container filled with oil, the other two are empty. Requirements for the container shuffling back and forth, divided into two four liters of oil.)
- 2015-11-15 17:54:53下载
- 积分:1
-
ConsoleApp1
说明: GDAL2.4 C#接口编译库及示例,亲测支持中文路径、中文字段名、中文记录,最新编译库32位库(Gdal2.4 C# interface compiler library and examples, pro test support Chinese path, Chinese field name, Chinese record, the latest compiler library 32-bit library)
- 2020-09-04 16:22:21下载
- 积分:1
-
skyblue_PinTu
使用MFC写的一个拼图游戏,可以点击浏览载入不同的图片来进行拼图,适合初学者学习MFC和游戏编程参考(Use MFC to write a jigsaw puzzle, you can click here to load different images puzzles, and games suitable for beginners to learn MFC programming reference)
- 2010-06-03 16:12:39下载
- 积分:1
-
scrdec18
scrdec18 <读取路径> <保存路径> [-cp 代码页] [-url|-html] [-v] [-d]
代码页可以是 932 - Japanese(日语)
936 - Chinese (简体)
950 - Chinese (繁体)
949 - Korean (朝鲜语)
1361- Korean (韩文)
任何其他代码页不需要指定。
使用 -url 转 Unescape xx 链接编码风格, 或
-html 转 Unescape & 网页编码风格。
额外的信息,添加 -v 参数
你可能不想使用智能HTML监控排除机制。
在这种情况下,添加 -d 参数。">
- 2015-09-04 10:21:09下载
- 积分:1
-
MvcApp
easyui在asp.mvc2中的开发的例子,基本每个easyui的控件都有例子(easyui in asp.mvc2 the development example, the basic controls are examples of each easyui)
- 2013-07-04 15:42:49下载
- 积分:1
-
facedetion
人脸检测系统(可以用于人脸检测和定位)等,很方便的,程序已通过验证(Face Detection system (can be used for face detection and location) and so on, very convenient, the program has been validated)
- 2008-05-09 23:41:08下载
- 积分:1
-
JustChat
基于CS模式的聊天软件,具有加密功能,服务器端得数据库操作自己实现。(base on CS model chat tool)
- 2011-07-28 11:22:52下载
- 积分:1