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

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

ST-Link

  • 非常適合內嵌式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

  • OMEGA家族芯片簡介: 1997年

    OMEGA家族芯片簡介: 1997年,STMicroelectronics將MPEG器件、可編程傳輸器件以及CPU集成在單一的芯片中,制成了OMEGA 家族中第一片STi5500,為機頂盒以及數字電視的蓬勃發展鋪平了道路。在此之后,ST使用了相同的芯片組架構進行DVD的開發。DVB和DVD芯片組中的MPEG解碼和CPU部分的架構是相同的,只需要改變部分電路,就可以將產品用于衛星、有線、DVD等不同產品中。 ST的OMEGA是一個系列的芯片組,包括:STi5512、STi5514、STi5516、STi5517、STi5518、STi5519、STi5528、STi5580、STi5588、STi5578、STi4629等。

    標簽: OMEGA 1997 芯片

    上傳時間: 2013-12-31

    上傳用戶:ZJX5201314

  • TDA7540 收音機程序

    TDA7540 收音機程序,單片機為ST的,程序結構很不錯的,可以參考一下,第一次上載,支持一下

    標簽: 7540 TDA 收音機 程序

    上傳時間: 2016-05-30

    上傳用戶:huannan88

  • 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

  • Class CatalogGUI lets the user display the product details of every product in the gourmet coffee st

    Class CatalogGUI lets the user display the product details of every product in the gourmet coffee store s product catalog.

    標簽: product the CatalogGUI display

    上傳時間: 2016-07-03

    上傳用戶:cooran

  • 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

主站蜘蛛池模板: 山西省| 云安县| 商丘市| 霍林郭勒市| 黄龙县| 全州县| 洛扎县| 赤水市| 手游| 论坛| 五台县| 东乡| 翁源县| 桃园县| 保靖县| 泽州县| 博罗县| 通州区| 个旧市| 航空| 介休市| 金溪县| 拉萨市| 延川县| 临江市| 克什克腾旗| 日喀则市| 将乐县| 马公市| 美姑县| 宿州市| 姚安县| 屏边| 纳雍县| 易门县| 望都县| 南投县| 沙田区| 卢湾区| 贵阳市| 临武县|