-
bunnyrA
一个离散的点坐标数据,通过CAD离散的数据处理技术,生成了合理点坐标数据。(A discrete point coordinate data, using CAD discrete data processing techniques, generates a reasonable coordinate data points.)
- 2013-09-27 14:49:37下载
- 积分:1
-
MP3-Player-by-SD_USB 播放mp3文件
Nuvoton NUC505使用LibMAD从USB、SD卡软解压播放mp3文件。需要我共享的LibMad库(Nuvoton NUC505 decode mp3 files by LibMAD USB/SD。Need my share LibMad.)
- 2020-06-28 14:00:02下载
- 积分:1
-
qll
有关卷积编码的维特比算法,是硬判决的啊,希望大家(The Viterbi algorithm about convolutional coding, it is hard to judge, I hope you all)
- 2018-07-28 17:40:33下载
- 积分:1
-
mpeg_movie-1.6.0.tar
These are all the utilities you need to generate MPEG-I movies on a
UNIX box with full motion video and stereo sound. For more information
on this unusual application of Linux, look in the docs directory or go
to www.freeyellow.com/members4/heroine
(These are all the utilities you need to generate MPEG- I movies on a UNIX box with full motion video and stereo sound. For more information on this unusual application of Linux, look in the docs directory or go to www.freeyellow.com/ members4/heroine)
- 2006-03-01 20:30:01下载
- 积分:1
-
yuanma
数值计算方法解方程组实例,利用Gauss-Seidel迭代法解方程组(Numerical calculation method to solve equations example, using Gauss-Seidel iteration method for solution of equations)
- 2007-12-17 21:09:14下载
- 积分:1
-
用单片机实现电子钟,温度测量,红外遥控功能
单片机核心板+电子钟模块:实现时间的显示、温度的测量,且可通过遥控器调时、定闹等
- 2022-03-30 09:20:07下载
- 积分:1
-
lecture6_eigen_selection
中科院图像理解与计算机视觉课件6
值得参考一下
some topics on pattern recognition and computer vision(Chinese Academy of Sciences and Computer Vision Image Understanding Courseware 6 worth refer to some topics on pattern recognition and computer vision)
- 2008-04-25 21:16:01下载
- 积分:1
-
spi
STC12C5A60S2单片机双机SPI通信源码(STC12C5A60S2 source SCM Dual SPI communication)
- 2020-10-24 10:47:21下载
- 积分:1
-
LCD12864 MSP430F5529打点程序
LCD12864 MSP430F5529打点程序 亲测可用#include
#define uchar unsigned char
#define CS1 P2OUT |= BIT0 //串行LCD宏定义
#define CS0 P2OUT &=~BIT0
#define SID1 P2OUT |= BIT6
#define SID0 P2OUT &=~BIT6
#define SCLK1 P2OUT |= BIT2
#define SCLK0 P2OUT &=~BIT2
#define RST1 P2OUT |= BIT3
#define RST0 P2OUT &=~BIT3
//#define PSB0 P2OUT |= BIT4
//#define PSB1 P2OUT &=~BIT4
//函数声明
void InitSys();
void delay_ms(unsigned int);
void display_strings(void);
void displaydot(unsigned char x0,unsigned char y0 );
void lcdinit(void);
void clrgdram(void);
void write_com(unsigned char);
void write_data(unsigned char);
void sendbyte(unsigned char);
uchar ReadByte(void);
uchar Read_dos(uchar mode);
int flag=1;
unsigned char row1[]={""};
unsig
- 2022-04-21 23:44:47下载
- 积分:1
-
Line
iphone下 opengl es 进行绘制划痕效果(iphone opengl es draw scratch effect)
- 2012-04-24 17:46:10下载
- 积分:1