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

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

link-rank

  • 非常適合內嵌式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\common\OAK\INC D:\WINCE500\pubilc\common\DDK\INC 2. >Library files D:\WINCE500\PUBLIC\DIRECTX\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\OAK\LIB\MIPSII\RETAIL 3.可能要在Project->Settings->link的object/library modules 加入 commctrl.lib coredll.lib ole32.lib oleaut32.lib uuid.lib strmiids.lib newres.h play.cpp play.vcw resource.h StdAfx.cpp StdAfx.h 下面為播放源碼 #include "stdafx.h" #include<dshow.h> #include<streams.h> .......其實編譯時的 object/library modules 只要看 sourse 文件包含哪個dll,或lib 就行

    標簽: application windows readme simple

    上傳時間: 2016-05-05

    上傳用戶:ynsnjs

  • IEEE trans M 的文章

    IEEE trans M 的文章,是關于體育視頻的,它實現了,對精彩shot的rank,很厲害啊

    標簽: trans IEEE

    上傳時間: 2014-01-02

    上傳用戶:sxdtlqqjl

  • 從鍵盤接收輸入的一個班的學生成績

    從鍵盤接收輸入的一個班的學生成績,并存放于50字grade數組中,其中grade+i保存學號為i+1的學生成績。然后根據grade中的學生成績,把學生名次填入50字rank字數組中,其中 rank+i的內容是學號為i+1學生的名次。再按學號順序把名次從終端上顯示出來。(輸入學生個數<=50,可以不定)

    標簽: 鍵盤 接收 輸入

    上傳時間: 2014-01-17

    上傳用戶:VRMMO

  • 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

主站蜘蛛池模板: 佳木斯市| 石林| 宁陕县| 绥芬河市| 昆山市| 桐城市| 福鼎市| 神农架林区| 珲春市| 隆昌县| 阳城县| 沁阳市| 磐石市| 芜湖市| 环江| 海丰县| 偃师市| 双柏县| 武夷山市| 剑川县| 武隆县| 蕉岭县| 保靖县| 信阳市| 长岭县| 南汇区| 天长市| 土默特右旗| 荔波县| 临漳县| 广河县| 墨脱县| 独山县| 南和县| 左权县| 东莞市| 昆明市| 吕梁市| 绥中县| 松阳县| 衡山县|