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

搜索资源列表

  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. duo_xian_cheng_socket_file_transport

    0下载:
  2. TCP文件传输组件设计 1服务端接收文件,客户端发送文件。 2 每个Socket连接同时只能够传输一个文件。 3 可同时发送网络消息 网络消息的消息格式为: @+nnnnn+消息内容,其中@为消息头,nnnnn为消息内容的长度。 -TCP file transfer component design a server receiving the document, the client this document. Socket two each while only l
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:131.76kb
    • 提供者:水依
  1. Binary_search

    0下载:
  2. This section allows you to browse the files contained within a ZIP file without having to download it first. The file list below shows all of the files those that are in a text format that we recognize the extension for (e.g. source code files) are
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:15.48kb
    • 提供者:Albert Chen
  1. cankaodaima

    0下载:
  2. 操作系统实验2:进程调度策略的模拟实现 1、 设计一个有 N个进程共行的进程调度程序。 2、 每个进程有一个进程控制块PCB来表示,进程控制块的格式为: 进程名 优先数 到达时间 需要运行时间 已占用CPU时间 进程状态 a) 进程优先数、需要运行时间、到达时间可以事先人为地指定,也可以随机产生,注意初始化上述数值时要尽量使进程并发执行,而不是按到达时间顺序调度。 b) 进程的运行时间以时间片为单位进行计算。 c) 进程状态分为就绪、运行、完成三
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:985byte
    • 提供者:qiuzhicheng
  1. VirtualMemory

    0下载:
  2. program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize = 4096 //定义页面大小 var VmAddress, CommitAddress: Pointer //存放虚拟内存基址 Text: Pchar begin //保留二页虚拟内存 VmAddress := VirtualAlloc(nil, PageSize * 2, MEM_RESERVE, PAGE_READWRITE) if
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:23.04kb
    • 提供者:黄春标
  1. C++duoxiancheng

    0下载:
  2. C++面向对象多线程设计教程,pdg格式的,大家可以看一下-C++ Multithreaded object-oriented design tutorial, pdg format, we can look at
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-17
    • 文件大小:26.03mb
    • 提供者:龙哥
  1. PeInsertCode

    0下载:
  2. 将一段显示messagebox的代码写入一个.exe文件中。里面有读pe文件格式的代码-Messagebox will display a section of code to write a. Exe file. There are time pe file format code
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:228.22kb
    • 提供者:上面
  1. NTFSPARASER

    1下载:
  2. 基于NTFS文件格式解析来检测系统文件中隐藏文件-NTFS-based file format parsing to detect system files hidden files
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:134.73kb
    • 提供者:刘东
  1. ReduceMemory

    0下载:
  2. AutoIt v3 脚本 说明: 在ProcessList.txt里添加进程名 格式: 进程名|达到多少M后释放 例子: QQ.exe|10 ------- 文件列表 ProcessList.txt 程序内存释放.au3 说明.txt-AutoIt v3 scr ipt Program memory release In ProcessList.txt add process name Format : process | r
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:3.04kb
    • 提供者:yuan
  1. idfind

    0下载:
  2. 任务旨在强化线程编程能力,对并行所带来的性能优势有直观的认识。 在阅读大型项目代码时,经常要搜索某个标识符,找出该标识符的声明、定义或引用的地方(某文件的哪一行)。本任务要求实现一个程序idfind,其使用格式如下: idfind [-j n] id dirname 选项 -j 指定并行线程数目。如果省略该选项,则只启动一个线程。 id表示要查找的标识符,dirname表示项目所在目录。-Task is to strengthen the ability of progra
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:6.1kb
    • 提供者:伴随
  1. VC

    0下载:
  2. vc多线程编程,是chm格式的文件,里面概括了windows下多线程的所有知识-vc multithreaded programming, chm file format, which summarizes all the knowledge of the windows multithreading
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-17
    • 文件大小:1.14mb
    • 提供者:shangpd
  1. CommaizeStr

    0下载:
  2. VB6. String manipulation. Add comma to a string of number. US format.
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-03
    • 文件大小:1.1kb
    • 提供者:Parlon
  1. AsynchInvoke

    0下载:
  2. 基于VC++异步调用的简单源码例子,定义一个字符串,设计循环,格式化字符串,设计编辑框文本,异步调用的实现实例,VC源码下载。-VC++ source code based on a simple example of an asynchronous call, the definition of a string loop design, format string, the text edit box design, implementation instance asynchronous
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-23
    • 文件大小:20.34kb
    • 提供者:dfjdj
  1. kec

    0下载:
  2. 一个报表控件TRepoEdit,它和QuickReport结合起来可以让用户修改编辑报表的格式-A report control TRepoEdit, combine it with QuickReport allows users to modify edit report format
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-05
    • 文件大小:49.98kb
    • 提供者:toddsty
  1. wbph

    0下载:
  2. A base-64 MIME format encoderdecoder with C source code-A base- 64 MIME format encoderdecoder with C source code
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-15
    • 文件大小:36kb
    • 提供者:pszaketer
  1. vecldrWMFsource

    0下载:
  2. Windows矢量图转换VC源代码,WMF格式转EMF格式-Windows vector diagram convert VC source code, WMF format EMF format
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-17
    • 文件大小:39kb
    • 提供者:ZHOthjg!409
  1. frle

    0下载:
  2. A 3 ds file format document and implement the original code, part of texture mapping error correction document
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-15
    • 文件大小:32kb
    • 提供者:Mwurevn
  1. transmissbonbaaed

    0下载:
  2. 压缩算法之一  ZIP压缩格式是在基于互联网进行数据传输过程中-Compression algorithm is one of the ZIP format is in the process of data transmission based on the Internet
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:78kb
    • 提供者:ghx+42873
  1. isstattvation

    0下载:
  2. 万能格式转换Win32 Cabinet Self-Extractor-Universal format conversion Win32 Cabinet Self- Extractor
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-17
    • 文件大小:134kb
    • 提供者:vhrbu
« 12 »
搜珍网 www.dssz.com