资源列表
fama
- 用python写的实测fama模型学习思路以及开发案例源代码(Python-based learning idea of measured Fama model and source code of development case)
迷宫问题
- 此为回溯法求解迷宫问题的源代码,问题描述如下: 迷宫问题的求解是实验心理学的一个经典问题.,心理学家把一只老鼠从一个无顶盖的大盒子的入口赶进迷宫,迷宫中设置很多壁障,对前进方向形成了多处障碍,心理学家在迷宫的唯一出口放置了奶酪,吸引老鼠在迷宫中寻找通路以到达出口。设计回溯算法实现迷宫求解。(Retrospective method)
RF
- IDL遥感,roi的随机拆分,通过IDL控制,感兴趣区的随机选择操作(IDL Remote Sensing, Random Segmentation of ROI)
SimulateDeposition
- 相场模拟计算的matlab程序,模拟沉积过程中的结构演化(Phase field simulation of matlab procedures)
运动补偿
- isar 逆合成孔径雷达成像例程,运动补偿方法(isar movement method)
appendix-2
- Programming Phase-Field Modeling
avantage
- avantage 软件(xps处理软件)使用无注册码,试用期为30days,使用该注册表值则可延长使用时间。30days后再次运行可持续使用。 步骤:双击运行,同意添加。(Avantage software (xps processing software) uses no registration code, the trial period is 30 days, using the registry value can extend the use time. After 30 days
roll
- 船舶横摇运动的matlab程序,希望可以帮到大家(Input the data to get the ship model, hoping to help you)
干涉仪程序
- 实现相关干涉仪包括数据产生和鉴相两部分。MATLAB实现。(The realization of correlation interferometer includes two parts: data generation and phase discrimination. Matlab implementation.)
sunshang11
- 对构件进行损伤识别,并分析损伤位置,损伤程度以及可能的损伤原因。(Damage identification of components and analysis of damage location, degree of damage and possible causes of damage.)
encoding
- 用于数字图像解密的行列置乱算法,可用于灰度图像(Row and column scrambling algorithm for digital image decryption, which can be used for gray image)
设计strstr函数
- 描述 C语言中有一个函数strstr。我们编写一个类似功能的函数,mystrstr int mystrstr(char a[], char b[]); 作用是查找字符串a中出现的第一个b串的下标,如果没有找到,返回-1。 输入 分别输入两个字符串a,b,分别占一行。字符串长度不超过500个字符。 输出 字符串a中出现的第一个b串的下标。 样例 输入 abca a 输出 0(describe There is a function strstr in C language. W
