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

搜索资源列表

  1. RadioListBox_demo

    0下载:
  2. 在ListBox框中实现Radio Button的功能,选择是互斥.并可以选择是否将ListBox透明显示.透明显示后界面类似直接用Radio Button-box achieve Radio Button function, the choice is mutually exclusive. And can choose whether to show ListBox transparent. After the show transparent interface similar to th
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:13350
    • 提供者:wave
  1. 4_选择按钮

    0下载:
  2. 单选按钮(RadioButton)控件为用户提供由两个或多个互斥选项组成的选项集,用户可从单选按钮组中选择一个且只能选择一个。-radio buttons (RadioButton) controls to provide users with two or more mutually exclusive options set of options, users can group from the radio button to choose one which can only choos
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:17382
    • 提供者:岳月
  1. feng1

    0下载:
  2. 此程序是解决同步与互斥的程序源代码,同时也是通过进程,和选择不同的进程,如消费者和生产者,输入不同的字符,来决定将执行哪一个进程。-this procedure is to solve and coordinate the program's source code, but also through the process, and the choice of different processes, such as consumers and producers that the
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:7250
    • 提供者:张英子
  1. 加锁法 解决两个进程合作累加数组

    0下载:
  2. 用加锁的方法解决两个进程累加数组的互斥问题-locked with two ways to solve the array of cumulative process Mutual Exclusion
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:277167
    • 提供者:童仝
  1. Philosophers

    0下载:
  2. 哲学家进餐问题,进程是独立参与分配资源的最小单位,在有线程的OS中,线程是运行的最小单位, 课堂所述进程之间的同步与互斥,实际上是属于不同进程的线程间的同步与互斥,当 然,属于同一进程的不同线程一样存在同步与互斥,其控制同步与互斥的原理跟进程 是一样的-dining philosophers problem, the process is independent participation in the allocation of resources as the smallest
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:980
    • 提供者:李明
  1. 5

    0下载:
  2. 编写一段程序创建两个子线程,分别对两个文件的字数进行统计,两个线程统计完后写入子线程与父线程共享的一块内存中,然后父线程从这一块内存中读取相应的信息。注意线程的同步和互斥。
  3. 所属分类:其它

    • 发布日期:2014-01-16
    • 文件大小:14549
    • 提供者:华羿
  1. Chat

    0下载:
  2. 多线程程序的编写,多线程应用中容易出现的问题。如何利用命名互斥对象保证应用程序只有一个实例运行,这是应用多线程编写网络聊天室程序。
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1306
    • 提供者:cjy
  1. ListCtrl多线程

    0下载:
  2. 编写一个多线程程序(两个线程),一个线程向列表控件中插入数据,一个读取并显示列表控件中的数据,显示完后删除已显示的数据。(显示的方式可以以对话框的方式显示),在读删数据时要注意线程的互斥。-prepared a multithreaded process (two threads), a thread to the list of controls to insert data, a reading list and display controls the data show that aft
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:35949
    • 提供者:钱彦江
  1. 生产者消费者问题

    0下载:
  2. 进程管理中的生产者消费者问题 只要是是描述进程管理中生产者与消费者在共享文件时是否同步与互斥问题-management process, the producer consumer issues as long as it is described process management producers and consumers when sharing files synchronized with the Mutual Exclusion
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:7915
    • 提供者:王成
  1. 哲学家进餐

    0下载:
  2. 哲学家进餐问题,描述计算机系统的同步与互斥问题。-dining philosopher, describes the computer system synchronization and mutual exclusion problems.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:27524
    • 提供者:标标
  1. 读者与写者

    1下载:
  2. 操作系统实验,进程同步与互斥读者写者问题,用vc实现-experimental operating system, and coordinate the process of the readers who wrote, using vc achieve
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:31524
    • 提供者:嘉晓岚
  1. pb9(topwiz)

    2下载:
  2. 1。bitmap: 捕捉窗口或控件的图象,保存为bmp文件。(主要调用gdi32函数) 2。ftpedit:实现ftp客户端功能。(调用wininet.dll) 3。griddemo:在dw列标题上显示指明排序方向的箭头(通过动态创建计算域实现) 根据列内容自动调整列宽度(使用GetTextExtentPoint32()) 4。history:具有自动完成和历史记忆功能的下拉框。(在注册表中保存历史) 5。icontray:在系统托盘显示图标。支持弹出菜单、热键激活。
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-03
    • 文件大小:1232197
    • 提供者:chenmiao
  1. VCprogress

    0下载:
  2. VC_6_0下利用互斥量同步线程来实现文件读取进度条-VC_6_0 under the use of mutex thread synchronization to achieve the file to read the progress bar
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-17
    • 文件大小:4102849
    • 提供者:forgy
  1. ReadFile

    0下载:
  2. 在Visual C++ 6.0下利用互斥量同步线程来实现文件读取进度条-In Visual C++ 6.0 under simultaneous threads using mutex to achieve the progress of the file read
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-15
    • 文件大小:39915
    • 提供者:
  1. LockSet

    0下载:
  2. 本人自己写的互斥SET集合类,主要是针对多任务开发时临界区的集合类的应用。-SET write my own set of mutually exclusive categories, mainly for multi-task when developing a collection of critical classes of applications.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-09
    • 文件大小:655
    • 提供者:孙涛
  1. ChatDlg

    0下载:
  2. 多线程与聊天室的创建,在一个对话框下添加不同组件如IP组件,使用多线程,互斥对象-Multithreading and create a chat room, in the next dialog box to add different components such as IP components, the use of multi-threading, mutex
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-14
    • 文件大小:2582
    • 提供者:zengxiangyu
搜珍网 www.dssz.com