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

可<b>复用</b>

  • 一个类似VB代码编辑器.通过一个多文档模板导出

    一个类似VB代码编辑器.通过一个多文档模板导出,很容易实现实现复用,自己开发的,用在脚本编辑器中。

    标签: 代码 编辑器 文档 模板

    上传时间: 2014-01-25

    上传用户:redmoons

  • 文章比较了H.264和AVS两个标准在运动补偿中运动矢量预测算法的差别

    文章比较了H.264和AVS两个标准在运动补偿中运动矢量预测算法的差别, 提出了一种实现H.264 中 主档次(main pmille)下的第4级别(1evel 4)和AVS中的基准档次面向高清应用时运动矢量预测复用的硬件结构。 提出了一种新颖的缓存管理更新机制.极限情况下用于运动矢量的片上缓存大小减少了75% 。用FPGA验证结果 表明资源占用情况是单独实现AVS的2.3倍,是单独同时实现两个标准的70%。能实现对1080i 30Hz高清图像实 时解码。

    标签: 264 AVS 比较 标准

    上传时间: 2014-01-07

    上传用户:225588

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    标签: represented integers group items

    上传时间: 2016-01-17

    上传用户:jeffery

  • 一个采用Keil C编写的嵌入式单片机按键驱动

    一个采用Keil C编写的嵌入式单片机按键驱动,全部采用C语言描述,为本人原创。本程序实现在最少使用单片机引脚的情况下实现最大的按键数,例如使用N根线能实现N*(N-1)个按键,使用按键对照表,并且实现了长按、短按、复用键等功能。

    标签: Keil 编写 嵌入式 单片机

    上传时间: 2016-02-09

    上传用户:dongbaobao

  • ucos在arm79上移植源码部分

    ucos在arm79上移植源码部分,不包括应用程序,可做oslib用

    标签: ucos arm 79 移植

    上传时间: 2013-12-17

    上传用户:xwd2010

  • linux 下的服务端和客户端连接

    linux 下的服务端和客户端连接,并且多路复用函数的应用

    标签: linux 服务端 连接

    上传时间: 2014-01-02

    上传用户:ynzfm

  • 摘要: 研究了蒙特卡罗仿真原理和仿真结果置信度 结合AWGN(加性白高斯噪声) 信道特点,甄选出3 个合适的 参量,即误码个数、置信概率和仿真结果最大相对误差 提出了AWGN 信道下仿真数据量选取的

    摘要: 研究了蒙特卡罗仿真原理和仿真结果置信度 结合AWGN(加性白高斯噪声) 信道特点,甄选出3 个合适的 参量,即误码个数、置信概率和仿真结果最大相对误差 提出了AWGN 信道下仿真数据量选取的一般性结论,即误 码个数正比于置信区间上分位点的平方、反比于最大相对误差的平方. 仿真结果验证了所提结论在AWGN 信道各 种信噪比下均有效 同时对于无线通信或移动通信的时变多径衰落信道,如采用OFDM(正交频分复用) 、分集、均 衡、交织等技术,能将信道改造为AWGN 信道,该结论依然有效. 关 键 词: 加性白高斯噪声 蒙特卡罗仿真 仿真数据量 置信概率

    标签: AWGN 仿真 信道 蒙特卡罗仿真

    上传时间: 2016-03-22

    上传用户:cylnpy

  • 软件开发中

    软件开发中,软件复用和团队协作都一直是最为人们关注的重要问题之一。有趣的是,这两个似乎属于软件工程范畴的问题都有一个共同的技术方面的解决之道:设计模式。

    标签: 软件开发

    上传时间: 2013-12-18

    上传用户:hzy5825468

  • 使用定时器产生PWM波

    使用定时器产生PWM波,可配合L298N用来驱动普通直流电机。适用于51单片机-use PWM timer generated wave, and with the drive for general L298N

    标签: PWM 定时器

    上传时间: 2014-11-17

    上传用户:cazjing

  • MFC(Microsoft Foundation Class)指的是Microsoft基础类

    MFC(Microsoft Foundation Class)指的是Microsoft基础类,是用来为Windows开发C++GUI应用程序。MFC是一种十分优秀的工具,使得面向对象的软件函数包装技术演变成为一种可以进行代码复用、简化了程序的复杂性并使程序更加有效的软件开发环境..对于使用Windows API 进行应用程序开发的人员来说, MFC使程序员大大提高了程序开发效率.你不必创建GDU对象,不必编写许多代码行对这些对象进行初始化,并且小心地跟踪其生命周期的运行情况,你只需建立一个MFC类的实例,使用其默认值,然后让撤消程序来清除系统资源即可

    标签: Microsoft Foundation Class MFC

    上传时间: 2013-12-22

    上传用户:qq21508895