-
DemoSwfUpload
多文件上传,一次可以上传多个文件,并且各个文件显示各自的上传进度(Multi-file upload, one can upload multiple files, and each file upload progress display their)
- 2013-08-09 10:52:19下载
- 积分:1
-
基于LTC6804的STM32BMS管理系统代码
【实例简介】
- 2021-09-27 00:31:00下载
- 积分:1
-
C.Algorithms.for.Real._20-_20.time.DSP.1995
关于模式识别的套资料,包括了 c/matlab程序代码,欢迎大家来下载(With regard to pattern recognition sets of data, including the c/matlab program code, we are happy to download the)
- 2009-10-05 11:00:22下载
- 积分:1
-
MyIPFilter
采用汇编方式实现的IP过滤程序,可直接编译(Be achieved using the IP filter assembly procedures can be directly compiled)
- 2011-07-30 22:21:35下载
- 积分:1
-
opencv透视变换源码
//依据opencv源码改编而来,代码中已剔除opencv源码中优化部分
void MywarpPerspective(const Mat &_src, Mat &_dst, const Mat &_M0,
Size dsize, int flags, int borderType, const Scalar& borderValue)
{
Mat src = _src, M0 = _M0;
_dst.create(dsize.empty() ? src.size() : dsize, src.type());
Mat dst = _dst;
if (dst.data == src.data)
src = src.clone();
double M[9];
Mat matM(3, 3, CV_64F, M);
int interpolation = flags & INTER_MAX;
if (interpolation == INTER_AREA)
interpolation = INTER_LINEAR;
M0.convertTo(matM, matM.type());
for (int i = 0; i < roiPoints.size(); i++)
{
double X0 = M[0] * roiPoints[i].
- 2022-08-13 06:32:18下载
- 积分:1
-
eemd
eemd的源码,内含5个m文件,分别求取不同参数(the source code of eemd the source code of eemd the source code of eemd the source code of eemd...the source code of eemd)
- 2012-03-28 14:33:12下载
- 积分:1
-
CASStransform
应用插件,可将autoCAD和shapefile文件自动转换,是安装在ARCmap下的,显示的是安装程序(Application plug-ins, you can automatically convert the shapefile autoCAD and is installed in the ARCmap under the display is setup)
- 2013-06-17 11:31:24下载
- 积分:1
-
QualNet-5.n编程
说明: 含有大型无人机群网络编程代码和仿真软件教程(Course on Network Programming Code and Simulation Software for Large UAV Cluster)
- 2019-05-09 16:59:38下载
- 积分:1
-
matlab-junheng
均衡技术的matlab仿真。包括时域均衡和频域均衡后的信噪比对比(Equalization matlab simulation. Including time domain equalization and frequency domain equalization SNR comparison)
- 2013-08-28 21:52:03下载
- 积分:1
-
这是一个计算器的C#学习实例,可以通过编译,界面美观。
这是一个计算器的C#学习实例,可以通过编译,界面美观。-This a Calculator example by C#.
- 2022-03-12 23:34:33下载
- 积分:1