- 
                        VCPP
                        
                          vc++基础教程的视频,主要是对于MFC的教程(vc++ based tutorial video tutorial is mainly for MFC)                         
                            - 2013-11-07 16:04:13下载
- 积分:1
 
- 
                        1
                        
                          说明:  Kalman算法迭代时对输入信号的跟踪曲线(Kalman algorithm is iterative when the input signal of the tracking curve of)                         
                            - 2009-11-15 16:44:41下载
- 积分:1
 
- 
                        sinasock
                        
                          读取新浪财经股票行情数据,并对获取数据进行解析(Read Sina Financial Stock Market Data)                         
                            - 2020-06-26 15:20:02下载
- 积分:1
 
- 
                        1602显示驱动程序
                        
                          说明:  LCD1602的数据写入及CGRAM的使用
编程 2010-06-19 17:41:11 阅读84 评论0   字号:大中小 订阅 
1.当使能端E由1变为0时,执行写指令,数据被写入。 
例如,欲写入数据i到DDRAM:
void WDR(uchar i)
{
	CheckBusy();//检忙
	LCD_RS=1;
	LCD_RW=0;
	LCD_EN=0;
	Delay();
	LCD_DATA=i;//数据输出到定义端口
	Delay();	
	LCD_EN=1;
	Delay();
	LCD_EN=0;//这一步才开始写入到LCD
	Delay();
}
2.CGRAM
1602能存储8个自定义字符,这8个自定义字符存储空间的首地址分别是:0X40,0X48,0X50,0X58,0X60,0X68,0X70,0X78。
以0x40来说,它的存储空间如图所示:(riting of LCD1602 and the Use of CGRAM)                         
                            - 2020-06-23 13:20:02下载
- 积分:1
 
- 
                        Pattern-recognition
                        
                          《模式识别》,是本人用matlab语言编程来实现贝叶斯分类器的设计(" Pattern recognition"  is a programming language I use matlab to implement Bayesian classifier design)                         
                            - 2011-11-24 20:29:41下载
- 积分:1
 
- 
                        EloamComDemo
                        
                          高拍仪demo(demo)                         
                            - 2020-09-09 11:08:02下载
- 积分:1
 
- 
                        ST32C10XV1010
                        
                          这是有关于stm32中的实验板子上的原理图,如果大家认真学习的话,肯定会了解stm32的(This is the experiment on the stm32 schematic diagram on the board, if you carefully study, you will certainly understand stm32 the)                         
                            - 2011-05-14 17:31:54下载
- 积分:1
 
- 
                        24LC512.c
                        
                          24LC512的读写程序,已在工程中测试应用过(24LC512 read and write procedures, have been tested in engineering application)                         
                            - 2014-03-21 09:31:51下载
- 积分:1
 
- 
                        Tetris
                        
                          俄罗斯方块,可以自定义形状,包含线程,托管,画图的方面的代码(Tetris, can custom shape, including thread, custody, drawing aspects of the code)                         
                            - 2012-03-18 00:39:55下载
- 积分:1
 
- 
                        小波
                        
                          小波分解去燥程序,在函数中加入白噪声,然后利用小波变换,进行去除噪声的处理,效果不错。(Wavelet decomposition to dry process, the white noise is added to the function, and use wavelet transform, remove noise processing, effect is good.)                         
                            - 2021-05-09 12:38:35下载
- 积分:1