-
-
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( ...
-
-
-
-
leiku.rar
这是本人在工作中积累的VC++类库,适用于vs2003及以上开发工具,其中 Thread 和 Delegate 是从C#中得到的灵感,
还有一些是在使用开源代码或其它语言时得到的启发和灵感。个人认为部分代码还算好用,所以拿来分享一下。
-
-
nihe.rar
直线拟合与多项式拟合
涉及:《数值计算》等相关课程的基础内容
共两个例子,分别是直线拟合与多项式拟合。
转载自百思论坛
http://www.baisi.net/thread-1270848-1-1.html
-
-