搜索结果
找到约 2,901 项符合
Using 的查询结果
按分类筛选
- 全部分类
- 技术资料 (475)
- matlab例程 (235)
- 其他 (155)
- 其他书籍 (122)
- Java编程 (120)
- 单片机开发 (117)
- 其他嵌入式/单片机内容 (67)
- VHDL/FPGA/Verilog (64)
- 数学计算 (63)
- 单片机编程 (62)
- 嵌入式/单片机编程 (58)
- 人工智能/神经网络 (52)
- 通讯/手机编程 (51)
- 软件设计/软件工程 (51)
- Linux/Unix编程 (47)
- 书籍 (46)
- 微处理器开发 (45)
- VC书籍 (44)
- 数值算法/人工智能 (40)
- 汇编语言 (40)
- 通讯编程文档 (39)
- 系统设计方案 (39)
- 电子书籍 (38)
- 文章/文档 (38)
- 行业发展研究 (37)
- 书籍源码 (36)
- 压缩解压 (36)
- 加密解密 (32)
- DSP编程 (31)
- Java书籍 (28)
- 其他行业 (26)
- 软件工程 (25)
- 驱动编程 (23)
- 编译器/解释器 (20)
- 可编程逻辑 (19)
- Delphi控件源码 (19)
- VIP专区 (18)
- 游戏 (17)
- Internet/网络编程 (16)
- 串口编程 (16)
- 模拟电子 (13)
- 3G开发 (13)
- USB编程 (12)
- 数据结构 (12)
- 教程资料 (11)
- *行业应用 (11)
- 技术管理 (11)
- SQL Server (11)
- 电源技术 (10)
- Symbian (10)
- Windows Mobile (10)
- GPS编程 (10)
- Jsp/Servlet (10)
- 网络 (9)
- 文件格式 (9)
- 并行计算 (9)
- 源码 (8)
- 无线通信 (8)
- 数据库系统 (8)
- 操作系统开发 (8)
- 教育系统应用 (8)
- 嵌入式Linux (8)
- 论文 (7)
- 嵌入式综合 (7)
- 手机短信编程 (7)
- 其他数据库 (7)
- J2ME (7)
- Applet (6)
- VxWorks (6)
- 技术书籍 (5)
- uCOS (5)
- Windows CE (5)
- JavaScript (5)
- 编辑器/阅读器 (4)
- 金融证券系统 (4)
- CA认证 (4)
- 能源行业(电力石油煤炭) (4)
- PCB相关 (3)
- Linux/uClinux/Unix编程 (3)
- 传感与控制 (3)
- 通信网络 (3)
- allegro (3)
- 源码/资料 (3)
- Modem编程 (3)
- STL (3)
- Delphi/CppBuilder (3)
- 家庭/个人应用 (3)
- 交通/航空行业 (3)
- 中间件编程 (3)
- MySQL数据库 (3)
- RFID编程 (3)
- C/C++语言编程 (2)
- 行业应用文档 (2)
- 仿真技术 (2)
- 测试测量 (2)
- 语音压缩 (2)
- 多国语言处理 (2)
- BREW编程 (2)
- TAPI编程 (2)
- Oracle数据库 (2)
可编程逻辑 XAPP424 - 嵌入式JTAG ACE播放器
This application note contains a reference design consisting of HDL IP and Xilinx AdvancedConfiguration Environment (ACE) software utilities that give designers great flexibility increating in-system programming (ISP) solutions. In-system programming support allowsdesigners to revise existing desi ...
matlab例程 This toolbox contains Matlab code for several graph and mesh partitioning methods, including geometr
This toolbox contains Matlab code for several graph and mesh partitioning methods, including geometric, spectral, geometric spectral, and coordinate bisection. It also has routines to generate recursive multiway partitions, vertex separators, and nested dissection orderings and it has some sample me ...
文件格式 We present a particle filter construction for a system that exhibits time-scale separation. The sep
We present a particle filter construction for a system that exhibits
time-scale separation. The separation of time-scales allows two simplifications
that we exploit: i) The use of the averaging principle for the
dimensional reduction of the system needed to solve for each particle
and ii) the factor ...
USB编程 usb bulk 传输例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Mode
usb bulk 传输例程。
* The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM).
* Supports Plug and Play(PnP), Power Management(PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features.
* This sample is based off the selSusp DDK sample. ...
单片机开发 This sample displays a basic integer calculator powered by the 8051 microcontroller. Although Keil
This sample displays a basic integer calculator powered
by the 8051 microcontroller. Although Keil C51 has a
full floating point math library the evaluation version
is restricted to 2k of object code, so we have constrained
this sample to integer maths in order to fit within this limit.
The progra ...
matlab例程 PRINCIPLE: The UVE algorithm detects and eliminates from a PLS model (including from 1 to A componen
PRINCIPLE: The UVE algorithm detects and eliminates from a PLS model (including from 1 to A components) those variables that do not carry any relevant information to model Y. The criterion used to trace the un-informative variables is the reliability of the regression coefficients: c_j=mean(b_j)/std ...
Internet/网络编程 Description: Microsoft?Windows?HTTP Services (WinHTTP) provides developers with a server-supported,
Description: Microsoft?Windows?HTTP Services (WinHTTP) provides developers with a server-supported, high-level interface to the HTTP/1.1 Internet protocol. WinHTTP is designed to be used primarily in server-based scenarios by server applications that communicate with HTTP servers. WinHTTP
is also de ...
加密解密 利用java实现文件的AES加密功能 This Java AES Crypt package contains the Java class es.vocali.util.AESCrypt, whi
利用java实现文件的AES加密功能
This Java AES Crypt package contains the Java class es.vocali.util.AESCrypt, which provides file encryption and decryption using aescrypt file format.
Requirements
The Java AES Crypt package only works in Java 6, but can be easily adapted to Java 5 by replacing the cal ...
其他 The C++ Editor is a text editor for C++ programmers. The editor have color syntax highlighting. Ed
The C++ Editor is a text editor for C++ programmers. The editor have
color syntax highlighting. Editor s main purpose is to edit source
code files outside the IDE (Integrated Development Environment) with
multiple opened copies of program, when programmer needs to find,
replace or compare source ...
加密解密 RSA加密算法源代码 RSAEURO Version 1.02 Distribution In this distribution the various files are included
RSA加密算法源代码
RSAEURO Version 1.02 Distribution
In this distribution the various files are included in the directories
below.
DOCS - RSAEURO Documentation Directory
DEMO - Demo Applications Directory
SOURCE - Source Code Directory
SCRIPTS - Demo Applications Script Files
INSTALL - Inst ...