-
closest_pair
分治法思想,求最邻近点对,考虑将所给的n个点的集合S分成2个子集S1和S2,每个子集中约有n/2个点,然后在每个子集中递归地求其最接近的点对(Divide and conquer ideas, find the nearest point to consider given the set S of n points into two subsets S1 and S2, each subset of about n/2 points, and then recursively find its focus in each sub-the closest point)
- 2013-12-07 16:46:26下载
- 积分:1
-
代理服务器软件,局域网
代理服务器软件,局域网-Proxy server software, LAN
- 2022-04-06 23:15:42下载
- 积分: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
-
A foreign code, modeled after the production of virtual city, Vector style, very...
一个国外的代码,仿造虚拟城市制作,矢量风格,十分优秀。-A foreign code, modeled after the production of virtual city, Vector style, very good.
- 2022-04-21 17:48:00下载
- 积分:1
-
图像的熵计算
这是从网上整理出来的图像融合评价标准,用来计算图像的熵(The entropy of calculating the image)
- 2018-01-14 15:30:11下载
- 积分:1
-
pku解题,以及一些常用的技巧,
求插座的数目
pku解题,以及一些常用的技巧,
求插座的数目-pku evaluations, as well as some commonly used techniques, the number of outlets for
- 2022-02-13 12:52:21下载
- 积分:1
-
kml_function
在MATLAB中读取或写入HTML5规范的网页数据,凭借这几个函数可以创建网页文件或进行网页爬取。使用时用M语言生成html文件,用浏览器打开可以看到效果。(In MATLAB to read or write the HTML5 specification of Web data, by virtue of these functions can create web files or web crawling. When using M language to generate HTML files, with the browser open to see the effect)
- 2017-04-19 17:05:18下载
- 积分:1
-
RTX实验_消息邮箱(中断方式)
说明: STM32 RTX实验_消息邮箱(中断方式)(stm32 MDK RTX RTOS MAILBOX DEMO)
- 2020-06-20 06:40:02下载
- 积分:1
-
minix3.2.0源代码
minix3源代码,可运行
MINIX是一种基于微内核架构的类UNIX计算机操作系统,由Andrew S. Tanenbaum发明。MINIX最初发布于1987年,开放全部源代码给大学教学和研究工作。2000年重新改为BSD授权,成为自由和开放源码软件。MINIX为全球注册商标(Minix3 source code, run)
- 2018-06-28 10:43:20下载
- 积分:1
-
Net+移动开发例程,C# 开发手机游戏
Net+移动开发例程,C# 开发手机游戏-Net+ Mobile development routines, C# Development of mobile gaming
- 2022-01-24 18:55:59下载
- 积分:1