虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

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