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

TV-Tree

  • ADI在线工具简化工程师的设计

      创新、效能、卓越是ADI公司的文化支柱。作为业界公认的全球领先数据转换和信号调理技术领先者,我们除了提供成千上万种产品以外,还开发了全面的设计工具,以便客户在整个设计阶段都能轻松快捷地评估电路。

    标签: ADI 在线工具 工程师

    上传时间: 2013-10-18

    上传用户:cxl274287265

  • HDMI一致性测试

      The high defi nition multimedia interface (HDMI) is fastbecoming the de facto standard for passing digitalaudio and video data in home entertainment systems.This standard includes an I2C type bus called a displaydata channel (DDC) that is used to pass extended digitalinterface data (EDID) from the sinkdevice (such as adigital TV) to the source device (such as a digital A/Vreceiver). EDID includes vital information on the digitaldata formats that the sink device can accept. The HDMIspecifi cation requires that devices have less than 50pFof input capacitance on their DDC bus lines, which canbe very diffi cult to meet. The LTC®4300A’s capacitancebuffering feature allows devices to pass the HDMI DDCinput capacitance compliance test with ease.

    标签: HDMI 测试

    上传时间: 2013-11-21

    上传用户:tian126vip

  • Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-

    Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-up "shift-reduce" parsing; SLR(1), LALR(1) and LR(1) table construction methods; Automatic parse tree creation; Possibility to output parse tree in XML format; Verbose conflict diagnostics; Generation of tree traverse procedures

    标签: Object-oriented Deterministic Complete notation

    上传时间: 2014-11-29

    上传用户:kr770906

  • 此软件应用了桌面表单

    此软件应用了桌面表单,自定义菜单,常用工具条,数据表加密,TREE等控件技术。新学者可以借鉴。人性与个性化的界面设计,嘿嘿,还真值得一看

    标签: 软件 表单

    上传时间: 2015-01-18

    上传用户:远远ssad

  • This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer a

    This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only. Read several letters from the file to the buffer. Then search the buffer for the longest string that matches the letters just read, and send its length and position in the buffer.

    标签: initiated described modified slightly

    上传时间: 2014-01-09

    上传用户:sk5201314

  • Contains a complete archiver by Haruhiko Okumura. The archiver uses an LZ engine whose output is c

    Contains a complete archiver by Haruhiko Okumura. The archiver uses an LZ engine whose output is compressed with static Huffman. The file is chopped into pieces which all get their own independent set of Huffman tree s. ARJ 2.41, ZIP 2.0 and PKZIP 2.04g use essentially the same method. ZOO and LHA even use excactly the same method.

    标签: archiver Contains complete Haruhiko

    上传时间: 2014-01-17

    上传用户:himbly

  • 项目描述: Fink is an attempt to bring the full world of Unix Open Source software to Darwin and Mac OS

    项目描述: Fink is an attempt to bring the full world of Unix Open Source software to Darwin and Mac OS X. Packages are downloaded and built automatically and installed into a tree managed by dpkg. Fink试图将Unix开源软件世界带入到 Darwin 和Mac OS X。工具包可以被下载和自动生成,并安装到由dpkg管理的树状结构中。 来源: http://sourceforge.net/projects/fink/

    标签: software attempt Darwin Source

    上传时间: 2015-04-17

    上传用户:tedo811

  • 一、编程环境: windows2003 +visual stdio c++ .net,Ado + SQL2000 二、SQL设置: 将在SQL2000下建立schooldata数据库

    一、编程环境: windows2003 +visual stdio c++ .net,Ado + SQL2000 二、SQL设置: 将在SQL2000下建立schooldata数据库,导入数据文件 三、导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同。 主要用ADO访问数据库,和几个显示数据的控件Treectrl,listctrl,datagrid等程序中有几个BUG还没解决, 四、实现功能: 操作:在选择查询条件:选择一个,tree控件里显示相关信息 可以在tree控件里单击来显示每个ITEM,每个ITEM相关信息显示在LIST控件内 双击LIST控件显示具体信息 也可以在窗口里单击右键或操作菜单具体操作 五、主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息 程序还用了Active Skin 对程序进行了换肤!!

    标签: SQL 2000 schooldata windows

    上传时间: 2015-04-26

    上传用户:zyt

  • 这份文档应该能了结初涉者对视频解码芯片常有的多数疑惑,既使非philips系列的其他方案、整合程度较高的如MT8205的decode部分也没什么轨外之说,缘由是大多IC设计企业都采用“可重用原则”来进

    这份文档应该能了结初涉者对视频解码芯片常有的多数疑惑,既使非philips系列的其他方案、整合程度较高的如MT8205的decode部分也没什么轨外之说,缘由是大多IC设计企业都采用“可重用原则”来进行TV soc IC 设计,没什么“革命”发生那是自然的了。

    标签: philips decode 8205 MT

    上传时间: 2015-04-29

    上传用户:hebmuljb

  • 我的算法作业

    我的算法作业,求一个在总花费小于1500的条件下从源结点到目的结点的最短路径,源代码Tree.cpp(C++语言编写,VC++6.0 IDE下调试通过),利用的是分支定界算法。可执行文件Tree.exe说明在ReadMeFirst请按照说明使用。

    标签: 算法

    上传时间: 2015-04-30

    上传用户:watch100