-
温度场计算程序c++有限元计算大坝
温度场计算程序c++有限元计算大坝-temperature field calculation procedures c FEM Dam
- 2022-03-12 10:59:38下载
- 积分:1
-
GeneralizedMIMO
应用背景In this context, mobile communications may be allowed to be an indispensable commodity by most, and mobile data, video as well as television services are also becoming an essential part of everyday life. With the introduction of the Android operating system and the iPhone, the use of ebook readers such as the iPad, and the success of social networking using Facebook, the demand for cellular data traffic has grown significantly in recent years. Thus, communications on the move has proven to be transformational, and mobile operators struggle to satisfy the data traffic demands in wireless cellular networks,while keeping their costs at minimum to maintain profitability.关键技术The need for power-efficient MIMO-aided cellular networks requires a paradigm shift in the wireless system design. This trend is irreversible and will have a profound impact on both the theory and p
- 2022-02-20 12:30:00下载
- 积分:1
-
Canny 边缘检测
Canny 1986 年由约翰 F.Canny 开发的。此外认识到许多如优化探测器,Canny 算法的目的是满足三个主要标准
- 2022-04-02 12:20:48下载
- 积分:1
-
C数值算法 经典
C数值算法 经典-C value algorithm classics
- 2023-03-14 11:10:05下载
- 积分:1
-
《数据结构》所有相关程序的算法。有图、数组以及二叉数的问题。附有程序及结果。...
《数据结构》所有相关程序的算法。有图、数组以及二叉数的问题。附有程序及结果。-"data structure" all procedures relating to the algorithm. A map, and two arrays fork a few problems. With procedures and results.
- 2022-01-26 06:59:41下载
- 积分:1
-
两个链表情况下的排序
两个链表情况下的排序-Sort under two list circumstance
- 2022-02-10 01:10:23下载
- 积分:1
-
同时定位与构图算法
导航,机器人领域的同时定位与构图(slam)算法。kalman滤波,粒子滤波各两个程序,亲自验证,换过多个matlab版本,一直都好用。
- 2022-03-20 07:32:54下载
- 积分:1
-
LZW的算法实现
LZW算法的实现
LZW算法 其中 几个对象为 编码流 数据流 以及 编译表
字符即为数值,这里0-255
字符串:几个字符组成的串。这里可以简单用 来描述。其中前缀可以为0。
根:长度为1的字符串。
编码(Code):按照固定的长度从编码流中读取的值,即编译表中映射值。即一个编码对应一个字符串
本程序中将定义编码长度最大为12。最小为8。
本实现中自动根据文件内容生成对应的编译表
一个编码对应一个字符串,
字符串匹配通过hash算法去编译表中查找对应的编码。
hash值 = (前缀的编码+后缀编码)%常数
- 2022-10-19 02:30:04下载
- 积分:1
-
分形几何被曼德勃罗喻为是大自然的几何学。这个代码,采用了分形几何的方法模拟生成自然界的云。形象而逼真。...
分形几何被曼德勃罗喻为是大自然的几何学。这个代码,采用了分形几何的方法模拟生成自然界的云。形象而逼真。-Mandelbrot fractal geometry has been described as the geometry of nature. The code, adopted the method of fractal geometry of nature cloud simulation. Realistic image.
- 2022-01-28 14:19:45下载
- 积分:1
-
模拟退火算法
AppWizard has created this TspSA application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your TspSA application.
TspSA.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
TspSA.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CTspSAApp application class.
TspSA.cpp
This
- 2022-05-14 00:33:05下载
- 积分:1