搜索结果
找到约 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)
单片机开发 写号步骤: 1、将手机连通CDMA Workshop 2.7
写号步骤:
1、将手机连通CDMA Workshop 2.7,在security选项卡里的 spc中点击读取,将000000填入spc里的方框,点击spc钮选择send, 于是显示spc解锁成功。
2、点击“nam”选项卡,将min填入10位码(就是imsi码去掉46003剩下的),将mcc填入460,mnc填入03,填入imsi15位码,banner填入你想填的字符(我填的中国电信),点 ...
VC书籍 Each exploration in this book is a mixture of text and interactive exercises. The exercises are unl
Each exploration in this book is a mixture of text and interactive exercises. The exercises are
unlike anything you鈥檝e seen in other books. Instead of multiple choice, fill-in-the-blank, or
simple Q&A exercises, lessons are interactive explorations of key C++ features.
Java编程 * 使用DES加密与解密,可对byte[],String类型进行加密与解密 密文可使用String,byte[]存储. * * 方法: void getKey(String strKey)从
* 使用DES加密与解密,可对byte[],String类型进行加密与解密 密文可使用String,byte[]存储.
*
* 方法: void getKey(String strKey)从strKey的字条生成一个Key
*
* String getEncString(String strMing)对strMing进行加密,返回String密文 String
* getDesString(String strMi)对strMin进行解密,返回String明文
*
*b ...
CA认证 Playfair Cipher 1.not even the large number of keys in a monoalphabetic cipher provides security 2
Playfair Cipher
1.not even the large number of keys in a monoalphabetic cipher provides security
2.one approach to improving security was to encrypt multiple letters
3.the Playfair Cipher is an example
4.invented by Charles Wheatstone in 1854,but named after his friend Baron Playfair
Playfair Key M ...
加密解密 用维吉尼亚算法加密 /** * 维吉尼亚密码算法(BigDecimal)
用维吉尼亚算法加密
/**
* 维吉尼亚密码算法(BigDecimal),加/解密处理后仍为BigDecimal类型,正负号和小数点不进行处理
*
* @param str
* 源BigDecimal
* @param key
* 密钥,应为数字字符组成的字符串
* @param mode
* ...
单片机开发 三星程式范例
三星程式范例,八位元的
timer, counter, serial I/O, clock switching, power down, key scan, A to D, software generated LCD control, ...
其他 C++ by Dissection presents a thorough introduction to the programming process by carefully developi
C++ by Dissection presents a thorough introduction to the programming process by
carefully developing working programs to illuminate key features of the C++ programming
language. Program code is explained in an easy-to-follow, careful manner throughout.
The code has been tested on several platforms ...
Linux/Unix编程 //建立窗口 win1 = newwin(15, 50, 1, 1) box(win1, ACS_VLINE, ACS_HLINE) mvwprintw(win1, 2,1, "
//建立窗口
win1 = newwin(15, 50, 1, 1)
box(win1, ACS_VLINE, ACS_HLINE)
mvwprintw(win1, 2,1, "WINDOW 1")
mvwprintw(win1, 4,1, "Press any key switching to window 2")
win2 = newwin(15, 40, 4, 20)
box(win2, ACS_VLINE, ACS_HLINE)
mvwprintw(win2, 2,1, "WINDOW 2")
//建立子窗口
s ...
单片机开发 rs485单线程数据通讯程序
rs485单线程数据通讯程序,KEY键触发能使单片机之间能够通讯