CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 搜索资源 - 进程实现

搜索资源列表

  1. DualExeCom

    0下载:
  2. 同时创建两个进程,实现两个窗口的显示,其中一个作为主窗口控制另一个的开启和关闭,同时添加对其的消息控制;据此可以实现后台程序的建立;已经使用与扩展屏幕显示程序。-also create two processes, to achieve the two windows, one of the main window as another control the opening and closing, the news added to its control; Accordingly back
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:46656
    • 提供者:张效栋
  1. 银行家安全性算法

    0下载:
  2. 改进的安全性算法! 有效实现资源回收! 5个进程,3 个资源!-improve the security algorithm! Effective resource recovery! Five process, three!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2568
    • 提供者:张傻
  1. NETTransactions

    0下载:
  2. NET的事务控制 在分布式应用程序中,不可避免地会经常使用到事务控制。事务有一个开头和一个结尾,它们指定了事务的边界,事务在其边界之内可以跨越进程和计算机。事务边界内的所有资源都参与同一个事务。要维护事务边界内资源间的一致性,事务必须具备 ACID 属性,即原子性、一致性、隔离性和持续性。 本地事务和分布式事务 -------------------- 本地事务是其范围为单个可识别事务的数据资源的事务(例如,Microsoft SQL Server 数据库或 MS
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:4579
    • 提供者:name
  1. ProcessDeployProject

    0下载:
  2. 操作系统课程实习之进程调度模拟实现--采用时间片轮转算法(JAVA版)-training courses on operating system simulation scheduling a process to achieve -- time-use Web algorithm (Java version)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13378
    • 提供者:蓝蜂
  1. procedul--simulate

    0下载:
  2. 是关于CPU进程调度的模拟程序,可以实现三种算法的进程调度:先来先服务,短进程优先,最高优先级。是操作系统的大作业。-is on the CPU scheduling process simulation program that can be achieved in three of process scheduling algorithm : first-come first-serve, short process priority, the highest priority. The o
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:129067
    • 提供者:赵佳
  1. CardLayoutFrame

    0下载:
  2. 模拟任务管理器 具体内部进程还没有实现 请大家自己实现吧-management simulation for specific tasks within the process has yet to materialize Please realize it themselves
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:1794
    • 提供者:张笑宇
  1. popeconnect

    0下载:
  2. 实现进程的管道通信。用系统调用pipe( )建立一管道,二个子进程P1和P2分别向管道各写一句话: Child 1 is sending a message! Child 2 is sending a message! 父进程从管道中读出二个来自子进程的信息并显示(要求先接收P1,后P2)。 -process of the realization of the communication channel. With system call pipe () to establi
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2109
    • 提供者:钟洁
  1. pscontrol

    0下载:
  2. 本文件包含pscontrol.rar,是本人在VC环境下开发的小程序,用于实现在状态栏显示进程指示控制。-pscontrol.rar, I VC environment in the development of small procedures, used to achieve the status bar shows that the process of direct control.
  3. 所属分类:状态条

    • 发布日期:2008-10-13
    • 文件大小:70476
    • 提供者:liyuan
  1. jingcheng

    0下载:
  2. 实现进程调度 大家可以看一看 还是比较简单的 大家自己可以动手写一写的-realization process scheduling We can look at is quite simple we all can get involved write the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1523
    • 提供者:许小磊
  1. 进程调度

    0下载:
  2. 本程序使用VC++编译调试,用于实现进程优先数调度的模拟。主要包含三个模块:1、主界面:用于显示进程调度的过程。2、数据录入模块:用于获取进程的初始值,其中有三种获取方式,手动输入方式、随即生成方式和从文件中读去数据的方式。当用户在主窗口中点击“开始”菜单项时即可打开数据录入对话框,用户通过这三种方式之一均可完成数据的录入。3、进程控制模块:主要实现创建新的进程,就绪队列的管理,完成队列的管理,进程的调度。-procedures for the use of the VC compiler te
  3. 所属分类:其它

    • 发布日期:2014-01-15
    • 文件大小:155512
    • 提供者:lebeen
  1. jinchen1

    0下载:
  2. 用C语言实现进程调度-操作系统课程设计设计思想: “最高优先数优先”调度算法的基本思想是把cpu分配给就绪队列中优先数最高的进程。采用动态优先数,即优先数在创建进程时给定一个初始值,当进程获得一次cpu后其优先数就减少1。-C language scheduling process-design courses on operating system design : "Priority number of the highest priority" scheduling
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12579
    • 提供者:zz
  1. jinchen

    0下载:
  2. 谈到在Windows创建线程的例子,在网上的很多的参考都是基于MFC的。其实,就操作系统实验这个前提而言,大可不必去碰那个大型的MFC的框架。[1]中提到了在Windows命令控制台下创建进程及线程的方法,本文对[1]中的方法加以了实现,并做些简单的进程及线程的测试程序。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:34383
    • 提供者:darren
  1. erGridViewTest

    0下载:
  2. 成程序能够实现系统进程的自动启动,和关闭,还能实现任务管理
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4372
    • 提供者:stephen
  1. serves

    0下载:
  2. 双进程实现,启动 互相探视,互相启动 如果其中一个被关闭 那么另一个 又开启
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:27189
    • 提供者:fuxingyun
  1. 通过消息实现进程间的通信

    1下载:
  2. 利用消息机制实现数据交换实现方便、应用灵活,广泛应用于无须大量、频繁数据交换的内部进程通信系统之中。-use of information data exchange mechanism to achieve convenient and flexible applications, which are widely used without massive, frequent exchange of data in the internal process communications sys
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:107568
    • 提供者:唐伟龙
  1. VCVisualDeskTop

    0下载:
  2. VC写的虚拟桌面小程序,完全用VC实现,对学习进程方面和窗体控制很有用-Writing VC virtual desktop applet, complete with VC implementation of the learning process and very useful form control
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-09
    • 文件大小:1660959
    • 提供者:刘磊
  1. 操作系统进程内存管理模拟vb程序

    1下载:
  2. 本程序运用随机页面模拟页面调度,从进程的创建及进程的撤销都随时实现-the procedures used random pages scheduling simulation pages from the process of creation and the process of deregulation are always realize
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-24
    • 文件大小:10013
    • 提供者:lhs
  1. DelphiInjection

    0下载:
  2. Delphi实现的,注入系统的某个进程,并不停地弹出对话框-Windows Process injection
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-01
    • 文件大小:326678
    • 提供者:春秋
  1. acm

    0下载:
  2. 操作系统课程实验,模拟进程调度,涉及图形用户界面GUI和进程调度算法,用VC6.0实现,包含定时器应用和快捷键创建。-Operating system course experiment to simulate the process of scheduling, involving graphical user interface GUI and the process of scheduling algorithm, using VC6.0 to achieve, including the
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:2085700
    • 提供者:
  1. progress_01

    0下载:
  2. 主要实现了一个进度条功能,当然 进度条功能是通过进程实现的-Mainly to achieve a progress bar, of course, the progress bar feature through the process of
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-17
    • 文件大小:5032389
    • 提供者:midle110
« 12 3 4 »
搜珍网 www.dssz.com