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

搜索资源列表

  1. Bank

    0下载:
  2. 模拟银行~EGG包做的图形界面。多窗口多线程。界面美观~-Simulation Bank ~ EGG package do graphical interface. Multi-window multi-threading. Interface is beautiful ~
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-13
    • 文件大小:3118103
    • 提供者:fbm
  1. Process

    0下载:
  2. 模拟程序通过创建、初始化、修改进程控制块模拟进程的创建、撤消、唤醒、阻塞过程。进程创建时要求模拟为进程分配内存的功能,释放进程时模拟为内存回收功能。程序支持任意多个进程的控制过程。进程调度的策略:实时进程采用基于优先权的非抢占式调度、普通进程和批处理进程采用先进先出的抢占式调度。要求输出界面清晰,每完成一次操作(创建、撤消、阻塞、唤醒)能够输出当前运行进程、就绪进程和阻塞进程的id号、进程状态、进程优先权和进程类型(实时、分时、批处理)。-Process
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:263707
    • 提供者:
  1. MultiThread

    0下载:
  2. 一个多线程的会话界面,通过使用信号量来限制每次进行会话的人数,是学习多线程一个很好的例子-Interface of a multi-threaded conversation, through the use of semaphores to limit the number of conversation, is to learn a good example of multi-threaded
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1897755
    • 提供者:李纯
  1. Dispatch

    0下载:
  2. 一个模拟进程调度器的仿真,界面工整,模拟效果接近现实,值得借鉴-An analog simulation of the process scheduler, neat interface, simulation results closer to reality, it is worth drawing
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1906727
    • 提供者:李纯
  1. GlobalVariable

    0下载:
  2. vc++演示多线程之间的通信,通过全局变量和自定义消息在用户界面线程和工作线程之间通信-multi-thread demo
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-19
    • 文件大小:5270189
    • 提供者:
  1. testmessage

    0下载:
  2. 如果你不想使用线程,而此时你的程序又进入了死循环,但是你又想与界面实时通信,最好的办法就是在while里加入消息循环,在监控工程中此法特别有用。-this demo show you how to work about the message loop,it is very useful for operating the GUI when your program come into the while loop.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-02
    • 文件大小:1017056
    • 提供者:yandong
  1. MulThread

    0下载:
  2. 多线程编程实例,一个线程控制进度条,另一个线程控制小球运动。本例子是学习多线程编程很界面编程很好的例子-Multi-threaded programming examples, a thread of control progress bar, another thread of control ball movement. This example is multi-threaded programming is to learn good example of programming int
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:48796
    • 提供者:mengshiliang
  1. HospitalMultiThread

    0下载:
  2. 这是医院看病的多线程程序,有用户界面。程序很经典。-This is the hospital' s multi-threaded programs, a user interface. Procedure is classic.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1913698
    • 提供者:冯艳君
  1. UIThreadDemo1

    0下载:
  2. 不创建用户界面线程耗时操作的实例源码,有兴趣的朋友学习一下。-Does not create thread time-consuming operation of the user interface source code examples, learn about friends who are interested.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:37932
    • 提供者:
  1. UIThreadDemo2

    0下载:
  2. 创建用户界面线程耗时操作的实例源码,有兴趣的朋友学习一下。-Time-consuming operation of the user interface thread to create an instance of source code, learn about friends who are interested.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:37774
    • 提供者:
  1. sample1301

    0下载:
  2. 用户界面编程,该线程用来处理用户的输入并响应生成的事件和消息-User interface programming, the thread used to process user input and respond to events and messages generated
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:34459
    • 提供者:dudongshan
  1. UIThreadDemo

    0下载:
  2. vc 创建MFC用户界面线程\UIThreadDemo的程序源码,希望对大家有所帮助-vc create an MFC user interface thread \ UIThreadDemo the program source code, we hope to help
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:41856
    • 提供者:
  1. MultiThread6

    1下载:
  2. VC多线程例程六及图解文档(界面线程) 包括源代码-VC and multi-threaded routines six graphic documentation (UI thread), including source code
  3. 所属分类:Process-Thread

    • 发布日期:2015-12-05
    • 文件大小:560128
    • 提供者:onsunsl
  1. MultiThread

    0下载:
  2. 多线程的学习,在一个程序中,这些独立运行的程序片断叫作“线程”(Thread),利用它编程的概念就叫作“多线程处理”。多线程处理一个常见的例子就是用户界面。利用线程,用户可按下一个按钮,然后程序会立即作出响应,而不是让用户等待程序完成了当前任务以后才开始响应。 -Multithreaded learning, in a program, these stand-alone program fragment called " thread" (Thread), use it
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-07
    • 文件大小:1212347
    • 提供者:朱翠永
  1. Process-management

    0下载:
  2. VB编写的Windows任务管理器程序,但是功能不只有这些,还可以锁定运行程序、关闭开始菜单、屏蔽任务管理器、隐藏桌面图标、关闭explorer、注销、关机、解除锁定、修改密码等,像一个系统小工具一样,界面上也做了改进,显示正在运行程序的图标,显得更专业了。-VB prepared the Windows Task Manager program, but not only these functions, you can also lock to run the program, close
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:26464
    • 提供者:宋波
  1. UIThreadDemo

    0下载:
  2. vc——创建MFC用户界面线程\UIThreadDemo的程序源码,值得一看!-vc- create an MFC user interface thread \ UIThreadDemo the program source code, worth a visit!
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:43340
    • 提供者:
  1. download

    0下载:
  2. java写的多线程下载工具,下载界面用swing实现-Java write multi-threaded download tool
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:39761
    • 提供者:毛行
  1. thread(gui)

    0下载:
  2. 用户界面线程的使用的含义和创建使用并操作-failed to translate
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:56693
    • 提供者:zhaorui
  1. MonitorProcess

    0下载:
  2. 本程序为监测程序,监测其他程序是否允许, 如果被监测的程序未执行,则启动。 执行之后 默认隐藏,按快捷键ctrl+s,对话框出现 再次按下Ctrl+S 则隐藏。。 在MonitorProcess目录和Debug目录下 各有2个txt文本,path和process 文本 自己添加程序的路径以及程序的名字 (ps:为程序运行之后界面上面的程序,例如:腾讯QQ2011 运行之后为QQ2011,则程序名应该写为QQ2011)-The procedure
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-31
    • 文件大小:12909980
    • 提供者:李振
  1. VCProcedureAndThread

    0下载:
  2. 共14个源代码,讲解了系统进程、线程的主要使用方式和流程。 包括获取系统进程、实现多线程多任务、使用工作线程、使用临界区同步线程、使用事件对象同步进程 使用线程优先级、使用用户界面线程、异常终止线程、正常终止线程 、终止指定进程、在程序中启动程序、在两个执行程序间进行数据通信等示例。-A total of 14 source code, to explain the system processes, threads and processes primarily use. Includ
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-12
    • 文件大小:2784029
    • 提供者:tom
« 1 2 3 4 56 7 8 9 10 ... 16 »
搜珍网 www.dssz.com