搜索结果
找到约 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)
汇编语言 the program code converts the given 8085 opcode into mnemonics of assembly level programming... init
the program code converts the given 8085 opcode into mnemonics of assembly level programming... initially give the no. of opcodes to be entered
其他 Some time ago, I stated in another article that I d take the idea of location broadcasting and devel
Some time ago, I stated in another article that I d take the idea of location broadcasting and develop a mobile solution as a follow-up. The problem back then was I had no means to get location data off of a cell phone, or a way to make it useful. My, how times have changed since then! In this artic ...
通讯/手机编程 including Python, C, Java, GNU/Linux, Windows XP, Symbian Series 60, and Mac OS X... ---------------
including Python, C, Java, GNU/Linux, Windows XP, Symbian Series 60, and Mac OS X... ------------------------------------ Bluetooth Essentials for Programmers Author: Albert S. Huang, Larry Rudolph Publisher: Cambridge University Press Number Of Pages: 208 Publication Date: 2007-09-03 ISBN-10/ASIN: ...
JavaScript Calculates if the brackets in a sentence are correctly close. Input consists, one per line, sentenc
Calculates if the brackets in a sentence are correctly close.
Input consists, one per line, sentences with brackets, and output say YES if its correctly close, or NO int if its not saying where is the error.
Input:
()[]<>(**)
(*)
(ASA
Output:
YES
NO 2
NO 4
JavaScript Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test c
Implementation of Edmonds Karp algorithm that calculates maxFlow of graph.
Input:
For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The n ...
其他 (1)自选存储结构
(1)自选存储结构,输入含n个顶点(用字符表示顶点名称)和e条边的图G;
(2)指定任意顶点x为初始顶点,对图G作DFS遍历,输出DFS(深度优先)顶点序列(提示:使用栈实现DFS);
(3)指定任意顶点x为初始顶点,对图G作BFS(广度遍历),输出BFS顶点序列(提示:使用队列实现BFS);
(5)输入顶点x,查找图G:若存在含x的顶点,则删除该 ...
微处理器开发 userial is an Free project building an USB to I2C/SPI/GPIO bridge, using the Atmel AT90USB647 chip.
userial is an Free project building an USB to I2C/SPI/GPIO bridge, using the Atmel AT90USB647 chip. Hardware and Software are released under an Open Source licence. It supports the following interfaces:
* USB interface (serial emulation)
* JTAG
* I2C (TWI)
* SPI
* 8 General purp ...
操作系统开发 A badic controller for the UART. It incorporates a -- transmit and receive FIFO (fr
A badic controller for the UART. It incorporates a
-- transmit and receive FIFO (from Max+Plus II s MegaWizard
-- plug-in manager). Note that no checking is done to see
-- whether the FIFOs are overflowing or not. This strictly
-- handle ...
Linux/Unix编程 We (the Klimas family) are relative Linux newbies (with Linux since Summer 1998). We run RedHat mos
We (the Klimas family) are relative Linux newbies (with Linux since Summer 1998). We run RedHat
mostly -> the solutions might not be directly applicable to other Linux distributions (although most of
them probably will). Hope this helps, we try to be as practical as possible. Of course, we provide n ...
编译器/解释器 This circuit is a nice edge detector that gives you synchronous notification of edges on your input
This circuit is a nice edge detector that gives you
synchronous notification of edges on your input signal. There s no excuse for not doing this it s a tiny
circuit in just five lines of Verilog.