搜索资源列表
threadsandprocesses
- // DLL example program (1) to demonstrate Thread Local Storage (TLS). // This DLL implements the two classes CSetter and CGeneral // // CSetter is used to set up the static text string, delete it, change it and display // its content
Debug API机制
- /******************************************************* /*《加密与解密》第三版配套实例 /* &nbs
基本遗传学习分类系统 SCS.CPP
- 基本遗传学习分类系统 SCS.CPP A Simple Classifier System based on Genetic Learning developed from the Pascal SCS code presented by David E.Goldberg 同济大学计算技术研究所 王小平 2000年7月
UDF文件系统 源码
- Abstract:Universal Disk Format is a file system specification defined by Optical Storage Technology Association, One objective of UDF is to replace the ISO9660 file system. Introduce the characteristics of UDF file system, describe UDF file system’
IERTES1
- ****************************************Copyright (c)************************************************** ** Guangzhou ZHIYUAN electronics Co.,LTD. ** ** http://www.zyinside.com ** **--------------File Info----------------------------------------------
nedmalloc
- nedalloc, an alternative malloc implementation for multiple threads without lock contention based on dlmalloc v2.8.4. (C) 2005-2010 Niall Douglas Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, t
Call function by name in C++
- Useful for scr ipting language development