Welcome![Sign In][Sign Up]
Location:
Search - thread mfc

Search list

[OtherAnt-mfc

Description: 在这里可以下载到,精神恍惚了一个星期,终于写完了,真是高兴啊,挺好玩的, http://www.0635jj.com/蚁群算法MFC版演示程序. ... 多个线程读到的内容大体都相同,怎么能让每个线程有一个独立的数据源来产生随机数呢,,,,大家在用程序的时候,-here can be downloaded to a trance, a week, finally finished, really pleased ah, very good play. http : / / www.0635jj.com/ ant algorithm MFC version Demonstration Program. read ... the various threads generally have the same content, how each thread can have an independent source of data to generate random numbers?,, we use procedures,
Platform: | Size: 151084 | Author: 龙晓波 | Hits:

[Windows Developsourcecode

Description: 代码1:本代码实现了以图形方式显示CPU与内存利用率。 代码2:近来我在用VC开发一套MIS时没有用MFC的文档视图模板,所以在打印这上面就只好自己写了一套,用起来感觉还可以,所以写出来大家一起修正一下吧,也许能给大家起点作用吧! 系统UI是基于对话框的,大家如果感觉不错可以进行自我修正! 代码3:编程时有时需要读取SQL服务器的目录及文件列表,特别作一些数据库备份程序的时候,本程序实现这个功能...... 代码4:TTS-文本语音转换。 代码5:本软件是一个用局网域发送信使服务的程序,用到了NET SEND网络命令和创建了一个进程和一个主线程。本软件一共两个线程,显示网络用户信息也用到了第二个线程主要用到的是NETBIOS会话。本程序是发布的DEBUG版如果有什么DEBUG请指出。本程序参考了VISUAL C++网络通信编程一书。 代码6:数据库连接 AD0。本包为数据连接,在您的程序中整体加入此包能帮您的数据库连接省n多代码 里面注释很规范, 请自己阅读。-a code : the source implementation of a graphic display of CPU and memory utilization. Code 2 : Recently, I developed a VC MIS without using MFC View template files, so that the print on the above but their set was used up feeling also, so we write together that so much today, we can perhaps starting role! UI system is based on then the box, if you can feel good for self-correction! code 3 : Programming sometimes need to read SQL server's directory and list of documents, especially for some database backup procedures, the procedures for this function code ...... 4 : TTS- text-to-speech conversion. Code 5 : The software is a network area used courier services to send the procedures used by NET SEND command networks and the creation of a process and a main thread. The software has two t
Platform: | Size: 3398656 | Author: 黄河 | Hits:

[Windows Develop程序创建两个线程

Description: 程序创建两个线程,第一个线程没有消息队列,主线程尝试给第一个线程发送一个消息,我们可以看到PostThreadMessage()返回FALSE,程序创建的第二个线程有一个消息队列,主线程中的PostThreadMessage()返回TRUE,程序由Visual C++ 6.0开发,没有用到MFC-process creates two threads, one thread without Message Queue, the main thread to thread a resolution to send a message, we can see PostThreadMessage () returns FALSE, establish procedures to the second thread is a message queue, the main threads of PostThreadMessage () returns TRUE, procedures Visual C 6.0, did not use the MFC
Platform: | Size: 79872 | Author: 罗伟 | Hits:

[Internet-Network一个对Winsock 完成端口模型封装的类

Description: 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。在去年,我在C语言下用完成端口模型写了一个WEBSERVER,前些天,我决定用C++重写这个WEBSERVER,给这个WEBSERVER增加了一些功能,并改进完成端口操作方法,比如采用AcceptEx来代替accept和使用LOOKASIDE LIST来管理内存,使得WEBSERVER的性能有了比较大的提高。 -under the Windows network server program development, no doubt, Winsock completed port model is the most efficient. Winsock port model with complete preview of overlap and complete port IO to achieve complete port after the model to understand is a relatively simple, but want to know the complete Winsock port model, the need for the Windows threads, thread synchronization, Winsock API and Windows IO mechanism of a certain understanding. If we do not understand, recommended several books : "Inside Windows 2000," Windows core programming "," WIN32 multithreaded programming "," WINDOWS network programming technology. " Last year, I used C language under complete port model was a WEBSERVER, few days ago, I decided to rewrite the C WEBSERVER to the WEBSERVER i
Platform: | Size: 44032 | Author: 王明 | Hits:

[Windows Develop在动态连接库内封装应用程序框架cool

Description: 实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinThread *pThread=GetCurrentThread() pThread->Run() 就可装载启动常规DLL内应用程序框架.-method: a normal DLL file has been created with the program wizard and there is an instance generated from CWinApp in the DLL file.Create another MFC EXE appliaction and copy CAppView,CMainFram,CAppDocument and the resources in RES directory to the normal DLL and add to the projec and compile and generate a DLL. In a Win32 application, start a thread which loads the DLL with codes, get the running thread, ie.CWinThread*pThread=GetCurrentThread(), then,pThread->Run() executes the loading and start the execution of the application framework in the normal DLL file.
Platform: | Size: 69632 | Author: | Hits:

[SQL Servermultitreadsrc2

Description: MFC中有两类线程,分别称之为工作者线程和用户界面线程。二者的主要区别在于人工辅助线程没有消息循环,而用户界面线程有自己的消息队列和消息循环-MFC there are two types of thread, thread workers were called and the user interface thread. The main difference between the two is artificial threads no news cycle, and the user interface thread has its own message queue and the news cycle
Platform: | Size: 24576 | Author: gfgrg | Hits:

[Windows DevelopMultiThread5

Description: windows的多线程编程(界面线程和辅助线程),mfc相关1-windows of the multi-threaded programming (interface thread and support thread), mfc-related 1
Platform: | Size: 11264 | Author: 胡利军 | Hits:

[Process-ThreadMultiThread6

Description: windows的多线程编程(界面线程和辅助线程),mfc相关2-windows of the multi-threaded programming (interface thread and support thread), mfc-related 2
Platform: | Size: 13312 | Author: 胡利军 | Hits:

[Process-ThreadMFC_Multy

Description: Windows MFC下的多线程的基本编程例子,多达10个左右,涉及互斥、消息传递、信号量的使用,适合刚接触线程编程的人。-Windows MFC under the basic programming multithread example, up to about 10, involving mutual exclusion, message passing, the use of semaphores for thread programming刚接触people.
Platform: | Size: 243712 | Author: 111 | Hits:

[VC/MFCMFC

Description: MFC深入浅出 1_MFC概述 2_MFC和Win32 3_CObject类 4_消息映射的实现 5_MFC对象的创建 6_应用程序的退出 7_MFC的DLL 8_MFC的进程和线程 -1_MFC easy overview of MFC and Win32 3_CObject category 2_MFC news 4_ mapping object created 5_MFC realize 6_ application to withdraw from 7_MFC the DLL 8_MFC process and thread
Platform: | Size: 334848 | Author: 雪中漫步 | Hits:

[Windows DevelopTHREAD

Description: MFC开发的生产者与消费者模似软件,多线程编程,对话框界面。-I am Chinese,rk I can t use English.But I already pass the Band four.
Platform: | Size: 321536 | Author: 加高 | Hits:

[GDI-Bitmapmfc-multiThread

Description: MFC多线程编程实例,包括线程创建,线程间通信,线程同步等内容-MFC multi-threaded programming examples, including thread creation, communication between threads, thread synchronization etc.
Platform: | Size: 152576 | Author: 陈荣伟 | Hits:

[Windows DevelopThread

Description: MFC THREAD的类继承使用开发的 例子-MFC THREAD class inheritance example of the use of the development ~~~~~~~~~~~~~~~~~~
Platform: | Size: 25600 | Author: zzzz | Hits:

[Process-ThreadMFCThread

Description: MFC创建线程,终止线程,暂停线程,继续线程-MFC to create threads, terminate threads, suspended thread to continue the thread
Platform: | Size: 259072 | Author: zhowuenze | Hits:

[Windows Developthread

Description: mfc界面,单链表存储进程信息,演示多级轮转法进程调度的过程。-mfc interface, a single linked list storage process, present the process of scheduling multi-cycle process.
Platform: | Size: 3260416 | Author: yvonne | Hits:

[Process-ThreadMFC(thread)

Description: 深入浅出Win32多线程设计之MFC的多线程,很详细,有相关的说明- Explains the profound in simple language the Win32 multi-thread design MFC of multithreading, is very detailed, has the related explanation
Platform: | Size: 58368 | Author: 张宏伟 | Hits:

[VC/MFCVisual_Studio_2005(MFC)

Description: Visual C++ 2005教程 第一章 Windows程序开发简介 第二章:Windows编程初步 第三章:Windows编程进阶 第四章:Windows图形编程 第五章:数据库编程 第六章:线程机制 第七章:网络编程 -Visual C++ 2005 Windows Programming Tutorial Introduction Chapter I Chapter II: Windows Programming preliminary Chapter: Windows Programming Advanced Chapter IV: Windows Graphics Programming Chapter V: Database Programming Chapter VI: Chapter VII of the thread mechanism: Network Programming
Platform: | Size: 5216256 | Author: 申云 | Hits:

[Button controlthread

Description: MFC 多线程应用, 包括工作线程, 用户界面线程, 例子多达9个,欢迎下载测试-MFC multi-threaded applications, including the worker thread, the user interface thread, examples of up to 9 are welcome to download the test
Platform: | Size: 274432 | Author: chel | Hits:

[OtherMFC多线程TCP服务设计经典代码

Description: MFC多线程TCP服务设计,s实现多人聊天(MFC, is a useful code ,for mulite people chat.use mulite thread)
Platform: | Size: 9781248 | Author: we06110 | Hits:

[VC/MFC精通MFC程序设计%5BC%2B%2B技术网www.cjjjs.cn%5D

Description: 全书由浅入深、循序渐进地介绍了 Visual C++开发环境下 MFC 库的具体使用方法。全书分 9 篇共 30 章, 内容涵盖了 Windows-VC-MFC、 MFC 框架及消息处理机制、 MFC 通用控件和对话框编程、文档-视结构、 MFC 数据库编程、 MFC 网络编程、注册表编程、进程线程和 DLL、异常与调试以及.NET MFC 应用等,其 中的大部分内容都配有较为丰富的实现代码。(This book introduces the specific use of MFC Library in Visual C++ development environment. The book is divided into 9 chapters with 30 chapters, The contents include Windows-VC-MFC, MFC framework and message processing mechanism, MFC general control and dialog programming, document view structure, MFC database programming, MFC network programming, registry programming, process thread and DLL, exception and debugging, and.NET MFC applications, etc. Most of the content is equipped with a wealth of implementation code.)
Platform: | Size: 60231680 | Author: 李由 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net