搜索资源列表
Hilos
- Simple program to call 2 threads in C for linux to compile : gcc hilo.c -l pthread -o thread -Wa-Simple program to call 2 threads in C for linux to compile : gcc hilo.c -l pthread -o thread -Wall
pthread.c
- 多线程实现,自己写的小例子,不过其中有一点BUG-Multi-threaded implementation
basic_thread_module
- 主要基于Linux介绍C多线程。在编译C的多线程时候,一方面必须指定Linux C语言线程库多线程库pthread,才可以正确编译(例如:gcc test.c -o test -lpthread);另一方面要包含有关线程头文件#include <pthread.h>。-Introduced Linux-based C multi-threaded. Compile the multithreaded C, when, on the one hand, you must specify
public-Secure-Chating
- winsocket 编程, 具备聊天记录,公钥加密聊天内容,接收到后私钥解密。还有多线程pthread, 已经配置好pthread 直接就可以运行。同时还有个contackbook.txt 只有在这上面的联系人才可以被允许聊天。所以输入对方ip连接上还会验证代码运行会查询出局域网ip,如果是在同一台机子上运行,请输入 127.0.0.1 5019 Ricky或者 127.0.0.1 6019 Ricky 或者其他的在contacbook里的名字。-c++ winsocket public c
pthreadcc
- For those wishing to develop multi-threaded applications in a C++ class oriented environment. This library allows creation of threads as classes as well as access to multi-threaded programming tools as class abstractions. Even if the basic prog
tcp_test
- linux TCP客户端和服务器端集成程序, 编译方式 gcc -lrt -pthread -o xx -g tcp_test.c-linux TCP client and server side integration program, compiling way gcc-lrt-pthread-o xx-g tcp_test.c
