搜索结果
找到约 2,211 项符合
Use 的查询结果
按分类筛选
- 全部分类
- 技术资料 (350)
- 单片机开发 (125)
- 其他 (113)
- 其他书籍 (113)
- Java编程 (104)
- 书籍 (86)
- matlab例程 (69)
- Linux/Unix编程 (58)
- VC书籍 (48)
- 软件设计/软件工程 (46)
- 单片机编程 (45)
- VHDL/FPGA/Verilog (45)
- 微处理器开发 (44)
- 汇编语言 (42)
- Delphi控件源码 (42)
- 加密解密 (40)
- Java书籍 (34)
- 电子书籍 (33)
- 人工智能/神经网络 (33)
- 嵌入式/单片机编程 (32)
- 压缩解压 (26)
- 其他嵌入式/单片机内容 (26)
- 电源技术 (25)
- 数学计算 (24)
- 通讯编程文档 (24)
- 系统设计方案 (24)
- 通讯/手机编程 (20)
- 软件工程 (19)
- 可编程逻辑 (19)
- 编译器/解释器 (18)
- 驱动编程 (17)
- Internet/网络编程 (17)
- 数值算法/人工智能 (16)
- 书籍源码 (16)
- Windows CE (16)
- 网络 (15)
- 文章/文档 (15)
- DSP编程 (14)
- 模拟电子 (14)
- 教程资料 (13)
- 游戏 (13)
- VIP专区 (13)
- 其他行业 (12)
- 嵌入式Linux (11)
- 数据结构 (11)
- Windows Mobile (10)
- SQL Server (10)
- 操作系统开发 (9)
- 文件格式 (9)
- uCOS (9)
- 行业发展研究 (9)
- Jsp/Servlet (9)
- USB编程 (8)
- J2ME (8)
- JavaScript (8)
- 嵌入式综合 (7)
- 其他数据库 (7)
- 无线通信 (6)
- 串口编程 (6)
- 技术管理 (6)
- MySQL数据库 (6)
- 多媒体处理 (5)
- FlashMX/Flex源码 (5)
- VxWorks (5)
- 技术书籍 (4)
- 手机短信编程 (4)
- 磁盘编程 (4)
- *行业应用 (4)
- Applet (4)
- Delphi/CppBuilder (4)
- 邮电通讯系统 (4)
- GPS编程 (4)
- MacOS编程 (4)
- 源码 (3)
- PCB相关 (3)
- 开关电源 (3)
- 数据库系统 (3)
- 其他文档 (3)
- Modem编程 (3)
- 金融证券系统 (3)
- 中间件编程 (3)
- 并行计算 (3)
- 人物传记/成功经验 (3)
- RFID编程 (3)
- 笔记 (2)
- C/C++语言编程 (2)
- 仿真技术 (2)
- 技术教程 (2)
- 开发工具 (2)
- 实用工具 (2)
- 通信网络 (2)
- allegro (2)
- 教育系统应用 (2)
- 企业管理 (2)
- 多国语言处理 (2)
- CA认证 (2)
- 家庭/个人应用 (2)
- Symbian (2)
- Oracle数据库 (2)
- 3G开发 (2)
微处理器开发 The application described in this document is for a product that is subject to continuous developmen
The application described in this document is for a product that is subject to continuous developments and
improvements. All particulars of the product and its use contained in this document are given by ARM in good
faith. However, all warranties implied or expressed, including but not limited to ...
DSP编程 This project contains a C algorithm for calculating the results of a custom polynomial function. It
This project contains a C algorithm for calculating the results of a custom polynomial function. It is designed and optimized especially for the Starcore 140 DSP !
Inside the archive you can also find the assembly code and the matlab test program which you can use to test the accuracy of the program ...
Java编程 The project Adventure is a simple text-based adventure game. The game, as given, involves the hero t
The project Adventure is a simple text-based adventure game. The game, as given, involves the hero trying to find his way from a deep dark forest to home and his true love. There s very little else the player can do apart from moving from place to place. It s not really very interesting.
This proje ...
Java书籍 JavaServer Pages™ Specification This document is intended for: · Web Server and Application S
JavaServer Pages&#8482 Specification
This document is intended for:
· Web Server and Application Server vendors that want to provide JSP containers that
conform to the Tag Extensions specification.
· Web Authoring Tool vendors that want to generate JSP pages that conform to the Tag
Extensions spec ...
网络 GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications
GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. This framework offers ...
书籍 Visible Light Communication
Visible light communications (VLC) is the name given to an optical wireless
communication system that carries information by modulating light in the visible spectrum
(400–700 nm) that is principally used for illumination [1–3]. The communications signal
is encoded on top of the illumination light. ...
其他书籍 This book shows you how to write programs that run under Microsoft Windows 98, Microsoft Windows NT
This book shows you how to write programs that run under Microsoft Windows 98, Microsoft Windows NT 4.0, and Windows NT 5.0. These programs are written in the C programming language and use the native Windows application programming interfaces (APIs). 学习SDK的经典书籍
汇编语言 Base64 demonstrates how easy it is to decipher plaintext usernames and passwords. Never login to a
Base64 demonstrates how easy it is to decipher
plaintext usernames and passwords. Never login to a public network resource
unless some type of encryption is being used, secure socket layer is one example.
Most FTP sites also use plaintext passwords.
VHDL/FPGA/Verilog 波形发生器
波形发生器,带TESTBENCH,
多平台
-- the design makes use of the new shift operators available in the VHDL-93 std
-- this design passes the Synplify synthesis check
-- download from: www.fpga.com.cn & www.pld.com.cn
数学计算 Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any si
Using Gaussian elimination to solve linear equations.
// In this version, we allow matrix of any size. This is done by treating
// the name of a 2-dimensional array as pointer to the beginning of the
// array. This makes use of the fact that arrays in C are stored in
// row-major order.