-
doudihzu
是一款游戏,有很多级别的对手,你可以随便选择(Is a game, there are many levels of opponent, you could choose)
- 2011-08-02 21:24:51下载
- 积分:1
-
Onvif-deve_-framework
说明: Onvif开发框架,包含需要的wsdl文件已经通过goasp生成的头文件和源文件.没有包含鉴权(Onvif development framework, including the need for the WSDL file has been generated by the goasp header files and source files.)
- 2016-07-27 09:46:38下载
- 积分:1
-
MagicICO
图标编辑的源码,比较适合初学者进行分析。(Icon editor source code analysis is more suitable for beginners)
- 2009-11-06 22:48:03下载
- 积分:1
-
drawing
This program demonstrates OpenCV drawing and text output functions
- 2013-08-02 23:08:35下载
- 积分:1
-
usb7333-Data-acquisition
usb7333 Data acquisition,主要实现了USB7333数据采集卡的数据采集和发送。(usb7333 Data acquisition, main achievement of the USB7333 data acquisition card, data acquisition and transmission.)
- 2011-05-16 09:45:03下载
- 积分:1
-
lvxingshangwenti
人工智能技术试验-旅行商问题的实现,该程序利用A*算法实现了旅行商问题(Traveling Salesman Problem)
- 2014-05-03 19:35:33下载
- 积分:1
-
c# 条码生成 实例源码下载
本工程收集了多种常用条码的生成方法
- 2015-01-26下载
- 积分:1
-
WPFMidiBand_SRC
c#的midi播放软件,可用于解析并播放midi文件(the midi player in C# for prasing or play the midi file)
- 2013-01-24 17:19:55下载
- 积分:1
-
Asp.net-Order-Full
asp.net 完整点餐系统
后台配置,前端微信页面展示(asp.net complete ordering system background configuration, the front-end micro-channel page display)
- 2020-10-21 20:07:24下载
- 积分: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