搜索结果
找到约 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)
电子书籍 This file contains documentation all APIs from Palm, Inc. for Palm OS by ACCESS. It includes the API
This file contains documentation all APIs from Palm, Inc. for Palm OS by ACCESS. It includes the API function definitions for the following product lines:
Centro
Treo
Tungsten
Zire
LifeDrive
The goal of this document is to provide developers with a detailed reference of all functions, parameters, an ...
Linux/Unix编程 All people curious about how Linux works and why it is so efficient will find answers here. After re
All people curious about how Linux works and why it is so efficient will find answers here. After reading the book, you will find your way through the many thousands of lines of code,
distinguishing between crucial data structures and secondary ones—in short, becoming a true
Linux hacker.
单片机开发 The ADC0803 family is a series of three CMOS 8-bit successive approximation A/D converters using a
The ADC0803 family is a series of three CMOS 8-bit successive
approximation A/D converters using a resistive ladder and
capacitive array together with an auto-zero comparator. These
converters are designed to operate with microprocessor-controlled
buses using a minimum of external circuitry. The 3-S ...
人工智能/神经网络 neural network utility is a Neural Networks library for the C++ Programmer. It is entirely object o
neural network utility is a Neural Networks library for the
C++ Programmer. It is entirely object oriented and focuses
on reducing tedious and confusing problems of programming neural networks.
By this I mean that network layers are easily defined. An
entire multi-layer network can be created in a f ...
Java编程 Reads/writes text as a character stream, buffering characters so as to provide for the efficient rea
Reads/writes text as a character stream, buffering characters so as to provide for the efficient reading/writing of characters, arrays, and lines.
The buffer size may be specified, or the default size may be used. The default is large enough for most purposes.
In general, each read request made of ...
编译器/解释器 c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlyin
c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlying assumption that there are possibly distinct network paths between a source-destination pair. Given a directed graph as input, write a program that uses depth-first search to determine all such paths ...
汇编语言 The software is written in assembler, as it is very short and it need the speed in the main loop. T
The software is written in assembler, as it is very short and it need the speed in the main loop.
This is the heart of the synth. To be precise, it s in the 7 lines of assembler that makes up the main loop.
The rest of the code is the wavetables and the communication code.
Delphi/CppBuilder This example program is the source code for the FT232BM Test Application from our Utilities page.
This example program is the source code for the FT232BM Test Application from our Utilities page.
It can be used to test the handshaking lines on FT232BM based RS232/RS485/RS422 designs. This program can also be used for programming the external EEPROM over USB in a manufacturing environment. T ...
STL Basicaly,a chatterbot is a computer program that when you provide it with some inputs in Natural Lan
Basicaly,a chatterbot is a computer program that when you provide it with some inputs in Natural Language (English, French ...) responds with something meaningful in that same language. Which means that the strength of a chatterbot could be directly measured by the quality of the output selected by ...
matlab例程 In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots
In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f.