-
快速排序! 经典的算法。 provides methods to sort a set of objects with quicksort algorithm....
快速排序! 经典的算法。 provides methods to sort a set of objects with quicksort algorithm.-rapid sequencing! The classical algorithm. Provides methods to sort a set of objects with quicksort algorithm.
- 2023-03-18 04:35:04下载
- 积分:1
-
练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以...
练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以下内容:1.第一行输入第一个大整数M。M可能带有负号,后面是最长可达50位的数字序列。2.第二行只有一个字符,可以是“+”、“-”、“*”,分别代表加、减、乘三种运算符。3. 第三行输入大整数N,格式与M相同M、N均不带有前缀的多余的0【输出形式】在标准输出上打印运算结果,输出一行字符序列,是大整数M和N和运算结果。如果该运算结果是正数,则直接输出各位数字序列;如果是负数,则首先要输出负号。各位数字紧密输出,不带有前缀的多余的0。-practice procedures, as follows : high-precision integer for the addition, subtraction, multiplication. The importation of two decimal integer big M and N (M, N up to a maximum of 50), the calculated results of operations and output. Entry forms : standard input on the importation of branches were the following : 1. The first line inputs, a large integer M. M may have negative, is back up to 50 digital sequence. 2. Only a second line of characters could be "","-","*", respectively, plus or minus, by three operators. 3. The third line inputs large integer N, M and the same format M, N are not redundant with the prefix 0 output-- in the form of print on standard out
- 2022-02-06 02:31:19下载
- 积分:1
-
采用自适应预失真算法对三种调制方式APSK、 PSK、 QAM进行性能分析
采用自适应预失真算法对三种调制方式APSK、 PSK、 QAM进行性能分析;包含系统参数设置; 16APSK信源产生模块; 16QAM信源产生模块;16PSK信号产生模块;IFFT处理模块;经过预失真器再放大; 植入噪声;解调模块模块。 另外,版本是2010,仿真时间较长,耐心等待结果
- 2022-01-22 08:26:01下载
- 积分:1
-
飞思卡尔电磁组程序
此项目信纸被为了让你启动并运行快速与 MC9S12DG128B 的 CodeWarrior。它是为所选的 CPU 和目标连接设置但是,可以容易地修改。
- 2022-06-26 09:06:31下载
- 积分:1
-
数据结构的全部C语言代码实现
应用背景帮助找工作,面试笔试,学习数据结构,学习C语言,数据结构里面所有算法的关于C语言的完整代码实现,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,关键技术数据结构,C语言,代码实现,,。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2022-08-15 12:26:54下载
- 积分:1
-
它是代码,我的代码为奥运会编程任务
it is code, my code for olympiad programming task
- 2022-03-02 01:53:54下载
- 积分:1
-
旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的...
旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。
-Traveling Salesman Problem, or TSP problem (Travelling Salesman Problem) is a well-known field of mathematics problems. Assuming there is a travel business to visit n cities, he must choose which path to go, via the restriction is to visit each city only once and the last to go back to the original departure city. Path selection objective is to get the path distance for all paths are the minimum.
- 2022-06-21 21:53:25下载
- 积分:1
-
这是硕士生计算机软件专业组合数学的一个序数算法演示,仅供参考。...
这是硕士生计算机软件专业组合数学的一个序数算法演示,仅供参考。-This is the master computer software professional combination of a mathematical algorithm sequence demonstration purposes only.
- 2022-02-27 03:43:04下载
- 积分:1
-
51俄罗斯方块程序
应用背景记得在很小的时候,有一种掌上游戏机,里面有一款游戏叫做俄罗斯方块,
那时的我们只是简单的按照游戏规则进行“堆积木”,而其中的原理却很少有人去思考,毕竟当时的我们都还很年幼。 基于单片机课程设计的机会,我们这个小组将使用51单片机和8x8led的组合,来实现比较简单的俄罗斯方块设计。关键技术此次设计初期是在keil和proteus联合仿真中进行,编程语言为51汇编,后期是进行实物焊接。
论文描述了俄罗斯方块的主要功能函数的实现,算法分析和实物焊接过程中遇到的问题。
- 2023-09-02 13:40:03下载
- 积分:1
-
用差分方法求解沃尔泰拉方程,此处为一个变元的方程,由于该方程同时含有微分和积分,一般求解有一定的困难。...
用差分方法求解沃尔泰拉方程,此处为一个变元的方程,由于该方程同时含有微分和积分,一般求解有一定的困难。-use of the finite difference method for Volterra equation here as a variable element of the equation, As the same time contain differential equations and integral, the general solution is definitely difficult.
- 2022-02-21 04:15:01下载
- 积分:1