搜索结果
找到约 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)
网络 最受欢迎的Joomla社区用户管理收费插件 - Commnity Builder 1.2 RC2。 Community Builder suite (CB) extends the Joomla!
最受欢迎的Joomla社区用户管理收费插件 - Commnity Builder 1.2 RC2。
Community Builder suite (CB) extends the Joomla! user management system. Key features: extra fields in profile, enhanced registration workflows, user lists, connection paths between users, admin defined tabs and user profiles, image u ...
软件设计/软件工程 最受欢迎的Joomla 社区用户管理收费插件 Community Builder 1.2 RC2 的电子书
最受欢迎的Joomla 社区用户管理收费插件 Community Builder 1.2 RC2 的电子书,仅提供给付费会员
Community Builder suite (CB) extends the Joomla! user management system. Key features: extra fields in profile, enhanced registration workflows, user lists, connection paths between users, admin defined tabs a ...
加密解密 个人编的rsa的源代码
个人编的rsa的源代码,算出public—private key;其中有Euclid,Extend Euclid的实现,以及Millar-Rabin test的实现,和加密/解密
其他书籍 Recent advances in experimental methods have resulted in the generation of enormous volumes of data
Recent advances in experimental methods have resulted in the generation
of enormous volumes of data across the life sciences. Hence clustering and
classification techniques that were once predominantly the domain of ecologists
are now being used more widely. This book provides an overview of these
i ...
加密解密 一个C++的DES算法源码.引入工程中即可使用
一个C++的DES算法源码.引入工程中即可使用,加解密的函数分别是DES(char *key,char *s_text,char *d_text)和_DES(char *key,char *s_text,char *d_text)
使用上也比较方便
网络 AODV-UU is an AODV (Ad hoc On-demand Distance Vector) routing protocol implementation from Uppsala U
AODV-UU is an AODV (Ad hoc On-demand Distance Vector) routing protocol implementation from Uppsala University. Key features are recent draft compliance, stability, and the ability to use it in both real-world (Linux) and ns-2 simulations
技术管理 一篇关于TCP-Vegas的文献:Vegas is an implementation of TCP that achieves between 37 and 71% better throughpu
一篇关于TCP-Vegas的文献:Vegas is an implementation of TCP that achieves between 37 and 71% better throughput on the Internet, with onefifth to one-half the losses, as compared to the implementation of TCP in the Reno distribution of BSD Unix. This paper motivates and describes the three key techniq ...
Java编程 实现基本的购物车功能。 eclipse+sqlserver2005 1.主要强调了购物车的业务逻辑。 2
实现基本的购物车功能。
eclipse+sqlserver2005
1.主要强调了购物车的业务逻辑。
2,利用javabean封装。比较适合jsp初学者。
3.简洁实用。可以在此基础上开发更加复杂功能的购物网站。
数据库建立
create database shop_db
go
use shop_db
go
create table t_sp
(
s_id int identity(1,1) primary key,
s_name varchar(2 ...
操作系统开发 这个源代码主要模仿了一个类似 深度操作系统安装程序中的一个软件自动安装管理器AutoIt v3
这个源代码主要模仿了一个类似 深度操作系统安装程序中的一个软件自动安装管理器AutoIt v3,具有如下功能:
一、支持INI读取,支持 SECTION 的读取,模块modINIReader.bas支持读取Sections及key
二、支持 /auto /uninstall /del命令行参数运行
三、支持软件后台静默模式安装、支持静默卸载(当然视安装软件的参数支持 ...
单片机开发 lcd驱动 其中包括delay.c
lcd驱动 其中包括delay.c,key.c,LCD.c,main.c,usart.c