-
DatamemoryEEPROM24C02
/*EEPROM24C02,程序将对存储器进行读和写,因此涉及到键盘程序,比较复杂,耐心学,*/#include <reg51.h>#include <intrins.h>#define W24C020xA0//存储器的写地址
#define R24C02 0xA1 //存储器的读地址
#define MSB 0x80 //8位二进制最高位置1
#define LSB 0x01 //8位二进制最低位置1
(/* EEPROM24C02, program will read and write memory, it involves the keyboard program, more complex, patient study,* /# include <reg51.h># Include <intrins.h># Define W24C020xA0// write the memory address# define R24C02 0xA1// read memory address# define MSB 0x80// 8 bit binary highest position 1# define LSB 0x01// 8 bit binary lowest 1)
- 2010-06-05 18:30:50下载
- 积分:1
-
Jacobi
数值分析分析中 用jacobi迭代求解线性方程(Analysis of numerical analysis using jacobi iteration for solving linear equations)
- 2009-06-13 16:48:55下载
- 积分:1
-
aes
一个能直接运行的AES加密解密程序,用VC2010开发。(A run of AES encryption to decrypt application directly, use VC2010 development.)
- 2014-09-12 12:30:00下载
- 积分:1
-
MFC
MFC的控件中实现OPENCV的摄像头显示-(MFC control to achieve OPENCV camera-)
- 2012-08-03 22:06:50下载
- 积分:1
-
VC-call-matlab-multiThread
VC++调用matlab画图,效果很好!值得看(VC++ Call matlab drawing, the effect is very good!)
- 2013-09-24 17:30:51下载
- 积分:1
-
tiff_process
它可以实现16位灰度tiff格式的灰度像素提取出来,并输出该数据到excel表(It can achieve 16-bit grayscale tiff format grayscale pixel extracted, and outputs the data to excel table)
- 2016-04-02 12:50:26下载
- 积分:1
-
chengxu.
在主程序中实现输入输出,分别输入一个整数a和一个实数b作为底数,再输入一个整数m作为指数,输出am和bm。(Realized in the main input and output, respectively, enter an integer a and b as the base of a real number, then enter an integer m as an index, output am and bm. .)
- 2015-01-12 21:36:05下载
- 积分:1
-
signal_system
各种典型滤波器的设计与仿真,包括矩形窗、巴特莱特窗、汉宁窗、汉明窗和布莱克曼窗。(Typical filter design and simulated, including the rectangular window, Bartlett window, Hanning window, Hamming window and Blackman window.)
- 2021-04-12 11:48:57下载
- 积分:1
-
1602
液晶1602显示程序 基于飞思卡尔单片机(LCD display program based on Freescale' s MCU 1602)
- 2011-08-29 15:04:12下载
- 积分:1
-
K_Merge
文件的多路归并排序算法, C++描述(要求待排序文件已经事先有序)(C++ implementation of K-Merge Algorithm)
- 2010-08-03 10:24:48下载
- 积分:1