搜索结果
找到约 185 项符合
non 的查询结果
按分类筛选
- 全部分类
- matlab例程 (17)
- 技术资料 (14)
- 其他书籍 (12)
- 其他 (10)
- 传感与控制 (9)
- 书籍 (8)
- 数值算法/人工智能 (7)
- 软件设计/软件工程 (7)
- 压缩解压 (6)
- 数学计算 (6)
- 模拟电子 (5)
- 通讯编程文档 (5)
- 电源技术 (4)
- 驱动编程 (4)
- 数据结构 (4)
- Delphi控件源码 (4)
- 文章/文档 (4)
- 人工智能/神经网络 (4)
- 文件格式 (4)
- 测试测量 (3)
- Linux/Unix编程 (3)
- 汇编语言 (3)
- 通讯/手机编程 (3)
- 微处理器开发 (3)
- VHDL/FPGA/Verilog (3)
- Java编程 (3)
- 论文 (3)
- 单片机编程 (2)
- 单片机开发 (2)
- 电子书籍 (2)
- 加密解密 (2)
- 书籍源码 (2)
- 编译器/解释器 (2)
- 软件 (2)
- 教程资料 (1)
- 开发工具 (1)
- PCB相关 (1)
- 可编程逻辑 (1)
- *行业应用 (1)
- 手机短信编程 (1)
- VxWorks (1)
- Windows CE (1)
- Modem编程 (1)
- 网络 (1)
- J2ME (1)
- 生物技术 (1)
- 手册 (1)
压缩解压 UnZip is a small zipfile extract utility. It is written to be assmall portable as possible and is in
UnZip is a small zipfile extract utility. It is written to be assmall portable as possible and is intended to be starting point for im-plementation of .ZIP files in non-IBM environments.Source code is provided in C and Turbo Pascal. If you port this programto a non-IBM system, I would appreciate a c ...
*行业应用 gperiodic is a program for browsing the periodic table and looking up data for different elements. I
gperiodic is a program for browsing the periodic table and looking up data for different elements. It also features a non-graphical interface. gperiodicOrb是一个浏览元素周期表和查询不同元素的数据的程序。它有一个非图形化的界面。
Delphi控件源码 Client/Server版本 DBISAM compiles directly into your application with no external libraries required.
Client/Server版本 DBISAM compiles directly into your application with no external libraries required. Runtime package support is also provided if so desired. It has a very small footprint and does not require any forms support in Delphi 6, C++Builder 6, and Kylix 2 and higher, which helps keep the s ...
数据结构 SR-tree is an index structure for high-dimensional nearest neighbor queries
SR-tree is an index structure for high-dimensional nearest neighbor queries,C++ sourcecode. SR-tree outperforms the R*-tree and the SS-tree especially for high-dimensional and non-uniform data which are likely to appear in the actual image / video applications.
其他 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 = ...
数据结构 The subject which is to us propos¨¦ is as follows: calculation of the degr¨¦ d¡ &ma
The subject which is to us propos¨&brvbar is as follows: calculation of the degr¨&brvbar d&iexcl &macr inconsistance d&iexcl &macr un logical program possibilist in C++. We thus work on a logical program possibilist, it be-¨¤-statement a logical program resulting from non-classique logic. The go ...
数学计算 The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: he
The tar file contains the following files:
ptfsf.c: heart of the perfect TFSF code
ptfsf.h: header file for same
ptfsf-demo.c: FDTD code which demonstrates use of perfect TFSF code. Essentially this program used to generate results shown in the paper
ptfsf-file-maker.c: code to generate an inci ...
单片机开发 Decoding most of the infrared signals can be easily handled by PIC16C5X microcontrollers. This appl
Decoding most of the infrared signals can be easily
handled by PIC16C5X microcontrollers. This application
note describes how this decoding may be done.
The only mandatory hardware for decoding IR signals
is an infrared receiver. The use of two types is
described here. Both are modular types used of ...
Linux/Unix编程 Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not
Micro In-System Programmer Brief Installation Notes
Enter the src directory.
If uisp does not compile successfully, add switch -DNO_DIRECT_IO in the
Makefile to remove support for direct I/O port access (that may be
necessary on non-PC architectures). Parallel port access should still
work if you ...
文件格式 VC++动态链接库编程之基础慨念: Visual C++支持三种DLL
VC++动态链接库编程之基础慨念: Visual C++支持三种DLL,它们分别是Non-MFC DLL(非MFC动态库)、MFC Regular DLL(MFC规则DLL)、MFC Extension DLL(MFC扩展DLL)