-
relay-test
继电器的测试实验,初学者的好帮手呀,看看(Relay switch control experiments)
- 2010-05-17 17:11:18下载
- 积分:1
-
xiangqi
c++的象棋代码,里面有代码,调试成功,运行很好,我编写了将近一个月,是深入c++最好的资料,大家可以改一改,用于自己的项目。。。(C++ chess code, debugging success, there are code, running very well, I write nearly a month, is deeply c++ the best information, you can change, for their own projects...
)
- 2013-12-02 23:36:59下载
- 积分:1
-
iPhoneUI
说明: 仿iPHONE UI C#源码,vs2005编译通过(Imitation iPHONE UI C# source code, vs2005 compiled by)
- 2010-03-29 14:15:12下载
- 积分:1
-
nginx
nginx 包含大量中文注释版本。详细说明了线程池机制,epoll机制等等(Nginx contains a large number of annotated versions in Chinese)
- 2020-06-16 06:20:01下载
- 积分:1
-
C# 生成二维码图片并保存到文件 支持二维码打印 示例源码下载
项目中用到的皮肤是IrisSkin4.dll 二维码读取用的QRCodeProvider.dll(含完整项目源码)
- 2013-10-27下载
- 积分:1
-
opencv打开USB摄像头
#include
#include
#include
#include
using namespace cv;
int main()
{
VideoCapture capture(1);
//namedWindow("a", CV_WINDOW_NORMAL);
//setWindowProperty("a", CV_WND_PROP_FULLSCREEN);
//capture.set(CV_CAP_PROP_FRAME_WIDTH, 1920.0);
//capture.set(CV_CAP_PROP_FRAME_HEIGHT, 1920.0);
while (1)
{
Mat frame;
capture >> frame;
imshow("a", frame);
waitKey(30);
}
return 0;
}
- 2023-05-01 04:05:05下载
- 积分:1
-
demo_collect
demo source code of using collect in Micrsoft Visual C++.Net 2003(demo source code of using collect in Micrso Visual C ft. Net 2003)
- 2007-06-21 17:12:22下载
- 积分:1
-
cours_stats
cours statistiques et estimation
- 2010-10-23 08:06:20下载
- 积分:1
-
wince_mine
WinCE5.0下的扫雷游戏,实现左键长按标记的功能,利用vs2005开发,可以成功运行,内有开发文档,以及WINCE学习文档(WinCE5.0 mine under the game, press left to achieve the function of marking, using vs2005 development, can be run successfully, there are development documents, and document learning WINCE)
- 2011-05-04 09:56:49下载
- 积分:1
-
自定义winform窗体设计器(创建自己的设计界面)
介绍如何使用.net自身的组件设计时支持的源代码项目
使用拖动进行界面设计,属性窗口对控件进行设置
- 2023-06-03 05:20:03下载
- 积分:1