搜索结果
找到约 2,450 项符合
USinG 的查询结果
按分类筛选
- 全部分类
- matlab例程 (235)
- 其他 (155)
- Java编程 (120)
- 其他书籍 (119)
- 单片机开发 (117)
- 其他嵌入式/单片机内容 (67)
- VHDL/FPGA/Verilog (64)
- 数学计算 (62)
- 单片机编程 (61)
- 嵌入式/单片机编程 (57)
- 人工智能/神经网络 (52)
- 通讯/手机编程 (51)
- 软件设计/软件工程 (50)
- Linux/Unix编程 (47)
- 微处理器开发 (45)
- VC书籍 (44)
- 书籍 (44)
- 汇编语言 (40)
- 数值算法/人工智能 (40)
- 通讯编程文档 (39)
- 系统设计方案 (39)
- 文章/文档 (38)
- 电子书籍 (37)
- 行业发展研究 (37)
- 书籍源码 (36)
- 压缩解压 (36)
- 技术资料 (36)
- 加密解密 (32)
- DSP编程 (31)
- 其他行业 (26)
- Java书籍 (26)
- 软件工程 (25)
- 驱动编程 (23)
- 编译器/解释器 (20)
- 可编程逻辑 (19)
- Delphi控件源码 (19)
- VIP专区 (18)
- 游戏 (17)
- Internet/网络编程 (16)
- 串口编程 (16)
- 模拟电子 (13)
- 3G开发 (13)
- USB编程 (12)
- 数据结构 (12)
- 教程资料 (11)
- SQL Server (11)
- 技术管理 (11)
- *行业应用 (11)
- 电源技术 (10)
- Windows Mobile (10)
- GPS编程 (10)
- Symbian (10)
- Jsp/Servlet (10)
- 网络 (9)
- 文件格式 (9)
- 并行计算 (9)
- 无线通信 (8)
- 嵌入式Linux (8)
- 操作系统开发 (8)
- 教育系统应用 (8)
- 数据库系统 (8)
- 源码 (8)
- 嵌入式综合 (7)
- 其他数据库 (7)
- J2ME (7)
- 手机短信编程 (7)
- 论文 (7)
- Applet (6)
- VxWorks (6)
- 技术书籍 (5)
- uCOS (5)
- Windows CE (5)
- JavaScript (5)
- 编辑器/阅读器 (4)
- CA认证 (4)
- 金融证券系统 (4)
- 能源行业(电力石油煤炭) (4)
- allegro (3)
- PCB相关 (3)
- 通信网络 (3)
- 传感与控制 (3)
- 家庭/个人应用 (3)
- 中间件编程 (3)
- Modem编程 (3)
- 交通/航空行业 (3)
- RFID编程 (3)
- STL (3)
- Delphi/CppBuilder (3)
- MySQL数据库 (3)
- 源码/资料 (3)
- Linux/uClinux/Unix编程 (3)
- 行业应用文档 (2)
- C/C++语言编程 (2)
- 测试测量 (2)
- 仿真技术 (2)
- OA系统 (2)
- 语音压缩 (2)
- 邮电通讯系统 (2)
- TAPI编程 (2)
- Oracle数据库 (2)
嵌入式/单片机编程 Using Lightweight IP with the Nios II Processor_nios2_lwip_tutorial,This tutorial familiarizes you w
Using Lightweight IP with the Nios II Processor_nios2_lwip_tutorial,This tutorial familiarizes you with the lightweight IP (lwIP) TCP/IP
software component included in your Nios II development kit.
通讯/手机编程 To show Gibbs phenomenon, using FFTs to sum Fourier Give the curve plot at the end of the simulati
To show Gibbs phenomenon, using FFTs to sum Fourier
Give the curve plot at the end of the simulation
软件设计/软件工程 #include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l
#include<iostream>
using namespace std
int main()
{
unsigned long x,warcraft,war,l
cin> x
while(x)
{
unsigned long *p=new unsigned long[x+1]
if(p==NULL)
{
cerr<<"error!"<<endl
abort()
}
for(warcraft=0 warcraft<=x warcraft++)
*(p+warcraft)=0
*p=1
for(warcraft=0 war ...
汇编语言 Sensorless BLDC Motor Control Using dsPIC30F2010 1127KB
Sensorless BLDC Motor Control Using dsPIC30F2010 1127KB
matlab例程 Analysis beam propagration using Finite Difference Beam Propagation Method
Analysis beam propagration using Finite Difference Beam Propagation Method
Symbian A bemused fork for X remote control aplications or bash control, using bluetooth o tcp and a client
A bemused fork for X remote control aplications or bash control, using bluetooth o tcp and a client symbian at mobile system.
中间件编程 COM+ Programming: A Practical Guide Using Visual C++ and ATL by Pradeep Tapadiya
COM+ Programming: A Practical Guide Using Visual C++ and ATL
by Pradeep Tapadiya
VHDL/FPGA/Verilog 一个verilog语言描写的同步fifo,包括:Fifo using declared registers for storage和Fifo using (model of) standard mem
一个verilog语言描写的同步fifo,包括:Fifo using declared registers for storage和Fifo using (model of) standard memory chip for storage.两种方式,包含testbench
技术管理 Study of Active Queue Management Using OPNET
Study of Active Queue Management Using OPNET
编译器/解释器 Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard
Using the UnderC Tokenizer Class
It s often necessary to parse complex text files, where standard i/o
is too clumsy. C programmers fall back on strtok(), but this can be
tricky to use properly. Besides, you are still responsible for keeping
strtok() fed with new input, and I don t like the schlepp. ...