-
C语言的几个排序算法
资源描述算法收集,排序算法属于算法中的基础,应重点学习
- 2022-09-22 03:45:02下载
- 积分:1
-
清华大学室内定位突破+差增强全息图
资源描述基于对系统的试运行过程中 53 个目的地机场、 93 条航线、 1094 次航班的约 11 万枚射频标签的实测数 据的 分析,刘云浩教授和杨磊博士提出了“差增强全息图”( Differential Augmented Differential Augmented Hologram,)定位方法,用以克服标签多样性对精度的影响首次将室 )定位方法,用以克服标签多样性对精度的影响首次将室 内定位精度提高到毫米级。这一不仅满足了航空行李分拣系统的需求,同时 内定位精度提高到毫米级。这一不仅满足了航空行李分拣系统的需求,同时 内定位精度提高到毫米级。这一不仅满足了航空行李分拣系统的需求,同时 也满足了当前绝大多数室内定位的精度要求。这是迄今为止利用市场上商业化设 也满足了当前绝大多数室内定位的精度要求。这是迄今为止利用市场上商业化设
备所取得的最好室内定位追踪结果,其精度比它同类工作提高了近 40 倍。
- 2022-10-01 13:10:05下载
- 积分:1
-
is studying digital signal processing, signal feel semester with enough solid sc...
正在学数字信号处理,感觉上学期信号与系统学得不扎实,因为当时只是死记公式,这学期数信老师提倡动手实践,觉得自己在编程中对公式理解得更加深刻了。 以下是我写的FFT,欢迎指教。-is studying digital signal processing, signal feel semester with enough solid school system, because only memorizing formulas, a few letters this semester to promote hands-teachers find themselves in the right programming formula to understand more deeply. The following is what I wrote FFT welcome to enlighten.
- 2022-05-16 20:59:38下载
- 积分:1
-
用复化梯形的算法思想求取某一表达式在某一点的满足精度的值...
用复化梯形的算法思想求取某一表达式在某一点的满足精度的值-Sputum 复化 Kyung-Ju 的 near 法 steel fist 求取某 Nanjing Nanjing 表达 driving Hitomi 某 点的满 glass 精度的 Order
- 2023-03-07 03:55:04下载
- 积分:1
-
图书馆管理系统
#include
#include
#include
#include
struct book //图书
{
long NO;//编号
char name[10];//书名
char author[10];//作者名
int classification;//分类号
char publish_unit[20];//出版单位
long publish_time;//出版时间
int number;//库存数
- 2022-02-22 11:27:15下载
- 积分:1
-
用来产生嵌入到随机噪声内的正弦波算法的C源程序。
用来产生嵌入到随机噪声内的正弦波算法的C源程序。-used to produce embedded into random noise sine wave within the algorithm in C source code.
- 2022-01-26 07:02:13下载
- 积分:1
-
散列一条信息的代码
这是基于叉 256 的哈希函数的代码。它生成的代码生成的哈希值或指纹图谱的一条消息。
- 2023-02-19 22:35:04下载
- 积分:1
-
用C语言来实现的,求解线性方程组,还可以实现解向量的一个程序。...
用C语言来实现的,求解线性方程组,还可以实现解向量的一个程序。-The decomposition realizes with the C language, solution system of linear equations, but also may realize the solution vector one procedure
- 2022-02-02 11:07:43下载
- 积分:1
-
Monte Carlo method known as random or statistical skills test method. More than...
蒙特卡罗方法又称随机抽样技巧或统计试验方法。半个多世纪以来,由于科学技术的发展和电子计算机的发明 ,这种方法作为一种独立的方法被提出来,并首先在核武器的试验与研制中得到了应用。蒙特卡罗方法是一种计算方法,但与一般数值计算方法有很大区别。它是以概率统计理论为基础的一种方法。由于蒙特卡罗方法能够比较逼真地描述事物的特点及物理实验过程,解决一些数值方法难以解决的问题,因而该方法的应用领域日趋广泛。
-Monte Carlo method known as random or statistical skills test method. More than half a century, the development of science and technology and the invention of the electronic computer, this method as an independent method was raised and the first nuclear test and research has been applied. The Monte Carlo method is a calculated, but with the general numerical method a great difference. It was based on the theory of probability and statistics-based approach. As the Monte Carlo method can vividly describe things and the physical characteristics of the experimental process, numerical methods to solve some difficult problems, the result of the increasingly extensive application areas.
- 2022-07-14 13:23:24下载
- 积分:1
-
计算1!+2!+3!+...+n!的较快的算法。
计算1!+2!+3!+...+n!的较快的算法。
- 2022-12-24 23:55:04下载
- 积分:1