-
二维平面delaunay三角剖分
二维平面delaunay三角剖分,可以较好的实现二维平面上点集的三角网格化,使用随机增量算法实现!
- 2023-02-25 22:45:04下载
- 积分:1
-
基于BPSK的直接序列扩频编码,效果不错
基于BPSK的直接序列扩频编码,效果不错-BPSK-DSSS-CDMA-FFT-Source-Code
- 2022-03-25 00:23:58下载
- 积分:1
-
交通仿真(排队论)小程序
This is the project of my course in the USA:
Customers
arrive at a service station (with a single server) according to the Poisson
process with a mean arrival rate of lambda = 0.3 (customers/min). Each customer
waits in queue (if present), proceeds to receive service upon his/her turn, and
departs the system when the service is completed. The service time is uniformly
distributed between 2.5 and 4.5 minutes. On each day, the service station is
open for two hours. Any customers in queue at the end of work hours are served
before closing the service station for the day. Use simulation (do 100
simulation runs) to determine
- 2023-02-02 14:55:04下载
- 积分:1
-
AFD min的Java类
应用背景//////////////////////////////////// /完整的DFA/ / 2004-04-20////////////////////////////////// * *这个类实现了确定性的完整的有限自动机。的关键技术/ * *这个类实现了整数集的分区& lt;代码& gt;0,……,大小& lt;/代码& gt;。数组;
- 2023-06-26 10:55:03下载
- 积分:1
-
用基本蚁群算法求解0
采用了基本的蚁群算法来求解0-1背包问题,该算法不仅可以对0-1背包问题进行求解,还可以对多维背包问题进行求解。-Using the basic ant colony algorithm to solve the 0-1 knapsack problem, the algorithm not only for the 0-1 knapsack problem can be solved, but also multi-dimensional knapsack problem can be solved.
- 2022-06-22 03:24:58下载
- 积分:1
-
归并排序算法的C++
该代码读取输入文本文件并将其排序,然后将这些数字排序为输出文本文件。代码使用合并排序算法进行排序。
- 2022-08-13 23:57:35下载
- 积分:1
-
Diffie-Hellman的socket实现(CS架构)Java
应用背景作为计算机安全学对于数字签名的一个重要分支,长期以来RSA一直比较多的应用在商业环境中,而Diffie-Hellman则比较活跃于研究领域,对于计算机专业的学习有一定的帮助关键技术作为课程任务的作业,使用的是Java语言Socket套接字编程实现C/S架构,包括客户端和服务端。其中有较多注释,方便学习。
- 2022-07-02 08:18:25下载
- 积分:1
-
快速傅立叶变换
快速傅立叶变换-Fast Fourier Transform
- 2022-05-30 22:33:52下载
- 积分:1
-
- 2022-01-27 11:46:19下载
- 积分:1
-
二维粒子滤波算法程序
粒子滤波是一种基于蒙特卡罗方法的非线性贝叶斯估计方法,适用于非线性非高斯的估计问题。程序中通过一个二维跟踪系统对粒子滤波的跟踪性能进行了仿真,可作为学习粒子滤波的资料。
- 2022-07-03 01:04:30下载
- 积分:1