-
农夫过河问题的广度优先搜索算法的PASCAL程序
农夫过河问题的广度优先搜索算法的PASCAL程序-farmer across the river in breadth- first search algorithm procedures PASCAL
- 2022-04-27 04:15:46下载
- 积分:1
-
实现网上流行的逐行广告滚动,即一定秒数滚动一行,并非线性滚动.改良后,可以由文字的滚动做成图片逐行滚动,每行可以有若干条...
实现网上流行的逐行广告滚动,即一定秒数滚动一行,并非线性滚动.改良后,可以由文字的滚动做成图片逐行滚动,每行可以有若干条-Realize the popular progressive online advertising rolling, that is, a certain number of seconds a rolling line, and non-linear scroll. Improvement can be made by the text of the scroll line by line scrolling picture, each line can have a number of articles
- 2023-05-03 21:50:04下载
- 积分:1
-
自己编写的集合覆盖问题的贪心近似算法,请指教
自己编写的集合覆盖问题的贪心近似算法,请指教-I have written a collection of coverage of the greedy approximation algorithm for the problem, please advice
- 2023-03-08 15:20:02下载
- 积分:1
-
这是一个我亲自开发的拼音和台湾注音输入法,运行很好,效率高.有声调,加入main函数调用py_ime函数即可...
这是一个我亲自开发的拼音和台湾注音输入法,运行很好,效率高.有声调,加入main函数调用py_ime函数即可-This is a development I personally and Taiwan phonetic Pinyin input method, running good, high efficiency. A song. joined the main function call can function py_ime
- 2023-06-14 05:20:03下载
- 积分:1
-
求矩阵奇异分解svd算法,共计4种实现方式,
求矩阵奇异分解svd算法,共计4种实现方式,-for SVD matrix decomposition algorithm, for a total of four kinds of achievement,
- 2022-02-01 20:33:32下载
- 积分:1
-
基本矩阵运算
它是包括矢量和矩阵加,减,乘,转置和逆一个简单的矩阵操作包。
- 2022-08-17 07:07:47下载
- 积分:1
-
Runge
Runge-Kutta-Fehlberg method
- 2022-05-17 05:47:44下载
- 积分:1
-
模板方法
模板方法实现。你会很容易理解这个awsm通过使用代码。它有一个主类,调用学生1和学生2类通过使用父类的日常活动。日常活动有骨架的方法。
- 2022-10-28 12:15:03下载
- 积分:1
-
poj_3134 IDA*
#include
#include
#include
#include
#include
#include
using namespace std;
int deep,n;
int v[1005]={1};
int h(int top)
{
int k=deep-top;
int x=v[top];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-09-14 00:25:02下载
- 积分:1
-
徐士良 Fortran常用算法程序集 (第二版) 线性方程组求解
程序包括常用线性方程组数值求解算法程序,对于做数值计算领域的朋友非常有用!!
- 2023-02-01 13:40:03下载
- 积分:1