CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - consumer

搜索资源列表

  1. DMICFG

    0下载:
  2. 由于计算机用户对计算机的需求和使用模式千差万别,Microsoft 提供了不同版本的 Windows Vista 以满足这些需求。与 Windows XP 后期的各种变异版本(某些功能仅适用于某些版本的 Windows)不同,Windows Vista 的功能分布是为了提供“好的、更好的和最好的”选项来满足消费者的需求。 与现今存在的两类 Windows XP(家庭版和专业版)密切对应, Windows Vista。Windows Vista 也分为家庭版和企业版两个大类。 -compu
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:66662
    • 提供者:for58
  1. shengchangxiaofeize

    0下载:
  2. “生产者-消费者”问题模拟系统hlp.pdf-"producer-consumer" simulation system hlp.pdf
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:64990
    • 提供者:诸葛三皮
  1. producerandcosumer

    0下载:
  2. 1、 生产者—消费者问题是一种同步问题的抽象描述。 2、 计算机系统中的每个进程都可以消费或生产某类资源。当系统中某一进程使用某一资源时,可以看作是消耗,且该进程称为消费者。 3、 而当某个进程释放资源时,则它就相当一个生产者 -one, producer-consumer problem is a problem of synchronization of the abstract descr iption. 2, the computer systems of each proc
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:116463
    • 提供者:张宁
  1. 进程间同步的研究

    0下载:
  2. 本文从信号量、管程和消息传递三个方面讨论了进程间的同步问题,并分别给出了关于生产者/消费者问题的解决算法,最终还分析了以上三种方法的优缺点。-signal from the amount of paper tube and messaging three discussed the process of synchronization and were given on the producer / consumer problem solving algorithm, ultimately a
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:125201
    • 提供者:Gavin
  1. xinghuobei

    0下载:
  2. 每次先由消费者输入账号密码,如输入正确则调出该用户的账户,显示该用户的余额;然后由工作人员输入消费额,我的改进之处就在此处:当员工输入的金额小于10元时,消费机自动扣除相应的金额 而若员工输入的金额大于10元时,消费机就会一直报警(蜂鸣器一直响),直到用户按键确认后,消费机才会扣除相应的消费额。通过这种改进,我们就能有效地避免工作人员因漏输小数点而造成打卡错误的情况。-Enter the account password every time start with the consumer, s
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:46223
    • 提供者:李隆
  1. os

    0下载:
  2. java和c语言编写的操作系统的算法,有生产者消费者问题和银行家算法,具体的实验报告格式-java and c language operating system algorithms, there are producers of consumer issues and banker s algorithm, the specific reporting format experiment
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:59733
    • 提供者:fantasysq
  1. travelmis

    0下载:
  2. 题目:旅行代理数据库设计 初始条件: 一个旅行代理机构希望为他的消费者假日登记行为建立一个数据库。消费者在公司登记假期旅行。每个假期活动中一般都有飞机航班和食宿。在接受登记后,假日旅游的账单就会发给用户。 -Topic: travel agents, database design, the initial conditions: a travel agency wants to register his holiday behavior of consumers to establ
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:83583
    • 提供者:jim
  1. rej03c0325_r1ex24512axxs0ads

    0下载:
  2. R1EX24xxx series are two-wire serial interface EEPROM (Electrically Erasable and Programmable ROM). They realize high speed, low power consumption and a high level of reliability by employing advanced MNOS memory technology and CMOS process and l
  3. 所属分类:Project Design

    • 发布日期:2017-04-25
    • 文件大小:197233
    • 提供者:SAP
  1. Keyboard_Scan

    0下载:
  2. This Application Note describes programming techniques implemented on the AT91 ARM-based microcontroller for scanning a 4x4 Keyboard matrix usually found in both consumer and industrial applications for numeric data entry.
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:72194
    • 提供者:oded
  1. AlteraArticleContestPapers

    0下载:
  2. 本源码为Altera中国大学生电子设计文章竞赛的历届获奖论文汇编,内容主题涵盖如下4个方面: PLD在通讯、消费类、计算机和工业控制方面的应用 Altera器件、Quartus® II 软件的设计和优化技术 Altera FPGA在数字信号处理中的应用 Nios® II 软处理器在各领域的应用 获奖作品均是是参赛者独立设计的未曾公开发表过的原创性作品,在作品原创性和特色性 、实用性(结合当前的热点应用) 和作品
  3. 所属分类:Project Design

    • 发布日期:2017-06-17
    • 文件大小:26785325
    • 提供者:成逛
  1. OS

    0下载:
  2. 题目一:实现生产者消费者问题;题目二:实现银行家算法。此程序的设计在Windows XP操作系统下,基于Microsoft Visual C++6.0环境下的一个关于实现生产者与消费者问题和银行家算法的程序。用C语言实现编程。-Title 1: Achieving the producer consumer problem Title 2: achieving banker' s algorithm. The design of this program under the Window
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:120763
    • 提供者:蒋思
  1. ProducerConsumer

    0下载:
  2. 实现生产者消费者问题,readme.txt文档中有详细说明功能-To achieve the producer consumer problem, readme.txt document is described in detail capabilities
  3. 所属分类:software engineering

    • 发布日期:2017-04-23
    • 文件大小:154019
    • 提供者:
  1. czxt

    0下载:
  2. 操作系统消费者与生产着课程设计报告-Operating system, the curriculum design and production of consumer reports! ! !
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:46672
    • 提供者:陈龙
  1. workflow

    0下载:
  2. Windows Workflow Foundation(以下简称WWF)提供了一个编程框架和工具以开发和执行各种不同的基于工作流的应用程序,比如文档管理、线型的商业应用、贸易单据流程、IT管理、B2B应用以及消费者应用。 有状态的、持久化的、不间断运行的应用程序-Windows Workflow Foundation (hereinafter referred to as WWF) provides a programming framework and tools to develop
  3. 所属分类:Project Design

    • 发布日期:2017-03-31
    • 文件大小:9119
    • 提供者:xiyang
  1. AML_IC

    0下载:
  2. 1 Introduction The AML7228 A/V processor is a complete integrated system targeting all types of Audio/Video decoder applications that provide connectivity to hard disk, digital camera, memory cards and other external digital consumer devices
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:486011
    • 提供者:扥仅
  1. Producer-Consumer_Problem

    0下载:
  2. producer-concumer problem with buffering and threads
  3. 所属分类:Project Design

    • 发布日期:2017-04-12
    • 文件大小:1638
    • 提供者:nh
  1. dbglxt

    0下载:
  2. 摘 要 传统的电费管理都是由工作人员手工查表,抄表完成的,其中要完成用户电费的收取,每月抄度,用户购电情况查询,以及列出欠费用户的信息名单,之类的信息.其工作强度大,工作流程繁琐,由于工作人员的不细心,将会造成电费收支的出错也是经常发生的.鉴于以上原因我们有必要开发一种帮作电费管理人员的软件系统,可以完成检查用户用电情况,每月抄度,信息录入以及基本数据维护的各项功能.本系统采用visual basic 6.0与微软Access数据库方式.界面尽量做到人性化,数据维护方面做
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:4442096
    • 提供者:zhixue
  1. 云计算资料大全

    1下载:
  2. 云计算资料大全(了解云计算者必读) 云计算的概念越来越流行,Amazon、Google 和IBM 是第一批将云计算引入公众视线的公司。云计算就是新的Web2.0,一种既有技术上的市场绽放。就象以前人们在自己的网站上放一点ajax 就宣称自己是Web2.0 一样,云计算是一个新的流行词。积极的一面是,Web2.0 最终抓住了主流眼球,同样,云计算概念最终也会改变人们的思想,最终爆发出各种各样的概念,托管服务,ASP,网格计算,软件作为服务,平台作为服务,任何东西作为服务。从消费者的角度看,S
  3. 所属分类:软件工程

    • 发布日期:2013-02-02
    • 文件大小:338239
    • 提供者:nankai
  1. Wince6DevelopmentToolSetupDetail

    0下载:
  2. WindowsCE在消费电子的应用越来越广泛,准备学习相关开发的工程师越来越多,但不同与标准windows应用程序的开发,使得入门者在开始的时候会面临许多的困惑,这个文档是为他们准备的。-WindowsCE applications in consumer electronics, more and more widely, ready to learn more and more related to the development of engineers, but the differen
  3. 所属分类:Project Design

    • 发布日期:2017-05-06
    • 文件大小:1237595
    • 提供者:csallon
  1. The-operating-system-course-design-

    0下载:
  2. 有一群生产者进程在生产产品,并将这些产品提供给消费者进程去消费。为使生产者进程与消费者进程能并发执行,在两者之间设置了一个具有n个缓冲区的缓冲池,生产者进程将它所生产的产品放入一个缓冲区中;消费者进程可从缓冲区中取走产品去消费。尽管所有的生产者进程和消费者进程都是以异步方式运行,但它们之间必须保持同步,即不允许消费者进程到一个空的缓冲区取产品,也不允许生产者进程向一个已装满产品且尚未取走的缓冲区投放产品。-A group of producers in the production proces
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:2032
    • 提供者:
« 12 3 »
搜珍网 www.dssz.com