-
Interpolation1
固高科技 GT400 系列控制软件开发 插补练习中双轴同时运动 立即插补和缓冲区插补(GT400 series of solid high-tech exercise control software interpolation axis interpolation and also sports an immediate buffer interpolation)
- 2020-09-10 07:28:00下载
- 积分:1
-
commonly--algorithms-in-language-C
常用算法合集。包括解微分方程组,差值,数值积分,变换和滤波等(commonly used algorithms in language C)
- 2017-03-03 16:29:45下载
- 积分:1
-
VB
说明: 基于VB与MATLAB的数字图像处理软件设计(VB and MATLAB-based digital image processing software design)
- 2013-03-02 21:05:25下载
- 积分:1
-
Cwanquanshouche
嵌入式学习资料 C语文完全手册 嵌入式学习资料 高级c(c language)
- 2014-05-09 16:57:51下载
- 积分:1
-
DS_N76E003中文规格书_SC_Rev1.00
随着STM8的停产,新唐的N76E003 pin对pin替换STM8S003F3P6,而且很便宜,故这个时候拿来替换使用再好不过。(With the discontinuation of STM8, N76E003 pin of Xintang replaced STM8S003F3P6 with pin, which was very cheap, so it would be a good time to replace it.)
- 2019-03-31 14:53:44下载
- 积分:1
-
FHB
这个是一个好好用的完美挂请大家用用好不好用大家说说(PostScript(R) Printer Description (a.k.a. PPD) files are text files containing information about special features available on PostScript printers such as paper sizes, screen values and fonts available on your printer. These files are in a very specific format that can be read by software applications. The information is used when printing your document by the printer driver for decision making purposes or to invoke particular features of the printer. )
- 2010-01-18 16:47:22下载
- 积分:1
-
C-program-of-BSS-and-examples-1
在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用. 另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.(Linux platform, the blind signal separation of pure c write code. Blind signal separation algorithm based on convolution mixed, can be separated not only synthetic mixed-signal and voice signal convolution mixed in real environment can separation in the program, contains two test files can directly use the makefile after. Also worth mentioning is that the compressed bundle includes voice processing commonly used functions such as fft transform read write wav file, as well as some of the commonly used one-dimensional vector and two-dimensional matrix transform function. these can be applied directly into other applications.)
- 2021-04-10 16:38:59下载
- 积分: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
-
UDF
说明: UDF用于FLUENT计算比热容随温度变化(The UDF was used in FLUENT to calculate the change of specific heat capacity with temperature)
- 2021-04-12 17:08:57下载
- 积分:1
-
590B
DC590B 的资料,用于BMS开发工具 里面介绍功能及用法(device datasheet)
- 2015-01-15 10:15:10下载
- 积分:1