-
IP-address
能够对IP地址的合法性进行判断以及相应的子网(Able to judge the legitimacy of the IP address and the corresponding subnet)
- 2014-01-01 10:16:23下载
- 积分:1
-
matlabNeuralNetworkApcationDesign
说明: matlab神经网络应用设计》关于神经网络方面很重要的学习书籍(matlab神经网络应用设计》)
- 2010-03-17 00:00:59下载
- 积分:1
-
COMPUTER_GRAPHICS
本程序实现了计算机图形学的一些重要算法(画直线,画圆,画椭圆,区域填充,图形裁剪,齿轮生成,三次样条曲线等等),源码和可执行程序均打包于文件中(this program is implemented some important algorithm of computer graphics such as drawing lines,drawing circles,drawing ellipse,area filling,Graphics clipping,gear wheel generation ,three times spline curve and so on),source code and executable
files are all included in the compressed
file。 )
- 2020-11-24 16:19:32下载
- 积分:1
-
LCD12864
LCD12864多级菜单protues仿真资料(LCD12864 multilevel menu protues simulation data
)
- 2021-04-13 15:58:57下载
- 积分:1
-
Proficient-in-Matlab-and-C-CPP-V2
matlab与VC++混合调用的经典教程(Classic tutorial matlab mixed with VC++ call)
- 2015-03-02 10:19:14下载
- 积分:1
-
grid
openGL,提供了几个OBJ格式的3D格网数据,装入并显示这些文件.(openGL, provides several OBJ format 3D grid data, load and display these files.)
- 2013-09-11 20:22:31下载
- 积分:1
-
opencv_hand
opencv手势识别检测实验代码(很实用的)(opencv gesture recognition detection experiments the code (very practical))
- 2021-04-23 11:08:47下载
- 积分:1
-
DVPIX
c语言之计算篇,从基础学起,让你彻底精通c语言的应用,()
- 2018-03-17 12:07:10下载
- 积分:1
-
dao_multi
说明: VC++编程,这是一个数据库DAO多线程的例子,有数据库多线程处理技巧(VC++ Programming, this is a database DAO examples of multi-threaded, multi-threaded database processing techniques)
- 2008-10-19 22:31:09下载
- 积分:1
-
8x8snake
while(1)
{//if(keyenable==1){P1=0x00 P2=0xff }else{P1=0xff P2=0x00 }
for(i=3 i<SNAKE+1 i++)x[i]=100 for(i=3 i<SNAKE+1 i++)y[i]=100 //初始化
x[0]=4 y[0]=4 //果子
n=3 //蛇长 n=-1
x[1]=1 y[1]=0 //蛇头
x[2]=0 y[2]=0 //蛇尾1
addx=0 addy=0 //位移偏移
//k=1
while(1){if(keyenable)break timer0(1) }
while(1)
{timer0(e)
if(knock()){e=SPEED break } //判断碰撞
if((x[0]==x[1]+addx)&(y[0]==y[1]+addy)) //是否吃东西
- 2011-07-09 23:00:46下载
- 积分:1