搜索结果
找到约 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)
uCOS uC/OS-II Notes from Nohau Corporation The code associated with this readme.txt file is provided "as
uC/OS-II Notes from Nohau Corporation
The code associated with this readme.txt file is provided "as is".
The code was written with the intention of creating a functional
RTOS demo for the Nohau evaluation boards that can run a MicroBlaze
core. You can use this code for any and all of your projects ...
其他 [输入] 图的顶点个数N
[输入]
图的顶点个数N,图中顶点之间的关系及起点A和终点B
[输出]
若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点
[存储结构]
图采用邻接矩阵的方式存储。
[算法的基本思想]
采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻 ...
OA系统 本系统采用access+asp开发
本系统采用access+asp开发,系统要求:windows9X+pws win2000(或更高)+IIS、IE 4.0以上及相关打印设备
2、处于安全考虑,建议安装使用前,先修改数据库路径(默认为"tcadmin\tcmdb")及数据库名称,然后修改文件tcconn.asp相应路径设置
3、本系统所有日期格式均为:yyyy-mm-dd,例如:2004-03-28.请按此格式输入日期,否则日期数据 ...
单片机开发 编码方式的解码示范uuencode and uudecode are in the public domain. dos2unix and unix2dos are hereby placed in
编码方式的解码示范uuencode and uudecode are in the public domain. dos2unix and
unix2dos are hereby placed in the public domain. They may be shared
or copied as long as NO fee is charged for their distribution or use.
嵌入式Linux This driver is based on the 2.6.3 version of drivers/usb/usb-skeleton.c but has been rewritten to
This driver is based on the 2.6.3 version of drivers/usb/usb-skeleton.c
but has been rewritten to be easy to read and use, as no locks are now
needed anymore.
行业发展研究 Each arc of a binary-state network has good/bad states. The system reliability, the probability tha
Each arc of a binary-state network has good/bad states. The system reliability, the probability
that source s communicates with sink t, can be computed in terms of minimal paths (MPs). An
MP is an ordered sequence of arcs from s to t that has no cycle. Note that a minimal path is
different from the ...
驱动编程 This is the library for all storage drivers. It simplifies writing a storage driver by implementing
This is the library for all storage drivers. It simplifies writing a storage driver by implementing 90 percent of the code required to support Plug and Play, Power Management, et cetera. This library is used by disk.sys, cdrom.sys and the tape class drivers.
No INF file is needed to install this li ...
Java编程 Java Power Player, our slogan is "Download once, reproduce everywhere". Java Power Player is an high
Java Power Player, our slogan is "Download once, reproduce everywhere". Java Power Player is an high-performances player written with 100% pure-Java source code. No native libraries. Download Now!
书籍源码 二维SIMPLEC程序
二维SIMPLEC程序,包含三个project:二维稳态传热,常粘度系数湍流的动态模拟,湍流中被动标量扩散(基于时均的 k –ε方程.
同时压缩包中还有详细的说明文档.
注意:本程序只限于学习用途,切勿作商业用途,作者享有对此代码及使用目的的最终解释权!
Ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc ...
通讯编程文档 The present document specifies the CAMEL Application Part (CAP) supporting the fourth phase of the n
The present document specifies the CAMEL Application Part (CAP) supporting the fourth phase of the network feature Customized Applications for Mobile network Enhanced Logic. CAP is based on a sub-set of the ETSI Core INAP CS-2 as specified by ETSI EN 301 140 1 [26]. Descriptions and definitions prov ...