- 
                        设备巡检系统
                        
                          利用vs2012编写发的设备巡检系统,支持设备录入,设备巡检等等功能,基于RFID的卡片读取                         
                            - 2022-04-27 01:42:26下载
- 积分:1
 
- 
                        火焰抓屏
                        
                          说明:  c环境下编写,该程序解决了tc环境下抓图的问题,解去了你的烦恼。(c prepared environment, which resolves tc screen in the environment, the solution to your troubles.)                         
                            - 2005-12-24 11:17:33下载
- 积分:1
 
- 
                        ToolDemo
                        
                          说明:  详细介绍了VC中工具栏开发实例,实例具有代表性,可直接应用。(Described in detail the development of VC in the toolbar example, the examples are representative, can be applied directly.)                         
                            - 2008-11-18 13:47:21下载
- 积分:1
 
- 
                        W5500 tcpserver
                        
                          W5500芯片的相关驱动代码,很去包含TCP,UDP,HTTP                         
                            - 2022-11-04 08:20:03下载
- 积分:1
 
- 
                        CSharpudpchat
                        
                          C#局域网udp聊天工具,客户端和服务器,实现聊天功能(chat liaotiangongju)                         
                            - 2011-12-23 18:19:21下载
- 积分:1
 
- 
                        中点算法 DDA算法 bresenham算法
                        
                          中点算法
	
		#include "graphics.h"
	
		Void Midpointline (int x1,int y1,int x2,int y2,int color)
	
		{
	
		    int a,b,d1,d2,d,x,y;
	
		    a= y1-y2;b=x2-x1;d=a+a+b;
	
		    d1= a=a;d2= a+a+b+b;
	
		    x=x1;y=y1;
	
		    putpixel(x,y,color);
	
		    while (x                         
                            - 2022-08-12 19:19:01下载
- 积分:1
 
- 
                        ads1110 msp430驱动
                        
                          msp430驱动ads1110 已封装成库 修改引脚编号 直接调用即可                         
                            - 2022-02-04 10:49:28下载
- 积分:1
 
- 
                        dht11 atmega 16
                        
                          说明:  dht11 with avr.and proteus simulation.                         
                            - 2019-05-15 18:03:29下载
- 积分:1
 
- 
                        qt webengine写的浏览器
                        
                          qt 5.9 webengine浏览器源码,支持标签浏览、收藏夹、下载、查看源文件等功能,需要的朋友拿去用,谢谢。                         
                            - 2022-02-13 21:26:48下载
- 积分:1
 
- 
                        VCamatlab
                        
                          VC++与matlab混合编程实例和VC调用matab生成的DLL说明(The mixed VC++ with matlab programming examples and generated by the VC call matab DLL description)                         
                            - 2021-03-04 19:09:32下载
- 积分:1