搜索结果

找到约 302 项符合 Link 的查询结果

按分类筛选

显示更多分类

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).
https://www.eeworm.com/dl/665/248289.html
下载: 93
查看: 1102

微处理器开发 Atmel AT91SAM7SE256的一些基本驱动代码

Atmel AT91SAM7SE256的一些基本驱动代码, 包括Link Files, 中断源配置, SDRAM, USART, Timer等外设的驱动代码。可用于AT91SAM7SE系列处理器。
https://www.eeworm.com/dl/655/251365.html
下载: 55
查看: 1022

其他 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 ...
https://www.eeworm.com/dl/534/252694.html
下载: 72
查看: 1067

其他书籍 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 ...
https://www.eeworm.com/dl/542/253613.html
下载: 121
查看: 1040

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\ ...
https://www.eeworm.com/dl/674/292106.html
下载: 146
查看: 1094

微处理器开发 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 ...
https://www.eeworm.com/dl/655/315381.html
下载: 139
查看: 1037

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 {} ...
https://www.eeworm.com/dl/619/315552.html
下载: 67
查看: 1089

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 ...
https://www.eeworm.com/dl/656/317846.html
下载: 24
查看: 1068

教育系统应用 大一时学c语言时做的一个基于turbo-c图形库的学生管理系统(非文本图形方式)

大一时学c语言时做的一个基于turbo-c图形库的学生管理系统(非文本图形方式),应该说当时花了不少心血。功能方面实现:调色(对8个默认的调色板的值进行更改),换肤(改界面颜色),时间,文件加密(用了类似转子加密的方法),快捷键,错误提示,分页等,注释比较详细,供初学c语言的人参考。需要将egavga.obj文件link起 ...
https://www.eeworm.com/dl/621/322570.html
下载: 140
查看: 1038

其他 8b10b编解码器

8b10b编解码器,常用于camera link,1394等高速信号传输
https://www.eeworm.com/dl/534/325527.html
下载: 151
查看: 1037