-
DetectObjectWithSurf
Object detection (or rather, recognition) is one of the fundamental problems in computer vision and a lot of techniques have come up to solve it.
This is a Project about Real-time object detection in OpenCV using SURF.
- 2013-09-10 00:59:41下载
- 积分:1
-
ClientLogon
new raja login gm tool
- 2014-01-29 14:12:55下载
- 积分:1
-
llk
VC++ 6.0开发的游戏大厅,采用C/S模式,里面包含一个连连看游戏。(VC++ 6.0 developers of the game hall, with C/S model, which includes a Lianliankan game.)
- 2020-12-09 11:59:19下载
- 积分:1
-
SSH客户端工具Bitvise SSH Client
说明: 这是用ftp的一个工具,是SSh客户端工具(This is a tool for ftp, a SSh client tool)
- 2019-05-12 17:49:04下载
- 积分:1
-
haisanids
VC++网络连接监控程序源代码,适合编写网络监控的编程者参考,选择监听的网络IP地址后才可以开始监听里程。并包括了IDS过滤器参数设置,几点提示:
1.初始状态只监听连接,不捕获IP数据
2.鼠标右击列表选择或取消监控某端口数据
3.为防止ping攻击,一般情况ping数据全部监控
4.监控某端口数据时,不监控ping包
5.数据超过20k将被清空
6.右边窗口停止抓包后显示十六进制数(VC++ source code network connection monitoring, network monitoring program for the preparation of reference, select the monitor s network IP address before you can start listening mileage. And includes IDS filter parameter settings, a few tips:
1. Initial state only listen for connections, do not capture IP data
2 Right-click the list to select or deselect a port monitoring data
3 To prevent ping attacks, general ping all monitoring data
4 When a port monitoring data, no monitoring of ping packets
5 The data will be cleared over 20k
6 right window displays the hexadecimal number stopped after capture)
- 2014-07-02 10:17:36下载
- 积分:1
-
C#读取文件内容显示在DataGridView表格中
Visual C#在DataGridView单元格中显示文本文件的内容,可以理解为,从外部读取文件内容,将其显示在DataGridView
单元格中,可以看出,本代码中使用了DataTable对象、OleDb.OleDbDataAdapter对象,外部文件的格式暂定为txt,其它格式需要相关解析组件支持,实现本功能并不难,以下几行代码就可大致实现:
string MyPath = System.IO.Directory.GetCurrentDirectory();
string MyConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="+MyPath+";Extended Properties="text;HDR=yes;FMT=delimited";";
string MySQL = "select * from 季度订单.txt";
DataTable MyTable = new DataTable();
System.Data.OleDb.OleDbDataAdapter MyAdapter = new System.Data.OleDb.OleDbDataAdapter(MySQL, MyConnectionString);
MyAdapter.Fill(MyTable);
this.dataGridView1.DataSource = MyTable;
运行界面效果请参见下图,完整源码请在本页下载。
- 2022-03-20 07:42:37下载
- 积分:1
-
国家集训队1999论文集_7820043
说明: National Training Team 1999 Proceedings
- 2020-06-23 02:20:02下载
- 积分:1
-
GA
说明: 针对电路故障的诊断提出了一种基于遗传算法的方法,将遗传算法与MATLAB结合实现了电路故障诊断。(For the proposed circuit fault diagnosis method based on genetic algorithm, genetic algorithm combined with the MATLAB implementation of the circuit fault diagnosis.)
- 2010-05-05 09:51:45下载
- 积分:1
-
WritePathToXml
说明: 使用C#进行xml的读写。根据输入的路径,搜索路径下的所有文件和子文件夹,将这些文件和子文件夹的路径保存到xml中。(Use C # to read and write xml. According to the input path, all files and subfolders under the path are searched, and the paths of these files and subfolders are saved into xml.)
- 2020-06-18 13:20:02下载
- 积分:1
-
Least-square-deconvolution
最小平方反褶积的相关程序,可用于相关地震资料的处理和分析(Least squares deconvolution procedures, can be used for correlation of seismic data processing and analysis)
- 2013-08-12 21:57:15下载
- 积分:1