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

搜索资源列表

  1. 充值机程序

    0下载:
  2. 是上一个SMS消费机的充值机程序,主要用于手持机方面的,这方面的朋友可以下载!是用68K328的处理器!开发环境可找我要! -SMS is a consumer machine in the lobby machine procedures, mainly for the handhelds, which can be downloaded friends! 68K328 is the processor! Development environment to be approached m
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:312895
    • 提供者:胡显辉
  1. ProducerConsumerTest

    0下载:
  2. Java实现经典 producer/consumer的多线成例子-Java classic producer / consumer line into the more examples
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3835
    • 提供者:刘煜
  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. 触摸屏基本原理

    0下载:
  2. 触摸屏是计算机的输入设备,与能实现输入的键盘和能点击的鼠标不同,它能让用户通过触摸屏幕来进行选择。具有触摸屏的计算机的所需的储存空间不大,移动部分很少,而且能进行封装。触摸屏在使用起来 比键盘和鼠标更为直观,而且培训成本也很低。   所有的触摸屏有三类主要元件。处理用户的选择的传感器单元;和感知触摸并定位的控制器,以及由一个传送触摸信号到计算机操作系统的软件设备驱动。触摸屏传感器有五种技术:电阻技术、电容技术、红外线技术、声波技术或近场成像技术。-touch-screen computer
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:1482
    • 提供者:李易
  1. Producer & Consumer

    0下载:
  2. VC实现的生产者 消费者,使进程学习中非常重要的东西 ~~希望大家支持-VC consumers, the producer, the process of learning something very important ~ ~ hope we support
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:37861
    • 提供者:osr
  1. mymorningjava

    0下载:
  2. java小程序,生产者-消费者问题(Java实现),电梯程序模拟,等等, java 小游戏-small programs, producer-consumer (Java), the elevator simulation, etc., java small game
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:212961
    • 提供者:凌晨
  1. shenchanxiaofei

    0下载:
  2. 实现多线程通信,生产这与消费者问题在次的到解决。-multi-thread communication, and production of these consumer issues in the time to solve.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:182996
    • 提供者:徐旭明
  1. 消费管理系统

    0下载:
  2. 这个文件包含了学生个人消费系统,这个系统主要是记录学生个人的消费信息,能查询个人的消费记录-students personal consumption, the system is mainly the students personal consumer information, inquiries can record personal consumption
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3349
    • 提供者:黄宇
  1. Java问题

    0下载:
  2. 本设计使用Java语言来实现一个生产者消费者问题,里边有详细的使用说明,可以作为课程设计使用。-use of the Java language designed to achieve a producer consumer issues, along with detailed instructions. can be used as a curriculum design.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:6884
    • 提供者:赵威
  1. OSWORK01

    0下载:
  2. 第一次用MFC写进程同步与互斥,生产者与消费者问题 -the first to write MFC process synchronization and mutual exclusion, producer and consumer issues
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:34271
    • 提供者:哈哈哈
  1. p-c

    0下载:
  2. 计算机操作系统的生产者与消费者问题 一组生产者向一组消费者提供消息,它们共享一个有界缓冲池,生产者向其中投放消息,消费者从中取得消息。生产者要不断将数据放入共享的缓冲,消费者要不断从缓冲取出数据。消费者必须等生产者取走数据后才能再放新数据(不覆盖数据),消费者必须等生产者放入新数据后才能去取(不重复)。-computer operating system, the producer and a consumer group to a group of producers to provide
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1663
    • 提供者:紫水晶
  1. gerenzhangben

    0下载:
  2. 此系统是应老师所布置的作业编制而成,该系统具有存贮学生消费数据,按学号、姓名查询,列出学生消费功能-this system is that teachers should layout compiled from the operation, the system is storing students consumption data by school, name of inquiry, the student consumer spending
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3603
    • 提供者:000
  1. sms_que

    0下载:
  2. 一个实现可以在进程间或者线程间通信的高效环形队列类,特别适用于那种生产者/消费者模型的应用中-an achievement in inter-process communication between threads or efficient circular queue category, particularly applicable to the kind of producer / consumer model of the application
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7163
    • 提供者:杨雨虹
  1. Credit_Inquiry

    0下载:
  2. 一个模拟的信用查询程序,用此来显示消费者的账户信息,基于.net环境开发-a simulation of credit inquiries procedures used here to show that consumer account information, based on the. Net development environment
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3368
    • 提供者:光宇广贞
  1. 20055134123936

    0下载:
  2. 手机游戏开发明天的计算将进入普及计算时代。各种消费电子产品,包括智能手机,PDA,Web-TV,将来的信息家电等等将实现随时随地的计算。这是一个异常广阔和丰富多彩的领域,其设备极度多样化而且都将在网络中,Java技术的跨平台性和网络功能在这里大有用武之地。这就是J2ME,这一丰富多彩的领域中生机勃勃的技术。 -phone tomorrow's game will enter a universal computing era. A variety of consumer elect
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:3186777
    • 提供者:魏巍
  1. produce-customer

    0下载:
  2. 经典问题.生产者,消费者问题.模拟操作系统进程.-classic problem. Producers, consumer issues. Operating system simulation process.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11873
    • 提供者:张宸
  1. cantingshujukuguanlixitong

    0下载:
  2. 餐饮管理源代码 使用BDE Administrator在本地机器上添加一个Paradox数据库别名命名为WorkData,指定路径为实际数据库文件所在路径,比如:项目文件夹在E盘根目录下,则指定数据库别名路径为“E:\\会员消费管理\\db”。 双击会员消费管理文件夹内的MDIApp工程文件,在Delphi工作环境下打开工程,单击运行程序即可。 -Food managing source code using BDE Administrator of the local mach
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:782301
    • 提供者:谢志毅
  1. DecodingInfraredUsePIC16C5X

    0下载:
  2. Decoding most of the infrared signals can be easily handled by PIC16C5X microcontrollers. This application note describes how this decoding may be done. The only mandatory hardware for decoding IR signals is an infrared receiver. The use of t
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:188924
    • 提供者:torry
  1. jchc

    0下载:
  2. 以生产者/消费者模型为依据,在Windows 2000环境下创建一个控制台进程,在该进程中创建n个线程模拟生产者和消费者,实现进程(线程)的同步与互斥。-to producer / consumer model as the basis, in Windows 2000 to create an environment console process, in the process of creating n threads simulation producers and consumers
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3130
    • 提供者:飞翔
  1. shengchan1

    0下载:
  2. 学校生产者消费者问题,相关的一程序,呵呵呵呵呵呵后-schools producer consumer issues, one related to the procedure, after huh-huh-huh
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:2381
    • 提供者:安宁
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com