CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CreateThread

搜索资源列表

  1. CreateThread函数使用

    0下载:
  2. 这个代码是C/C++多线程初学者必看的第一个程序代码。-C / C multithreading beginners Watchable of a code.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9691
    • 提供者:srx
  1. CreateThread

    0下载:
  2. create thread 线程的实例,讲述vc线程编写-create thread threaded example, about vc threading
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:966273
    • 提供者:hubo
  1. Threadqxc

    0下载:
  2. 分别利用函数AfxBeginThread 和函数 CreateThread进行多线程编程。并对线程就行了简单策控制。-respectively AfxBeginThread function and the use of function into CreateThread the multi-threaded programming. Also on the trip threaded a simple control strategy.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:44761
    • 提供者:王光
  1. checkmail164110

    0下载:
  2. 这个程序可以检查pop3邮件信息,纯粹的Winsock和Win32 API,不用 MFC以及Winsock2。所使用的API函数用到了CreateThread,GetOpenFileName,trayicons,SetTimer,sndPlaySound,GetExitCodeThread,TerminateThread等。消息通讯安全功能包括 1. 身份验证,使收件人确信发件人就是他或她就是公开密钥所对应的那个人 2. 机密性,确保只有预期的收件人能够阅读邮件 3. 完整性,确
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:25558
    • 提供者:zsc2427
  1. VIPSHELL2007

    0下载:
  2. VipShellServer 是服务端程序。 VipShellServer.cpp 连接的地址在 void CVipShellServer::Test() { //.. WORD wVersionRequested = MAKEWORD(1, 1) WSADATA wsaData WSAStartup(wVersionRequested, &wsaData) // CreateThread(0,0,Thread,0,0,0) Start(
  3. 所属分类:网络编程

    • 发布日期:2014-01-17
    • 文件大小:497385
    • 提供者:coco
  1. 070920171745

    0下载:
  2. 多线程控制,可以自己控制,createThread ResumeThread ,SuspendThread
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:388738
    • 提供者:zlt
  1. Console_Thread

    0下载:
  2. vc 控制台(console)下实现线程和定时器的例程,使用CreateThread和SetTimer方式。在控制台下实现了定时器Timer消息的截取和处理。
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:9848
    • 提供者:sqich
  1. Task20080301-MultiThread(pchlong-2008-03-23)

    0下载:
  2. 演示多线程编程常用函数的使用,如: _beginthread、_beginthreadex、CreateThread、AfxBeginThread
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4012770
    • 提供者:pchlong
  1. checkmail

    0下载:
  2. 这个程序可以检查pop3邮件信息,纯粹的Winsock和Win32 API,不用 MFC以及Winsock2。所使用的API函数用到了CreateThread,GetOpenFileName,trayicons,SetTimer,sndPlaySound,GetExitCodeThread,TerminateThread等。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:24670
    • 提供者:赵星云
  1. VIPSHELL2007

    0下载:
  2. [VC] VIPSHELL2007代码 VipShellServer 是服务端程序。 VipShellServer.cpp 连接的地址在 void CVipShellServer::Test() { //.. WORD wVersionRequested = MAKEWORD(1, 1) WSADATA wsaData WSAStartup(wVersionRequested, &wsaData) // CreateThread(0,0,Thre
  3. 所属分类:Shell api

    • 发布日期:2017-03-29
    • 文件大小:606080
    • 提供者:精灵
  1. C++andThreads.pdf.tar

    0下载:
  2. C++ And Threads If you ve ever done multithreaded programming then most likely it was in C++. I haven’t heard of many developers using the CreateThread Win32 API function from Visual Basic or even Delphi. The reason is that the advantages of C+
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:164818
    • 提供者:JACK
  1. shujujiegouanswerc

    0下载:
  2. 这是个很好的学习数据结构的文档,有题目,并且通过上机可以很好的进行练习,绝对值得学习-CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu CString LoadString AppendMenu CRect GetWindowRect SetWindowPos IsIconic CPaintDC SendMessage GetSystemMetrics GetClientRect DrawIco
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:111782
    • 提供者:王喆
  1. proxy32

    0下载:
  2. 代理程序模块支持多种常用代理: 1, http代理(支持模式:GET,POST,CONNECT) 2, Sock4代理 等-DeleteService StartServiceCtrlDispatcher RegisterServiceCtrlHandler SetServiceStatus Sleep GetCurrentDirectory GetModuleFileName GetSystemDirectory CopyFile OpenSCManager CreateService Clo
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-03-27
    • 文件大小:252774
    • 提供者:abner
  1. 2

    0下载:
  2. Pop3邮件检查程序 这个程序可以检查pop3邮件信息,纯粹的Winsock和Win32 API,不用 MFC以及Winsock2。所使用的API函数用到了CreateThread,GetOpenFileName,trayicons, SetTimer,sndPlaySound,GetExitCodeThread,TerminateThread等。-Pop3 e-mail screening procedures by: Andrew Heinlein This process
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:24722
    • 提供者:how
  1. Thead1

    0下载:
  2. vc 写的多线程小程序。用到了api函数createthread-multi-thread program by vc
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:26912
    • 提供者:高能
  1. hu_chi_dui_xiang

    0下载:
  2. 互斥对象的基本使用方法shiyong CreateThread CreateMutex ReleaseMutex(hMutex) CloseHandle() CloseHandle() Sleep() -hu chi duixiang shiyong CreateThread CreateMutex ReleaseMutex(hMutex) CloseHandle() CloseHandle() Sleep()
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1213542
    • 提供者:blue
  1. createthread

    0下载:
  2. 利用 kevent进行线程的同步创建操作,并且获取线程所在进程的值-Thread synchronization using kevent to create action, and where the process of obtaining the value of the thread
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-03
    • 文件大小:44113
    • 提供者:赵照
  1. CreateThread

    0下载:
  2. CreateThread用法详解,对初学WIN API 的同学有很好的借鉴-CreateThread usage.
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:6498
    • 提供者:guobin
  1. CreateThread

    0下载:
  2. CreateThread  微软在Windows API中提供了建立新的线程的函数CreateThread, -The CreateThread Microsoft Windows API function CreateThread a new thread
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-18
    • 文件大小:1241
    • 提供者:jansen
  1. _beginthread-or-CreateThread-

    0下载:
  2. beginthread 和 CreateThread 函数的区别,讲得非常详细,从对CRT源代码出发探讨这个问题,做多线程需要-beginthread and CreateThread function of the difference between, made it very detailed, do multithreaded need to take a good look
  3. 所属分类:software engineering

    • 发布日期:2017-11-05
    • 文件大小:6951
    • 提供者:tom
« 1 23 4 »
搜珍网 www.dssz.com