搜索结果
找到约 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)
压缩解压 The ZZIPlib provides read access on ZIP-archives. The library uses only the patent-free compression-
The ZZIPlib provides read access on ZIP-archives. The library uses only the patent-free compression-algorithms supported by Zlib. It provides functions that transparently access files being either real files or zipped files, both with the same filepath
嵌入式Linux switch config tool for configuring kernel mode switch phy driver in openwrt. uses generic netlink f
switch config tool for configuring kernel mode switch phy driver in openwrt.
uses generic netlink for kernel to use communication.
其他 Modify the Gray-coded modulation example (COMMDOC_GRAY) so that it uses a pair of square root raise
Modify the Gray-coded modulation example (COMMDOC_GRAY)
so that it uses a pair of square root raised cosine filters
to perform pulse shaping and matched filtering at the
transmitter and receiver, respectively.
其他 RF Wireless is st_tr1100_pa. It uses CC1100 control everything its.
RF Wireless is st_tr1100_pa.
It uses CC1100 control everything its.
系统设计方案 This project uses an LPC213x to implement a simple digital audio player, capable of playing music t
This project uses an LPC213x to implement a simple digital audio player,
capable of playing music tracks from a removable flash card
文件格式 The STi7105 uses state of the art process technology to provide an ultra low-cost, fully featured
The STi7105 uses state of the art process
technology to provide an ultra low-cost, fully
featured HD AVC decoder IC. It is a highly
integrated system-on-chip suitable for STB markets across all networks (cable/satellite/DTT/x-
DSL/IP) worldwide
书籍源码 delphi 自定义网络函数:unit net interface uses sysutils ,windows ,dialogs ,winsock ,classes
delphi 自定义网络函数:unit net
interface
uses
sysutils
,windows
,dialogs
,winsock
,classes
,comobj
,wininet
//得到本机的局域网ip地址
function getlocalip(var localip:string): boolean
//通过ip返回机器名
function getnamebyipaddr(ipaddr: string var macname: string): boolean
//获取网络 ...
Internet/网络编程 Client and server creation classes. Very easy to use in your programs. Uses winsock and tcp/ip.
Client and server creation classes. Very easy to use in your programs. Uses winsock and tcp/ip.
通讯/手机编程 M-file uses random data which BPSK modulates a carrier to configure a BPSK UWB transmitter. The rece
M-file uses random data which BPSK modulates a carrier to configure a BPSK UWB transmitter. The receiver demodulates the BPSK UWB carrier and the data is recovered
数学计算 Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo algorithm
Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo
algorithm to sample from the distribution P ~ EXP(-F), where F is the
first argument to HMC. The Markov chain starts at the point X, and
the function GRADF is the gradient of the `energy function F.