-
有用的哦,要好好看一下。而且比较难找到的算法
有用的哦,要好好看一下。而且比较难找到的算法-useful oh, what better look good. , And more difficult to find the algorithm
- 2022-01-26 07:07:03下载
- 积分:1
-
操作系统实验读者写者的实现
读者-写者的读写限制(包括读者优先和写者优先) 1)写-写互斥,即不能有两个写者同时进行写操作 2)读-写互斥,即不能同时有一个读者在读,同时却有一个写者在写 3)读读允许,即可以有2个以上的读者同时读读者优先的限制: 如果一个读者申请读操作时,已经有一个读者在读,则该读者可以直接读写者优先的限制: 如果一个读者申请读操作时,有写者在等待访问共享资源时,则该读者要等到没有写者处于等的状态时才能开始读操作
- 2022-01-28 03:39:48下载
- 积分:1
-
单片机能实现的FFT算法。128点快速傅氏变换
单片机能实现的FFT算法。128点快速傅氏变换-Single-chip to realize the FFT algorithm. 128-point fast Fourier transform
- 2022-02-10 16:19:05下载
- 积分:1
-
performance simulation of network_coding
应用背景In generated networks, selecting one node as source and some nodes as receivers in
random (single source multicast network), we make performance test for network
coding based multicast route algorithm (we put forward it ourselves, corresponding to
high multicast rate and low multicast rate), shortest path distribution tree route
algorithm (DIJKSTRA algorithm) and Maximum-rate distribution tree route
algorithm (PRIM algorithm), respectively.
关键技术
In this program, two things have been done: (1) generate random topologies (2)performance test。
network coding cap: 5.0000 dijk cap: 5.0000 prim cap: 5.0000 network coding res1: 0.0000--res2: 12.0000 dijk res: 14.0000 prim res: 14.0000 average degree: 2.
- 2022-11-16 07:10:03下载
- 积分:1
-
交错的网格有限差分法弹性波模拟
这是一个简单但有用的标准交错的网格有限差分弹性波建模 c 代码写自己。完全匹配的层技术用于吸收人工反射从边界。它是一个好的教程代码,为那些想要学习如何以模拟地震波的传播。
- 2022-05-08 16:58:48下载
- 积分:1
-
偏微分方程的解法大全,数值分析应用非常好的程序。
偏微分方程的解法大全,数值分析应用非常好的程序。-Partial Differential Equation Daquan, a very good application of numerical analysis program
- 2023-05-15 08:05:03下载
- 积分:1
-
SPH method used to prepare the shock tube procedures, the development of the lan...
用SPH方法编写的激波管程序,开发语言C-SPH method used to prepare the shock tube procedures, the development of the language C
- 2023-07-18 05:15:03下载
- 积分:1
-
等离子体PIC模拟
等离子体PIC模拟-PIC simulation of plasma
- 2022-11-02 03:45:04下载
- 积分:1
-
《陈必红算法》一书的附带的源代码,并有经本人修改过能在VC中使用。原书是在C++BUILDER中使用的。并加了一些其他的功能,比如样条插值等。此代码,可以完成矩...
《陈必红算法》一书的附带的源代码,并有经本人修改过能在VC中使用。原书是在C++BUILDER中使用的。并加了一些其他的功能,比如样条插值等。此代码,可以完成矩阵的很多数值算法,求逆阵、特征向量、特征值,矩阵的加减乘除、傅立叶变换、gamma函数、数值解分微分等。-"Chen Hung method," a fringe of the source code, and as I changed the VC can be used. The original book is in the C BUILDER used. Plus a number of other functions, such as spline interpolation. This code can be completed in many numerical matrix algorithm, the inverse matrix, the eigenvectors and eigenvalues, the matrix arithmetic. Fourier transform, gamma function, numerical solution of differential- such.
- 2023-01-23 22:35:03下载
- 积分:1
-
kruskal algorithm
该算法基于贪心方法。使用了该算法
- 2022-01-26 03:44:28下载
- 积分:1