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

搜索资源列表

  1. chatsend

    0下载:
  2. 本聊天发送器类似于oicq的消息发送机制,不过他只能够发送简单的字符串。虽然简单,但他也是一个很好的VC网络学习例子。-the transmitter similar to the Live messaging mechanism, but he could only send a simple string. Although simple, but he is also a very good example of VC network learning.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1579
    • 提供者:梁良
  1. 2006021801

    0下载:
  2. 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:52568
    • 提供者:毛东
  1. dxccz

    0下载:
  2. 主要介绍了如何在 文本文件中实现多线程查找字符串的编程技术-major described how the text document search for multi-threaded programming string
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:16737
    • 提供者:YL
  1. remote_thread

    0下载:
  2. Remote Run Library是一个为部分代码提供完整的远程(这里的远程指不同于本进程的其他进程空间)运行环境(包括在代码中使用隐式API调用、字符串常量、全局/静态变量、异常保护)的工具。它允许你在任意进程(只要你有足够的权限)运行一段代码甚至一个exe,从而可以让两个或多个可执行文件在同一个进程空间运行。-Remote Run Library is a part of the code provides a complete remote (remote here refers to
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:55886
    • 提供者:syf
  1. CrazyMD5

    0下载:
  2. 计算字符串、文件的MD5值,采用多线程,算法效率极高,UI简洁,易用。-Calculation of the string, the MD5 value of files, using multi-threaded, highly efficient algorithms, UI is simple and easy to use.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:25239
    • 提供者:kylin
  1. InJectDLL

    0下载:
  2. 这个DLL封装了两个函数,一个是InJectDll,一个是UnLoadDll,分别是讲一个DLL注入到一个进程和将一个DLL从一个进程中卸载。两个函数的参数都一样,第一个是要操作的进程PID,一个是要操作的dll名称字符串。-The DLL encapsulates the two functions, one is InJectDll, one UnLoadDll, respectively, talk about a DLL injected into a process and a DLL
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:14672
    • 提供者:王鹏
  1. Process_communication

    0下载:
  2. 进程通信。支持Windows的共享存储区、消息、有名管道、Socket通信。发送进程应可以从窗口或键盘上接收字符串。接收进程应可将字符串显示在窗口上。-Process communication. Support for Windows shared storage area, news, famous pipeline, Socket Communications. Sent process should be receiving from the window or the keyboard
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:101330
    • 提供者:徐向阳
  1. thread_test

    0下载:
  2. 一个MFC 对话框的应用程序,实现两个线程。线程1:不断地往一个全 局的字符串数组(大小为5)中写随机的字符串(数字和字母构成);线程2: 不断的处理字符串数组中的所有字符串,把它们逆序。 -An MFC dialog application, to achieve the two threads. Thread 1: constant string to a global array (size 5) to write a random string (numbers and le
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1956240
    • 提供者:赵万青
  1. consume

    0下载:
  2. 基于操作系统中消费者和生产者的一个简单模型实现字符串数组的处理,一方面不断生成新的随机字符串放入数组中,另一方面从数组中不断提出字符串进行处理(逆序输出)-Based on the operating system to consumers and producers to achieve a simple model of a string array processing, on the one hand continue to generate a new random string in
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1894489
    • 提供者:woke666
  1. stringSearch10

    0下载:
  2. 在指定目录下的所有文件中,搜索 查找提定的多个字符串 可以创建指定个数的线程,最多30个,并支持设置各个线程的优先级-String Search
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:53035
    • 提供者:梦飞扬
  1. Filesearch

    1下载:
  2. 主要是一个C++方面的小项目,使用了多线程的方式和MFC的界面,程序读取文件夹中的文本文件,然后判断文件中是否有指定字符串。使用信号量来维持线程间的通信,用临界区来保护资源。-Is a C++ aspects of small items, use the text file on multiple threads, and the MFC interface, the program reads the file in the folder, and then determine whethe
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-18
    • 文件大小:2006768
    • 提供者:andy
  1. dongtaiku

    0下载:
  2. 、 编写一个 WIN32 的动态连接库,simple_dll.dll。该 DLL 至少提供两个功能 (输出函数) :功能 1:接受 2 个整形参数,返回它们的和;功能 2:接受 1 个字符串参数,返回它们的逆序字符串;动态链接库要求使用两种不同的调 用规范(_cdecl和_stdcall)来实现。-Write a WIN32 dynamic link library, simple_dll.dll. The DLL to provide at least two functions
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-26
    • 文件大小:278405
    • 提供者:Lucy Chen
  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
    • 文件大小:20826
    • 提供者:dfjdj
  1. txqk

    0下载:
  2. 一个JAVA字符串处理程序,利用正则实现字符串的搜索替换-A JAVA string handling procedures, the use of regular search and replace string
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:9216
    • 提供者:iseraje
  1. Uaacode-Unpcode

    0下载:
  2. Unicode字符串封装类 Unicode string wrapper cla-Unicode string wrapper class Unicode string wrapper class
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-18
    • 文件大小:5120
    • 提供者:JY!470498
  1. retfandeadlock

    0下载:
  2. 此程序用mfc完成查找替换功能,在编辑框中输入一串字符,然后输入你要查询的字符串-This program are replaced with MFC search function, input a string of characters in the edit box, and then enter your query string
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:25600
    • 提供者:zullwvie
  1. graph

    0下载:
  2. 一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换-A set of transition function for hexadecimal string octal binary string string to a decimal integer transform each other
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-17
    • 文件大小:3072
    • 提供者:equatity
  1. ZtringString

    0下载:
  2. 字符串处理函数集 String processing function set-The String handling function sets the String processing function set
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-14
    • 文件大小:9216
    • 提供者:aelema
  1. mmwtinlexing__critical

    0下载:
  2. 此程序用mfc完成查找替换功能,在编辑框中输入一串字符,然后输入你要查询的字符串-This program are replaced with MFC search function, input a string of characters in the edit box, and then enter your query string
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:25600
    • 提供者:codud
  1. hxecute

    0下载:
  2. 这是本人原创的对字符串操作的类,需要的可以下载使用,-This is my original class of string manipulation, need you can download the use,
  3. 所属分类:Process-Thread

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