CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - consumer

搜索资源列表

  1. 分期还款计算-demo

    0下载:
  2. 自动计算消费贷款的每期还款额,分别产生每期的本金额和利息额-automatic calculation of the consumer loan amount each respectively have each of the amount and the amount of interest
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:102151
    • 提供者:
  1. 我的一个VC作业

    0下载:
  2. 我的一个VC作业:是对商品销售的简单管理,包括商品的数量单价库存以及消费者的消费情况.再简单不过了..请高手指导.-a VC operations : sales of the simple management, including the volume of goods priced stocks and consumer spending. But again the simple .. 19:56 guidance.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1071
    • 提供者:于信芳
  1. vb生产者-消费者问题

    1下载:
  2. 用VB实现生产者与消费者问题-VB producer and consumer issues
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:145138
    • 提供者:李凌风
  1. JavaforJ2ME

    0下载:
  2. J2ME是Java 2平台的一个版本,使用在各种各样的消费电子产品和嵌入式设备上。Java Card技术规范得Java应用能运行在智能卡和更小的嵌入式设备上。本文介绍J2ME和Java Card的硬件平台和软件体系结构,以及如何进行J2ME和Java Card应用程序开发。Java在移动通信领域的应用已经引起广泛的关注,本文对此进行了详细的描述。-J2ME Java 2 Platform, a version of used in a wide range of consumer electro
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:105587
    • 提供者:achewit
  1. Threadx-SourceCode

    0下载:
  2. ThreadX是优秀的硬实时操作系统,适用于深嵌入式应用中,具有规模小、实时性强、可靠性高、无产品版权费、易于使用等特点,并且支持大量的处理器和SoC,包括ARM、PowerPC、SH 4、MIPS、ADI DSP、TI DPS、Nios II等,因此广泛应用于消费电子、汽车电子、工业自动化、网络解决方案、军事与航空航天等领域中-ThreadX of the best hard real-time operating system, embedded in deep application wi
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1073780
    • 提供者:万兵
  1. sczxfzcx

    0下载:
  2. window下的生产者消费者程序 1、实验环境 本实验是在win2000+VC6.0环境下实现的,利用Windows SDK编制实例程序。所以试验需要在windows下安装VC后进行。VC是一个集成开发环境,其中包含了Windows SDK所有工具和定义;所以安装了VC后就不用特意安装SDK了。 2、实现步骤 (1) 打开VC,选择菜单项file->new,选择projects选项卡并建立一个名为\" R_WP1\"的win32 console applicatoin工程;
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11694
    • 提供者:wanghui
  1. the-producer---consumer-problem

    0下载:
  2. 模拟PV操作同步机构,且用PV操作解决生产者——消费者问题-PV operation synchronization, simulation, and the use of PV operation to solve the producer- consumer problem
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:1581
    • 提供者:liu
  1. producer-consumer

    1下载:
  2. 用信号量解决生产者消费者问题,简捷易懂!-Semaphore producers with consumers to solve the problem, simple and understandable!
  3. 所属分类:OS Develop

    • 发布日期:2016-03-21
    • 文件大小:1309
    • 提供者:王春林
  1. produce_consume

    0下载:
  2. 操作系统课程设计:很好的课程设计:研究的是生产者消费者的进程同步问题,需要的人赶紧下吧-Operating systems curriculum design: a very good curriculum design: the study is the process of the producer consumer synchronization problem, those who need it quickly, are you
  3. 所属分类:OS Develop

    • 发布日期:2017-05-11
    • 文件大小:17835
    • 提供者:张薇薇
  1. producer_consumer_problem

    0下载:
  2. a code that represents the consumer producer problem
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1664
    • 提供者:denis
  1. Life

    0下载:
  2. life is producer-consumer design pattern code.-life
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:721206
    • 提供者:chendong
  1. producer-and-consumer

    0下载:
  2. 操作系统 同步进程 生产者消费者问题程序设计-producer and consumer
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:40786
    • 提供者:w
  1. Producer-Consumer

    0下载:
  2. 本实验要求设计在同一个进程地址空间内执行的两个线程。生产者线程生产产品,然后将产品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得产品,然后释放缓冲区。当生产者线程生产产品时,如果缓冲区已满,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费产品时,如果缓冲区空,那么消费者线程将被阻塞,直到新的产品被生产出来。-In this study, to design a process address space in the same execute two thre
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:568483
    • 提供者:015
  1. Producer-and-consumer-C

    0下载:
  2. 能实现应生产者消费者算法的c++代码 运行环境为vc6.0-Producer and consumer C
  3. 所属分类:OS Develop

    • 发布日期:2017-11-05
    • 文件大小:61495
    • 提供者:金火
  1. LabVIEWproducer-consumer-structure)

    1下载:
  2. LabVIEW 八通道数据采集(生产者消费者结构)可以看一下-LabVIEW eight-channel data acquisition (producer-consumer structure) can look
  3. 所属分类:LabView

    • 发布日期:2017-04-02
    • 文件大小:502679
    • 提供者:志远
  1. The-producer-consumer-cycle

    0下载:
  2. 实现:生产者消费者循环,labview与生物学结合,-Implementation: producer consumer loop, labview combined with biology,
  3. 所属分类:LabView

    • 发布日期:2017-04-17
    • 文件大小:39556
    • 提供者:lijinke
  1. consumer

    0下载:
  2. consumer of memory paging management
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:989
    • 提供者:amir
  1. Producer-consumer-problem

    0下载:
  2. 生产者消费者完整代码 C语言,操作系统作业-Producer-consumer problem
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:5292
    • 提供者:qxbiao
  1. 生产者消费者+状态机

    0下载:
  2. 一个简单的生产者+消费者+状态机例子,使用了光栅尺和步进电机,没有附驱动程序,因此有些VI不能打开,但是并不影响结构的完整性(Producer and consumer)
  3. 所属分类:LabView编程

    • 发布日期:2018-04-20
    • 文件大小:1241088
    • 提供者:厘米你哥
  1. consumer_producer

    0下载:
  2. 1、n个缓冲区的缓冲池作为一个临界资源: 当生产者任务从数据源—文件中读取数据后将会申请一个缓冲区,并将此数据放缓冲区中。 消费者任务从一个缓冲区中取走数据,并将其中的内容打印输出。 当一个生产者任务正在访问缓冲区时,其他生产者和消费者任务不能访问缓冲区。 当一个消费者任务正在访问缓冲区时,其他其他生产者和消费者任务不能访问缓冲区。 使用互斥量实现对缓冲池的互斥访问。(1. Buffer pool of N buffers as a critical resource: When the pr
  3. 所属分类:操作系统开发

    • 发布日期:2021-04-06
    • 文件大小:1024
    • 提供者:muzuokai
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com