搜索结果
找到约 643 项符合
ITS 的查询结果
按分类筛选
- 全部分类
- 书籍 (77)
- 其他 (41)
- 其他书籍 (28)
- 单片机编程 (24)
- Java编程 (23)
- matlab例程 (22)
- 电子书籍 (20)
- 技术资料 (19)
- 文章/文档 (18)
- 单片机开发 (18)
- Java书籍 (16)
- 通讯/手机编程 (16)
- VHDL/FPGA/Verilog (16)
- 软件设计/软件工程 (13)
- VC书籍 (13)
- 电源技术 (12)
- 模拟电子 (11)
- Linux/Unix编程 (11)
- 通讯编程文档 (11)
- 数学计算 (10)
- 微处理器开发 (8)
- 压缩解压 (8)
- Delphi控件源码 (8)
- SQL Server (7)
- 嵌入式/单片机编程 (7)
- 游戏 (7)
- 系统设计方案 (7)
- 软件工程 (7)
- 数值算法/人工智能 (6)
- 编译器/解释器 (6)
- DSP编程 (6)
- JavaScript (6)
- 可编程逻辑 (5)
- 数据结构 (5)
- 书籍源码 (5)
- 其他嵌入式/单片机内容 (5)
- 行业发展研究 (5)
- Internet/网络编程 (5)
- 学术论文 (4)
- 教程资料 (4)
- 测试测量 (4)
- Applet (4)
- J2ME (4)
- 汇编语言 (4)
- 技术管理 (4)
- Jsp/Servlet (4)
- 加密解密 (4)
- ARM (3)
- 人工智能/神经网络 (3)
- 操作系统开发 (3)
- 中间件编程 (3)
- 网络 (3)
- 文件格式 (3)
- GPS编程 (3)
- 驱动编程 (3)
- 其他 (3)
- 实用工具 (2)
- 无线通信 (2)
- 开发工具 (2)
- 接口技术 (2)
- RFID编程 (2)
- 其他行业 (2)
- 技术书籍 (2)
- 仿真技术 (2)
- 源码 (2)
- VIP专区 (2)
- 多媒体处理 (1)
- Mentor (1)
- 通信网络 (1)
- 传感与控制 (1)
- PCB相关 (1)
- 源码/资料 (1)
- 交通/航空行业 (1)
- *行业应用 (1)
- 人物传记/成功经验 (1)
- 并行计算 (1)
- 多国语言处理 (1)
- 医药行业 (1)
- 3G开发 (1)
- 家庭/个人应用 (1)
- Windows CE (1)
- Oracle数据库 (1)
- 数据库系统 (1)
- 嵌入式Linux (1)
- Windows Mobile (1)
- 磁盘编程 (1)
- Symbian (1)
- SCSI/ASPI (1)
- 系统/网络安全 (1)
- 单片机 (1)
- 资料/手册 (1)
- 软件 (1)
- 电路图 (1)
- 论文 (1)
JavaScript Calculates if the brackets in a sentence are correctly close. Input consists, one per line, sentenc
Calculates if the brackets in a sentence are correctly close.
Input consists, one per line, sentences with brackets, and output say YES if its correctly close, or NO int if its not saying where is the error.
Input:
()[]<>(**)
(*)
(ASA
Output:
YES
NO 2
NO 4
通讯/手机编程 Pattern-MAC (PMAC) protocol, instead of having fixed sleepwakeups, the sleep-wakeup schedules of th
Pattern-MAC (PMAC) protocol, instead of having fixed sleepwakeups,
the sleep-wakeup schedules of the sensor nodes are
adaptively determined. The schedules are decided based on a
node’s own traffic and that of its neighbors.
加密解密 IntroToCrypto英文原版
IntroToCrypto英文原版,第一版,Copyright 1990-1999 Network Associates, Inc. and its Affiliated Companies. All Rights
Reserved.
PGP*, Version 6.5.1
加密解密 RSA ( Rivest Shamir Adleman )is crypthograph system that used to give a secret information and digit
RSA ( Rivest Shamir Adleman )is crypthograph system that used to give a secret information and digital signature . Its security based on Integer Factorization Problem (IFP). RSA uses an asymetric key. RSA was created by Rivest, Shamir, and Adleman in 1977. Every user have a pair of key, public key a ...
电子书籍 This book is about writing TinyOS systems and applications in the nesC language. This chapter gives
This book is about writing TinyOS systems and applications in the nesC language. This chapter gives a
brief overview of TinyOS and its intended uses. TinyOS is an open-source project which a large number of
research universities and companies contribute to. The main TinyOS website, http://www.tiny ...
数据结构 The running time of quicksort can be improved in practice by taking advantage of the fast running t
The running time of quicksort can be improved in practice by taking advantage of the fast
running time of insertion sort when its input is “nearly” sorted. When quicksort is called on a
subarray with fewer than k elements, let it simply return without sorting the subarray. After the
top-level call ...
SQL Server to study the example of creation of tables, formative DB, and filling with their information. Using
to study the example of creation of tables, formative DB, and filling with their information. Using this example to create DB, satisfying a logical structure, to developed in previous laboratory work and to fill with its information. To study a command SQL SELECT.
其他 FP + OOP = Haskell. The programming language Haskell adds object-oriented functionality (using a con
FP + OOP = Haskell. The programming language Haskell adds object-oriented functionality (using a concept
known as
type classes
) to a pure functional programming framework. This paper describes
these extensions and analyzes its accomplishments as well as some problems.
系统/网络安全 openssl源码
openssl源码
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS) protocols as well as a full-strength general purpose cryptography library. The ...
技术书籍 LatentSVM论文
The object detector described below has been initially proposed by
P.F. Felzenszwalb in [Felzenszwalb2010]. It is based on a
Dalal-Triggs detector that uses a single filter on histogram of
oriented gradients (HOG) features to represent an object category.
This detector uses a sliding window approac ...