搜索结果
找到约 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)
游戏 Massively Multiplayer Space Trading and Combat game. This is an online strategy game, not a 3D space
Massively Multiplayer Space Trading and Combat game. This is an online strategy game, not a 3D space sim. Incorporating ideas from games such as Stars!, SE3, MOO, Tradewars, MUD/MOOs, Dune II, SimCity.
数据库系统 Generating next numbers in SQLServer should not be a problem. But problems arise when a customer ask
Generating next numbers in SQLServer should not be a problem. But problems arise when a customer asks for different types of next numbers that you cannot generate directly from SQL Server. This brief article describes how you would tackle this problem in different scenarios.
压缩解压 CZipFile is a lite library that allows you to get information about a zip archive. It is not able to
CZipFile is a lite library that allows you to get information about a zip archive. It is not able to decompress the files, but just retrieves the contents—the file name, file size, and so on.
Java编程 A windows BMP file is a common image format that Java does not handle. While BMP images are used onl
A windows BMP file is a common image format that Java does not handle. While BMP images are used only on windows machines, they are reasonably common. Reading these shows how to read complex structures in Java and how to alter they byte order from the big endian order used by Java to the little endi ...
电子书籍 Why C++ is not just an ObjectOriented Programming Language
Why C++ is not just an ObjectOriented Programming Language
驱动编程 tty驱动 * This driver shows how to create a minimal tty driver. It does not rely on * any backing hard
tty驱动 * This driver shows how to create a minimal tty driver. It does not rely on * any backing hardware, but creates a timer that emulates data being received * from some kind of hardware.
VHDL/FPGA/Verilog 2. You may use this core in any way, be it academic, commercial, or -- military. Modified or not.
2. You may use this core in any way, be it academic, commercial, or -- military. Modified or not.
其他 算术表达式解析器 .rar 支持变量和以下数学函数ABS, ATAN, COS, EXP, LN, ROUND,SIN, SQRT, SQR, TRUNC, NOT, BOOL, SGN"
算术表达式解析器 .rar 支持变量和以下数学函数ABS, ATAN, COS, EXP, LN, ROUND,SIN, SQRT, SQR, TRUNC, NOT, BOOL, SGN"
编译器/解释器 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 ...
数据结构 这是一道NOT高中组的题目,是我学习数据结构时所做练习,其中有一些算法可以一起学习
这是一道NOT高中组的题目,是我学习数据结构时所做练习,其中有一些算法可以一起学习