搜索资源列表
-
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下载:
用循环链表求解约瑟夫问题,采用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.
-