-
建立八叉树,对点云数据进行变化检测
首先对获取的点云数据进行组织,对点云数据建立八叉树,以便于检索,然后对点云数据进行变化检测,并显示变化区域,输出变化区域的点的信息。
- 2022-01-27 14:11:57下载
- 积分:1
-
C# 使用XmlWriter写XML文件
C# 使用XmlWriter写XML文件,为使文件易读,使用缩进,引用样式,写入注释。写一个元素(根元素),比如genre 属性、ISBN 属性、书名元素、价格元素、写入 CDATA,缓冲器内的内容写入文件。然后加载文件,将XML文件的内容显示在控制台,最后等待用户阅读。通过这个完整的写入XML文件的实例,将XmlWriter的用法完全展现给用户,让你更进一步的了解XmlWriter的用法。
- 2022-05-28 19:11:35下载
- 积分:1
-
prime_number
這個程式可以顯示 3~100 的 prime number,很適合新手練習的範例程式,附上源碼可以修改內部細節,多做驗證。()
- 2007-09-19 17:10:12下载
- 积分:1
-
chapter7
C语言高级编程及实例剖析/王为青, 刘变红编著
ISBN号: 978-7-115-15423-1
出版发行项: 北京-人民邮电出版社 2007
光盘内容
附注项: 本书结合实例,深入浅出地介绍了C语言在主要应用领域的编程技术。全书共9章,分别为内存管理、文本屏幕界面设计、文件高级操作、图形图象、中断、通信技术、基本总线接口编程等。
附注项: C语言程序设计人员。
(C high-level programming language and examples of analysis/Wang Qing, Liu red for the ISBN number: 978-7-115-15423-1 published items: Beijing- People' s Posts & Telecom Press, 2007 CD-ROM of the contents of note: the book with examples, to learn more on the C language applications in the main programming. 9 book chapters, respectively, memory management, text-screen interface design, documentation of the advanced operators, graphic images, interruption, communications technology, such as the basic bus interface programming. Note item: C language programmers.)
- 2009-04-16 14:16:14下载
- 积分:1
-
READdht11
一个能读取DHT11湿度传感器的程序,使用STM8S003K3P6(A program to read DHT11 humidity sensor)
- 2015-08-16 19:32:40下载
- 积分:1
-
最大子团问题
#include
#include
#define N 20
struct code
{
int a[N][N];
int n;
int x[N];
int bestx[N];
int cn;
int bestn;
}Y;
int count;
void Backtrack(int i)
{
int OK=1;
int j;
if(i>Y.n)
{
for(j=1;j
- 2022-01-27 23:45:31下载
- 积分:1
-
基于TMS320C6747的外部中断例程
基于TMS320C6747的外部中断例程,可用于C674x,代码简单,可以运行,具有参考意义。
- 2023-01-11 15:35:04下载
- 积分:1
-
显示视频图像
读取PC的视频采集设备列表,利用AForge的内置控件,展示视频图像,实现图像翻转,实现图像描线。
整体效果反应灵敏,CPU和内存消耗都很小。
程序结构小巧,代码精炼,运行稳定。
采集并播放就几行代码,需要的朋友请免费获取!
var vcd = new VideoCaptureDevice(vd[cboCamera.SelectedIndex].MonikerString);
vcd.DesiredFrameSize = new Size(320, 240);
vcd.DesiredFrameRate = 1;
vp.VideoSource = vcd;
vp.Start();
- 2022-05-28 02:45:39下载
- 积分:1
-
GA_and_ACO_TSP
使用遗传算法和蚁群算法求解TSP问题,并且
实时地将计算结果和所用时间等信息显示在界面上,很直观。(The use of genetic algorithms and ant colony algorithm for TSP problem, and real-time results and the use of the time information is displayed in the interface is very intuitive.)
- 2010-09-03 21:45:37下载
- 积分:1
-
97wavelettansform
9/7 二维整数小波变换,可以实现图像的无损恢复。(9/7 two-dimensional integer wavelet transform, you can realize non-destructive restoration of images.)
- 2008-07-27 17:57:49下载
- 积分:1