搜索资源列表
关于dtmf的源程序代码的合集
- 程序名称:DTMF双音频检测 描述:初始化数字正弦振荡器状态 它将指定状态集的状态复制到通道对应的振荡器状态缓冲区中-procedures title : DTMF detection-Audio Descr iption : initial figures sinusoidal oscillators state designated the state will collect copies of the state access to the corresponding os
DES算法演示
- C51常用子程序(下载后压缩,用word打开,复制到51编译器中编译!!)-C51 common subroutine (download compressed using word opened, copied to 51 Compiler Compiler! !)
在线下载器源程序
- C51常用子程序(下载后压缩,用word打开,复制到51编译器中编译!!)-C51 common subroutine (download compressed using word opened, copied to 51 Compiler Compiler! !)
C51_table
- C51常用子程序(下载后压缩,用word打开,复制到51编译器中编译!!)-C51 common subroutine (download compressed using word opened, copied to 51 Compiler Compiler! !)
温度控制程序
- C51常用子程序(下载后,用rar打开,复制到51编译器中编译!!)-C51 common subroutine (download, with rar opened, copied to 51 Compiler Compiler! !)
数字式精密信号发生器
- C51常用子程序(下载后压缩,用word打开,复制到51编译器中编译!!)-C51 common subroutine (download compressed using word opened, copied to 51 Compiler Compiler! !)
微电脑倒计时器
- C51常用子程序(下载后压缩,用word打开,复制到51编译器中编译!!)-C51 common subroutine (download compressed using word opened, copied to 51 Compiler Compiler! !)
微电脑密码锁
- C51常用子程序(下载后压缩,用word打开,复制到51编译器中编译!!)-C51 common subroutine (download compressed using word opened, copied to 51 Compiler Compiler! !)
ARM_Ethernet
- zlg公司为以太网Ethernet编写的工程模版,工作于ucosII操作系统,可直接复制到ads1.2安装目录下的模版目录即可运用-zlg Ethernet Ethernet for the preparation of the project template, in ucosII operating system, can be directly copied to the installation directory ads1.2 the template directory can be
embedwamgjun2
- 将中断向量调整到0x33ffff00地址。 我的理解是中断向量仍然是0x0,只是通过一种转换将这个向量表又复制到0x33ffff00地址了。但是当中断来临的时候,CPU仍然首先指向0x0地址所在的向量表,然后通过这个向量表转向0x33ffff00所在的向量表。-will interrupt vectors 0x33ffff00 adjusted to address. My understanding is interrupted vector is still 0 x0, only thr
zlg_7289
- 1) 复制libminigui-str-1.6.2.tar.gz至任意用户目录。 2) 解压此文件 tar zxvf libminigui-str-1.6.2.tar.gz 4) 将zlg7289.c zlg7289.h二文件拷贝入增值版的相应目录中 libminigui-1.6.2-linux/src/ial/ 5) 修改相关宏定义使上述二文件加入库编译。 a. 修改libminigui-1.6.2-linux/src/ial/Makefile.am
chengxufengxiang
- 这些程序我用MAX+PlusII软件测试均能通过编译,程序本身不复杂,旨在为刚接触VHDL语言的朋友提供一些样例,以便了解VHDL语言的基本构成。如果要运行测试,则新建文件名应于程序中实体名一致,文件后缀“.vhd”,不推荐直接通过复制、粘贴的方法录入程序,可能会引入错误字符。 -these procedures I used MAX PlusII Software Testing pass compiler, the process itself is not complicated. for
driver
- SST39VF080 FLASH芯片的单片机驱动程序源代码,可复制下来在uVision开发平台上验证。
drive
- SST39VF080 FLASH的单片机驱动源代码,可直接复制到uVision中验证,开发的单片机芯片为80C51
CEShowGif
- 使用的gif89a类以及其他相关文件,并移植到WinCE平台上。 其中值得注意的主要是这个操作 code = *((DWORD*)(buf+bufIndex)) 可以用乘法或者内存复制操作来代替
T6963forC51
- C语言编写的T6963驱动,可以分页显示(最大8页),带页复制、画点、画线(横线、竖线、斜线)、画圆、ASCII字符写入、图形写入(点写入或字节写入方式)。
imageSamArms2c2410
- 解压或者复制到软件相应的目录即可使用此代码
ccKeilVxx
- 复制ccKeilVxx.exe文件到c:\keil\c51\bin\下面并运行,以修正0xFD BUG.修正keil C51液晶驱动字符bug补丁-Copy ccKeilVxx.exe file to c: \ keil \ c51 \ bin \ and run the following to correct 0xFD BUG. Amendment keil C51 character LCD driver bug fixes
os
- 1.编写一个文件复制的C语言程序: 分别使用文件的系统调用read(fd, buf, nbytes), write(fd, buf, nbytes)和文件的库函数fread(buf, size, nitems, fp), fwrite(buf, size, nitems, fp),编写一个文件的复制程序。 当上述函数中nbytes, size和nitems都取值为1时(即一次读写一个字节),比较这两种程序的执行效率。当nbytes取1024字节,size取1024字节,且nitems取1
ARM汇编数据复制源程序
- ARM汇编对初学者来说是比较难学的,这个数据复制的源程序是学习ARM汇编的经典例子,已经调试过,在Keil4中可以完美运行。(A programm about ARM asm.)