-
tiebou-V3.0
最大信噪比的独立分量分析算法,能量熵的计算,混沌的判断指标Lyapunov指数计算。( SNR largest independent component analysis algorithm, Energy entropy calculation, Chaos indicator for Lyapunov index calculation.)
- 2017-04-23 12:22:09下载
- 积分:1
-
测向
基于CVAVR软件编写的多普勒测向实验程序,天线切换模拟转动(Doppler direction finding experiment program based on CVAVR software, antenna switching simulation rotation.)
- 2018-08-30 08:34:55下载
- 积分:1
-
红外学习程序
说明: 在该压缩包中包含了万能红外学习的源代码和资料。(The compression package contains the source code and information of universal infrared learning.)
- 2019-10-03 13:28:46下载
- 积分:1
-
sf_2014320164457
数据结构中的许多东西,包括头文件、例题、习题等等(Data structure many things, including the header files, examples, exercises, etc.)
- 2014-04-03 15:24:34下载
- 积分:1
-
贪吃蛇
在QT集成环境写的贪食蛇游戏程序源码,游戏开发入门、初级入门,可参考参考
- 2022-03-23 16:32:00下载
- 积分:1
-
Peano-Hilbert
代码是关于Peano-Hilbert曲线算法,属于图形学范畴(Code is on the Peano-Hilbert curve algorithm, belongs to the category Graphics)
- 2015-12-27 11:49:03下载
- 积分:1
-
51单片机俄罗斯方块源代码
# include
# include
# define N 4
# define time 500
# define uchar unsigned char
sbit keyenable=P3^6;
sbit up=P3^2;
sbit down=P3^4;
sbit right=P3^3;
sbit left=P3^1;
uchar code table[N+8]={0,0,0,0,1,2,4,8,16,32,64,128};
char x[4];
char y[4];
char m[8][8]={0};
uchar p[8];
int n=0;
/**************
延时函数
***************/
void delay(char MS)
{
char us,usn;
while(MS!=0)
{
usn = 0;
while(usn!=0)
{
us=0xff;
while (us!=0){us--;};
usn--;
}
MS--;
}
}
/***************
判断是否碰撞函数
**************/
bit coll(void)
{
bit k=0;
int i;
for(i=0;i
- 2023-01-11 14:50:04下载
- 积分:1
-
Drawing-with-CSharp
二维图绘制的C#小程序,能生成二维图像。(about Drawing with C#)
- 2013-08-19 16:10:11下载
- 积分:1
-
一个C#的好程序,对起步的同学有很大的帮助,是用 vs.net 2003 编得,大家快来下载,真的很不错哦!...
一个C#的好程序,对起步的同学有很大的帮助,是用 vs.net 2003 编得,大家快来下载,真的很不错哦!-a good procedure, the students started to be very helpful is the use of being vs.net 2003, we hurry to download, it is really good!
- 2022-02-13 13:56:32下载
- 积分:1
-
w
说明: LCD12864+51单片机测试程序,随意书写,勿喷。(LCD12864+51 MCU test program, write at will, do not spray.)
- 2019-06-05 22:33:44下载
- 积分:1