搜索结果
找到约 544 项符合
KEY 的查询结果
按分类筛选
- 全部分类
- 加密解密 (60)
- 单片机开发 (47)
- 书籍 (34)
- 单片机编程 (32)
- 其他 (31)
- 技术资料 (22)
- 微处理器开发 (18)
- 其他书籍 (16)
- Java编程 (16)
- Linux/Unix编程 (15)
- 数据结构 (13)
- VC书籍 (11)
- DSP编程 (10)
- CA认证 (10)
- 嵌入式/单片机编程 (9)
- 文章/文档 (7)
- VHDL/FPGA/Verilog (7)
- 汇编语言 (7)
- 其他嵌入式/单片机内容 (6)
- 嵌入式Linux (6)
- 系统设计方案 (6)
- 软件设计/软件工程 (6)
- 模拟电子 (5)
- 无线通信 (5)
- 可编程逻辑 (5)
- 电子书籍 (5)
- 书籍源码 (5)
- 网络 (5)
- 技术管理 (5)
- 压缩解压 (5)
- 数据库系统 (5)
- 论文 (5)
- VIP专区 (5)
- 电源技术 (4)
- 通讯编程文档 (4)
- 文件格式 (4)
- 行业发展研究 (4)
- 驱动编程 (4)
- 数学计算 (3)
- 操作系统开发 (3)
- USB编程 (3)
- 其他数据库 (3)
- Windows CE (3)
- 软件工程 (3)
- matlab例程 (3)
- 通讯/手机编程 (3)
- PCB相关 (2)
- 教程资料 (2)
- 嵌入式综合 (2)
- 测试测量 (2)
- 中间件编程 (2)
- Windows Mobile (2)
- Symbian (2)
- 游戏 (2)
- SQL Server (2)
- Java书籍 (2)
- 源码 (2)
- 软件 (2)
- 应用设计 (2)
- 其他 (2)
- 经验分享 (1)
- 学术论文 (1)
- 多媒体处理 (1)
- 电机控制 (1)
- autocad教程 (1)
- 通信网络 (1)
- C/C++语言编程 (1)
- 开发工具 (1)
- 实用工具 (1)
- 工控技术 (1)
- 接口技术 (1)
- J2ME (1)
- BREW编程 (1)
- 教育系统应用 (1)
- 其他行业 (1)
- 人工智能/神经网络 (1)
- 编译器/解释器 (1)
- Jsp/Servlet (1)
- FlashMX/Flex源码 (1)
- 编辑器/阅读器 (1)
- uCOS (1)
- Delphi控件源码 (1)
- *行业应用 (1)
- MTK (1)
- 行业应用文档 (1)
- Windows编程 (1)
- 技术书籍 (1)
- 开发板 (1)
数据结构 扫描一个C源程序
扫描一个C源程序,用Hash表存储该程序中出现的关键字,并统计该程序中的关键字出现频度。用线性探测法解决Hash冲突。设Hash函数为:
Hash(key)=[(key的第一个字母序号)*100+(key的最后一个字母序号)] MOD 41
Linux/Unix编程 在Linux下访问LDAP目录
在Linux下访问LDAP目录,验证客户端用USB KEY签名的文件。
网络 LPC21XX系列开发板测试原代码,包括FLASH电源管理MODEMKEY等驱动程序
LPC21XX系列开发板测试原代码,包括FLASH\电源管理\MODEM\KEY等驱动程序
加密解密 This standard describes a keyed-hash message authentication code (HMAC), a mechanism for message au
This standard describes a keyed-hash message authentication code (HMAC), a
mechanism for message authentication using cryptographic hash functions. HMAC can
be used with any iterative Approved cryptographic hash function, in combination with a
shared secret key. The cryptographic strength of HMAC de ...
加密解密 Tasks Read the textbook about the details of Vigenére Cipher. Implement the algorithm by C or C++.
Tasks
Read the textbook about the details of Vigenére Cipher.
Implement the algorithm by C or C++.
Requirements
You do this lab in a group of two students.
Your program should have input and output as follows:
csci>a.out
--> Please input the key:
receptive
--> Please input the plain text:
wearedis ...
Windows CE WareSeeker periodically updates pricing and software information of Embedded Windows CE SAPI 5.0 Fre
WareSeeker periodically updates pricing and software information of Embedded Windows CE SAPI 5.0 Free Download from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using Embedded Windows CE SAPI 5.0 Fr ...
加密解密 This file contains a C++Builder 4 project called SimplyChaos-X ver 3.1 (SCX31). SCX31 is an encry
This file contains a C++Builder 4 project called SimplyChaos-X ver 3.1 (SCX31).
SCX31 is an encryption tool. I designed it as my graduation paper work. SCX31 is a symmetric stream cipher built on chaos function, one time pad cipher and inspiration from Ground Effect (aviation). The key length can b ...
通讯/手机编程 一款用JAVA制作开发的小型聊天软件
一款用JAVA制作开发的小型聊天软件,里面附有安装程序和JAVA源代码。
Visual Chat 1.91 Developer Edition
- Customize the Visual Chat code regarding your own requirements
- Use customchatdev.html for developing / testing
- Create .jar and .cab-files containing client-specific .class-files and the images- ...
其他 Artistic Style is a reindenter and reformatter of C, C++, C# and Java source code. When indentin
Artistic Style is a reindenter and reformatter of C, C++, C# and Java source code.
When indenting source code, we as programmers have a tendency to use both spaces and tab characters to create the wanted indentation. Moreover, some editors by default insert spaces instead of tabs when pressing the ...
单片机开发 本代码适合嵌入式系统(爱普生S1C33209)硬件驱动
本代码适合嵌入式系统(爱普生S1C33209)硬件驱动,其中包括led驱动,key驱动,timer驱动,以及必须的boot,vector等源代码。