搜索结果
找到约 884 项符合
One 的查询结果
按分类筛选
- 全部分类
- 书籍 (104)
- 其他书籍 (61)
- 其他 (56)
- matlab例程 (41)
- 单片机编程 (35)
- Java编程 (29)
- 单片机开发 (27)
- Linux/Unix编程 (26)
- 技术资料 (23)
- 人工智能/神经网络 (22)
- 电源技术 (18)
- 游戏 (17)
- VC书籍 (16)
- 数学计算 (15)
- Java书籍 (14)
- 软件设计/软件工程 (14)
- 电子书籍 (14)
- VHDL/FPGA/Verilog (14)
- 汇编语言 (13)
- 模拟电子 (12)
- 可编程逻辑 (11)
- 嵌入式/单片机编程 (11)
- 数值算法/人工智能 (11)
- 数据结构 (11)
- 软件工程 (11)
- 教程资料 (10)
- 驱动编程 (9)
- 加密解密 (9)
- 通讯编程文档 (9)
- 文章/文档 (9)
- 其他嵌入式/单片机内容 (8)
- 无线通信 (7)
- J2ME (7)
- 微处理器开发 (7)
- 技术管理 (7)
- 网络 (7)
- VIP专区 (7)
- Internet/网络编程 (6)
- Delphi控件源码 (6)
- 压缩解压 (6)
- 行业发展研究 (6)
- 其他行业 (6)
- 技术书籍 (5)
- 接口技术 (5)
- Symbian (5)
- 通讯/手机编程 (5)
- DSP编程 (5)
- 编译器/解释器 (5)
- 3G开发 (5)
- RFID编程 (4)
- Jsp/Servlet (4)
- SQL Server (4)
- 系统设计方案 (4)
- JavaScript (4)
- 论文 (4)
- 嵌入式综合 (3)
- 书籍源码 (3)
- 邮电通讯系统 (3)
- 文件格式 (3)
- 编辑器/阅读器 (3)
- 多国语言处理 (3)
- 源码 (3)
- allegro (2)
- 通信网络 (2)
- ARM (2)
- 其他数据库 (2)
- 操作系统开发 (2)
- GPS编程 (2)
- uCOS (2)
- CA认证 (2)
- 中间件编程 (2)
- 企业管理 (2)
- Oracle数据库 (2)
- 磁盘编程 (2)
- FlashMX/Flex源码 (2)
- 多媒体 (1)
- 行业应用文档 (1)
- 资料/手册 (1)
- Mentor (1)
- 传感与控制 (1)
- C/C++语言编程 (1)
- 测试测量 (1)
- 源码/资料 (1)
- Windows Mobile (1)
- TAPI编程 (1)
- 手机WAP编程 (1)
- 语音压缩 (1)
- 并行计算 (1)
- VxWorks (1)
- 数据库系统 (1)
- 嵌入式Linux (1)
- Windows CE (1)
- SCSI/ASPI (1)
- MySQL数据库 (1)
- Ajax (1)
- 人物传记/成功经验 (1)
- 手机短信编程 (1)
- 图形图像 (1)
- 电路图 (1)
- 多媒体处理 (1)
Java书籍 Java Extreme Programming Cookbook offers more than just a collection of cut-and-paste code. Each rec
Java Extreme Programming Cookbook offers more than just a collection of cut-and-paste code. Each recipe also includes explanations of how and why the approach works, so you can adapt the techniques to similar situations. One of the biggest challenges facing developers today is sorting through the wi ...
Delphi控件源码 *** HyperString v6.0 *** (c)1996-2000 EFD Systems, All rights reserved
*** HyperString v6.0 ***
(c)1996-2000 EFD Systems, All rights reserved
efd@mindspring.com
*** THIS IS NOT PUBLIC DOMAIN SOFTWARE ***
See below for license agreement, disclaimer, installation and use.
Introduction ------------- ...
Ajax AJAX Book Reader is a complete AJAX client-server application that may be used with a Web browser to
AJAX Book Reader is a complete AJAX client-server application that may be used with a Web browser to display a sequence of text files one page at a time. The display style is completely controlled by a configuration file. The first application of this is as a book viewer where each chapter resides i ...
单片机开发 In number theory, the Euclidean algorithm (also called Euclid s algorithm) is an algorithm to determ
In number theory, the Euclidean algorithm (also called Euclid s algorithm) is an algorithm to determine the greatest common divisor (GCD) of two elements of any Euclidean domain (for example, the integers). Its major significance is that it does not require factoring the two integers, and it is also ...
软件设计/软件工程 A digital filter structure for wideband filtering is proposed. It consists of two allpass filters a
A digital filter structure for wideband filtering
is proposed. It consists of two allpass filters and a linearphase
FIR filter. One major advantage of this structure is
that the allpass filters are functions of zM which implies
that the maximal sample frequency is M times higher for
this structure t ...
matlab例程 This m file hide an image jpeg,png in another jpeg,png image. The height and width of the secr
This m file hide an image jpeg,png in another jpeg,png image.
The height and width of the secret image is in LSB of 1st 32 pixels of 1st row of the cover image.This helps in the recovery of secret image.
The secret image must be smaller than cover image.A message box will appear with a numbe ...
Java编程 Exploring C++ uses a series of self–directed lessons to divide C++ into bite–sized chunks that you c
Exploring C++ uses a series of self–directed lessons to divide C++ into bite–sized chunks that you can digest as rapidly as you can swallow them. The book assumes only a basic understanding of fundamental programming concepts (variables, functions, expressions, statements) and requires no prior kn ...
matlab例程 LIBSVM 是台湾大学林智仁(Chih-Jen Lin)博士等开发设计的一个操作简单、易于使用、快速有效的通用SVM 软件包
LIBSVM 是台湾大学林智仁(Chih-Jen Lin)博士等开发设计的一个操作简单、易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C- SVC、n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM )等问题,提供了线性、多项式、径向基和S形函数四种常用的核函数供选择,可以有效地解决多类问题、 ...
Symbian This article discusses some issues that a typical Windows C++ programmer will encounter when approac
This article discusses some issues that a typical Windows C++ programmer will encounter when approaching
Symbian OS for the first time. Our experience in developing for three successive versions of Symbian OS has
given us considerable perspective on what can be difficult when working in this otherwi ...
行业发展研究 A Public Key Infrastructure (PKI) binds cryptographic public keys to physical entities through digi
A Public Key Infrastructure (PKI) binds cryptographic public keys to physical entities
through digital certificates. A PKI includes components that issue digital certificates and
distribute certificate status information. PKI users select one or more certificate issuers as
trust anchors, and establi ...