搜索结果
找到约 245 项符合
SEND 的查询结果
按分类筛选
- 全部分类
- 技术资料 (43)
- 单片机开发 (21)
- Java编程 (18)
- 其他 (13)
- Internet/网络编程 (12)
- Linux/Unix编程 (11)
- 手机短信编程 (10)
- 单片机编程 (7)
- 网络 (7)
- 书籍 (6)
- 通讯/手机编程 (6)
- 通讯编程文档 (6)
- VHDL/FPGA/Verilog (6)
- 串口编程 (5)
- Delphi控件源码 (5)
- 系统设计方案 (4)
- 驱动编程 (3)
- 汇编语言 (3)
- J2ME (3)
- JavaScript (3)
- C/C++语言编程 (2)
- 数值算法/人工智能 (2)
- 其他书籍 (2)
- 压缩解压 (2)
- Modem编程 (2)
- 传真(Fax)编程 (2)
- 文件格式 (2)
- 微处理器开发 (2)
- matlab例程 (2)
- 易语言编程 (2)
- Windows CE (2)
- 中间件编程 (2)
- SQL Server (2)
- 邮电通讯系统 (2)
- Jsp/Servlet (2)
- 接口技术 (1)
- 加密解密 (1)
- 书籍源码 (1)
- 软件工程 (1)
- 嵌入式综合 (1)
- 电子书籍 (1)
- 游戏 (1)
- 编译器/解释器 (1)
- *行业应用 (1)
- 多国语言处理 (1)
- 技术管理 (1)
- 人工智能/神经网络 (1)
- 嵌入式Linux (1)
- VxWorks (1)
- Symbian (1)
- 手机彩信(MMS)编程 (1)
- 软件设计/软件工程 (1)
- VC书籍 (1)
- 其他嵌入式/单片机内容 (1)
- GPS编程 (1)
- Ajax (1)
- 软件测试 (1)
- VIP专区 (1)
技术资料 sqlapi
The SQLAPI++ C++ Library is the essential reference for developers, with more than 400KB of technical programming information, sample code, documentation, technical articles. if you haven't found the answer to your questions or have some problems on using the Library, please send mail to zhaiweijun/ ...
其他 一个仿windows优化大师的界面,开发环境:Windows 2000 server、pb 9.0 在最上边的标签事件中加上一个自定义事件 事件类型:pbm_lbuttondown 代
一个仿windows优化大师的界面,开发环境:Windows 2000 server、pb 9.0
在最上边的标签事件中加上一个自定义事件
事件类型:pbm_lbuttondown
代码:
Send(Handle(parent),274,61458,0)
return 1
Linux/Unix编程 libraw1394 is the only supported interface to the kernel side raw1394 of the Linux IEEE-1394 subsys
libraw1394 is the only supported interface to the kernel side raw1394 of
the Linux IEEE-1394 subsystem, which provides direct access to the connected
1394 buses to user space. Through libraw1394/raw1394, applications can directly
send to and receive from other nodes without requiring a kernel driver ...
技术资料 Verilog课程讲义(英文)
This is not one cohesive presentation on Verilog. The slides contained here are collected from different CMU classes at various academic levels.
These slides are provided as an alternate aid to learning the language. You may find them helpful.
Send bug reports to the above address — there are some! ...
书籍 Wireless+Communications+Resource+Management
Wirelesscommunications,especiallyinitsmobileform,hasbroughtusthefreedomofmobility
andhaschangedthelifestylesofmodernpeople.Waitingatafixedlocationtoreceiveormakea
phone call, or sitting in front of a personal computer to send an e-mail or download a video
program, has become an old story. Nowadays i ...
压缩解压 This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer a
This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only. Read several lette ...
通讯编程文档 The programming port of all the FP PLC’s support OPEN MEWTOCOL-COM. This is very useful when you wan
The programming port of all the FP PLC’s support OPEN MEWTOCOL-COM. This is very useful when you want to monitor PLC values/bits or to set PLC values or bits via your COMPUTER. You can use any language such as Basic, C, Pascal, Assembler or even if other suppliers of PLCs can send ASCII strings, th ...
Linux/Unix编程 此代码为jrtplib-2.9库文件
此代码为jrtplib-2.9库文件,用于开发RTP协议数据传输十分有效,已经用此库编写出recive和send函数,并验证成功,适用于linux和vc开发。内有linux的Makefile文件和VC工程文件,可直接使用。
技术资料 2010年参加的嵌入式探月车大赛,linux平台,2440处理器,电机控制部分是AVR
2010年参加的嵌入式探月车大赛,linux平台,2440处理器,电机控制部分是AVR,arm往上位机可以发图片-2010 to participate in the contest for embedded lunar vehicles, linux platform 2440 processor, motor control part of the AVR, arm up bit machine can send pictures
单片机编程 24c01a的读写程序
#include <at24c01a.h>/*************************************************向24C01A写入一个字节输入:E2ROM地址,字节数据******************************************************/void write24c01a(uchar uadd_1,uchar udata_1){sendbyte=0xa0;start();send(sendbyte);if (!ack())continue;send(uadd_1);if (!ack())con ...