登录
首页 » 其他项目 » kd tree realization used Matlab

kd tree realization used Matlab

于 2022-06-14 发布 文件大小:112.21 kB
0 87
下载积分: 2 下载次数: 2

代码说明:

kd树的实现,用到matlab-kd tree realization used Matlab

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • AT89S52单片机电子钟(含万年历、闹铃)
    应用背景用于大学51单片机课程设计,数码管显示时间,设置闹铃,电子钟,显示时间、日期,秒表用于计时,用于51单片机关键技术AT89S52单片机电子钟(含万年历、闹铃、秒表)有注释,可以删除部分功能,所有功能都采用子函数,采用8位数码管显示,采用8位IO口独立式按键输入。涵盖电子钟所有内容。
    2022-08-20 23:38:14下载
    积分:1
  • CTI applications, mainly used in automatic voice response, the development of te...
    CTI应用,主要应用于自动语音应答,开发技术比较成熟,在国外应用比较多.-CTI applications, mainly used in automatic voice response, the development of technology and more mature, more applications in foreign countries.
    2022-07-11 03:02:03下载
    积分:1
  • 这个是我学《windows 游戏编程技巧大师》,那里边的第一个例子。 不过,用了中的一些代码,而且发现,书附带光盘里的代码残缺不全,不知道是不是作者...
    这个是我学《windows 游戏编程技巧大师》,那里边的第一个例子。 不过,用了其中的一些代码,而且发现,书附带光盘里的代码残缺不全,不知道是不是作者故意让读者自己来填? 我自己也写了很多代码。特别是代码组织上,自己觉得还可以.-this is me "windows game programming skills guru" and the edge where the first example. However, the use of some of these codes, but also finds that the incidental CD Lane code broken, I do not know if the author intentionally allow their readers to fill in? I also write a lot of code. In particular code organizations, and that they felt that I could.
    2023-06-26 02:15:03下载
    积分:1
  • CGA模式下的绘图程序,绘制梯形 可以选择画几个(8086)
    CGA模式下的绘图程序,绘制梯形 可以选择画几个(8086)-CGA graphics mode procedures, mapping trapezoidal can choose several paintings (8086)
    2022-01-30 16:00:45下载
    积分:1
  • 在日历# Control,C实现,日历Control,C #实现,
    一个日历控件,C#实现, 一个日历控件,C#实现,-A calendar control, C# Realize, a calendar control, C# Realize,
    2022-03-16 01:10:02下载
    积分:1
  • 硬件 部 分 ,我们建立了以ARM处理器为核心的开发板,通过CMOs摄 像头实时采集图像信息并通过液晶显示器显示。操作系统部分实现了实 时嵌入式操作系统...
    硬件 部 分 ,我们建立了以ARM处理器为核心的开发板,通过CMOs摄 像头实时采集图像信息并通过液晶显示器显示。操作系统部分实现了实 时嵌入式操作系统的开发和移植,并在系统上扩展了文件系统模块,使 之支持图像信息的存储和更为广泛的应用开发。图像算法部分实现了图 像采集、BMP编码、图像存储,以及对所生成的数字图像进行数字处理 等功能。-Hardware part, we set up the ARM processor as the core to the development board, through the CMOs camera images in real-time information collected through the liquid crystal display. Part of the operating system implementation of real-time embedded operating system development and transplantation, and expanded on in the system file system modules, to support the image information storage and a wider range of application development. Part of the image algorithm implementation of the image acquisition, BMP coding, image storage, and digital images generated by digital processing functions.
    2022-09-15 12:10:04下载
    积分:1
  • 学生和培训管理
    培训管理系统 (TMS) 一直在旨在帮助提供监视和管理人员培训和交流有关类、 认证和过期日期设置为所有涉及的人的信息。 TMS 提供每个培训用户区域仪表板上显示个人培训信息和通知。
    2023-02-01 00:45:03下载
    积分:1
  • SPI通讯 学习之用 FreeScale
    SPI通讯 学习之用 FreeScale-SPI communication
    2022-03-02 00:46:13下载
    积分:1
  • prepare themselves with a small C games, DOS interface, oh run. Float Float basi...
    自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-prepare themselves with a small C games, DOS interface, oh run. Float Float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, p
    2022-03-22 16:15:25下载
    积分:1
  • 是用c++写一个简单的手机界面的程序 五级菜单
    是用c++写一个简单的手机界面的程序 五级菜单-menu
    2023-03-06 04:35:04下载
    积分:1
  • 696522资源总数
  • 104040会员总数
  • 35今日下载