搜索结果
找到约 104 项符合
lines 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (10)
- 其他 (9)
- 书籍 (8)
- 单片机开发 (7)
- matlab例程 (5)
- 人工智能/神经网络 (4)
- 数值算法/人工智能 (4)
- 汇编语言 (3)
- Linux/Unix编程 (3)
- PCB相关 (2)
- 可编程逻辑 (2)
- 测试测量 (2)
- 电子书籍 (2)
- 其他书籍 (2)
- 书籍源码 (2)
- Java编程 (2)
- 数学计算 (2)
- 编译器/解释器 (2)
- 软件设计/软件工程 (2)
- 文章/文档 (2)
- 压缩解压 (2)
- 系统设计方案 (2)
- 技术资料 (2)
- 模拟电子 (1)
- 电源技术 (1)
- C/C++语言编程 (1)
- 通讯编程文档 (1)
- GPS编程 (1)
- 医药行业 (1)
- Java书籍 (1)
- DSP编程 (1)
- 数据结构 (1)
- 行业发展研究 (1)
- 中间件编程 (1)
- Delphi控件源码 (1)
- VHDL/FPGA/Verilog (1)
- Applet (1)
- 其他嵌入式/单片机内容 (1)
- VC书籍 (1)
- Delphi/CppBuilder (1)
- STL (1)
- JavaScript (1)
- 网络 (1)
- 3G开发 (1)
- Matlab (1)
- 论文 (1)
GPS编程 This Delphi 4.0 example uses the MapX Ver 4.0 OCX Control. The main goal of this example is to sho
This Delphi 4.0 example uses the MapX Ver 4.0 OCX Control. The main goal of this example is
to show the use of the new object editing capabilities in MapX Ver 3.51. The program show how
to perform functions such as adding a new layer adding lines and
points, and editing a layers data.
人工智能/神经网络 关于tts语音引擎的使用方法!很多软件具有英文发音和朗读功能
关于tts语音引擎的使用方法!很多软件具有英文发音和朗读功能,它们都使用了MSTTS(Microsoft Text To Speech)技术。微软遵照COM的标准,提供了一套Speech API来对MSTTS进行编程。要在程序中使用这套API,必须确保系统已经安装了MSTTS和Spchapi软件包。
Speech API可以作为类型库引用到Delphi中,方法是:打开Project ...
matlab例程 A graphics toolkit, Graf_Tool() is developed which can be used to process and edit graphics. Label
A graphics toolkit, Graf_Tool() is developed which can be used
to process and edit graphics. Labels, lines and arrows can be
added and the program is very flexible and easy to use.
电子书籍 Features • Compatible with MCS-51® Products • 8K Bytes of In-System Programmable (ISP
Features
&#8226 Compatible with MCS-51&reg Products
&#8226 8K Bytes of In-System Programmable (ISP) Flash Memory
– Endurance: 1000 Write/Erase Cycles
&#8226 4.0V to 5.5V Operating Range
&#8226 Fully Static Operation: 0 Hz to 33 MHz
&#8226 Three-level Program Memory Lock
&#8226 256 x 8-bit Internal ...
数值算法/人工智能 A program to demonstrate the optimization process of particle swarm optimization. A two-dimensional
A program to demonstrate the optimization process of particle swarm optimization. A two-dimensional objective function is visualized by level of grey: the lighter the color, the higher the function value. The particles are shown as red circles, their trajectory as red lines.
数值算法/人工智能 A program to demonstrate the optimization process of ant colony optimization for the traveling salem
A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker the grey, the more pheromone is currently on the ...
matlab例程 LINEINTRGAL Line Integral in a 2D Vector Field. LINEINTRGAL(X,Y,U,V,C) computes the line integral a
LINEINTRGAL Line Integral in a 2D Vector Field.
LINEINTRGAL(X,Y,U,V,C) computes the line integral along the lines given in cell array C.
X and Y define the coordinates of a rectangular grid over which
U and V are defined. X and Y must be monotonic and 2D plaid as
% produced by MESHGRID. X, Y, U, an ...
人工智能/神经网络 Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search ma
Implemented BFS, DFS and A*
To compile this project, use the following command:
g++ -o search main.cpp
Then you can run it:
./search
The input is loaded from a input file in.txt
Here is the format of the input file:
The first line of the input file shoud contain two chars indicate the source and ...
Java书籍 OReilly.Ajax.on.Rails.Dec.2006. ISBN-10: 0-596-52744-6. Learn to build dynamic, interactive web ap
OReilly.Ajax.on.Rails.Dec.2006. ISBN-10: 0-596-52744-6.
Learn to build dynamic, interactive web applications using the two most important approaches to web development today: Ajax and the phenomenally efficient Ruby on Rails platform. This book teaches intermediate to advanced web developers how to ...
压缩解压 We often get questions about how the deflate() and inflate() functions should be used. Users wonder
We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have read zlib.h (a ...