-
24C_EEPROM
一个通用的24C01-24C256共9种EEPROM的字节读写操作程序,此程序有五个入口条件,分别为读写数据缓冲区指针,进行读写的字节数,EEPROM首址,EEPROM控制字节,以及EEPROM类型。此程序结构性良好,具有极好的容错性,程序机器码也不多。(A generic 24C01-24C256 total of nine kinds of EEPROM byte read and write operating procedures, this procedure has five entry conditions, namely, to read and write data buffer pointer, the number of bytes to read and write, EEPROM the first site, EEPROM control word Festival, as well as the EEPROM type. This program structured well, with excellent fault-tolerance, the program machine code is running out.)
- 2010-02-23 23:12:57下载
- 积分:1
-
MyoBridge-master
说明: MyoBridge master cc2541 project
- 2020-01-02 02:43:48下载
- 积分:1
-
HTTP_IRC_bot
A remote administratio/bot source. Get command through either http or irc. Can execute a command on a specific time, uses simple XOR encryption for command file transfer. Also has embeded a replacemed connect-back shell. The structure of the command file is explained in the source. [Use visual studio 2008]
- 2009-03-02 02:40:13下载
- 积分:1
-
数字图像处理傅里叶变换
#include #includeusing namespace cv;using namespace std;//快速傅里叶变换void fft2Image(InputArray _src, OutputArray _dst){//得到Mat类型Mat src = _src.getMat();//获取矩阵//判断位深CV_Assert(src.type() == CV_32FC1 || src.type() == CV_64FC1);CV_Assert(src.channels() == 1 || src.channels() == 2);
- 2023-05-22 05:45:03下载
- 积分:1
-
138
Matlab code for channel optimisation, in cooperative comm using matlab
- 2012-05-02 23:05:32下载
- 积分:1
-
power_3levelVSC
MATLAB整流器仿真,采用三电平结构,实现单位功率因数输入。(MATLAB rectifier simulation, using a three-level structure to achieve unity power factor input.)
- 2021-04-24 15:38:47下载
- 积分:1
-
zc
联锁软件,进路建立、进路取消,采用C++编写(Interlocking software, in-road establishment, road cancellation, written by C)
- 2019-06-15 19:19:38下载
- 积分:1
-
c语言编写坦克大战源代码
c++坦克大战代码,如果有bug我会继续改进的。(C++ tank code, I will continue to improve if I have bug.)
- 2017-10-06 09:40:25下载
- 积分:1
-
Moving-Least-Squares-morphing
利用最小二乘法实现图像变形,提出一种基于控制曲线集的移动最小二乘图像变形算法。根据图像的形状拓扑关系或轮廓信息设置点,生成控制曲线,移动控制曲线生成图像的仿射变换、相似变化、刚性变换。
(The technology of image deformation.Using Moving Least Squares.)
- 2012-04-28 21:44:32下载
- 积分:1
-
DES文件加密
DES加密解密实现,基于C语言。完成基本功能(DES encryption and decryption implementation, based on C language. Complete basic functions)
- 2020-12-17 19:19:11下载
- 积分:1