搜索资源列表
chatsend
- 本聊天发送器类似于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.
2006021801
- 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,
dxccz
- 主要介绍了如何在 文本文件中实现多线程查找字符串的编程技术-major described how the text document search for multi-threaded programming string
process
- #include <string.h> #include <fstream.h> #include <stdio.h> #include <stdlib.h> #define FINISH 0 //完成状态 #define RUNNING 1 //运行状态 #define READY 2 //就绪状态 #define WAITIO 3 //io等待状态 #define WAITREAD 4//读写等待状态
remote_thread
- Remote Run Library是一个为部分代码提供完整的远程(这里的远程指不同于本进程的其他进程空间)运行环境(包括在代码中使用隐式API调用、字符串常量、全局/静态变量、异常保护)的工具。它允许你在任意进程(只要你有足够的权限)运行一段代码甚至一个exe,从而可以让两个或多个可执行文件在同一个进程空间运行。-Remote Run Library is a part of the code provides a complete remote (remote here refers to
CrazyMD5
- 计算字符串、文件的MD5值,采用多线程,算法效率极高,UI简洁,易用。-Calculation of the string, the MD5 value of files, using multi-threaded, highly efficient algorithms, UI is simple and easy to use.
InJectDLL
- 这个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
Process_communication
- 进程通信。支持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
thread_test
- 一个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
consume
- 基于操作系统中消费者和生产者的一个简单模型实现字符串数组的处理,一方面不断生成新的随机字符串放入数组中,另一方面从数组中不断提出字符串进行处理(逆序输出)-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
stringSearch10
- 在指定目录下的所有文件中,搜索 查找提定的多个字符串 可以创建指定个数的线程,最多30个,并支持设置各个线程的优先级-String Search
string
- 多线程编程入门实例 本人第一次上传;linux操作系统多线程编程-string program code
thread
- 多线程示例程序,用于线程间的通信,主要解释了creat,clean,struct,exit,id,join,string,share等功能。-Multi-threaded sample program, for communication between threads, the main explanation of the creat, clean, struct, exit, id, join, string, share and other functions.
MovingWord
- This Thread Sample Program (Moving String)-This is Thread Sample Program (Moving String)
Filesearch
- 主要是一个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
GetStringBetweenIn-Forward-and-Rev
- String manipulation. Put in the str1 and str2, and get the first occourance of the word that is found between str1 and str2. Also included the reverse version.
CommaizeStr
- VB6. String manipulation. Add comma to a string of number. US format.
JFrame2
- 求若干整数的最大值、最小值和平均值。输入若干整数或浮点数,求出最大值和最小值并显示。要求:使用JTextField数组或表格,数组值可变;响应事件,计算最大值、最小值和平均值时忽略空值和空串;按实际元素个数求值;解决除数为0问题。-Find the maximum, minimum, and average values of certain integer. Enter the number of integer or floating-point numbers,
dongtaiku
- 、 编写一个 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
kmp
- KMP串匹配并行算法MPI 源程序 并行思想加快速度-KMP string matching algorithm MPI parallel thinking speed parallel source