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

case

  • 三种16位整数运算器的ALU设计方法

    三种16位整数运算器的ALU设计方法,调用库函数74181(4位ALU),组成串行16位运算器。(用74181的正逻辑) B.调用库函数74181和74182,组成提前进位16位运算器。(用74181的正逻辑) 注意:调74181库设计,加进位是“0”有效,减借位是“1”有效,所以最高位进位或借位标志寄存器要统一调整到高有效 C.用always @,case方式描述16位运算器。

    标签: ALU 整数 运算器 设计方法

    上传时间: 2013-12-14

    上传用户:aig85

  • 与其他流水灯设计不一样

    与其他流水灯设计不一样,该程序用case语句实现流水灯功能,并已通过验证。

    标签: 流水灯

    上传时间: 2016-12-04

    上传用户:alan-ee

  • 1、smartdraw绿色版软件

    1、smartdraw绿色版软件,下载地址:http://www.onegreen.net/Soft_Show.asp?SoftID=402 2、viso2007:office组件,比较大,功能也不错,支持UML1.4 3、rationalRose2003:IBM的case设计工具,商业工具,需要破解,支持UML1.4 4、truFun2005国产case设计工具,支持UML1.4,下载地址:http://banma.yninfo.com/chengxukaifa/diaoshigongju/zhong_wenmda_gong_jutrufun_kant_2005_90791.shtml

    标签: smartdraw 绿色版 软件

    上传时间: 2013-12-27

    上传用户:zhenyushaw

  • Memory Management—Algorithms and implementation in C/C++ Introduction Chapter 1 - Memory Manag

    Memory Management—Algorithms and implementation in C/C++ Introduction Chapter 1 - Memory Management Mechanisms Chapter 2 - Memory Management Policies Chapter 3 - High-Level Services Chapter 4 - Manual Memory Management Chapter 5 - Automatic Memory Management Chapter 6 - Miscellaneous Topics Index List of Figures List of Tables List of case Studies List of Sidebars

    标签: Memory implementation Introduction Management

    上传时间: 2013-12-25

    上传用户:541657925

  • 用pascal编一个年历具体要求是:设计电子月历的程序 一、任务内容(task) 1.设计的程序应具有以下功能: (1)任意输入某年的某一月份

    用pascal编一个年历具体要求是:设计电子月历的程序 一、任务内容(task) 1.设计的程序应具有以下功能: (1)任意输入某年的某一月份,屏幕应能显示该月的月历; (2)应允许多次从键盘输入某月份,并自行设置结束标志。 (3)如在屏幕上输入2007年12月份的信息,屏幕的显示形式如下: month Sun. Mon. Tue. Wed. Thu. Fri. Sat. 12 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 (4)备注:输出界面也可以是其它形式,另外还可对输出界面进行必要的修饰(如:加入表格线)。 2.程序设计要求: 1)采用结构化的程序设计方法进行编程; 2)用case控制语句实现选择分支结构; 3)用while \repeat…until\for语句实现循环结构; 4)利用标准过程readkey实现程序执行暂停; 5)利用标准过程 clrscr实现清屏操作。

    标签: pascal task 程序 电子

    上传时间: 2014-01-07

    上传用户:franktu

  • isual Chat 1.91 Developer Edition - Customize the Visual Chat code regarding your own requirement

    isual Chat 1.91 Developer Edition - Customize the Visual Chat code regarding your own requirements - Use customchatdev.html for developing / testing - Create .jar and .cab-files containing client-specific .class-files and the images-folder (use zip and cabarc compressing tools) - Adapt the customchat.html file - Upload all the files to your webserver - Start the ChatServer by invoking java at.ac.uni_linz.tk.vchat.ChatServer [port [server-key]] from your commandline - I kindly ask you to leave copyright and credit information in the InfoPanel.class as it is - but you are invited to add your own text. In case of violations I will consider excluding this class from the source in the future.

    标签: Chat requirement Developer Customize

    上传时间: 2017-01-27

    上传用户:iswlkje

  • 用java语言实现的四则运算

    用java语言实现的四则运算,采用的是case语句,选择运算符,作相应的运算

    标签: java 语言 四则运算

    上传时间: 2017-01-30

    上传用户:kiklkook

  • this procedure is simulated document management system disk space management, Disk Management, direc

    this procedure is simulated document management system disk space management, Disk Management, directory management (single-level directory) of a simulation program, as well as university computer courses on operating system design a case, we only reference

    标签: management Management procedure simulated

    上传时间: 2017-02-05

    上传用户:zhuoying119

  • Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux Main Features:

    Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux Main Features: * Creates a virtual encrypted disk within a file and mounts it as a real disk. * Encrypts an entire partition or storage device such as USB flash drive or hard drive. * Encrypts a partition or drive where Windows is installed (pre-boot authentication). * Encryption is automatic, real-time (on-the-fly) and transparent. * Provides two levels of plausible deniability, in case an adversary forces you to reveal the password: 1) Hidden volume (steganography) and hidden operating system. 2) No TrueCrypt volume can be identified (volumes cannot be distinguished from random data). * Encryption algorithms: AES-256, Serpent, and Twofish. Mode of operation: XTS. Further information regarding features of the software may be found in the:http://www.truecrypt.org/

    标签: open-source encryption Features software

    上传时间: 2013-12-20

    上传用户:123啊

  • This book uses the Python language to teach pro - gramming concepts and problem -solving skills,

    This book uses the Python language to teach pro - gramming concepts and problem -solving skills, without assuming any previous program- ming experience. With easy-to-understand examples, pseudocode, flowcharts, and other tools, the student learns how to design the logic of programs and then implement those programs using Python. This book is ideal for an introductory programming course or a programming logic and design course using Python as the language. As with all the boolts in the Starting Out With series, the hallmark of this text is its clear, friendly, and easy -to-understand writing. In addition, it is rich in example programs that are concise and practical. The programs in this book include short examples that highlight specific programming topics, as well as more involved examples that focus on problem solving. Each chapter provides one or more case studies that provide step -by-step analysis of a specific problem and shows the student how to solve it.

    标签: language gramming concepts problem

    上传时间: 2014-01-12

    上传用户:独孤求源