-
hjldwg
一个快速读写DWG的文件源代码,DWG是矢量开发中经常碰到的文件格式,DWG文件格式比较烦琐,此库为程序员读写DWG文件节省很多精力(a fast read and write DWG document source code, Vector DWG development is frequently encountered in the paper format, DWG file format, and more than that, for this to read and write DWG programmers to save a lot of energy documents)
- 2007-03-15 00:13:14下载
- 积分:1
-
filter
此为中值滤波方法源程序,可完成图像滤波的功能,程序完整,值得下载(This is the median filtering method of source code, to be completed by the function of image filtering, the program integrity, it is worth download)
- 2009-03-16 19:00:11下载
- 积分:1
-
SurfWave
说明: 处理主动源和被动源面波数据,可拾取频散曲线(Processing active source and passive source surface wave data, picking up dispersion curve)
- 2020-04-01 14:06:32下载
- 积分:1
-
c++ 键盘记录器简洁版 源码下载
键盘记录器简洁版
- 2017-12-05下载
- 积分:1
-
OutputText
OutputText.rar例子,关于txt输出,注释的特别详细(OutputText,special for txt)
- 2013-12-10 10:14:33下载
- 积分:1
-
opencv SYRF特征点检测
定义需要用到的变量和类 定义SURF中的hessian阈值特征点检测算子 定义一个SurfFeatureDetector(SURF) 特征检测类对象 vector模板类是能够存放任意类型的动态数组,能够增加和压缩数据 调用detect函数检测出SURF特征关键点,保存在vector容器中
- 2022-07-12 11:11:57下载
- 积分:1
-
dsplit
#include "windowsx.h"
#include "math.h"
#include "JiHeBianHuanDib.h"
#include "MainFrm.h"
#include "DynSplitView2.h"
#define PI 3.1415926535
#define WIDTHBYTES(bits) (((bits) + 31) / 32 * 4)
#define RADIAN(angle) ((angle)*PI/180.0) //角度到弧度转化的宏
JiHeBianHuanDib::JiHeBianHuanDib()
{
}
JiHeBianHuanDib::~JiHeBianHuanDib()
{
}
///***************************************************************/
/*函数名称:JingXiang(bool fangshi)
/*函数类型:void
/*参数说明:fangshi --判断标志为 true 水平镜像,为 false 垂直镜像
- 2023-05-25 14:50:04下载
- 积分:1
-
NX二次开发-删除对象组
在NX二次开发中常用到删除对象,多个对象都是用删除对象组的函数,附件为整理过的做出封装的两个函数一个为UFUN方式,一个为NXOPEN的方式。
- 2022-03-16 18:33:07下载
- 积分:1
-
convolution
稀疏脉冲反褶积代码,包括高尔消元法解矩阵方程阻,自相关,互相关,褶积,反褶积的代码.
刚参加工作那会儿,上进心也足,爱动脑,编了很多的程序,唯有这一个是我引以为傲的,花了几个星期写的稀疏脉冲(预测)反褶积的代码,放到了现在,觉得也没必要再私藏下去了,不出五年,我都不知道这段代码是干什么的了.
希望对大家有用,方法太简单,所以效果不是太好,请大家修改,如要转载,请记得注明出处.
(vc++)
- 2009-05-09 16:51:58下载
- 积分:1
-
DLLTEST
动态库测试的例子Examples of dynamic libraries testsExamples of dynamic libraries tests(Examples of dynamic libraries tests)
- 2014-10-22 13:23:49下载
- 积分:1