Welcome![Sign In][Sign Up]
Location:
Search - rc5

Search list

[Otheric2_pcb

Description: 韦根感应IC卡读写器PCB图,成熟产品,已经用于销售,单片机采用STC89C58RD+,读写模块为RC5
Platform: | Size: 24122 | Author: 陈振宇 | Hits:

[OtherIC_Sch2

Description: 韦根感应IC卡读写器原理图,成熟产品,已经用于销售,单片机采用STC89C58RD+,读写模块为RC5
Platform: | Size: 8523 | Author: 陈振宇 | Hits:

[Other resourcespiled

Description: 本程序为数码管显示处理模块 占用I/O RC3,RC4,RC5 使用RAM 节 程序包括: InitSPI 初始化SPI子程序 LEDlight 送七段码显示子程序 入口参数 LED_DATA 出口参数 无
Platform: | Size: 1420 | Author: luolin | Hits:

[Crack HackRC5

Description: 流密码算法,可用于文件加密和实时通信 ,设计者是著名的密码学家Rivest.该算法效率远高于一般分组密码,并且很适合用于随机数生成
Platform: | Size: 2149 | Author: che wang | Hits:

[CA authbase

Description: RC5-RC6 Base加密-解密源码 ,用途是:网络通讯加密。两种版本- This is the RC5-RC6 Base encryption-decryption source code which can be used in net communication encryption.IT has two editon.
Platform: | Size: 5773 | Author: exc | Hits:

[Crypt_Decrypt algrithmsRC5加密算法实现

Description:
Platform: | Size: 171310 | Author: 222222@sina.com | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Crack HackRC5RC6 Base加密解密源码c++

Description: rc6 加密解密算法-production encryption and decryption algorithm
Platform: | Size: 6144 | Author: 王亮 | Hits:

[Crack Hack《加密与解密》(第二版)(全)

Description: 电子书《加密与解密》(第二版)(全) PDF,可不能错过-electronic books "encryption and decryption" (2nd Edition) (all) PDF, can not be missed
Platform: | Size: 31890432 | Author: 杨运成 | Hits:

[CA authbase

Description: RC5-RC6 Base加密-解密源码 ,用途是:网络通讯加密。两种版本- This is the RC5-RC6 Base encryption-decryption source code which can be used in net communication encryption.IT has two editon.
Platform: | Size: 5120 | Author: exc | Hits:

[OS programLibrary_of_Cryptographic

Description: a C++ Class Library of Cryptographic Primitives This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-MAC, HMAC, XOR-MAC, DES, IDEA, WAKE, 3-WAY, TEA, SAFER, Blowfish, SHARK, GOST, CAST-128, Square,Diamond2, Sapphire, RC2, RC5, RC6, MARS, SEAL, Luby-Rackoff, MDC, various encryption modes (CFB, CBC, OFB, counter), DH, DH2, MQV, DSA, NR, ElGamal, LUC, LUCDIF, LUCELG, Rabin, RW, RSA, BlumGoldwasser, elliptic curve cryptosystems, BBS, DEFLATE compression,Shamir s secret sharing scheme, Rabin s information dispersal scheme.-a C++ Class Library of Cryptographic Primitives This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-MAC, HMAC, XOR-MAC, DES, IDEA, WAKE, 3-WAY, TEA, SAFER, Blowfish, SHARK, GOST, CAST-128, Square,Diamond2, Sapphire, RC2, RC5, RC6, MARS, SEAL, Luby-Rackoff, MDC, various encryption modes (CFB, CBC, OFB, counter), DH, DH2, MQV, DSA, NR, ElGamal, LUC, LUCDIF, LUCELG, Rabin, RW, RSA, BlumGoldwasser, elliptic curve cryptosystems, BBS, DEFLATE compression,Shamir s secret sharing scheme, Rabin s information dispersal scheme.
Platform: | Size: 388096 | Author: 刘永 | Hits:

[Crack HackDes.JAVA

Description: des加密解密 源代码 java版的。可以用呀-des encryption and decryption source code version of java. Can ah
Platform: | Size: 36864 | Author: 康lg | Hits:

[SCMrc531

Description: 另外一个RC531非接触式读卡器的全部源代码,实现全部功能-another RC531 non-contact reader the full source code, to achieve full functionality
Platform: | Size: 12288 | Author: 刘丙周 | Hits:

[Crack Hackencrypt_RC5

Description: encrypt_RC5是加密算法,有需要的可以看看。-encrypt_RC5 is encryption algorithm, there is a need to look at the can.
Platform: | Size: 7168 | Author: hello | Hits:

[Crack Hackcodearithmetic

Description: 单钥密码算法 AES DES IDEA LZW RC5-single-key DES Cipher AES IDEA LZW RC5
Platform: | Size: 5498880 | Author: 王向平 | Hits:

[BooksMFRC500

Description: 这是菲利普射频芯片MRC500的中文使用说明 对于做这方面的人来说极为有用-RF chip MRC500 the Chinese use to do this for the people is extremely useful
Platform: | Size: 123904 | Author: 朱敬锋 | Hits:

[Embeded-SCM DevelopRC500code

Description: 这是一个RC500的开发实例,我想对于想从事RC500开发的人来说极为有帮助的-RC500 This is an example of the development, I would like to wish to engage in RC500 for the development of the very people who help
Platform: | Size: 185344 | Author: 朱敬锋 | Hits:

[Industry researchMF_RC500

Description: 辛苦翻译的RC500中文版资料 大家珍惜阿-hard RC500 translated Chinese version of the information we cherish A
Platform: | Size: 931840 | Author: jian | Hits:

[File FormatFM1702

Description: FM1702,是复旦开发生产的,基于对非接触IC卡TYPEA类型的读取芯片,类似RC5-FM1702 is the development and production of Fudan University, Based on non-contact IC card read TYPEA types of chips, similar RC5
Platform: | Size: 2080768 | Author: 陈波 | Hits:

[Crack Hack(MATLAB)

Description: 加密解密图象隐藏原程序(MATLAB) 注:用bmp图象加密JPEG图象-hidden image encryption and decryption of the original procedure (MATLAB) Note : bmp image encryption JPEG image
Platform: | Size: 1024 | Author: 郭凯 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 18 »

CodeBus www.codebus.net