-
MATLAB-CODE
MATLAB的一些经典算法,大家看看有没有用!(MATLAB' s some classic algorithms, we see no use!)
- 2011-05-20 14:19:05下载
- 积分:1
-
aviControl
用opencv实现视频播放,程序比较简单,但可以实现效果(Video playback with opencv implementation, the program is relatively simple, but the effect can be achieved)
- 2011-06-09 19:18:21下载
- 积分:1
-
file_rw_binary
文件操作 以二进制格式读写文件 数据保存打开类型 (File operations data read and write files in binary format to save the open type)
- 2015-03-10 22:07:28下载
- 积分:1
-
QoS_antnet
一种基于AntNet改进地QoS路由算法antnet(ns)仅供参考使用(Based on AntNet improvements to QoS routing algorithm antnet (ns) for reference only)
- 2012-07-25 15:49:57下载
- 积分:1
-
shouchi-zhendongyi
手持振动仪,自动通过傅里叶变换,提取峰峰值,来自动调整震动的幅度,(Handheld vibration, automatic Fourier transform, peak extraction, to automatically adjust the amplitude of vibration,)
- 2013-10-10 10:44:49下载
- 积分:1
-
C# 进度条、状态栏和计时器的实例
C# 进度条、状态栏和计时器的实例,这个例子的部分功能需要连接数据库才可看到,窗体上可看到进度条、时间等控件的效果,相关代码可看下边的代码,可起一定参考:
myAdapter.Fill(myDs, "dtMyProd");
myConn.Close();
//为数据表生成主键
DataColumn[] myPK = new DataColumn[1];
myPK[0] = myDs.Tables["dtMyProd"].Columns["ProductId"];
myDs.Tables["dtMyProd"].PrimaryKey = myPK;
DataRow thisRow = myDs.Tables["dtMyProd"].Rows[1];
txtPId.Text = "" + thisRow["ProductId"];
txtPName.Text = (String)thisRow["ProductName"];
txtUnitPrice.Text = "$" + thisRow["UnitPrice"];
statusBar1.Text ="数据库加载完毕";
时间处理方面,请参见以下代码:
string TimeInString="";
int hour=DateTime.Now.Hour;
int min=DateTime.Now.Minute;
int sec=DateTime.Now.Second;
TimeInString=(hour < 10)?"0" + hour.ToString() :hour.ToString();
TimeInString+=":" + ((min
- 2022-04-17 01:40:32下载
- 积分:1
-
seismic tomo2d地震层析成像
可以被使用于地震波层析成像的数据处理,二维射线追踪地震层析成像,需要在GNU C++环境下运行。
- 2023-01-30 14:55:03下载
- 积分:1
-
MergFileDemo
vc——合并分割的小文件MergFileDemo的程序源码,值得一看!(vc- merge split small files MergFileDemo the program source code, worth a visit!)
- 2011-08-23 00:06:32下载
- 积分:1
-
目标跟踪
通过手动框选目标区域,然后进行自动跟踪,使用的算法是Camshift,自适应均值漂移(By manually selecting the target area, then automatic tracking, using the algorithm is Camshift, adaptive mean shift)
- 2020-10-09 11:07:35下载
- 积分:1
-
EndPmapSearchingPLoadPicture
基于winPhone7 的协同绘图应用,可以载入bing地图或本地图片或照相功能,在地图或图片上绘图,支持一对一交流。用户只需在相应地图上点击请求,输入好友姓名,就会发送请求 (Collaborative drawing application based WinPhone7 of Bing maps or local images or camera functions can be loaded, draw maps or pictures, to support one-to-one exchange. Users simply click on the appropriate map request, enter your friend' s name, the request will be sent)
- 2013-05-20 11:28:11下载
- 积分:1