资源列表
segment-tree
- 在实际应用中,常遇到与区间有关的操作,比如统计若干矩形并集的面积,记录一个区间的最大最小值及总量,并在区间的插入、删除和修改中维护这些数据。线段树的定义是利用树形二分结构所建立的一种数据结构,能够高效的完成这些操作。-In practical applications, often encountered in the interval-related operations, such as statistics and set a number of rectangular area, rec
cdn2.tar
- 2017年华为软件精英挑战赛源代码总结,分数不高,经供参考-hello hello hello hello hello
plinnang
- RRT是应用广泛的机器人路径规划方法,可处理路径规划中的不同问题-RRT is a widely used method of robot path planning, path planning are processed in a different problem,,
rfgistry
- 多目标跟踪的Matlab仿真程序,用于数据处理和数据关联,不错的-Multiple target tracking of Matlab simulation program, used for data processing and data correlation, pretty good
dhta
- 多目标跟踪的Matlab仿真程序,用于数据处理和数据关联,不错的-Multiple target tracking of Matlab simulation program, used for data processing and data correlation, pretty good
memberr-sbndition
- 实现边缘连接和线段拟合源码,用MATLAB实现,可直接执行-Realize the edge connectivity and line fitting the source code, MATLAB, can be directly d
noiqe
- 设计最小二乘逆滤波器求解反卷积问题,假设有观测噪声,为降低观测噪声的影响-Design least-square deconvolution problem solving inverse filter, assume that the observation noise, in order to reduce the effects of observation noise
GP
- 能够有效的得到动力系统的一维信号序列的关联维度,为分析动力系统的规律提供参数参考,实际运用中也确实很有效果。-Which can effectively obtain the correlation dimension of the one-dimensional signal sequence of the power system, provide the parameter reference for the analysis of the law of the power system,
xsjz
- 实现稀疏矩阵压缩存储上的基本运算。 (1)存储结构选择三元组存储方式 (2)实现两个稀疏矩阵的相加、相减与乘法运算,并输出运算结果 (3)实现稀疏矩阵的转置运算。 -To achieve the basic operation of sparse matrix compression storage. (1) storage structure selection triad storage (2) to achieve two sparse matrix additio
Mie散射Fortran程序
- mie散射计算程序 可计算mie散射相函数
Monitor
- Monitor下会启动两个进程分别运行不同的程序,但是在启动进程时会配置新的环境变量让程序运行在新的环境下。对于一些嵌入式应用开发中为了保持原先的环境不变,或者只有在启动一些新的环境配置才能运行而导致无法使得程序在rc.local中无法自启动而设置的新环境。
设计哈希表实现电话号码查询系统
- 1、每个记录有下列数据项:电话号码、用户名、地址; 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、选取解决冲突的方法; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。
