搜索结果

找到约 416 项符合 Graph-Link 的查询结果

微处理器开发 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

单片机开发 proface的触摸屏和艾默生的变频器通过此程序可相互通信

proface的触摸屏和艾默生的变频器通过此程序可相互通信,在屏上直接控制变频器的起停,调变频的其它参数,支持MEMORY-LINK,和艾默生的变频器的协议
https://www.eeworm.com/dl/648/327279.html
下载: 77
查看: 1056

网络 USB无线网卡驱动

USB无线网卡驱动,支持TP-LINK WN321,支持S3C2410+WLAN应用。
https://www.eeworm.com/dl/635/329506.html
下载: 62
查看: 1057

Linux/Unix编程 用多线程同步方法解决读者阅览问题 1) 每个读者进入阅览室后

用多线程同步方法解决读者阅览问题 1) 每个读者进入阅览室后,即时显示“Entered” 及其线程自定义标识,还同时显示阅览室共有几名顾客及其所坐的位置。 2) 至少有10个读者,每人阅览至少3秒钟。 3) 多个读者须共享操作函数代码。 2总的设计思想及系统平台、语言、工具: 设计思想:程序设定的是10个读者和5个座位,对读者 ...
https://www.eeworm.com/dl/619/331116.html
下载: 137
查看: 1136

其他 Versatile visual servoing without knowledge of true jacobian.pdf cobian matrix estimator. The Jacob

Versatile visual servoing without knowledge of true jacobian.pdf cobian matrix estimator. The Jacobian matrix estimator does not need a priori knowledge of the kinematic structure and parameters of the robot system, such as camera and link parameters. The proposed visual servoing control scheme ensu ...
https://www.eeworm.com/dl/534/337860.html
下载: 172
查看: 1048

驱动编程 a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras. The sam

a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras. The same driver may be able to support other digital cameras that conform to 1394-based Digital Camera Specification from 1394 Trade Association. Digital camera supported by dcam.sys is a data source that pr ...
https://www.eeworm.com/dl/618/338151.html
下载: 57
查看: 1107