亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

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 lengths x0 y0 target0 x1 x2 target1

    標簽: Computational described Geometry Chapter

    上傳時間: 2014-01-25

    上傳用戶:yan2267246

  • 看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 {} { global ns nf $ns flush-trace #Close the trace file close $nf #Execute nam on the trace file exit 0 } #Create four nodes set n0 [$ns node] set n1 [$ns node] set n2 [$ns node] set n3 [$ns node] #Create links between the nodes $ns duplex-link $n0 $n2 1Mb 10ms

    標簽: simulator Simulator different Create

    上傳時間: 2016-07-02

    上傳用戶:wfl_yy

  • 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=newNode vear=newNode } public int remove() { if(this.front==null) { System.out.println("隊是空的,無法取") return -1 } int temp=this.front.data this.front=this.front.next if(this.front==null) { this.vear=null }

    標簽: private public Node LinkQuery

    上傳時間: 2016-07-08

    上傳用戶:天誠24

  • 大一時學c語言時做的一個基于turbo-c圖形庫的學生管理系統(非文本圖形方式)

    大一時學c語言時做的一個基于turbo-c圖形庫的學生管理系統(非文本圖形方式),應該說當時花了不少心血。功能方面實現:調色(對8個默認的調色板的值進行更改),換膚(改界面顏色),時間,文件加密(用了類似轉子加密的方法),快捷鍵,錯誤提示,分頁等,注釋比較詳細,供初學c語言的人參考。需要將egavga.obj文件link起來才能脫離turbo-c環境執行,網上能找到相關教程。

    標簽: turbo-c c語言 圖形庫 圖形

    上傳時間: 2014-01-02

    上傳用戶:330402686

  • 8b10b編解碼器

    8b10b編解碼器,常用于camera link,1394等高速信號傳輸

    標簽: 8b10b 編解碼器

    上傳時間: 2013-12-29

    上傳用戶:edisonfather

  • proface的觸摸屏和艾默生的變頻器通過此程序可相互通信

    proface的觸摸屏和艾默生的變頻器通過此程序可相互通信,在屏上直接控制變頻器的起停,調變頻的其它參數,支持MEMORY-LINK,和艾默生的變頻器的協議

    標簽: proface 觸摸屏 變頻器 互通

    上傳時間: 2014-08-23

    上傳用戶:cursor

  • USB無線網卡驅動

    USB無線網卡驅動,支持TP-LINK WN321,支持S3C2410+WLAN應用。

    標簽: USB 無線網卡驅動

    上傳時間: 2014-11-16

    上傳用戶:ywqaxiwang

  • 用多線程同步方法解決讀者閱覽問題 1) 每個讀者進入閱覽室后

    用多線程同步方法解決讀者閱覽問題 1) 每個讀者進入閱覽室后,即時顯示“Entered” 及其線程自定義標識,還同時顯示閱覽室共有幾名顧客及其所坐的位置。 2) 至少有10個讀者,每人閱覽至少3秒鐘。 3) 多個讀者須共享操作函數代碼。 2總的設計思想及系統平臺、語言、工具: 設計思想:程序設定的是10個讀者和5個座位,對讀者進行編號,依次進入閱覽室讀書,為每一座位列一表目,包括座號和讀者號等,讀者離開時要登出,即消掉登記的信息。 系統平臺:LINUX 語言:C語言 工具:vi編輯器、gcc編譯器 操作系統:linux操作系統 調試工具:edit、masm、link、debug. 3數據結構與模塊說明(功能與流程圖) 數據結構 int count=0 //記錄閱覽室讀者數量 sem_t full //定義閱覽室座位信號量 int seat[5] //用數組表示座位 pthread_t reader[10] //定義讀者線程 pthread_mutex_t mutex //定義互斥量 3.2功能說明 可以標識讀者,隨機為讀者設置在閱覽室的讀書時間  可以顯示閱覽室讀者的人數  可以顯示讀者所坐的位置,座位狀態以及列出空座位

    標簽: 多線程同步

    上傳時間: 2016-08-10

    上傳用戶:zsjzc

  • 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 ensures the convergence of the image-features to desired trajectories, by using the estimated Jacobian matrix, which is proved by the Lyapunov stability theory. To show the effectiveness of the proposed scheme, simulation and experimental results are presented.

    標簽: Versatile knowledge estimator servoing

    上傳時間: 2016-08-26

    上傳用戶:大三三

  • 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 produces digital image data without any other input connection. It manifests itself in a DirectShow graph as a WDM Streaming Capture Device and as a capture filter that has output capture stream supporting image sizes of 320x240 with a UYVY color space. Its de-compressor, Msyuv.dll, is part of the OS delivery, and it can convert image data format from UYVY to RGB16, RGB8, or to a Direct Draw surface if the video card supports UYVY format.

    標簽: supports capture cameras digital

    上傳時間: 2014-01-13

    上傳用戶:yph853211

主站蜘蛛池模板: 林州市| 黄龙县| 台北县| 泾源县| 秭归县| 始兴县| 钦州市| 米脂县| 简阳市| 临沭县| 富蕴县| 望都县| 岗巴县| 即墨市| 湖南省| 集安市| 祥云县| 四川省| 大荔县| 罗定市| 大化| 蓬莱市| 宜阳县| 扎赉特旗| 电白县| 鹿邑县| 海林市| 象山县| 石景山区| 威远县| 阿巴嘎旗| 阿图什市| 郎溪县| 成都市| 乐都县| 乌兰浩特市| 镇江市| 溧水县| 饶河县| 明溪县| 静乐县|