搜索结果
找到约 510 项符合
NO 的查询结果
按分类筛选
- 全部分类
- 其他 (34)
- 书籍 (31)
- 单片机开发 (28)
- 单片机编程 (23)
- matlab例程 (23)
- 其他书籍 (22)
- 技术资料 (21)
- Java编程 (20)
- Linux/Unix编程 (17)
- 邮电通讯系统 (15)
- 汇编语言 (12)
- 电源技术 (10)
- 软件工程 (9)
- 通讯编程文档 (9)
- Delphi控件源码 (9)
- 文章/文档 (8)
- 数值算法/人工智能 (8)
- 编译器/解释器 (8)
- 数据结构 (8)
- 模拟电子 (7)
- 软件设计/软件工程 (7)
- 电子书籍 (7)
- 书籍源码 (7)
- 驱动编程 (7)
- 通讯/手机编程 (6)
- 游戏 (6)
- 微处理器开发 (5)
- 压缩解压 (5)
- 嵌入式综合 (4)
- 可编程逻辑 (4)
- 系统设计方案 (4)
- 人工智能/神经网络 (4)
- VC书籍 (4)
- 嵌入式/单片机编程 (4)
- 数学计算 (4)
- Internet/网络编程 (4)
- 源码 (4)
- PCB相关 (3)
- 学术论文 (3)
- 教程资料 (3)
- 通信网络 (3)
- 传感与控制 (3)
- SQL Server (3)
- VHDL/FPGA/Verilog (3)
- VxWorks (3)
- Java书籍 (3)
- 文件格式 (3)
- 网络 (3)
- 加密解密 (3)
- JavaScript (3)
- 中间件编程 (3)
- 测试测量 (2)
- 串口编程 (2)
- uCOS (2)
- Windows CE (2)
- 其他数据库 (2)
- 嵌入式Linux (2)
- DSP编程 (2)
- Jsp/Servlet (2)
- 3G开发 (2)
- 其他行业 (2)
- 其他嵌入式/单片机内容 (2)
- 论文 (2)
- 教程 (2)
- 经验分享 (1)
- 资料/手册 (1)
- 教程资料 (1)
- 无线通信 (1)
- 技术书籍 (1)
- C/C++语言编程 (1)
- 工控技术 (1)
- 数据库系统 (1)
- GPS编程 (1)
- 电子政务应用 (1)
- 手机彩信(MMS)编程 (1)
- 传真(Fax)编程 (1)
- SCSI/ASPI (1)
- OA系统 (1)
- 行业发展研究 (1)
- J2ME (1)
- 并行计算 (1)
- 技术管理 (1)
- 磁盘编程 (1)
- Applet (1)
- USB编程 (1)
- 家庭/个人应用 (1)
- MySQL数据库 (1)
- 编辑器/阅读器 (1)
- *行业应用 (1)
- RFID编程 (1)
- 操作系统开发 (1)
- Delphi/CppBuilder (1)
- 源码/资料 (1)
- 接口技术 (1)
- 多媒体处理 (1)
- 软件 (1)
- 习题答案 (1)
- VIP专区 (1)
matlab例程 Description: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP.
Description: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP.
Reference: X. Geng, D.-C. Zhan, and Z.-H. Zhou. Supervised nonlinear dimensionality reduction for visualization and classification. IEEE Transactions on Systems, Man, and Cybernetics - Part B: Cyberneti ...
人工智能/神经网络 Description: C4.5Rule-PANE is a rule learning method which could generate accurate and comprehensibl
Description: C4.5Rule-PANE is a rule learning method which could generate accurate and comprehensible symbolic rules, through regarding a neural network ensemble as a pre-process of a rule inducer.
Reference: Z.-H. Zhou and Y. Jiang. Medical diagnosis with C4.5 rule preceded by artificial neural net ...
编译器/解释器 CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the co
CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the code generation is fairly good. There are two versions one is for MSDOS/DPMI and one is for Win32. The Win32 version has a full-blown IDE capable of editing, building, and debugging windows programs inc ...
其他 prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example
prolog 找路例子程序:
=== === === === === ===
Part 1-Adding connections
Part 2-Simple Path
example
| ?- path1(a,b,P,T).
will produce the response:
T = 15
P = [a,b] ?
Part 3 - Non-repeating path
As an example, the query:
?- path2(a,h,P,T).
will succeed and may produce the bindings:
P = ...
单片机开发 This project is created using the Keil ARM CA Compiler. The Logic Analyzer built into the simula
This project is created using the Keil ARM CA Compiler.
The Logic Analyzer built into the simulator may be used to monitor and display any variable or peripheral I/O register. It is already configured to show the PWM output signal on PORT3.0 and PORT3.1
This ARM Example may be debugged using onl ...
matlab例程 cp0801_pathloss为UWB信道损耗计算函数
cp0801_pathloss为UWB信道损耗计算函数,利用a=(c/(d^gamma))计算出信道增益,然后对函数的输入信号幅度进行变换得到输出结果。
cp0801_Gnoise1和cp0801_Gnoise2为产生AWGN的函数,分别为Eb/No和Ex/No条件下AWGN的产生
Windows CE This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end
This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where your memory leak occurred. It will display in the debug windo ...
通讯/手机编程 This m file models a DPSK UWB system using a delay in one leg of the mixer, correlation receiver low
This m file models a DPSK UWB system using a delay in one leg of the mixer, correlation receiver low pass filter combination requiring no template for synching. Various waveforms are displayed throughout the system to allow the user to observe operation of the system.
matlab例程 This a very simple Yee algorithm 3D FDTD code in C implementing the free space form of Maxwell s equ
This a very simple Yee algorithm 3D FDTD code in C implementing the free space form of Maxwell s equations on a Cartesian grid. There are no internal materials or geometry. The code as delivered simulates an idealized rectangular waveguide by treating the interior of the mesh as free space/air and e ...