Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • commoncpp2-1.3.26.tar.gz ... that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. This framework offers a class foundation that hides platform differences ...
  • ExecuteCommand.zip ... request. Thread objThread = new Thread(new ParameterizedThreadStart(ExecuteCommandSync)) //Make the thread as background thread. objThread.IsBackground = true //Set the Priority of the thread. objThread.Priority = ThreadPriority.AboveNormal ...
  • threadpoo.tar.gz threadpoo #include "thread-pool.h" static void *tp_work_thread(void *pthread) static void *tp_manage_thread(void *pthread) static TPBOOL tp_init(tp_thread_pool *this) static void tp_close(tp_thread_pool *this) static void tp_process_job( ...
  • ThreadNotSynchronization.rar Thread Not Synchronization
  • ThreadSynchronizationUsingMutex.rar Thread Synchronization Using Mutex
  • intel-TBB_reference_Manual.rar intel thread building block 并行计算库的参考手册
  • leiku.rar 这是本人在工作中积累的VC++类库,适用于vs2003及以上开发工具,其中 Thread 和 Delegate 是从C#中得到的灵感, 还有一些是在使用开源代码或其它语言时得到的启发和灵感。个人认为部分代码还算好用,所以拿来分享一下。
  • Thread.rar Linux下多线程的简单实例,对于想了解多线程的朋友有一定的参考价值。
  • nihe.rar 直线拟合与多项式拟合 涉及:《数值计算》等相关课程的基础内容 共两个例子,分别是直线拟合与多项式拟合。 转载自百思论坛 http://www.baisi.net/thread-1270848-1-1.html
  • thread.rar 进程的创建和取消的试验,对于初学进程的朋友很有帮助。内容简单容易理解。