#INClude<fstream>
上传时间: 2014-02-23
上传用户:llandlu
The Obfuscated Tiny C Compiler (OTCC) is a very small C compiler. It generate i386 code,INClude two version.The one generate bin file,the other generate elf file
标签: Obfuscated Compiler compiler generate
上传时间: 2015-04-12
上传用户:windwolf2000
Tixys source code, INClude G.711, G.726, IMA-ADPCM etc.
标签: IMA-ADPCM INClude source Tixys
上传时间: 2015-04-19
上传用户:wweqas
RSA算法实现(经典) 1. 首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INClude的文件夹中。 (在本机上已经做过,所以不需要做) 2. RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE.txt的文件, 把要加密的数据写到文件里),加密后在C盘下生成一个文件名为RSACIPER.txt文件。 (在本机上已经做过,所以不需要做以上二步) 但在其它机子上一定得完成以上二步,方可运行。 3. RSA的解密对象为C盘下文件名RSACIPER.txt文件,解密后在C盘下生成为End_CODE.txt文件。 运行步骤 (计算PK SK R)-->(A_RSA加密)-->(A_RSA解密)。
上传时间: 2013-12-11
上传用户:wangdean1101
1. 首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INClude的文件夹中。 (在本机上已经做过,所以不需要做) 2. RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE.txt的文件, 把要加密的数据写到文件里),加密后在C盘下生成一个文件名为RSACIPER.txt文件。 (在本机上已经做过,所以不需要做以上二步) 但在其它机子上一定得完成以上二步,方可运行。 3. RSA的解密对象为C盘下文件名RSACIPER.txt文件,解密后在C盘下生成为End_CODE.txt文件。 运行步骤 (计算PK SK R)-->(A_RSA加密)-->(A_RSA解密)。
上传时间: 2013-11-26
上传用户:小码农lz
可预置的8位计数器程序的主要部分分析 #INClude <AT89X51.H> //器件配置文件 #define uchar unsigned char //变量类型的宏定义 #define uint unsigned int uchar code SEG7[10]={0x03,0x9f,0x25,0x0d,0x99, //0~9的数码管段码 0x49,0x41,0x1f,0x01,0x09} uchar data cnt[8] //在data区定义8位长度的数组,用来存放计数值 uchar data pre_cnt[8] //在data区定义8位长度的数组,用来存放预置值 sbit drv=P3^4 //定义输出驱动端 bit set_flag //定义工作标志 bit out_flag //定义输出标志 bit keydown_flag //键按下标志
标签: unsigned INClude define uchar
上传时间: 2015-04-29
上传用户:changeboy
IAR EW for ARM v4.30 INClude keygen
上传时间: 2015-05-04
上传用户:源码3
用CY7C63723设计的鼠标固件程序 chip.c - INClude file that defines CY7C63723 constants - combi.c - main source file - combi.hex - Intel hex file for programming a CY7C63723 microcontroller - combi.lst - output listing from c-compiler for use with the CYDB debugger - macros.h - defines macros used in combi.c - ps2defs.h - defines PS/2 interface constants - usb_desc.h - defines the USB descriptors - usbdefs.h - defines USB interface constants
标签: C63723 63723 CY7 constants
上传时间: 2014-02-15
上传用户:aappkkee
感知器的VC实现#INClude "percept.h" #INClude "stdio.h" #INClude "stdlib.h"
标签: INClude percept stdlib stdio
上传时间: 2013-12-17
上传用户:偷心的海盗
电力系统稀疏矩阵计算类,用法范例代码,包括三个目录,MALIB(类),MATEST(使用范例),INClude(*.H),是我编写的电力系统能量管理系统基础类之一.
上传时间: 2013-12-31
上传用户:363186