-
poisson_c
在偏微分方程的数值求解中,有一类很重要的问题就是求解有奇异点的泊松方程,此程序是用C写的并行程序,能极大的提高泊松方程的求解(In the numerical solution of partial differential equations, there is a class of very important issues that have a singular point of solving the Poisson equation, this program is written in C parallel programs, can greatly improve the solution of the Poisson equation)
- 2013-12-05 22:47:33下载
- 积分:1
-
Project10
采用数值分析课程中的插值逼近以及曲面拟合方法来估算复杂的函数表达式。(Interpolation approximations and surface fitting methods are used in the numerical analysis course to estimate complex function expressions.)
- 2016-12-20 10:08:03下载
- 积分:1
-
Name_pairs.cpp
c++ 大一上机作业 运用iterator 将name_pairs类进行排序(name_pairs 包含 name 和 age)()
- 2014-11-20 15:25:08下载
- 积分:1
-
MUSIC
阵列信号处理中的其中一个传统子空间方法仿真程序,二维music算法。(One of the traditional subspace method simulation program in array signal processing, the two-dimensional music algorithm.)
- 2014-09-04 20:44:59下载
- 积分:1
-
dep-and-col
VS2013+OPENCV2.4.9+kinect2.0实现深度彩色图像(VS2013+OPENCV2.4.9+kinect2.0 realize the depth of the color image)
- 2015-12-04 20:47:50下载
- 积分:1
-
MATLAB-7.0User-Guide2-
Matlab的编程指南(下册),常用的Matlab入门教程,比较详细非常好用的哈!(Matlab programming guide, commonly used Matlab Tutorial, detail very easy to use Ha!)
- 2012-02-15 09:57:20下载
- 积分:1
-
laing_barsky
程序实现Liang-Barsky裁剪算法。
- 2022-06-17 05:36:43下载
- 积分:1
-
Rent
这个一个VC连接MSSQL数据库的小软件,软件中具有对数据库中得表查询、添加、删除等功能,为你提供参考。(A VC connecting the small MSSQL database software with a table of the database query, add, delete, and other functions, provide a reference for you.)
- 2009-05-01 18:43:27下载
- 积分:1
-
Single-version-of-Tetris
俄罗斯方块单人版(使用简单的图形库实现了游戏的画面,图片可以自己在对应位置保存)(Single version of Tetris)
- 2015-04-18 18:30:35下载
- 积分:1
-
FaceRecog_src100902
基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。
-->请到 http://code.google.com/p/facerecog/ 下载最新版本。<--
功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。
在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。
数据处理分为了CFaceAlign(人脸检测+几何归一化)、CLightPrep(光照归一化)、CFaceFeature(Gabor特征提取)、CSubspace(计算Fisherface子空间)四个类,还有一个类 CFaceMngr 负责管理界面与数据之间的交流。注释很详细
程序中使用了OpenCV1.0和2.0,如果你没有安装这两者的库,或者想要看看运行效果,请到
http://code.google.com/p/facerecog/
下载安装包。(An OpenCV-based face recognition demo. Gabor+Fisherface algorithm, face alignment and light normalization is implemented. Please go to http://code.google.com/p/facerecog/ to download latest codes, demo installer and OpenCV dlls.)
- 2010-09-06 13:03:25下载
- 积分:1