搜索结果
找到约 302 项符合
Link 的查询结果
按分类筛选
- 全部分类
- 技术资料 (31)
- 其他 (18)
- 书籍 (13)
- Java编程 (11)
- matlab例程 (10)
- 单片机开发 (10)
- Linux/Unix编程 (10)
- 其他书籍 (9)
- 汇编语言 (9)
- 嵌入式综合 (8)
- 网络 (8)
- 嵌入式/单片机编程 (8)
- 学术论文 (7)
- 微处理器开发 (7)
- VIP专区 (7)
- 单片机编程 (6)
- 其他嵌入式/单片机内容 (5)
- DSP编程 (5)
- VC书籍 (5)
- 编译器/解释器 (5)
- 数据结构 (4)
- 通讯编程文档 (4)
- 软件 (4)
- 通信网络 (3)
- 通讯/手机编程 (3)
- 软件设计/软件工程 (3)
- 电子书籍 (3)
- 其他行业 (3)
- 驱动编程 (3)
- 教程 (3)
- 手册 (3)
- 开发工具 (2)
- 教程资料 (2)
- 电源技术 (2)
- 可编程逻辑 (2)
- 工控技术 (2)
- 人工智能/神经网络 (2)
- 操作系统开发 (2)
- 书籍源码 (2)
- Windows CE (2)
- 游戏 (2)
- 技术管理 (2)
- 邮电通讯系统 (2)
- Delphi控件源码 (2)
- 系统设计方案 (2)
- 行业发展研究 (2)
- VHDL/FPGA/Verilog (2)
- SQL Server (2)
- 软件工程 (2)
- 数值算法/人工智能 (2)
- Java书籍 (2)
- GPS编程 (2)
- 驱动程序 (1)
- PCB相关 (1)
- 设计相关 (1)
- MySQL数据库 (1)
- 文件格式 (1)
- 压缩解压 (1)
- 嵌入式Linux (1)
- 人物传记/成功经验 (1)
- Modem编程 (1)
- 文章/文档 (1)
- 串口编程 (1)
- RFID编程 (1)
- 教育系统应用 (1)
- 编辑器/阅读器 (1)
- STL (1)
- VxWorks (1)
- 其他数据库 (1)
- 3G开发 (1)
- Windows Mobile (1)
- 加密解密 (1)
- *行业应用 (1)
- FlashMX/Flex源码 (1)
- Jsp/Servlet (1)
- 软件测试 (1)
- 数据库系统 (1)
- Internet/网络编程 (1)
- C/C++语言编程 (1)
- 技术书籍 (1)
- 汇编编程 (1)
- 应用设计 (1)
- 源码 (1)
- 论文 (1)
matlab例程 This m-file simulates MPSK (BPSK,QPSK,8PSK)with theoretical and simulated results using Gray coding.
This m-file simulates MPSK (BPSK,QPSK,8PSK)with theoretical and simulated results using Gray coding. Numerical examples of a satellite link design are shown using QPSK and/or 8PSK when the bit rate(Rb)is greater than the channel bandwidth Wc (Band-limited channel).
微处理器开发 Atmel AT91SAM7SE256的一些基本驱动代码
Atmel AT91SAM7SE256的一些基本驱动代码, 包括Link Files, 中断源配置, SDRAM, USART, Timer等外设的驱动代码。可用于AT91SAM7SE系列处理器。
其他 Introduction A shared library is a collection of functions that are available for use by one or mor
Introduction
A shared library is a collection of functions that are available for use by one or more applications running on a system. On Windows operating systems, the library is compiled into a dynamic link library (.dll) file. At run-time, the library is loaded into memory and made accessible to ...
其他书籍 This Microsoft(R) Macro Assembler Reference lists all MASM instructions, directives, statements, and
This Microsoft(R) Macro Assembler Reference lists all MASM instructions, directives, statements, and
operators. It also serves as a quick reference to the Programmer’s WorkBench commands, and the commands
for Microsoft utilities such as LINK and LIB. This book documents features of MASM version 6 ...
Windows CE 非常适合内嵌式mp3播放,例如控制台!注意看压缩包里readme.doc 详细过程,在ARM及MIPS下通过 新建一个 wce application,选择 a simple windows ce
非常适合内嵌式mp3播放,例如控制台!注意看压缩包里readme.doc 详细过程,在ARM及MIPS下通过
新建一个 wce application,选择 a simple windows ce application
在
1.tool->options->directories>include files里包含必要的头文件
D:\WINCE500\pubilc\directx\SDK\INC
D:\WINCE500\pubilc\common\SDK\INC
D:\WINCE500\pubilc\ ...
微处理器开发 This code is described in "Computational Geometry in C" (Second Edition), Chapter 8. It is not writ
This code is described in "Computational Geometry in C" (Second Edition),
Chapter 8. It is not written to be comprehensible without the
explanation in that book.
Prints out one arm configuration to reach given target.
Assumes number of links >= 3.
Input:
nlinks Number of links
L1 L2 ... Ln Link l ...
Linux/Unix编程 看n2实例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows
看n2实例 #Create a simulator object
set ns [new Simulator]
#Define different colors for data flows
#$ns color 1 Blue
#$ns color 2 Red
#Open the nam trace file
set nf [open out-1.nam w]
$ns namtrace-all $nf
set f0 [open out0.tr w]
set f1 [open out1.tr w]
#Define a finish procedure
proc finish {} ...
Java书籍 package query public class LinkQuery { private Node front private Node vear public Link
package query
public class LinkQuery
{
private Node front
private Node vear
public LinkQuery()
{
this.front=null
this.vear=null
}
public void add(int i)
{
Node newNode=new Node(i)
if(vear==null && front==null)
{
vear=newNode
front=newNode
return
}
vear.next=ne ...
教育系统应用 大一时学c语言时做的一个基于turbo-c图形库的学生管理系统(非文本图形方式)
大一时学c语言时做的一个基于turbo-c图形库的学生管理系统(非文本图形方式),应该说当时花了不少心血。功能方面实现:调色(对8个默认的调色板的值进行更改),换肤(改界面颜色),时间,文件加密(用了类似转子加密的方法),快捷键,错误提示,分页等,注释比较详细,供初学c语言的人参考。需要将egavga.obj文件link起 ...