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

SPATAN-III

  • 一个mp3的解码程序

    一个mp3的解码程序,c语言实现。其中只对layer III 进行解码。

    标签: mp3 解码程序

    上传时间: 2014-01-01

    上传用户:gxf2016

  • 有源码事例,还有说明.一看就明白, 一,把"HGB.dll"和"hgbguanligongcheng.dll"复制到系统文件夹"WINDOWSsystem32"下. 二,新建一VB标准

    有源码事例,还有说明.一看就明白, 一,把"HGB.dll"和"hgbguanligongcheng.dll"复制到系统文件夹"\WINDOWS\system32"下. 二,新建一VB标准EXE,在"工程\引用"下点击浏览把"\WINDOWS\system32"下的"hgbguanligongcheng.dll" 引用进来. 三,在窗体里声明一个对象变量yy Dim yy As New hgbguanlimokuai 再在任一事件下引用YY里的函数过程 i = yy.chongqi() 本过程执行重启动计算机,无返回值 ii=yy.guanji() 本过程执行关闭计算机,无返回值 iii=yyy.huoquan() 本过程执行获得计算机管理权,成功返回1,失败返回0 注意: 生成exe文件在别的机上运行时要把两个DLL文件复制到系统文件夹"\WINDOWS\system32"下,.因为exe 文件在运行时会用到那两个DLL. 解释: "hgbguanligongcheng.dll"文件里面有"hgbguanlimokuai"模块 "hgbguanlimokuai"模块里面有三个函数过程chongqi(),guanji(),huoquan() 我们声明YY为"hgbguanlimokuai"模块就等于在工程里加入了一个模块当然就能 在任何其他事件引用模块里的函数过程.

    标签: hgbguanligongcheng WINDOWSsystem dll HGB

    上传时间: 2013-12-19

    上传用户:cuibaigao

  •  Douglas Comer

     Douglas Comer,《用TCP/IP进行网际互连 第3卷:客户机-服务器编程和应用(第2版)》 或其英文版 Internetworking With TCP/IP Vol III: Client-Server Programming And Application (Second Edition) 整书源码

    标签: Douglas 61599 Comer

    上传时间: 2013-12-05

    上传用户:685

  • 龙芯一号的数据手册! 通用32 位微处理器

    龙芯一号的数据手册! 通用32 位微处理器,支持MIPS-III 指令 主频为200~266MHZ 基于操作队列复用的高效7 级标量流水线 高效的64 位浮点流水单元 浮点性能220 MFLOP @250MHz 内置MMU、TLB 实现从程序虚拟地址到CPU物理地址的转换

    标签: 龙芯一号 数据手册 微处理器

    上传时间: 2015-10-14

    上传用户:tyler

  • Welcome to the software files for the ADS8361 to TMS320F2812! There are two project files in each

    Welcome to the software files for the ADS8361 to TMS320F2812! There are two project files in each of the folders McBSP, SPI and Both. Mode II and IV are explored using the McBSP port alone, as well as the SPI port. These projects are located in the SPI and McBSP folders. Modes I and III are explored using both McBSP and SPI. In Mode I, the M0 and M1 pins are controlled by use of the jumper on the evaluation module. A0 is controlled by the DX pin of the McBSP port. In Mode III, the A0, M0 and M1 pins are controlled via GPIO functions of PortF. The "SRC", "CMD" and "INCLUDE" files in the archive are from "C28x Peripheral Examples in C" (document # SPRC097). If you have questions about this or other Data Converter products, feel free to e-mail us at:

    标签: files the software Welcome

    上传时间: 2015-12-16

    上传用户:lixinxiang

  • 3、《ds1302a》实验 说明:本程序通过串口通信(借助串口调试等程序)

    3、《ds1302a》实验 说明:本程序通过串口通信(借助串口调试等程序),让单片机读写DS1302,结果返回到PC的串口调试接收区。 1)下载程序 2)打开串口调试助手 3)通过串口调试助手向ELITE-III发送"5501aa"(注:十六进制,55为设定的字串头,01为设定的1302命令,aa为设定的结束字串尾。)启动DS1302工作,成功则返回55,失败则返回00 4)通过串口调试助手向ELITE-III发送"5502aa"(注:十六进制,55为设定的字串头,02为读取1302命令,aa为设定的结束字串尾。)ELITE-III返回时钟信息(包含秒,分,时,星期,月,年)

    标签: 1302a 1302 程序 ds

    上传时间: 2013-12-10

    上传用户:l254587896

  • Contents at a Glance Introduction 1 PART I INSTALLATION AND CONFIGURATION 5 Hour 1 Preparing to I

    Contents at a Glance Introduction 1 PART I INSTALLATION AND CONFIGURATION 5 Hour 1 Preparing to Install Linux 7 2 Installing Linux 23 3 Post-Installation Issues 41 PART II LEARNING LINUX BASICS 67 Hour 4 Reading and Navigation Commands 69 5 Manipulation and Searching Commands 93 6 Using the Shell 117 7 Using the X Window System 143 8 Exploring the K Desktop Environment 177 PART III CONNECTING TO THE OUTSIDE WORLD 197 Hour 9 Using Communications Programs 199 10 Connecting to the Internet 223 11 Configuring Internet Email 249 12 Configuring Internet News 269 13 Internet Downloading and Browsing 289

    标签: CONFIGURATION Introduction INSTALLATION Preparing

    上传时间: 2013-12-27

    上传用户:qiao8960

  • 银行排队的数学模型的实现 问题: n银行有n个窗口对外营业

    银行排队的数学模型的实现 问题: n银行有n个窗口对外营业,每个窗口一次只能接待一个客户 n客户的到达时间和处理业务的时间不同(可随机产生) n利用链表队列模拟总的处理过程和处理时间 n假设 n不允许插队,不同客户的交接时间忽略不计 策略I: 策略 客户先选择无人窗口办理 如果没有,就选择人数最少的窗口排队 讨论 人数最少未必能最快得到处理 如果客户发现其他窗口的排队人数少于本窗口认输,他是否排过去   策略II: 策略 客户到达后取号等待 哪个窗口处理完毕,即处理下一个号的客户 讨论 某些客户的等待时间会减少? 总等待时间是否会减少?   策略III: 策略 专门开一个窗口处理大客户 大客户与其他客户选号系统不一样 大客户的处理时间超过某个阀值 若大客户窗口无客户可暂时处理其他客户 讨论 哪些客户的等待时间会减少? 总等待时间是否会减少

    标签: 数学模型 窗口

    上传时间: 2014-11-26

    上传用户:qweqweqwe

  • This a c_based JATG.This code assumes that you have a JTAG parallel cable connected to your PC // W

    This a c_based JATG.This code assumes that you have a JTAG parallel cable connected to your PC // Works with Xilinx parallel III or Altera ByteBlasterMV/

    标签: This connected parallel c_based

    上传时间: 2014-01-17

    上传用户:guanliya

  • In term project, we will take the baseline JPEG codec in ARM-based platform system as an example to

    In term project, we will take the baseline JPEG codec in ARM-based platform system as an example to practice the design flow in SoC. We divide the project into three parts, and the goal of each part is described as follow. Part I: Design a baseline JPEG software codec in C/C++ and port it to ARM core,(ARM7TDMI, ARM720T, or ARM922T.) Part II: Make use of virtual prototype to integrate/verify the hardware and software. Part III: Verify your soft IP in target environment.

    标签: ARM-based baseline platform project

    上传时间: 2017-02-15

    上传用户:363186