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

Top-down

自顶向下(Top-down)的分析算法通过在最左推导中描述出各个步骤来分析记号串输入。将大型的数字电路设计分割成大小不一的小模块来实现特定的功能,最后通过由顶层模块调用子模块来实现整体功能,这就是Top-down的设计思想。
  • Host Identity Protocol on Linux is an implemetation of the Host Identity Protocol (HIP) and the rela

    Host Identity Protocol on Linux is an implemetation of the Host Identity Protocol (HIP) and the related architecture. HIP is a proposal to change the TCP/IP stack to securely support mobility and multi-homing. Additionally, it provides for enhanced security and privacy and advanced network concepts, such as moving networks and mobile ad hoc networks. HIP is "cool", which means that as a mobile VPN solution, when your network interfaces go up or down, there is no need to re-establish a secure tunnel.

    标签: Identity Protocol Host implemetation

    上传时间: 2016-09-01

    上传用户:皇族传媒

  • mastering dojo The book really rolls out the red carpet for Dojo to emerge with guns blazing! Th

    mastering dojo The book really rolls out the red carpet for Dojo to emerge with guns blazing! The authors show you how easy it is to use impressive widgets without installing a thing. I was amazed to discover that JavaScript is not just a toy language, how Dojo is built on top of it, and how both are invaluable in any web development project. Buy this book. It’s the next best thing to having the authors working at your side.

    标签: mastering blazing carpet emerge

    上传时间: 2016-09-04

    上传用户:Late_Li

  • VB5.0与Windows API之间的呼叫技巧 取得Disk Volume Information 取得Disk Free Space与Total Space 取得Disk Driver

    VB5.0与Windows API之间的呼叫技巧 取得Disk Volume Information 取得Disk Free Space与Total Space 取得Disk Driver List与各个Driver的型态 取得File 8.3之文件名称格式 如何用程序来Delete Copy Move Rename File/Directory 如何用VB建立快捷方式(ShortCut) 如何直接开启一个文件 设定Mouse 在某个固定范围 隐藏Mouse 显示、隐藏win95任务栏 建立Floating Window(Top Most的window) 建立与读取.ini文件 检查开机方式及Mouse Buttons个数 如何将整个画面暗下来,如同关机前一般 如何截取屏幕画面 如何改变桌面的图片? 如何读取 Windows 任务栏的大小及位置? 如何为 ListBox 设定水平滚动栏? 如何让 Windows(95 及 NT) 重新开机?

    标签: Disk Space Information Windows

    上传时间: 2013-12-18

    上传用户:fanboynet

  • 典型事例

    典型事例,从网上down的,希望对大家有用,

    标签: 典型

    上传时间: 2016-10-11

    上传用户:lingzhichao

  • At can be given its arguments in a file. You can comment out lines by preceding them with either #

    At can be given its arguments in a file. You can comment out lines by preceding them with either # or - characters. This is an easy way to temporarily disable some commands. The CONTINUE-command is most useful at the end of the file. When this command is read, the file is started again from the beginning. You can use it situations where the machine is not shut down for the night and you want to run some commands every day.

    标签: can arguments preceding comment

    上传时间: 2013-12-11

    上传用户:comua

  • lex

    lex,yacc中文第二版,代码部分有点模糊,不过可以再网站down源代码

    标签: lex

    上传时间: 2016-10-27

    上传用户:离殇

  • A few short years ago, the applications for video were somewhat confined—analog was used for broad

    A few short years ago, the applications for video were somewhat confined—analog was used for broadcast and cable television, VCRs, set-top boxes, televisions and camcorders. Since then, there has been a tremendous and rapid conversion to digital video, mostly based on the MPEG-2 video compression standard. Today, in addition to the legacy DV, MPEG-1 and MPEG-2 audio and video com- pression standards, there are three new high- performance video compression standards. These new video codecs offer much higher video compression for a given level of video quality.

    标签: applications for confined somewhat

    上传时间: 2016-10-29

    上传用户:bjgaofei

  • 温度控制器V1.5 显示为三个共阳极LED 温度传感器用单总线DS18B20 CPU为2051

    温度控制器V1.5 显示为三个共阳极LED 温度传感器用单总线DS18B20 CPU为2051,四个按键,分别为UP,DOWN,SET 温度调节上限为125度,下限为-55度 只能用于单只18B20

    标签: 2051 1.5 LED 18B

    上传时间: 2016-11-28

    上传用户:2404

  • BlackBerry Hacks will enhance your mobile computing with great tips and tricks. You ll learn that th

    BlackBerry Hacks will enhance your mobile computing with great tips and tricks. You ll learn that the BlackBerry is capable of things you never thought possible, and you ll learn how to make it an even better email and web workhorse: Get the most out of the built-in applications Take control of email with filters, searches, and more Rev up your mobile gaming--whether you re an arcade addict or poker pro Browse the web, chat over IM, and keep up with news and weblogs Work with office documents, spell check your messages, and send faxes Become more secure, lock down your BlackBerry and stash secure information somewhere safe Manage and monitor the BlackBerry Enterprise Server (BES) and Mobile Data System (MDS) Create web sites that look great on a BlackBerry Develop and deploy BlackBerry applications

    标签: BlackBerry computing enhance mobile

    上传时间: 2016-12-07

    上传用户:GavinNeko

  • 本代码包为本人的一篇文章<一个占用内存极少的菜单系统的实现>在在PC上的测试移植代码。 ------------------------------ Menu_Src目录为Menu的源

    本代码包为本人的一篇文章<一个占用内存极少的菜单系统的实现>在在PC上的测试移植代码。 ------------------------------ Menu_Src目录为Menu的源代码 Ks0108.C的void Display_Locate(unsigned char DisplayData, unsigned char X, unsigned char Y)函数为最底层的显示函数。 该函数调用LCD模拟函数来完成显示。 KeyScan.C的unsigned char KeyScan(void)函数为键盘模拟函数。 void DelayMs( WORD time ) 延时 ------------------------------ GUI_SIM.exe为编译后的文件,可以直观看到这个GUI的效果. PC键盘的4个按键控制菜单周转: PC按键 菜单中功能 up 向上键 确定键 进入子菜单 down向下键 取消键 返回父菜单 left向左键 向上键 菜单项上一项 right向右键 向下键 菜单项下一项 有兴趣自己编译VC工程:\Project\Menu.dsw <一个占用内存极少的菜单系统的实现>相关PDF文档和其他资料在以下链接: http://www.ouravr.com/bbs/bbs_content.jsp?bbs_sn=798580&bbs_page_no=3&bbs_id=9999

    标签: Menu_Src Menu 代码 lt

    上传时间: 2014-06-24

    上传用户:stvnash