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

TOP-Level

  • Program for : 1) ZOOMING , 2) SHRINKING &

    Program for : 1) ZOOMING , 2) SHRINKING & 3) GRAY LEVEL RESOLUTION

    标签: SHRINKING Program ZOOMING for

    上传时间: 2013-12-18

    上传用户:zhangyi99104144

  • 本文研究了SMBus 规范

    本文研究了SMBus 规范,介绍了典型的基于片上系统(SoC)设计的知识产权核(IP)实现,采用自顶向下 (Top-down)的集成电路设计方法完成了设计,并架构了基于总线功能模型(BFM)的验证平台 完成功能仿真,顺利完成了逻辑综合和时序仿真。FPGA 验证和投片后测试均表明设计具有 良好的性能。

    标签: SMBus

    上传时间: 2013-11-28

    上传用户:xuanchangri

  • Playfair Cipher 1.not even the large number of keys in a monoalphabetic cipher provides security 2

    Playfair Cipher 1.not even the large number of keys in a monoalphabetic cipher provides security 2.one approach to improving security was to encrypt multiple letters 3.the Playfair Cipher is an example 4.invented by Charles Wheatstone in 1854,but named after his friend Baron Playfair Playfair Key Matrix 1.a 5X5 matrix of letters based on a keyword 2.fill in letters of keyword (sans duplicates) 3.fill rest of matrix with other letters Encrypting and Decrypting -plaintext is encrypted two letters at a time 1. if a pair is a repeated letter, insert filler like X’ 2. if both letters fall in the same row, replace each with letter to right (wrapping back to start from end) 3. if both letters fall in the same column, replace each with the letter below it (again wrapping to top from bottom) 4. otherwise each letter is replaced by the letter in the same row and in the column of the other letter of the pair

    标签: monoalphabetic Playfair provides security

    上传时间: 2017-05-25

    上传用户:变形金刚

  • Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely ba

    Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely balanced. -If the height of this binary tree is h, then leaves can be at level h or level h-1. -All leaves at level h are as far to the left as possible. -The data associated with all descendants of a node are smaller than the datum associated with this node. Implementation 1.using a linear array not a binary tree. -The sons of A(h) are A(2h) and A(2h+1). 2.time complexity: O(n log n)

    标签: followingconditions tree completely satisfying

    上传时间: 2017-05-25

    上传用户:2467478207

  • this version is only interesting for people that want to generate their own levels (need JDK to comp

    this version is only interesting for people that want to generate their own levels (need JDK to compile new level).

    标签: interesting generate version levels

    上传时间: 2017-06-02

    上传用户:tb_6877751

  • Novell.Press.Linux.Kernel.Development linux内核开发的经典书籍之一 The Linux kernel is one of the most interes

    Novell.Press.Linux.Kernel.Development linux内核开发的经典书籍之一 The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Linux Kernel Development. This authoritative, practical guide will help you better understand the Linux kernel through updated coverage of all the major subsystems, new features associated with Linux 2.6 kernel and insider information on not-yet-released developments. You ll be able to take an in-depth look at Linux kernel from both a theoretical and an applied perspective as you cover a wide range of topics, including algorithms, system call interface, paging strategies and kernel synchronization. Get the top information right from the source in Linux Kernel Development

    标签: Linux Development interes Novell

    上传时间: 2017-06-06

    上传用户:songyue1991

  • 8051 assembly language source code for serial 2 chanel analog digitan converter. useful for intermed

    8051 assembly language source code for serial 2 chanel analog digitan converter. useful for intermediate level 8051 assembly language programmer.

    标签: for converter assembly language

    上传时间: 2017-06-10

    上传用户:zhaoq123

  • 本程序采用ACC数据核心构件!! 功能介绍: 程序代码重新设计与优化

    本程序采用ACC数据核心构件!! 功能介绍: 程序代码重新设计与优化,浏览速度可以说是比较一流! 程序更新设计相对管理目录!让你修改更加方便! 全站无后台控制的地方我们全用JS调用的方式进行管理,大大降低了您的工作量! 后台控制封闭管理程式!! 特点: 更新家族对战管理平台!可以说在发布站界是第一的! 后台采用HTML生成↓ (可以窗口化浏览生成代码/主要是方便修改与观看错误信息,优化了老发布系统的直接生成) 更多功能请在商业版本程序中体验! 程序结构: Admin 后台管理核心 Data 数据库存放目录 inc 发布站前台核心文件 index_ad 广告图片存放目录 index_img 前台基本图片存放目录 index_top 前台TOP图片存放目录 top_ad 发布站前台文字广告/图片广告/JS文件存放目录/请自行修改JS代码! Top_Go 发布站连接导航目录 | | top_Wz.js 顶部文字导航JS文件!需要修改导航请修改JS代码! 以下文件不懂请勿乱修改

    标签: ACC 程序 数据 代码

    上传时间: 2013-11-28

    上传用户:wanqunsheng

  • 斯坦福大学的Java课上的作业

    斯坦福大学的Java课上的作业,难度不高,但所需程序都必须是Top down design。

    标签: Java 斯坦福 大学

    上传时间: 2017-06-17

    上传用户:wfl_yy

  • High volume USB 2.0 devices will be designed using ASIC technology with embedded USB 2.0 support. F

    High volume USB 2.0 devices will be designed using ASIC technology with embedded USB 2.0 support. For full-speed USB devices the operating frequency was low enough to allow data recovery to be handled in a vendors VHDL code, with the ASIC vendor providing only a simple level translator to meet the USB signaling requirements. Today s gate arrays operate comfortably between 30 and 60 MHz. With USB 2.0 signaling running at hundreds of MHz, the existing design methodology must change.

    标签: technology 2.0 USB designed

    上传时间: 2014-01-02

    上传用户:二驱蚊器