CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - VC 6.0
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - VC 6.0 - List
[
Process-Thread
]
Clipboardtest
DL : 0
vc++6.0编写的 用粘贴板实现进程间通信-vc 6.0 paste prepared by the board with achieving inter-process communication
Date
: 2008-10-13
Size
: 161.23kb
User
:
晨曦
[
Process-Thread
]
Producer
DL : 0
用VC++实现生产者与消费者的问题,此源码通过了VC++6。0的测试-with VC producers and consumers, through this source of VC 6. 0 tests
Date
: 2008-10-13
Size
: 28.89kb
User
:
刘伟
[
Process-Thread
]
DHTMLtoC
DL : 0
VC++与DHTML混合编程并实现与JSP语言的参数传递 程序名称:ChildFrm.cpp 运行环境:Windows 2000 + SP4, VC++6.0-VC mixed with DHTML programming and to achieve and JSP language Parameter Passing procedures title : ChildFrm.cpp runtime environment : Windows 2000 SP4, VC 6.0
Date
: 2008-10-13
Size
: 89.81kb
User
:
远风
[
Process-Thread
]
PS-Proc(use-psapi)
DL : 0
进程查看源码与.exe,使用PSAPI,VC++6.0编译通过.-View source with the process. Exe, use PSAPI, VC 6.0 compiler passed.
Date
: 2008-10-13
Size
: 29kb
User
:
Athena1713
[
Process-Thread
]
MultiThread4
DL : 0
提供一个多线程编程的实例,含有参数传递,已经在VC++6.0中调试通过,供多线程爱好者借鉴。-provide a multithreaded programming examples, containing parameter transmission, in VC 6.0 debugging through, Multithreading lovers for reference.
Date
: 2008-10-13
Size
: 25.91kb
User
:
聂志军
[
Process-Thread
]
xxysbyapplexx
DL : 0
VC++6.0编写的Windows消息演示系统的源代码。 功能: 获取窗口handle 获取edit内容 隐藏窗口 可供学习的地方: 窗口前置 窗口置top capture window flat picture button 常用的message-VC 6.0 of the Windows news demo system's source code. Function : access window handle access to edit the contents hidden window for the study of places : Home front window window capture top flat picture window button common message
Date
: 2008-10-13
Size
: 145.03kb
User
:
赵杰伊
[
Process-Thread
]
DLLINJECTOR
DL : 0
一个进程注入用的进程注入工具 用VC++6.0写的-a process in the implantation process using tools written by VC 6.0
Date
: 2008-10-13
Size
: 27.49kb
User
:
SuperFlash
[
Process-Thread
]
RW
DL : 0
读者写者问题源码.包含我的注释. 没有加入工程文件. 只有一个R&W.cpp.在vc++6.0下编译成功. 在Windows 2000 环境下,创建一个包含n 个线程的控制台进程。用这n 个线程来表示n 个读者或写者。每个线程按相应测试数据文件的要求,进行读写操作。请用信号量机制实现读者-写者问题(读者优先)。 读者-写者问题的读写操作限制: 1)写-写互斥; 2)读-写互斥; 3)读-读允许; 读者优先的附加限制:如果一个读者申请进行读操作时已有另一读者正在进行读操作,则该读者可直接开始读操作。 运行结果显示要求:要求在每个线程创建、发出读写操作申请、开始读写操作和结束读写操作时分别显示一行提示信息,以确信所有处理都遵守相应的读写操作限制。 下面是一个测试数据文件的例子: 1 R 3 5 2 W 4 5 3 R 5 2 4 R 6 5 5W 5 3 -readers to write source code problem. I included in the Notes. Not joined the project documents. Only one R
Date
: 2008-10-13
Size
: 6.77kb
User
:
ralfz
[
Process-Thread
]
zuoyediaodu
DL : 0
编写并调试一个单道处理系统的作业等待模拟程序。 作业等待算法:分别采用先来先服务(FCFS),最短作业优先(SJF)的调度算法。 对每种调度算法都要求打印每个作业开始运行时刻、完成时刻、周转时间、带权周转时间,以及这组作业的平均周转时间及带权平均周转时间,以比较各种算法的优缺点。(所有算法都是用VC++6.0编写) 补充说明:本程程序序包含两个算法,虽然两个算法是在同一个程序中,但两个算法是相互独立的,因为交作业之前我以为两个算法可以分开交,后来才知道要合在一个程序,所以就仓促地连在一起。前面部分是先来先服务(FCFS)算法,后面部分是最短作业优先(SJF)的调度算法,主函数在最后,每个算法都有自己的完整的算法过程(从建立链表到打印结果)。
Date
: 2008-10-13
Size
: 391.39kb
User
:
曾超
[
Process-Thread
]
Process
DL : 0
进程察看小程序,可以起到类似任务管理浏览所有正在运行的进程和关闭选定进程的功能。开发环境VC++6.0
Date
: 2008-10-13
Size
: 80.91kb
User
:
qiuqiu
[
Process-Thread
]
在VC++ 6.0下利用共享内存、消息实现内部进程通讯
DL : 2
在VC++ 6.0下利用共享内存、消息实现内部进程通讯-in VC 6.0 using shared memory, message achieving internal communications process
Date
: 2008-10-13
Size
: 3.12mb
User
:
hkx
[
Process-Thread
]
VC++6.0多线程技术在端口扫描程序中的应用
DL : 0
VC++6.0多线程技术在端口扫描程序中的应用-VC + +6.0 multithreading technology in port scanning procedures for the application
Date
: 2008-10-13
Size
: 15.05kb
User
:
hkx
[
Process-Thread
]
实现从应用程序中直接关闭计算机
DL : 0
利用vc++6.0编程实现从应用程序中直接关闭计算机的方法-use vc 6.0 programming from the direct application of the method of shutting down computer
Date
: 2008-10-13
Size
: 72.93kb
User
:
hkx
[
Process-Thread
]
实现程序单一运行
DL : 0
在VC++ 6.0中实现程序单一运行-6.0 in VC procedures to achieve a single operation
Date
: 2008-10-13
Size
: 32.64kb
User
:
hkx
[
Process-Thread
]
有关vc的多进程线程
DL : 0
有关vc的多线程与进程介绍,很好的基础材料,下载吧-the vc and the multithreaded process, a very good foundation material, download it
Date
: 2025-12-17
Size
: 37kb
User
:
毅哥哥
[
Process-Thread
]
在VC++ 6.0下利用共享内存、消息实现内部进程通讯
DL : 1
在VC++ 6.0下利用共享内存、消息实现内部进程通讯-in VC 6.0 using shared memory, message achieving internal communications process
Date
: 2025-12-17
Size
: 3.12mb
User
:
hkx
[
Process-Thread
]
VC++6.0多线程技术在端口扫描程序中的应用
DL : 0
VC++6.0多线程技术在端口扫描程序中的应用-VC++6.0 multithreading technology in port scanning procedures for the application
Date
: 2025-12-17
Size
: 18kb
User
:
hkx
[
Process-Thread
]
简单的线程池
DL : 0
VC完整应用程序代码,多线程 多任务,还可以自己使用-VC complete application code, multi-threaded multi-task, but also for its own use
Date
: 2025-12-17
Size
: 4kb
User
:
张洋
[
Process-Thread
]
Vc-multith
DL : 0
本文初步介绍了Visual C++多线程设计的基础知识。-this preliminary presentation of Visual C multithreaded design of the knowledge base.
Date
: 2025-12-17
Size
: 8kb
User
:
渐渐
[
Process-Thread
]
process-scheduler-schedulin
DL : 0
2. 用VC+6.0创建一个控制台应用程序(这个控制台应用程序的类型是A hello world application)。 3. 编程创建一系列的进程并放入就绪队列中(使用链表实现),来模拟进程创建。 4. 把创建的进程的信息在屏幕上显示出来。 5. 设计进程调度程序模拟两种以上调度算法(时间片调度、优先级调度)。 6. 进程调度程序从活动就绪队列中挑选进程,若队列为空,应显示相应提示信息。 7. 必须有出错处理。 -2. With VC+6.0 create a console application (this console application type is A hello world application). 3. Programming to create a series of process and into the ready queue (using linked list), to simulate the process of creating. 4. The process of creating the information displayed on the screen. 5. Design process scheduler scheduling algorithm simulation of two or more (time slice scheduling, priority scheduling). 6. Process scheduler ready queue from the active selection process, if the queue is empty, you should display the appropriate message. 7. There must be error handling.
Date
: 2025-12-17
Size
: 8kb
User
:
李亮
«
1
2
3
4
5
6
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.