-
matlabyuyin
实现了语音的嵌入 用matlab软件 来实现的 (realize the embedded of speech)
- 2012-04-10 21:39:29下载
- 积分:1
-
SGR_Autoseed
自动种子区域生长代码,用MATLAB运行,不必选择种子点 可以自动选择阈值 实现图像分割(Automatic seeded region growing code, using MATLAB operation, do not need to select seed points can be automatically selected threshold image segmentation)
- 2014-06-18 22:20:48下载
- 积分:1
-
opencv-otsu
Opencv处理图像,用ostu法实现图像的二值化(Opencv image processing, using ostu method to achieve image binarization)
- 2013-07-21 16:00:03下载
- 积分:1
-
caiseyu
设计一个程序,演示美丽的“池塘夜雨”景色:色彩缤纷的雨点飘飘洒洒地从天而降,滴滴入水有声,溅起圈圈微澜(Design a program that demonstrates the beautiful " pond night rain" scene: Durian colorful rain to fall from the sky, drops into the water with sound, the splashes circle Ripples)
- 2011-06-16 00:19:53下载
- 积分:1
-
EllipseCir
椭圆拟合,输入中心坐标及椭圆长半轴和短半轴即可画出相应椭圆(ellipse fitting)
- 2013-12-18 23:49:16下载
- 积分: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
-
c++ example
几个C++程序设计实例(several C program design)
- 2020-06-26 10:00:01下载
- 积分:1
-
FLIC动画文件的播放程序设计
FLIC动画文件的播放程序设计(FLIC animation documents player design)
- 2005-02-18 16:28:48下载
- 积分:1
-
CarSig
是一个车牌识别程序,对开发车牌识别应用的程序员有借鉴作用。(A license plate recognition program, the development of license plate recognition application programmer reference.)
- 2014-03-03 23:09:58下载
- 积分:1
-
一个简单的八数码问题,你可以通过输入1到9的样字,通过训练,可以识别1到9的数字...
一个简单的八数码问题,你可以通过输入1到9的样字,通过训练,可以识别1到9的数字-A easy eight-number question,we can exercise the figure form one to nine,and the program can give out the result.
- 2023-05-17 00:00:03下载
- 积分:1