CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - documents

搜索资源列表

  1. thread_sample

    0下载:
  2. 线程示例:读写文件、递归创建线程进程、快速排序-thread Example : reading and writing documents, recursive process of creating threads, Quick Sort
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:98.45kb
    • 提供者:none
  1. 实例53-多线程文件下载服务器

    0下载:
  2. 多线程下载文件服务器,接收客户端登陆信息,和传递文件-multi-threaded download the file server, the receiving client landing information, and transmit documents
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:67.01kb
    • 提供者:lxy
  1. endzippro

    0下载:
  2. 功能介绍:有些软件在运行中要将某些文件压缩成压缩文件。自己写压缩过程未免太麻烦了, 虽然有很多免费的源代码类可以使用,还要看代码的使用方式,一个不小心就不一定很正常了。 我的做法是调用现有的压缩文件来完成压缩功能。用等待进程结束的方法实现压缩。 完成后再作后面的其他工作。 本程序旨在演示启动和等待进程结束的方式调用其他程序的方法。 -functional presentations : Some software in the operation of cert
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:160.01kb
    • 提供者:冷寒
  1. 创建多进(线)程

    0下载:
  2. 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 contemp
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:13.84kb
    • 提供者:黄小文
  1. 进程创建

    0下载:
  2. 1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为\"process\"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件\"process.cpp\":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是\"process.cpp\";接下来询问是否创建新文件时回答\"yes\";然后
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29.54kb
    • 提供者:黄小文
  1. OthelloAppelet

    0下载:
  2. 不好意思,刚才上传的othelloapplet.rar我忘记加入.java的源代码了,只有.class文件,郑重道歉,现在我再上传源代码文件othello.java-sorry, just upload othelloapplet.rar I forgot to join. Java source code, and only. Class document solemnly apologize, I will now upload source documents othello.java
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:5.96kb
    • 提供者:彭宇
  1. itbbs

    0下载:
  2. 第二版功能: 能将DSP应用程序生成的.out文件直接生成烧写Flash的.out文件,直接在CCS里load program并运行即可。 变灰的控件表示以后版本将要支持的功能。 第一次发布前经过测试的系统: 1.C5402+SST39VF040,Flash的8000H-FFFFH映射到外部数据空间的8000H-FFFFH, 2.C5416+SST39VF200,Flash的0000H-7FFFH映射到外部数据空间的8000H-FFFFH 加载表均小于32k wor
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:535.6kb
    • 提供者:小许
  1. zbxi

    0下载:
  2. 文件-进程关联演示程序 pjf(jfpan20000@sina.com) 1、首先使用ZwQuerySystemInformation查询所有进程句柄, 2、获取句柄所代表对象信息,查出目标文件。核心态程序相对简单,对于 用户态程序,使用ZwQueryInformationFile同时与GetFileInformationByHandle、 GetVolumeInformation二API搭配获得之(前者得文件除去卷的路径名,后二者 得卷名) 另外可用ZwQueryOb
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2.22kb
    • 提供者:周继波
  1. ThreadMigrate

    0下载:
  2. 封装win32和POSIX线程API。从而能够使得多线程程序能够方便在windows和linux平台移植。 压缩包中有两个文件:Thread.h和testMain.cpp。其中Thread.h是线程封装的实现,testMain.cpp是测试代码文件。 windows下使用VC7.0编译通过。Linux下用gcc3.2.3编译通过。 该版本只支持下列API: 线程创建,清除。 互斥量操作。 等待其他线程。-Packaging and POSIX threads API. I
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2.62kb
    • 提供者:曹京
  1. Drv_HideFile

    0下载:
  2. 在驱动层实现对文件的隐藏 开发环境:VC+WIN2000+DDK-achieve the driver layer of documents hidden development environment : VC WIN2000 DDK
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2.41kb
    • 提供者:匿阳
  1. MemoryShare

    0下载:
  2. 这个实例分成服务器程序和客户程序,显示了如何使用内存映射文件在两个或多个独立进程间传送数据。-this case into a server and client, showing how to use the memory mapping documents in two or more independent transmission of data between processes.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.28kb
    • 提供者:王林
  1. 03RapidFinder

    0下载:
  2. 该实例在查找文件时会同时启动64个线程,速度很快;-examples in the search for documents will also start 64 threads, very fast;
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:5.42kb
    • 提供者:张真
  1. MIFAREMFRC500

    0下载:
  2. philips RC500底层函数库包括以下文件-Philips RC500 underlying functions include the following documents
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:133.48kb
    • 提供者:nana496
  1. modifyEXE

    0下载:
  2. 修改EXE文件,要求使用者熟悉EXE文件格式,明白修改原理,对病毒的插入文件有指导意义。-changes that users familiar with the EXE file format, to understand changes principle, insertion of the virus and documents guiding significance.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:11.14kb
    • 提供者:aniu
  1. FileCode

    0下载:
  2. windows文件管理和处理程序,可以打开编辑保存相关格式的文件-windows document management and processing can open format editing to preserve relevant documents
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:38.52kb
    • 提供者:
  1. SuperCopy

    0下载:
  2. VC++,利用线程技术开发的文件复制工具,对于复制难读的VCD光盘中的硬盘特别有效(也是为此目的而开发,因为在盘片有错误时,WINDOWS会无法复制,这种错误往往会出现在文件的末段).-VC, the use of threaded technology development tools for the reproduction of documents. For hard copy of the VCD reading the hard disk particularly effective
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:51.63kb
    • 提供者:ray leo
  1. page20

    0下载:
  2. c++程序,模拟操作系统进程管理,里面有所有的文件和所明-c procedures, the operating system simulation process management, which has all the documents and that
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:425.29kb
    • 提供者:黄涛
  1. GetFileVersionInfo

    1下载:
  2. 封装文件版本获取的C++类,使用该类可以方便的获取一个可运行程序的属性信息。通过这个类可以方便的进行文件版本更新。-Packaging documents obtained C, the use of such convenient access to a procedure that can run the attribute information. Through this type can be conveniently updated versions of documents.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:5.06kb
    • 提供者:cxingpeng
  1. NetTransfer

    0下载:
  2. ACE框架编写了一个简单的C/S程序,完成多线程文件并发发送功能。客户端为窗口程序,可以同时选择多个文件进行上传,并可以得到服务器成功保存的反馈信息。服务器控制台程序,将收到的文件保存在指定的文件夹中。-ACE prepared a framework for a simple C / S process, multi-thread completed document with this function. Client for Windows program, you may also se
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:66.34kb
    • 提供者:voion
  1. CourseTest

    0下载:
  2. 进程管理,参考别人的,先传个文件,以后给大家好的代码-process management, the reference of others, documents sent in the future for everyone to good code
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3.32mb
    • 提供者:liyang
« 12 3 »
搜珍网 www.dssz.com