搜索结果
找到约 498 项符合
uses 的查询结果
按分类筛选
- 全部分类
- 技术资料 (129)
- 其他 (26)
- Linux/Unix编程 (19)
- Java编程 (18)
- 单片机编程 (16)
- matlab例程 (16)
- 其他书籍 (14)
- 数学计算 (12)
- 数值算法/人工智能 (9)
- 游戏 (9)
- 单片机开发 (9)
- 通讯/手机编程 (8)
- 文件格式 (8)
- Delphi控件源码 (8)
- 系统设计方案 (8)
- 书籍 (7)
- 压缩解压 (7)
- 电源技术 (6)
- DSP编程 (6)
- 多媒体处理 (6)
- 网络 (6)
- 人工智能/神经网络 (6)
- 微处理器开发 (6)
- VHDL/FPGA/Verilog (6)
- 软件设计/软件工程 (6)
- 软件工程 (5)
- 驱动编程 (5)
- 汇编语言 (5)
- MySQL数据库 (5)
- 加密解密 (4)
- 模拟电子 (4)
- 教程资料 (4)
- 可编程逻辑 (4)
- Internet/网络编程 (4)
- VC书籍 (4)
- GPS编程 (4)
- ARM (3)
- 电子书籍 (3)
- 手机短信编程 (3)
- USB编程 (3)
- 其他数据库 (3)
- 通讯编程文档 (3)
- 嵌入式/单片机编程 (3)
- 数据结构 (3)
- Java书籍 (3)
- Delphi/CppBuilder (3)
- SQL Server (3)
- 操作系统开发 (2)
- 编译器/解释器 (2)
- *行业应用 (2)
- Applet (2)
- 金融证券系统 (2)
- 文章/文档 (2)
- 嵌入式Linux (2)
- JavaScript (2)
- 其他嵌入式/单片机内容 (2)
- 3G开发 (2)
- VIP专区 (2)
- 笔记 (1)
- C/C++语言编程 (1)
- 无线通信 (1)
- 数据库系统 (1)
- 书籍源码 (1)
- 技术书籍 (1)
- 资料/手册 (1)
- 传感与控制 (1)
- 通信网络 (1)
- 图形图像 (1)
- 串口编程 (1)
- 编辑器/阅读器 (1)
- 企业管理 (1)
- 多国语言处理 (1)
- 手机WAP编程 (1)
- 其他行业 (1)
- 手机彩信(MMS)编程 (1)
- Windows Mobile (1)
- TAPI编程 (1)
- 中间件编程 (1)
- OA系统 (1)
- 邮电通讯系统 (1)
- 行业发展研究 (1)
- 人物传记/成功经验 (1)
串口编程 unit comm interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, D
unit comm
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
SPComm, StdCtrls, ExtCtrls
type
TFcomm = class(TForm)
Comm1: TComm
GroupBox1: TGroupBox
Memo1: TMemo
Memo2: TMemo
GroupBox2: TGroupBox
Button1: TButton
Btn_send: TButton
Button2: ...
单片机开发 The example uses the GPIFTool utility to illustrate single/burst data read(s)/write(s).
The example uses the GPIFTool utility to illustrate single/burst data read(s)/write(s).
Linux/Unix编程 In recent years, the library uses the view of " people oriented " to library manage and serve. On th
In recent years, the library uses the view of " people oriented " to library manage and serve. On the purpose of let the management of library services to be a qualitative leap
JavaScript Points in Euclidean space, implemented as double[].Includes simple geometric operations.Uses matrice
Points in Euclidean space, implemented as double[].Includes simple geometric operations.Uses matrices a matrix is represented as an array of Pnts
汇编语言 This program reads from an sensor the temperature and display it on three leds-segment. It uses mic
This program reads from an sensor the temperature and display it on three leds-segment. It uses microcontroller pic16876.
3G开发 CDMAT-ransmitter receiver-CDMA is an access technique which uses entire for communication
CDMAT-ransmitter receiver-CDMA is an access technique which uses entire for communication
Java编程 This is a complete but simple application of Video rental system written in java. It uses GUI and MS
This is a complete but simple application of Video rental system written in java. It uses GUI and MS-Access database to rent and return a video.
Best example for undergraduate students.
嵌入式/单片机编程 a ICCAVR source code for a small led matrix it uses atmega8 at 8 mhz
a ICCAVR source code for a small led matrix
it uses atmega8 at 8 mhz
matlab例程 The program uses fminsearch to obtain the transfer function of a tank’s height. This tank is then co
The program uses fminsearch to obtain the transfer function of a tank’s height. This tank is then controlled using a real PID controller. Controller’s tuning (determination of optimum controller’s parameters: gain and time constants) is achieved using the genetic algorithm toolbox. Finally, resul ...
*行业应用 This example uses a timer to generate interrupt at a specific period. The timer event handler incre
This example uses a timer to generate interrupt at a specific period.
The timer event handler increments the event count and prints in stdout.