Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - analog
Search - analog - List
本软件使用C++,模拟顾客在超市排队情况 很有学习价值-the use of C software, analog customers in the supermarket queue of great learning value
Date : 2008-10-13 Size : 3.49kb User : 罗以谨

本软件使用C++,模拟顾客在超市排队情况 很有学习价值-the use of C software, analog customers in the supermarket queue of great learning value
Date : 2026-01-18 Size : 3kb User : 罗以谨

本代码采用C语言,LabWindows/CVI8.0平台开发,采用多线程,同时采集两路数字,八路模拟信号,实时采集数据,显示曲线,处理数据,并可生成DLL文件嵌入外部程序中。是一款功能强大,界面美观的示波器软件!-This code using C language, LabWindows/CVI8.0 platform development, using multi-threaded, while collecting two figures, eight-way analog signals, real-time data collection, showing curves, deal with data, as well as to generate DLL files embedded in an external program. Is a powerful, beautiful interface oscilloscope software!
Date : 2026-01-18 Size : 29.7mb User : ZHANGLIN

进程同步模拟设计——生产者和消费者问题 .用手动输入的方式模拟信号量机制的生产者与消费者问题。-Synchronous analog design process- the issue of producers and consumers. Methods used to manually enter the amount of analog signal mechanism for the producer and consumer issues.
Date : 2026-01-18 Size : 10kb User : lyb

用VC实现的哲学家就餐问题,其中用到了信号量的宏,并多线程的方法,模拟哲学家就餐问题。-Implementation using VC dining philosophers problem, use one of the semaphore macros, and multi-threaded approach, Analog dining philosophers problem.
Date : 2026-01-18 Size : 513kb User : 兰韬

进程调度时进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换加深理解和掌握。模拟计算机操作系统的进程调度,建立进程控制块PCB,要包含有关进程的描述信息,控制信息以及资源信息.模拟系统根据PCB感知进程的存在和通过PCB中所包含的各项变量的变化,掌握进程所处的状态以达到控制进程活动的目的.要实现进程的状态及其转换,进程的创建与撤消,进程的阻塞与唤醒-Process when the process of scheduling one of the main, through the design, compilation, debugging the process of scheduling a simple simulation system for the process of scheduling, the process of running a deeper understanding and mastery of transformation. Analog computer' s operating system process scheduling, set up the process control block PCB, to include a description of the process information, control information and resource information. Simulation system in accordance with the existence of PCB perceptual process and the adoption of PCB contained in the variable changes and acquire process to achieve the status in which activities are designed to control the process. To achieve the status process and its conversion, the process of creation and withdrawn, the process of blocking and wake-up call
Date : 2026-01-18 Size : 2kb User : linguangzhi

用VC模拟的生产者与消费者问题,只是一个界面实现简单功能,其他得还需弥补-Analog with VC problem of producers and consumers, only a simple interface functions, other may need to make up for
Date : 2026-01-18 Size : 44kb User : 王叶

模拟任务管理器程序,包含进程的创建,挂起,杀死等。改程序的功能还有对进程的调度功能-Analog Task Manager program,include create a process,suspend,kill and so on.The program also has function that can dispatch process
Date : 2026-01-18 Size : 3.8mb User : 宋龙军

一个自定义的线程局部存储类 比原来的TLS好用-A custom analog original thread local storage easy to use TLS
Date : 2026-01-18 Size : 4kb User :

编程模拟进程状态转换过程 分别建立等待队列和就绪队列(单队列、结构不限)。初始 状态时,1个进程处于执行状态,7个进程在等待队列中 ,7个进程在就绪队列中,手工触发任意一种转换,显示 转换发生后的执行进程和两个队列的进程)-Programming analog conversion process states were established and ready queue waiting queue (single-queue structure limit). The initial state, a process is the implementation of the state, the process in the wait queue 7, the seven processes in the ready queue, manual trigger any of the conversion, display after the conversion process and the implementation process of the two queues)
Date : 2026-01-18 Size : 405kb User :

模拟连接池实现,用到了线程模拟,对初学者很有帮助,希望对大家有用-Analog connection pool implementation
Date : 2026-01-18 Size : 9kb User : alcaplz

一个模拟进程调度器的仿真,界面工整,模拟效果接近现实,值得借鉴-An analog simulation of the process scheduler, neat interface, simulation results closer to reality, it is worth drawing
Date : 2026-01-18 Size : 1.82mb User : 李纯

模拟内存的实现,用编辑框显示内存的申请及撤销,操作简便-The realization of analog memory, display memory with the edit box and revocation of the application, simple
Date : 2026-01-18 Size : 1.87mb User : 王傲

操作系统-模拟银行家算法,实现操作系统PV信号量操作-operating system- analog bankers algorithm
Date : 2026-01-18 Size : 2kb User : 王引刚

VB模拟多线程代码,解决了VB中无法应用多线程的缺憾-VB analog multi-threaded code, VB can not be applied to solve the shortcomings of multi-threaded
Date : 2026-01-18 Size : 14kb User : ssboy

模拟PV操作同步机构,从键盘上输入一组字符,由生产者每次读入一个字符供消费者输出。运行模拟程序,打印依次读入的字符和经消费者输出的字符。-PV operation synchronization, analog, keyboard input from a group of characters, from the producer read a character for each consumer output. Run the simulation program, print the characters in turn and read characters output by the consumer.
Date : 2026-01-18 Size : 2.33mb User : 王艺琪

linux多线程编程,生产者消费者问题的c语言实现,模拟多线程编程资源抢占问题。-Linux multi-threaded programming, the producer-consumer problem, c language, analog multi-threaded programming resources to seize the problem.
Date : 2026-01-18 Size : 1.07mb User : wangfeng

编程模拟实现进程的控制,包括进程的创建、撤销、阻塞、唤醒以及进程的调度等功能-Programming analog process control, including the creation of the process, revoked, obstruction, wake-up, as well as process scheduling function
Date : 2026-01-18 Size : 253kb User : feng yunpeng

模拟cache命中情况,并且计算命中率大小-Analog cache miss occurs, and the calculation of the size of the hit rate
Date : 2026-01-18 Size : 1.18mb User : 杨梦伦

DL : 0
操作系统中的线程项目,模拟生产者消费者问题,烤羊肉串模型-Operating system threads projects, analog producers of consumer issues, kebabs model
Date : 2026-01-18 Size : 1kb User : 杨小军
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.