-
Kriging
协同克里金插值算法,可用于各种地球物理手段的成图,地形图,高程图,电阻率分布等(Collaborative Kriging interpolation algorithm can be used for a variety of geophysical instruments to map, topographic maps, elevation maps, resistivity distribution.)
- 2013-12-18 09:06:28下载
- 积分:1
-
图像去噪资料
图像去噪资料,个人收集的资料及去噪代码,很实用
- 2022-02-10 07:11:15下载
- 积分:1
-
GetCMDPrint
C#获取命令输出参数程序,支持可执行文件拖拽至本程序窗体执行(C# get command output parameters, support for drag and drop an executable file to the implementation of the program form)
- 2011-01-04 15:32:27下载
- 积分:1
-
ChinaBlock
说明: 俄罗斯方块C#版比较好的一个游戏实例,可以提供给大家学习(Tetris C# Version of a better example of a game can be made available to the U.S. study)
- 2008-08-31 09:16:32下载
- 积分:1
-
mpeg_facedetector_src
mpeg face detector!!
- 2009-08-11 11:49:14下载
- 积分:1
-
Timer
CC2530的定时器实验,使用IAR编写。(CC2530 key experiments, using IAR preparation procedures.)
- 2014-02-14 10:29:09下载
- 积分:1
-
tee-Chart-Controls-information
tee chart控件很好的资料,里面有两个有用的word的文档,不仅接收简单的用法,还有具体的操作;还有一个是很具体的例子,很好的,共初学者很好(tee Chart Controls good information, there are two useful Word document, not only receive simple usage, as well as the specific operation there is a very specific example of good, a total beginner)
- 2013-05-13 18:12:10下载
- 积分:1
-
ExecuteProcessCommandLine
source for executing any external command line program from VC++
- 2009-09-28 03:39:43下载
- 积分:1
-
under the divide
根据分治算法策略,来实现对一个系列中最小数的查找.-under the divide-and-conquer strategy to achieve a series of the smallest number of search.
- 2023-07-24 00:40:03下载
- 积分:1
-
CListCtrl 的用法
void CListBackgroundDlg::SetListInit(){ //属性设置 m_list1.ModifyStyle(LVS_TYPEMASK,LVS_REPORT&LVS_TYPEMASK|LVS_SINGLESEL); DWORD dwStyle = m_list1.GetExtendedStyle(); m_list1.SetExtendedStyle(dwStyle|LVS_EX_FULLROWSELECT|LVS_EX_GRIDLINES); //设置行宽 CImageList image; image.Create(1,40,ILC_COLOR24|ILC_MASK,4,0); m_list1.SetImageList(&image,LVSIL_SMALL); //设置字体和大小 CFont font; font.CreateFont(16,0,0,0,FW_NORMAL,FALSE,FALSE,0,ANSI_CHARSET,OUT_DEFAULT_PRECIS,CLIP_DEFAULT_PRECIS,DEFAULT_QUALITY,DEFAULT_PITCH|FF_SWISS,"宋体"); m_list1.SetFont(&font); m_list1.GetHeaderCtrl()->SetFont(&font); //设置标题头 &n
- 2022-11-29 03:15:03下载
- 积分:1