代码搜索:加密芯片

找到约 10,000 项符合「加密芯片」的源代码

代码结果 10,000
www.eeworm.com/read/326871/13112096

c 1.c

//芯片:AT89C51 //主频:12MHz #include "reg52.h" #include "lcd12864_driver.h" #define ds12887_out P1 sbit ds12887_cs= P3^2; sbit ds12887_as =P3^3; sbit ds12887_rw =P3^4; sbit ds12887_ds =P3^5; sb
www.eeworm.com/read/240672/13205637

c 74hc165的驱动程序.c

//74hc165的驱动程序 //74hc165是常用的并入串出芯片,这里给出74hc165的驱动程序 //作者:晒太阳的小猪 //个人blog:http://emcu.c51bbs.com //转载使用请注明 //--------------3片74hc165级连读程序--------- /*void read74hc165m(void) { uchar ba
www.eeworm.com/read/240671/13205646

c 74hc595的c51驱动程序.c

//74hc595的c51驱动程序 //带锁存功能的串入并出芯片。这里给出74hc595的c51驱动程序。 //定时器晶体振荡器11.0592M. #include #include #define uint unsigned int #define uchar unsigned char #define nop() _nop_();
www.eeworm.com/read/137372/13325628

h pin.h

//#define ENABLE_2_CH452 1 // 在2线接口下支持两个CH452芯片并联 /* 延时1uS子程序,主要用于2线接口,与单片机速度有关 */ //#define DELAY_1US {} // MCS51
www.eeworm.com/read/313402/13588711

txt publictransportationnewspaperstationsystem.txt

系统源程序(C语言版) /*+++++++++++++++++++++++++++++++++++++ LCD显示,采用FM12864FLCD显示模块(带中文字库) 功能说明:键盘显示,键盘采用普通彩电遥控器(SAA3010A), 语音芯片采用ISD1420P,能够录放20秒, 单片机采用AT89C51, 通过键盘控制实现,语音报站同时LCD显示站名,
www.eeworm.com/read/311839/13625030

plg project1.plg

礦ision2 Build Log Project: D:\2008-5-5\cx\89c52\报警控制程序,采用89C52芯片,KEIL 51开发!-\www\project1.uv2 Project File Date: 05/07/2008 Output: Build targ
www.eeworm.com/read/306047/13753642

txt 说明.txt

这个是以前写的一个智能加热浴盆产品程序, 芯片为pic16c57 picc8.05编译 里面测温采用三个普通io口实现,乘法除法运算 采用汇编(节省ROM), 希望对现在做这方面的朋友有帮助,这个程序决对可用 相信没有原理图也能看懂
www.eeworm.com/read/148528/5713763

asm e51p.asm

;波特率28800 ;for at89c51系列 ;增加AT89S51串行编程功能 ;删除了烧at89c2051系列芯片的代码 VPP EQU P3.2;接三极管,vpp电压控制 VPP_12 EQU P3.2;5-12V CONTROL FOR 89C51 RST EQU P3.5; PROG EQ
www.eeworm.com/read/489729/6469166

txt readme.txt

采用C运行库、支持uCOS-II操作系统的框架 从OSTest4修改而来 向量文件:71x_vect_ucos.s 启动文件:71x_init_c.s 存储器映像 ----------- 以下为2种目标的存储器映像: a: DebugRam: (使用STRA71x芯片片内RAM) +----------+ 0x20010000 | stack
www.eeworm.com/read/488977/6480837

c 复件 (2) 2812 fft.c

//利用汇编语言和TMS320F2812芯片实现FFT的算法,该算法对128点和256点很有效,使用过程中要考虑信号值不能太小. #include "DSP28_Device.h" /*DSP28xx Headerfile Include File*/ #include "DSP281x_Examples.h" /* DSP28xx Examples Incl