-
ank
说明: D3D开发的三维坦克大战程序,碰撞,战斗效果!值得借鉴哦,呵呵!(D3D development of 3D tank warfare program, collision, combat effects! To be learned Oh, Oh!)
- 2021-04-20 22:38:50下载
- 积分:1
-
gzip-1.2.4.tar
gzip library for nginx intall
- 2017-12-01 15:08:30下载
- 积分:1
-
filter
实现Gabor滤波的源代码,包括C++、matlab源程序,Gabor提取图像特征原理及其matlab实现。(Gabor filtering source code, including C + +, matlab source code, Gabor extract image features principle matlab.)
- 2012-10-30 11:19:41下载
- 积分:1
-
CESeries
此为基于wince 6.0的串口类,供智能设备的通讯开发人员使用(This is based on the wince 6 serial class, for intelligent device communications developers use)
- 2017-09-27 16:51:40下载
- 积分:1
-
ADC
LPC1768 ADC接口配置,有详细代码和注释,可以直接编译,推荐适应keil(LPC1768 adc test demo)
- 2019-05-14 00:54:01下载
- 积分:1
-
51继电器使用
51单片机继电器简单使用# include
# define uchar unsigned char
# define uint unsigned int
sbit k1=P3^4;
sbit k2=P3^5;
sbit jdq=P2^1;
sbit l1=P1^0;
void delayms(uint x) //延时
{
uint i,j;
for(i=x;i>0;i--)
for(j=110;j>0;j--);
}
void main ()
{
jdq=0;
while(1)
{
if(k1==0)
{
delayms(10);
if(k1==0)
{
&nbs
- 2022-12-25 10:25:03下载
- 积分:1
-
ping
一个基于VC6.0 的简单ping程序 用于学习简单的网络编程(A the VC6.0 simple ping program for learning network programming)
- 2012-06-16 19:33:12下载
- 积分:1
-
jpfgv
D-S证据理论数据融合,用于时频分析算法,基于掌纹识别的在线身份验证 识别算法本科毕设。( D-S evidence theory data fusion, For time-frequency analysis algorithm, Verify recognition algorithm based on palmprint recognition undergraduate complete set of online identity.)
- 2017-04-24 20:25:30下载
- 积分:1
-
ZStack-CC2530-2.5.1a-StepMotor
说明: 基于zigbee技术CC2530 开发控制步进电机(Development and Control of Stepping Motor Based on Zigbee Technology CC2530)
- 2020-06-22 23:00:01下载
- 积分:1
-
sequential_search
c code for sequencial search for
- 2007-05-09 19:08:20下载
- 积分:1