搜索结果
找到约 786 项符合
key 的查询结果
按分类筛选
- 全部分类
- 技术资料 (187)
- 单片机开发 (70)
- 加密解密 (63)
- 单片机编程 (36)
- 其他 (36)
- 书籍 (35)
- 微处理器开发 (22)
- 其他书籍 (16)
- Linux/Unix编程 (16)
- Java编程 (16)
- 嵌入式/单片机编程 (13)
- 数据结构 (13)
- VHDL/FPGA/Verilog (12)
- DSP编程 (11)
- VC书籍 (11)
- CA认证 (10)
- VIP专区 (9)
- 汇编语言 (8)
- 嵌入式Linux (8)
- 其他嵌入式/单片机内容 (8)
- 文章/文档 (7)
- 系统设计方案 (6)
- 软件设计/软件工程 (6)
- 论文 (5)
- 无线通信 (5)
- 数据库系统 (5)
- 书籍源码 (5)
- 模拟电子 (5)
- 电子书籍 (5)
- 可编程逻辑 (5)
- 压缩解压 (5)
- 网络 (5)
- 文件格式 (5)
- 技术管理 (5)
- 源码 (4)
- 电源技术 (4)
- 驱动编程 (4)
- 通讯编程文档 (4)
- uCOS (4)
- matlab例程 (4)
- 行业发展研究 (4)
- 其他 (3)
- C/C++语言编程 (3)
- 通讯/手机编程 (3)
- 操作系统开发 (3)
- 软件工程 (3)
- 嵌入式综合 (3)
- 游戏 (3)
- 数学计算 (3)
- USB编程 (3)
- 其他数据库 (3)
- Windows CE (3)
- 软件 (2)
- 应用设计 (2)
- PCB相关 (2)
- 测试测量 (2)
- 开发工具 (2)
- 教程资料 (2)
- 编译器/解释器 (2)
- Java书籍 (2)
- 其他行业 (2)
- Symbian (2)
- Windows Mobile (2)
- 中间件编程 (2)
- SQL Server (2)
- 开发板 (1)
- 经验分享 (1)
- 行业应用文档 (1)
- 接口技术 (1)
- 学术论文 (1)
- Windows编程 (1)
- 多媒体处理 (1)
- 仿真技术 (1)
- PCB图/BOM单/原理图 (1)
- 技术书籍 (1)
- 实用工具 (1)
- 通信网络 (1)
- 工控技术 (1)
- 电机控制 (1)
- autocad教程 (1)
- 教育系统应用 (1)
- 编辑器/阅读器 (1)
- *行业应用 (1)
- 人工智能/神经网络 (1)
- BREW编程 (1)
- J2ME (1)
- FlashMX/Flex源码 (1)
- Delphi控件源码 (1)
- Jsp/Servlet (1)
- MTK (1)
VHDL/FPGA/Verilog Infrared telecontrol design based on the the VHDL includes the mode of infrared send,receive mode,ke
Infrared telecontrol design based on the the VHDL includes the mode of infrared send,receive mode,key code mode,ringing mode and so on.
VC书籍 Secure Programming Cookbook for C and C++ is an important new resource for developers serious about
Secure Programming Cookbook for C and C++ is an important new resource for developers serious about writing secure code for Unix(including Linux) and Windows environments. This essential code companion covers a wide range of topics, including safe initialization, access control, input validation, sy ...
加密解密 一个C++的DES算法源码.引入工程中即可使用
一个C++的DES算法源码.引入工程中即可使用,加解密的函数分别是DES(char *key,char *s_text,char *d_text)和_DES(char *key,char *s_text,char *d_text)
使用上也比较方便
其他数据库 开源的数据库管理系统
开源的数据库管理系统,采用 key->value 方式,适用场合很多!绝对源码!
单片机开发 常用外围接口的程序设计
常用外围接口的程序设计,绝对全面,有AIO,CLK,COMM,DIO,KEY_MN,LCD等
单片机开发 lcd驱动 其中包括delay.c
lcd驱动 其中包括delay.c,key.c,LCD.c,main.c,usart.c
其他书籍 In the rectangle packing problem, encoding schemes to represent the placements of rectangles are t
In the rectangle packing problem, encoding
schemes to represent the placements of rectangles
are the key factors of efficient algorithms. In
1995, an epoch-making encoding scheme
技术资料 STM32 DMA实验
利用外部按键KEY0来控制DMA的传送,每按一次KEY0,DMA就传送一次数据到USART1,然后在TFTLCD模块上显示进度等信息。DS0还是用来做为程序运行的指示灯。
其他 数据结构(严慰敏)配套纯c代码实验十 typedef int InfoType // 定义其它数据项的类型 typedef int KeyType // 定义RedType类型的关键字为整型
数据结构(严慰敏)配套纯c代码实验十
typedef int InfoType // 定义其它数据项的类型
typedef int KeyType // 定义RedType类型的关键字为整型
struct RedType // 记录类型(同c10-1.h)
{
KeyType key // 关键字项
InfoType otherinfo // 其它数据项
}
typedef char KeysType // 定义关键字类型为字符型
#include"c ...
单片机开发 rs485单线程数据通讯程序
rs485单线程数据通讯程序,KEY键触发能使单片机之间能够通讯