-
三维电阻率反演matlab代码
这是经典的一种电阻率三维反演的代码,在地球物理勘探领域有着非常广泛的应用,具有重要的研究和应用价值,本程序只与大家开展交流,请不要商业化。。。
- 2022-08-02 14:48:31下载
- 积分:1
-
sha_256.c
已调试过,好用,但是速度可能不是很快。适合于实验教学用。若不能使用或者正确运行,请勿责怪,因为此程序是我随便传的
- 2022-01-21 21:30:23下载
- 积分:1
-
Simulation of Ant Colony Algorithm for Routing in the Internet, given normal cir...
蚁群算法仿真因特网中的路由选择,给出正常情况、节点阻断和路径拥塞等不同情况下的最优路径选择与更新实现,仿真结果能够提供可视化的过程模拟-Simulation of Ant Colony Algorithm for Routing in the Internet, given normal circumstances, and the path blocked node under different circumstances, such as congestion of the optimal path selection and update the realization of simulation results can provide visualization of the process simulation
- 2022-05-16 14:04:48下载
- 积分:1
-
球散射程序和表
sphere scattering program and statment
- 2022-04-21 18:55:07下载
- 积分:1
-
精品数据结构
// simpleSeq.cpp :
#include //定义在头文件“seqList.h”中
#include
const int defaultSize = 100;
using std::endl;
using std::cerr;
class SeqList{
protected:
int *data; //存放数组
int maxSize; //最大可容纳表项的项数
int last; //当前已存表项的最后位置(从开始)
void reSize(int newSize); //改变data数组空间大小
public:
- 2022-01-20 22:23:56下载
- 积分:1
-
Tower of Hanoi game, according to the user to enter the location of the mobile p...
汉诺塔游戏,根据用户输入盘子移动的位置来移动盘子,并显示状况-Tower of Hanoi game, according to the user to enter the location of the mobile plate to move the plates, and display status
- 2022-07-07 06:01:11下载
- 积分:1
-
sd pic 图像
本项目使用微芯片的 PIC18F2550 和和从 BMP 文件 SD/MMC 卡上显示图像。虽然显示本身是单色图像,它仍然支持 24 bpp (每像素的位数)、 8 bpp、 4 bpp 和 1-bpp (单色) 位图文件 (*。BMP) 84 × 48 像素大小。它使用
- 2022-11-24 23:35:03下载
- 积分:1
-
对运动目标检测和跟踪
本程序能够对运动目标进行检测,提取前景图像以及能够进行灰度处理和对目标能够进行有效的跟踪,通过VS2010和opencv进行编译,能够运行出来。
- 2022-06-20 00:39:06下载
- 积分:1
-
数据挖掘中聚类的算法,可以作为学习数学算法的时候用,也可以作为自己开发软件时使用...
数据挖掘中聚类的算法,可以作为学习数学算法的时候用,也可以作为自己开发软件时使用-Clustering in data mining algorithms, mathematical algorithms can be used as learning time, and also can develop software as their own use
- 2023-08-25 03:45:03下载
- 积分:1
-
3*3耦合器解调算法
基于光纤分布式马赫-曾德干涉仪的3*3耦合器解调算法,这种基于对称3×3 耦合器解调方法,该种解调法对于微、强振动两种信号都适用,这是由于该解调法解调出来的结果不仅准确,而且快速,其动态范围也是很大的。
- 2022-03-20 17:05:19下载
- 积分:1