-
AryanRat
国外著名的远程控制RAT 适合改成自己的专用(Famous for the remote control RAT into its own dedicated)
- 2009-07-12 18:58:05下载
- 积分:1
-
仓库管理,ERP进销存
系统通过数据库连接,管理销售订单,采购订单,管理物料的出入库,销售
- 2020-02-28下载
- 积分:1
-
8051 Bluetooth Interfacing Project File
8051 Bluetooth Interfacing
- 2020-06-19 23:00:02下载
- 积分:1
-
ICP-point-cloud-registration
三维激光点云配准是点云三维建模的关键问题之一。经典的 ICP 算法对点云初始位置要求较高且配准
效率较低,提出了一种改进的 ICP 点云配准算法。该算法首先利用主成分分析法实现点云的初始配准,获得较好
的点云初始位置,然后在经典 ICP 算法的基础上,采用 k - d tree 结构实现加速搜索,并利用方向向量夹角阈值去除
错误点对,提高算法的效率。实验表明,本算法流程在保证配准精度的前提下,显著提高了配准效率。
(Three-dimensional laser point cloud registration is one of the key three-dimensional point cloud model. High classical ICP algorithm to the initial position of the point cloud registration requirements and low efficiency, proposed an improved ICP point cloud registration algorithm. Firstly, the use of principal component analysis of the initial point cloud registration, get a better initial position of the point cloud, then the basis of classical ICP algorithm using k- d tree structure to achieve speed up the search, and using the direction vector angle the removal of the threshold point error and improve the efficiency of the algorithm. Experiments show that the algorithm processes to ensure the accuracy of registration under the premise, significantly improve the efficiency of registration.)
- 2016-08-01 10:34:57下载
- 积分:1
-
FindStudent
课堂随机点名系统。MFC实现。要求能完全实现我们的点名程序已有的功能。即事先从教务处网站上下载某班的学生名单并存盘备用。你的程序能够以某种方式有选择性的加载某个班的存盘文件并把相应的学生信息读入内存,然后以随机的方式来查找某个学生的信息并把它显示出来以实现点名。(Classroom randomly named system. MFC implementation. Requirements to fully realize our program has been named function. That is, from the Office of Academic Affairs Web site in advance of a class of students download and save the standby list. Your program in some way be able to selectively load a class file and save the students put the corresponding information read into memory, then a random way to search a student' s information and put its name displayed in order to achieve .)
- 2020-12-02 10:39:26下载
- 积分:1
-
ZhengNan5
图像的逆滤波 维纳滤波 同时可以对图像进行模糊处理比如运动模糊 卷积模糊(Using C++ to complete images of conversion, processing and compression process, is to learn good reference digital image processing program!)
- 2011-05-14 20:02:47下载
- 积分:1
-
sift_c源码_vs可直接运行
SIFT,即尺度不变特征变换(Scale-invariant feature transform,SIFT),是用于图像处理领域的一种描述。这种描述具有尺度不变性,可在图像中检测出关键点,是一种局部特征描述子。基于原算法的开源的robehess编写的sift算法c语言版,经由本人在vs环境调试,可在配置好的opencv环境中直接运行
- 2023-01-11 06:15:04下载
- 积分:1
-
C
说明: 含随机出题(四则运算)及其迭代程序、返回数组中最大子数组和及其迭代程序等。(Software class operations, including four operations and iterative procedure, returns an array of sub-arrays and the largest and Iterative procedures)
- 2016-07-01 08:32:22下载
- 积分:1
-
123456
计算卡片过程密钥,加密密码数据,计算安全报文鉴别(MAC)过程密钥 (Calculating card key, the encrypted password data, calculate the safety message authentication (MAC) key)
- 2013-08-14 13:15:47下载
- 积分:1
-
Visual C# 自动识别Access数据库路径
Visual C# 自动识别Access 2000数据库路径,当然不仅限于Access2000,Access2007版本也可以,此源码仅是示例,当然打开程序后,程序会自动搜索Access路径,连接之后自动打开程序。大致的实现方法,可参考下述代码:
string strPath = Application.StartupPath + " est.mdb";//得到数据库路径
string ConStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data source=" + strPath;//创建连接字符串
OleDbDataAdapter OleDatOleDat = new OleDbDataAdapter(//创建数据适配器对象
"select * from 帐目", ConStr);
OleDatOleDat.Fill(dt);//填充数据表
count = dt.Rows.Count;
textBox1.Text = dt.Rows[0][0].ToString();//显示数据表中数据
textBox2.Text = dt.Rows[0][1].ToString();//显示数据表中数据
textBox3.Text = dt.Rows[0][2].ToString();//显示数据表中数据
textBox4.Text = dt.Rows[0][3].ToString();//显示数据表中数据
- 2022-03-24 00:39:43下载
- 积分:1