资源列表
bridge
- Using parent-child process to play bridge automatically according to the basic rules
ASATSP
- ASATSP源程序的m文件,能在matlab中成功运行(The m file of ASATSP source program can successfully run in matlab)
convert_gd4s_to_binary
- 将模型输出的gd4s文件转换为二进制文件(Converts the gd4s file of the model output to a binary file)
randmask
- matlab处理图像,随机扔掉图像的像素点,并进行双线性最邻近插值(Randomly discard pixels of an image. Bilinear interpolation and nearest neighbor interpolation are also performed)
Program
- 读取GLDAS数据, 是一个比较好的读取文件的实例(read gldas data, is a good example of reading file)
c++实现动态数组
- 使用C语言实现一个长度可扩充的数组(包含必要的数据结构及函数); 能存放任意类型的数据(Using C language to implement a dynamic array which can reserve any kinds of datas)
最小二乘法直线拟合 用VC实现的3
- 最小二乘法拟合直线,通过点云或者三角网格(Least square fitting straight line by point cloud)
空间后方交会
- 摄影测量中的空间后方交会程序,原理即 共线条件方程,是利用一定数量的已知地面控制点,求解像片的外方位元素的过程。(Photogrammetry space resection procedure, namely the principle of collinear equation, is known by a certain number of ground control points, the process of exterior orientation elements of the
C程序
- 这是我自己编写的关于获取现在在用操作系统版本的C程序(get the version of the os)
circil
- 定义一个圆类(Circle),属性为半径(radius)、圆周长和面积,操作为输入半径并计算周长、面积,输出半径、周长和面积。要求定义构造函数(以半径为参数,缺省值为0,周长和面积在构造函数中生成)和拷贝构造函数。(Define a circle class (Circle), the attributes are radius (radius), circle perimeter and area, operation as input radius, and calculate perime
sa_signal_fft
- 分析了sinc(t)频谱,N个采样点,采样率为Fs(spectrum of sinc(t),N Sampling point, sampling rate Fs)
rect_signal_fft
- rect_signal_fft.m分析了1s方波信号的频谱(The spectrum of square wave signal is analyzed)