CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 6.0
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 6.0 - List
[
Process-Thread
]
q1.zip
DL : 0
q1.zip 程序创建两个线程,第一个线程没有消息队列,主线程尝试给第一个线程发送一个消息,我们可以看到PostThreadMessage()返回FALSE,程序创建的第二个线程有一个消息队列,主线程中的PostThreadMessage()返回TRUE,程序由Visual C++ 6.0开发,没有用到MFC
Date
: 2025-12-21
Size
: 78.04kb
User
:
[
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
]
创建多进(线)程
DL : 0
VC目录: 演示Viusal C++中创建多线程的方法 编译环境要求: 安装Viusal C++6.0 主要文件说明: ThreadDemo.cpp: 演示创建线程的C++文件 run.cmd:自动打开一个命令窗口执行程序的脚本文件-VC Contents : Presentations Khan C to create multiple threads of environmental requirements compiler : 6.0 C contemplating the installation of key documents : ThreadDemo.cpp : Presentations create threads document run.cmd C : automatic orders to open a window to the procedure script file
Date
: 2008-10-13
Size
: 13.84kb
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
]
Control_ThreadWithApi
DL : 0
用visual c++ 6.0开发的一个创建、关闭线程的例子,非常适合初学者学习利用API来创建线程-with visual c 6.0 creation of a closed-thread example, very suitable for beginners learning to use the API to create threads
Date
: 2008-10-13
Size
: 81.94kb
User
:
lj
[
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
]
mutilThreadTCPandUDP
DL : 0
多线程的TCP和UDP通讯实例,Visual C++6.0开发。
Date
: 2008-10-13
Size
: 1.6mb
User
:
lixiujun
[
Process-Thread
]
course-correspond
DL : 0
在Visual C++6.0下利用共享内存、消息实现内部进程通信
Date
: 2008-10-13
Size
: 146.35kb
User
:
苏晨
[
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
mArticleFree Version 2.0 (夜猫文章管理系统免费版) ymArticle 功能列表: 1. 可支持用户组功能, 可按不同用户组设定各类权限 2. 支持JS调用某类别或所有类别的最新/最热门文章 3. 支持手工分页, 分页只需在文章中插入 [page] 代码 4. 支持搜索功能 4. 支持相关文章功能 5. 后台WEB管理 6. 可统计今日浏览和总浏览数 7. 支持BB代码, HTML 8. 更多功能无法一一列出... -mArticleFree Version 2.0 (Night Cat article management system free version) ymArticle function list : 1. Supports user group functions, users can set various competence Group 2. JS support of a certain category or call all categories of the latest / 3 most popular articles. Paging support manual , tab only inserted in the article [page] code 4. four search function support. support functions related article 5. background WEB management 6. Statistics available today for browsing and total View 7. support BB code, HTML 8. more features not spell them out .. .
Date
: 2008-10-13
Size
: 143.19kb
User
:
jack214465
[
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-21
Size
: 8kb
User
:
李亮
[
Process-Thread
]
gprgtzx
DL : 0
关于如何在SOPC中加入自定制的IP,并以PWM波为例,一步一步的进行了设置并讲解()
Date
: 2025-12-21
Size
: 1.21mb
User
:
vanmy
[
Process-Thread
]
vb6.0钩子程序
DL : 0
vb 6.0下的钩子程序,可用来解决鼠标中间相应(VB 6 hook program, can be used to solve the middle mouse corresponding)
Date
: 2025-12-21
Size
: 56kb
User
:
woguanni
[
Process-Thread
]
ksartkl
DL : 0
GNU_Radio GNU radio is a free open-source softw()
Date
: 2025-12-21
Size
: 1.35mb
User
:
quzanne
«
1
2
3
4
5
6
7
8
9
10
...
23
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.