-
读取影像
本代码可提供用户快速,完整读取摄影测量中需要的影像数据,包括img,tiff的格式,1G的数据量最快可达到1分钟读取完成,用户可根据路径选择数据进行读取。img和tiff是摄影测量和地理信息系统专业常用的数据格式,大量的卫星影像,近景影像都涵盖这些数据结构,所以用处很大。
- 2022-01-30 14:25:06下载
- 积分:1
-
Insertion sort
insertion_sort.cpp
#include
#include
#include
#define N 5000
int insertion_sort( int data_insert[] );
void creat_file( char *file_name, int data_file[] );
int main(int argc, char *argv[]){
int data[N];
creat_file( argv[1], data );
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-05 04:13:51下载
- 积分:1
-
网络流量分类NLC方法代码
网络流量分类NLC算法代码,供初学者学习,不得商用,仅供参考,
- 2022-03-24 13:46:12下载
- 积分:1
-
该代码是《科学与工程数值算法》(visual C++实现)一书中的源代码,里面包括常见的数值算法的实现,主要包括复数运算、矩阵运算、线性方程组的求解、非线性方程...
该代码是《科学与工程数值算法》(visual C++实现)一书中的源代码,里面包括常见的数值算法的实现,主要包括复数运算、矩阵运算、线性方程组的求解、非线性方程组的求解以及差值和数值积分的实现。-The code is " Science and Engineering, Numerical Algorithms" (visual C++ to achieve) the book" s source code, which include the common realization of numerical algorithm, including complex calculations, matrix operations, linear equations, nonlinear equations, as well as the margin and the achievement of numerical integration.
- 2022-01-31 18:20:24下载
- 积分:1
-
不同版本的VOF程序 《运动界面追踪数值模拟方法》
不同版本的VOF程序 《运动界面追踪数值模拟方法》-Different VOF programs, thet are abtained from the book by Liu Ru Xun.
- 2022-05-15 17:39:18下载
- 积分:1
-
使用python实现搜索和广深(人工智能)
本文介绍了搜索深度和宽度在人工智能中使用的发展。
在实现中使用了Python。
- 2022-04-19 19:55:02下载
- 积分:1
-
一个简单的算法,本源代码给出了16只队伍,进行双循环的赛程编排...
一个简单的算法,本源代码给出了16只队伍,进行双循环的赛程编排-a simple algorithm, the source code is 16 teams, double-scheduling cycle race
- 2023-01-31 12:35:04下载
- 积分:1
-
用matlab求解的一个Lagrange插值多项式问题
用matlab求解的一个Lagrange插值多项式问题-Using matlab to solve the problem of a Lagrange interpolation polynomial
- 2022-06-15 08:48:26下载
- 积分:1
-
The importance of direct methods discussed in the previous work is unquestionabl...
The importance of direct methods discussed in the previous work is unquestionable, since in some practical engineering problems, information about the values of the objective function is the only reliable information, which may have a researcher.
- 2023-03-25 05:50:04下载
- 积分:1
-
geometry library
在包含、相交、并集或外部应用几何对象是很有用的。还提供以下功能:
- 2023-03-10 17:15:04下载
- 积分:1