搜索资源列表
在动态连接库内封装应用程序框架cool
- 实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainfr a me,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinTh
udt_test
- udt的一个例子和 pthread for win32平台的例子
SingDocRglDll
- 实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainfr a me,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程,
WinsScan
- Microsoft WINS Vulnerability and OS/SP ScannerBy default, nothing printed on screen, 200 threads, all results in the file HS_WINS.txt -v..: lite verbose, will print the NOT_PATCHED results on the screen -vv.: hard verbos
pthread-win32静态库的编译与使用
- pthread是一个跨平台的线程库,可用在多种OS下,本文档包含pthread-win32静态库在vc6下的详细编译过程,并有本人已编译出来的静态库pthread.lib,可以直接使用。为了方便用户使用该静态库,配有基于tcp的网络多线程源码的客户端和服务端,该程序可在window和linux双平台下运行,也可在多个编译器下编译
WinsScan
- Microsoft WINS Vulnerability and OS/SP ScannerBy default, nothing printed on screen, 200 threads, all results in the file HS_WINS.txt -v..: lite verbose, will print the NOT_PATCHED results on the screen -vv.: hard verbos
在动态连接库内封装应用程序框架cool
- 实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainfr a me,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinTh
pthreads-w32-2-7-0-release.tar
- pthread source code,you can compile directly-pthread source code, you can compile directly
udt_test
- udt的一个例子和 pthread for win32平台的例子-An example of UDT and pthread for win32 platform examples
pthread
- psos下采用linux的线程库时改写的那部分代码.-pSOS adopt linux thread library that part of the code rewritten.
SingDocRglDll
- 实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainfr a me,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程,
pthread
- pthread,网络或传输可能会用到,也是我们大作业-pthread, network or transmission may be used, but also we work
qq2008_console_client
- qq2008贺岁版协议控制台客户端,同时支持linux和win32版。本人修正其一处错误,确保在mingw平台下编译通过。linux下我没试~~编译需设置pthread库(包中已有)最简单的办法是把.a库直接扔到mingw的lib目录下.h文件到include目录 可以实现登录 退出 聊天 群聊 等功能 -Hesuiban agreement qq2008 console client, while supporting lin
pthread
- windows多线程开发包,能够使习惯linux下多线程编程的人能够直接在windows下进行编程。-windows multi-threaded development kit, enabling multi-threading used to programming under linux are able to directly in the program under windows.
pthread-win32
- pthread-win32 using visual studio
pthread
- pthread 源码,包括在win32和windows mobile ;采用VS 2008编译器-pthread source, including win32 and windows mobile; compiled by visual studio 2008
tinygc-2_6
- TinGC是一简单的垃圾回收程序,类似于GC.collect()函数。其实著名的BDWGC的一个API应用,是在其基础上进行开发的工程。 TinGC是一个完整的工程,也可以加入其他的程序作为内存、指针等得回收工作。-TinyGC is an independent implementation of the API of the well-known Boehm-Demers-Weiser Conservative GC ("BDW
pthread-Introduction
- 在类Unix操作系统(Unix、Linux、Mac OS X等)中,都使用Pthreads作为操作系统的线程。Windows操作系统也有其移植版pthreads-win32。phread介绍了线程的创建、共享等功能-In Unix-like operating systems (Unix, Linux, Mac OS X, etc.), use Pthreads as the operating system threads. Wind
pthread
- Descr iption: This translation unit agregates pthreads-win32 translation units. It is used for inline optimisation of the library, maximising for speed at the expense of size.
pthread-win32-static-lib
- 跨平台,POSIX pthread。 pthread官方都是动态库,还要复制一大堆东西进去程序才能运行,麻烦。于是下源码自己编译了一个静态库,方便自己,也方便大家使用。里面有详细使用说明-Cross-platform, POSIX pthread. Pthread official are dynamic libraries to copy a bunch of things into the program can run, trou