-
ACM题目,实现两个大数的相乘,题目详见http://acm.zju.edu.cn/show_problem.php?pid=1272...
ACM题目,实现两个大数的相乘,题目详见http://acm.zju.edu.cn/show_problem.php?pid=1272-ACM topic, the two realize the multiplication of large numbers, see the topic http://acm.zju.edu.cn/show_problem.php?pid=1272
- 2022-04-27 15:57:13下载
- 积分:1
-
本程序是例子滤波的一个仿真程序,实现非线性非高斯的例子滤波及预测功能...
本程序是例子滤波的一个仿真程序,实现非线性非高斯的例子滤波及预测功能-This program is an example of a simulation program filtering to achieve an example of nonlinear non-Gaussian filtering and prediction
- 2023-05-29 05:00:03下载
- 积分:1
-
获得输入数据的全排列(STL实现)
采用递归和非递归两种方式实现全排列算法。
- 2023-01-13 20:25:04下载
- 积分:1
-
2D single bin packing 问题的4Block算法
2D single bin packing 问题的4Block算法-4-Block Algorithm for 2D single bin packing Problem
- 2022-02-03 02:20:37下载
- 积分:1
-
任意进制间(2
任意进制间(2-16)转换计算程序!-between arbitrary bases (2-16) conversion program!
- 2022-02-09 17:40:45下载
- 积分:1
-
用递归Costas环的恢复期。BPSK符号解调
Recovery phase with recursive Costas loop. Bpsk symbols to demodulate
- 2022-03-19 21:14:19下载
- 积分:1
-
Tic tac toe算法
kelebihan, namun manusia tetap memiliki berbagai kelemahan seperti mudah lelah, mudah lupa,
dipengaruhi emosi, subjektif, kurang teliti, malas, dan sebagainya. Kemudian muncul ide untuk
menciptakan komputer sebagai alat bantu kerja agar lebih cepat, dan lebih akurat. Namun saat ini
komputer tidak hanya mampu bertindak tetapi juga mampu berfikir sehingga muncul istilah Artificial
Intellegence (AI) atau Kecerdasan Buatan.
Minimax merupakan salah satu contoh dari Kecerdasan Buatan, minimax adalah suatu algoritma
yang menggunakan teknik pencarian Depth-First Search dengan kedalaman terbatas. Adapun media yang
cocok untuk penerapan algoritma minimax adalah permainan Tic-Tac-Toe, beberapa alasan mengapa Tic-
Tac-Toe
- 2022-07-03 14:15:32下载
- 积分:1
-
err
离散事件系统仿真程序CPU_scheduler说明:
1.仿真功能与要求:
1.1 单CPU系统,系统有10个终端输入任务,如果一个任务的执行时间大于规定的时间片,则该任务执行一个时间片之后退出CPU,并重新参加排队,直到执行完退出CPU,然后才允许相应终端重新输入一个新的作业。任务排队的原则是在CPU中执行次数越少的越排在前面,如果两个任务执行的次数相同,按照FIFO原则排队。
1.2 每个终端输入任务的时间满足均值为25秒的指数分布。每个任务需要CPU执行的时间满足均值为0.8秒的随机指数分布。CPU的时间片长度为0.1秒,任务间切换需要0.015秒任务的个数为1000时终止仿真,计算每个任务的平均相应时间和队列中的平均任务个数。-err
- 2022-05-19 12:35:23下载
- 积分:1
-
科学工程C源程序范例解,里面不止给出了程序,算法,还有很多的相关知识的说明,很有用。...
科学工程C源程序范例解,里面不止给出了程序,算法,还有很多的相关知识的说明,很有用。-scientific engineering C source model solution is not inside the process, algorithm, there is a lot of knowledge related to the note, very useful.
- 2022-06-02 15:19:05下载
- 积分:1
-
FP-growth 算法
这是数据挖掘算法,基于FP-tree。适用于静态数据库中频繁项的挖掘。需要扫描两次数据库。并且不会产生候选项集。较Apriori算法效率较高。
- 2022-09-02 15:15:03下载
- 积分:1