搜索资源列表
-
1下载:
问题描述:设计一个程序实现两个任意长的整数的求和运算。
基本要求:利用双向循环链表,设计一个实现任意长的整数进行加法运算的演示程序。要求输入和输出每四位一组,组间用逗号隔开。如:1,0000,0000,0000,0000。
-Problem Descr iption: Design a program to achieve the two arbitrary long integer summation operator. Basic requirements: the use of t
-
-
0下载:
实验目的:熟练掌握字符串处理以及循环控
问题描述
实现移位密码:k表示26个字母向前循环位移的字符个数
加密:
输入:k,以及小写表示的明文字母,输出:大写字母表示的密文
解密:输入:k,以及大写字母表示的密文,输出:小写字母表示的明文
-Experimental Objective: To master the string processing and circulation control descr iption of the problem to achieve
-
-
0下载:
2. 用循环链表解Josephus问题。设有n个人围坐在一个圆桌周围,现从第1个人开始报数,数到第m的人出列,然后从出列的下一个人重新开始报数,数到第m的人又出列,…,如此反复直到所有的人全部出列为止。Josephus问题是:对于任意给定的n和m,求出按出列次序得到的n个人员的序列-2. Josephus solution of the problem with the circulation list. With n individuals sitting around a round tab
-
-
0下载:
用循环链表求解约瑟夫问题,采用C++语言,内含详细注释,个人认为用数据结构方式解决约瑟夫问题比采用数组更容易理解-Joseph solving the problem with the circulation list, using C++ language, containing detailed comments, personally think that the data structure used to resolve the problem Joseph easier to und
-
-
0下载:
c++用循环链表解决约瑟夫问题课程设计代码-c++ problem with the circulation list address curriculum design code Joseph
-
-
0下载:
历史上最简单的百钱百鸡问题求解程序。采用单层次循环,至多循环五次就能够搜索到百钱百鸡问题的4个可行答案。-The easiest way to solve the probelm of "100 money and 100 chickens". Single-level circulation, circulation up to five times the money to be able to find one hundred one hundred chickens four possi
-
-
0下载:
0-1背包问题,用动态规划做的,很不错,供大家传阅。算法设计的原型。我给具体实现了。-0-1 knapsack problem, using dynamic programming to do, very good for your circulation. Algorithm design prototype. I gave a concrete realization.
-
-
0下载:
一个将阿拉伯数字转大写汉字的命令行下的程序,可以将-99999999~99999999范围内的阿拉伯数字转大写汉字。自己测试过无数次,所以输出结果基本上是没有问题的。只是程序连续执行时如果输入的不是数字程序会进入死循环,一直没找到原因,希望有了解的高手能指点下。-Wrote a number of Chinese characters turn Arab capital under the command line program that will-99999999 ~ 99999999 wi
-
-
0下载:
计算机实验室
内容:
1、分治法,maxmin算法
2、动态规划,矩阵连乘
3、贪心法,
1)背包问题,2)装载问题
4、回溯法,N皇后问题的循环结构算法和递归结构算法。-Computer laboratory content:
1, partition method, maxmin algorithm
2, the dynamic planning, LianCheng matrix
3, greedy method,
1) knapsack probl
-
-
0下载:
基于禁忌搜索的求解TSP问题。问题为31个城市的寻优路径,采用GLover提出的简单禁忌搜索算法。设置禁忌表,避免陷入循环,实现全局的最优。-Based on Tabu Search for TSP. Route optimization problem in 31 cities, using a simple tabu search algorithm GLover proposed. Set tabu list, to avoid falling into circulation, to a
-
-
2下载:
在考虑汽车零部件包装箱长、宽、高等三维尺寸的约束下,以配送中心为原点,分派多辆同一规格的货车到n个供应商处取货,最后回到配送中心。本章所构建的三维装载约束下的汽车零部件循环取货路径优化模型要解决的问题是确定循环取货路径,要求充分考虑汽车零部件在货车车厢中的三维装载位置,确保每个供应商处的零部件均能成功装载,尽可能使车辆装载率最大,且所有车辆的总行驶路径最短。-In considering the auto parts box length, width, higher dimensional s
-
-
0下载:
用MMCC算法,在强多项式时间内,解决了最小循环流问题。-MMCC algorithm used in the strongly polynomial time to solve the problem of the minimum circulation flow.
-
-
2下载:
长短期记忆网络(LSTM,Long Short-Term Memory)是一种时间循环神经网络,是为了解决一般的RNN(循环神经网络)存在的长期依赖问题而专门设计出来的,所有的RNN都具有一种重复神经网络模块的链式形式。在标准RNN中,这个重复的结构模块只有一个非常简单的结构,例如一个tanh层。(LSTM (Long Term short-term Memory) is a kind of time circulation neural network, which is specially
-