-
queuetest
使用信号灯(semaphore),事件(Event),临界区(CriticalSection)进行线程同步的例子( Uses the signal light (semaphore), the event (Event), the
critical zone (CriticalSection) carries on line regulation
synchronization the example )
- 2001-12-10 00:00:00下载
- 积分:1
-
GA
说明: 遗传算法的源代码。MATLAB下支持,省得编代码了(Genetic algorithm source code. MATLAB to support clinics to save compiled code of the)
- 2009-08-25 19:38:44下载
- 积分:1
-
matlab
matlab下运行有界面,实现对特定图片的处理,可以设定参数值(run a matlab interface to achieve a specific image processing parameters can be set)
- 2011-05-15 13:57:55下载
- 积分:1
-
AE
说明: AppWizard has created this AE application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
- 2010-05-14 14:02:22下载
- 积分:1
-
face
本程序是运用SVM来实现人脸识别算法,能直接运行且能进行二次开发(This procedure is to use SVM to implement face recognition algorithm that can run directly and can perform a secondary development)
- 2014-02-18 21:17:44下载
- 积分:1
-
matlab-call--cPP
matlab调用c++的创建和调试,mex函数的运用(the creation and debugging of mex function use matlab call c++)
- 2012-05-09 07:58:07下载
- 积分:1
-
chapter10
matlab 中一些很用的代码,数值分析于应用。(matlab code, numerical analysis on the application.)
- 2013-04-27 10:39:21下载
- 积分:1
-
SytheticRec_MATLAB
用matlab合成地震记录,matlab代码,石油勘探,地震正演模拟(sythetic seismic record with matlab)
- 2013-11-29 13:10:25下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
jindaipingcha
近代平差,含有近代经典平差函数模型,适用于数据处理中的近代平差应用(Modern adjustment, containing a model of modern classical adjustment function for data processing applications in modern Adjustment)
- 2014-02-17 10:19:29下载
- 积分:1