-
此程序是关于动态规划算法的描述,可以直接
输入数据就可以直接运行。...
此程序是关于动态规划算法的描述,可以直接
输入数据就可以直接运行。-This procedure is about the description of dynamic programming algorithm can be directly input data can be directly run.
- 2022-10-20 12:30:03下载
- 积分:1
-
Stack在 c中
Stack在 c中
- 2022-01-22 15:11:41下载
- 积分:1
-
菜单 com teclado matricial 3 x 4 e pic
埃斯特角 projeto mostra 科摩 usar um teclado matricial 3 x 4 com pic 没有 ccs,criação de ilustra um 菜单 de opções usando (开关箱) 段控制 de motores de 帕苏、 com 帕苏 completo、 微帕苏等
- 2022-02-25 00:24:41下载
- 积分:1
-
MP3播放器: 利用API函数[mciSendString]可以轻松实现MP3音乐文件的播放。下面这段程序实现了MP3播放的大部分常规操作,对其稍加修改,做一个...
MP3播放器: 利用API函数[mciSendString]可以轻松实现MP3音乐文件的播放。下面这段程序实现了MP3播放的大部分常规操作,对其稍加修改,做一个100KB大小的MP3播放器轻而易举 启动VB程序,在窗体上放置6个命令按钮,三个标签,一个公用对话框、一个进度条、一个状态栏和一个计时器,窗本的布置请参考附图 按钮"Open MP3 File"是用来打开对话框选择MP3文件,其他5个按钮分别为Play(播放)、Pause(暂停)、Stopplay(停止播放)、Back(向后跳跃)、Prew(向前跳跃)。Label1用来表示歌曲当前时间;label2放在时度条的最左边,Caption属性为"00:00";lable3放在时度条的右边,用来表示歌曲总长。-MP3 player : API function [mciSendString] can easily MP3 music player. Below this program of the MP3 player most of the conventional operation, its slightly modified, so the size of a 100KB MP3 player easily activated VB procedures, the forms to place orders six buttons, three label, a common dialog, a progress of a status bar and a 000 timer, the window layout of the buttons refer to the attached map. "MP3 File Open" is used to open the dialog box choose MP3 files, the other five buttons for Play (player), Pause (suspended), Stopplay (Cessation of players), Back (backwards jump), Prew (leap forward). Label1 songs said to the current time; Label2
- 2023-08-08 11:10:03下载
- 积分:1
-
设有n个人围做一圈,现从某个人开始报数,数到m的人出列,接着从出列的下一个人开始重新报数,数到m的人又出列,如此下去,直到所有人都出列为止。运用循环单链表解决约...
设有n个人围做一圈,现从某个人开始报数,数到m的人出列,接着从出列的下一个人开始重新报数,数到m的人又出列,如此下去,直到所有人都出列为止。运用循环单链表解决约瑟夫环问题。- Is equipped with n personally to encircle makes, presently
starts from some person to count off, leaves ranks the number to the m
person, meets from the next person which leaves ranks is starting reto
count off, leaves ranks the number to the m person, continue like
this, all leaves ranks until all people. Using circulates Shan
Lianbiao to solve the Joseph link problem.
- 2022-02-26 00:46:58下载
- 积分:1
-
地铁乘坐问题
为引导旅客合理利用线路资源,解决交通瓶颈问题,该市制定了票价策略:
每条线路可以单独购票,票价不等。
允许购买某些两条可换乘线路的联票,联票价格低于分别购票的价格和。
单线票价和联合票价由文件price.txt给出,形式如下:
线1 180
……
线13 114
线1,线2 350
线1,线10 390
……
文件price.txt中,每行数据表示一条单线或联线的票价。线名与票价间用空格分开。如果是联线,两线名之间用逗号分开,并且规定联线只能包含两条可换乘的线路。
现在的问题是,根据这些已知的数据,计算从A站到B站最小花费和可行的换乘方案。比如,
- 2023-08-01 18:40:03下载
- 积分:1
-
一个矩阵类的实现,有加减乘除、求逆、转置等功能,应该是一个不错的实用程序。...
一个矩阵类的实现,有加减乘除、求逆、转置等功能,应该是一个不错的实用程序。-a matrix of type, and it is the arithmetic, inversion, transpose function, it should be a good utility.
- 2022-05-18 19:22:16下载
- 积分:1
-
随机数产生源码
自己写的随机数产生源码,1. 使用乘同余法产生[0,1]区间上均匀分布的随机数2.基于[0,1]区间上均匀分布的随机数利用反变换法生成:连续随机变量:均匀分布随机变量、指数分布随机变量、三角分布的随机变量、正态分布的随机变量离散随机变量:离散均匀分布、泊松分布
- 2023-05-22 14:35:03下载
- 积分:1
-
fdtd三维计算代码
fdtd三维计算代码,计算电磁波在空间的电磁散射与传播。考虑了三维真实情况,支持linux下的使用。
- 2022-03-20 00:47:23下载
- 积分:1
-
python SCAN算法实现(structural clustering algorithm for networks)
资源描述
python SCAN算法实现(structural clustering algorithm for networks)
关于格式的输入请用python的第三方类库networkx
该第三方库好用简便
- 2023-04-08 00:40:04下载
- 积分:1