搜索结果
找到约 1,018 项符合
NOT 的查询结果
按分类筛选
- 全部分类
- 书籍 (83)
- 其他 (57)
- Java编程 (50)
- 其他书籍 (49)
- 单片机编程 (41)
- 单片机开发 (37)
- matlab例程 (33)
- VC书籍 (26)
- Linux/Unix编程 (25)
- 电源技术 (24)
- 书籍源码 (24)
- 电子书籍 (24)
- 压缩解压 (20)
- 通讯编程文档 (19)
- Delphi控件源码 (18)
- 软件设计/软件工程 (18)
- 技术资料 (18)
- 可编程逻辑 (17)
- 驱动编程 (16)
- 微处理器开发 (15)
- 数学计算 (15)
- 文件格式 (15)
- VHDL/FPGA/Verilog (14)
- 数据结构 (14)
- 人工智能/神经网络 (14)
- 编译器/解释器 (13)
- 模拟电子 (12)
- 游戏 (12)
- Java书籍 (12)
- 文章/文档 (12)
- 软件工程 (11)
- 汇编语言 (10)
- 嵌入式/单片机编程 (10)
- 无线通信 (9)
- 网络 (9)
- 加密解密 (9)
- 行业发展研究 (9)
- 数值算法/人工智能 (9)
- 其他嵌入式/单片机内容 (9)
- 通讯/手机编程 (9)
- 技术管理 (8)
- 教程资料 (7)
- Internet/网络编程 (7)
- DSP编程 (7)
- 编辑器/阅读器 (6)
- PCB相关 (5)
- GPS编程 (5)
- SQL Server (5)
- 其他行业 (5)
- JavaScript (5)
- Jsp/Servlet (5)
- J2ME (5)
- 多国语言处理 (4)
- Applet (4)
- uCOS (4)
- 源码 (4)
- 数据库系统 (3)
- Delphi/CppBuilder (3)
- USB编程 (3)
- CA认证 (3)
- 系统设计方案 (3)
- 操作系统开发 (3)
- 企业管理 (3)
- FlashMX/Flex源码 (3)
- Mentor (2)
- 嵌入式综合 (2)
- C/C++语言编程 (2)
- Symbian (2)
- Windows CE (2)
- 嵌入式Linux (2)
- 其他数据库 (2)
- 串口编程 (2)
- Modem编程 (2)
- 中间件编程 (2)
- SCSI/ASPI (2)
- Ajax (2)
- 存储器技术 (2)
- Linux/uClinux/Unix编程 (2)
- 论文 (2)
- VIP专区 (2)
- uCOS编程 (1)
- 开发工具 (1)
- 实用工具 (1)
- 多媒体处理 (1)
- PCB图/BOM单/原理图 (1)
- allegro (1)
- 通信网络 (1)
- 教程资料 (1)
- 技术书籍 (1)
- 测试测量 (1)
- 源码/资料 (1)
- Windows Mobile (1)
- TAPI编程 (1)
- 生物技术 (1)
- Oracle数据库 (1)
- RFID编程 (1)
- VxWorks (1)
- 邮电通讯系统 (1)
- 金融证券系统 (1)
- 并行计算 (1)
其他 Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same d
Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same directory as Rothberg s code (see above). You can download the .tar directory with the code weighted-match.tar here. Then "make" the codes (this codes are in C, not C++). The program is then run by the ...
系统设计方案 1. PL/0 语言介绍 ●PL/0 程序设计语言是一个较简单的语言
1. PL/0 语言介绍
●PL/0 程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0 有子程序概念,包括过程定义(可以嵌套)与调用且有局部变量说明。PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法 ...
其他嵌入式/单片机内容 sharp的arm920t 7A400的评估板附带光盘Sharp KEVLH7A400 v0.3b Welcome to the SHARP KEV7A400 Evaluation board
sharp的arm920t 7A400的评估板附带光盘Sharp KEVLH7A400 v0.3b
Welcome to the SHARP KEV7A400 Evaluation board beta starter kit.
This document contains last minute updates to the kit and/or
documentation that were not available at the kit development time.
数据结构 Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SY
Turbo C - (C) Copyright 1987, 1988 by Borland International */
#define S_IREAD 0x0100 /* from SYS\STAT.H */
#define S_IWRITE 0x0080 /* from SYS\STAT.H */
#define TRUE 1
#define FALSE 0
#define MSGHEADER "MICROCALC - A Turbo C Demonstration Program"
#define MSGKEYPRESS "Press any key to continue. ...
数学计算 #define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key
#define MSGHEADER "MICROCALC - A Turbo C Demonstration Program"
#define MSGKEYPRESS "Press any key to continue."
#define MSGCOMMAND "Press / for the list of commands"
#define MSGMEMORY "Memory Available:"
#define MSGERROR "ERROR"
#define MSGLOMEM "Not enough memory to allocate cell."
软件设计/软件工程 Software Engineering is a discipline applied by teams to produce high-quality, large-scale, cost-eff
Software Engineering is a discipline applied by teams to produce high-quality, large-scale, cost-effective software that satisfies the users’ needs, and can be maintained over time
Software Development is a weaker term where standards, tools, processes, etc. may not be applied
其他书籍 The Linux kernel is one of the most interesting yet least understood open-source projects. It is als
The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Linux Kernel Developme ...
软件工程 OLE Programmer s Reference Information in this online help system is subject to change without no
OLE Programmer s Reference
Information in this online help system is subject to change without notice and does not represent a commitment on the part of Microsoft Corporation. The software and/or files described in this online help system are furnished under a license agreement or nondisclosure agr ...
Java书籍 THIS is really two books in one: a tutorial and a reference manual for JDBC, the application program
THIS is really two books in one: a tutorial and a reference manual for JDBC, the application programming interface that makes it possible for programmers to access databases from Java. The goal is to be useful to a wide range of readers, from database novices to database experts. Therefore, we have ...
其他 4. 建立一个有序的顺序表(10
4. 建立一个有序的顺序表(10,30,35,50,56,100,120),用折半查找方法在此表中查找任一整数,若找到则输出此整数在表中的位置序号,否则输出Not found.