-
dda algorithm is the basic algorithm in computer graphics, very useful, it is re...
dda算法是计算机图形学的基本算法,非常实用,建议大家用。可以画直线-dda algorithm is the basic algorithm in computer graphics, very useful, it is recommended by everyone. Can draw a straight line
- 2022-12-28 09:10:03下载
- 积分:1
-
一个高性能的比标准库自带的还好的随机数发生器,在此与各位同仁分享。...
一个高性能的比标准库自带的还好的随机数发生器,在此与各位同仁分享。-A high-performance than the standard library that comes Fortunately, the random number generator, in which colleagues share with you
- 2022-02-01 03:02:30下载
- 积分:1
-
OFDM 仿真程序
OFDM仿真程序OFDM(Orthogonal Frequency Division Multiplexing)即正交频分复用技术,实际上OFDM是MCM Multi-CarrierModulation,多载波调制的一种。其主要思想是:将信道分成若干正交子信道,将高速数据信号转换成并行的低速子数据流,调制到在每个子信道上进行传输。正交信号可以通过在接收端采用相关技术来分开,这样可以减少子信道之间的相互干扰 ICI 。实现多载波传输
- 2022-03-23 00:40:31下载
- 积分:1
-
最长公共子串的Java实现和NPL应用
资源描述这是关于动态规划的一个问题,一般称之为最长公共字串问题,但是在这里采用了Java语言来进行实现,可以帮助我们更好的理解动态规划这个经典算法
- 2023-02-27 18:40:03下载
- 积分:1
-
自己做的程序,可能对你有用
自己做的程序,可能对你有用-own procedures that may be useful to you
- 2022-10-07 10:35:02下载
- 积分:1
-
全波形反演程序
本程序使用forten编写的,内容详细,可运行得到反演结果,解压后,主要程序在名为src的文件夹中,正演部分采用交错网格有限差分法,反演基于共轭梯度实现
- 2022-09-09 17:45:03下载
- 积分:1
-
SIMPLE algrithm in Computational fluid mechanics
应用背景This application is to focus on the numerical methods in Computational Fluid Mechanics, dealing with aeronautics, hydraulics, heat and mass transfer etc. We konw fluids have the ability to transport matter and its propertities as well as transmit force, therefore fluid mechanics is a subject that is particularly open to cross fertilization with other sciences and disciplines of engineering. The subject of fluid mechanics will be highly relevant in domains such as chemical,metallurgical, biological and ecological engineering.关键技术
SIMPLE (Semi-Implicit Method for Pressure Linked Equations) algrithm is the principal numerical method to numerical simulate incompressible fluid flow, it can remove the difficults of fake pressure disturbance and neglecting specific pressure equation for incompressible fluid flow successful. The main thoughts and steps of SIMPLE algorithm are given in this application.
The single-phase loc
- 2023-03-06 10:05:03下载
- 积分:1
-
Golden section method for the minimum function of the operating point I refer to...
黄金分割法求函数极小值点本人的作业大家可以参考参考参考-Golden section method for the minimum function of the operating point I refer to the reference you can refer to ah ah ah ah
- 2022-06-12 20:00:14下载
- 积分:1
-
bp神经网络 c++
c++实现bp算法 实现二进制数 和十进制数的识别
- 2023-01-04 20:00:03下载
- 积分:1
-
判断回文数
这个程序是利用java语言编写的一个小程序,使用eclipse平台。运行该程序后在输入栏里输入一串数字,按下回车键会告诉你这是否是一个回文数。同时该程序的特点在于可以忽略这串数字的中的符号,如《》、/&等各种符号,单单检查数字是否回文
- 2022-07-06 12:42:02下载
- 积分:1