-
讲解内排序的PPT
讲解内排序的PPT-on sorting within the PPT
- 2022-05-26 11:56:58下载
- 积分:1
-
c++的俄罗斯方块
俄罗斯方块俄罗斯方块(Tetris, 俄文:Тетрис)是一款风靡全球的电视游戏机和掌上游戏机游戏,它由俄罗斯人阿列克谢·帕基特诺夫发明,故得此名。俄罗斯方块的基本规则是移动、旋转和摆放游戏自动输出的各种方块,使之排列成完整的一行或多行并且消除得分。由于上手简单、老少皆宜,从而家喻户晓,风靡世界。
- 2022-03-25 02:39:05下载
- 积分:1
-
一些比较经典的数学问题,包括1万…
一些比较经典的数学问题源程序 包括百鸡百钱,灯塔问题,桃子猴问题-some of the more classic source of mathematical problems, including 100 hundred chickens money, Lighthouse, peach monkey issue
- 2022-07-01 14:18:57下载
- 积分:1
-
大数阶乘,能计算超大数的阶乘,算法简单易懂,采用数组存储计算结果!本算法也可以改进采用链表存储结果!...
大数阶乘,能计算超大数的阶乘,算法简单易懂,采用数组存储计算结果!本算法也可以改进采用链表存储结果!-majority factorial, which calculates the number of super factorial, the algorithm is simple to understand and use storage arrays results! The algorithm also can be improved using Chain store results!
- 2022-02-02 20:08:23下载
- 积分:1
-
插值算法
这个是谐波处理的插值算法
具体的内容程序里面有描述,主要思想就是插值,修正,然后恢复,使得没有因为同步处理的信号更好展示
- 2022-08-07 06:32:39下载
- 积分:1
-
可以自由定义长度的bits
c++的bit模板只能用常数制定大小,这里重新定义bit使其可以用变量第一定义大小,更方便
- 2022-02-21 14:25:29下载
- 积分:1
-
LABVIEW中的SPWM
这是在 labview 的 spwm 3 阶段。
学生只有一个示例去想怎么能做一种三相逆变器使用 labview 和 DAQ。
- 2022-03-03 13:44:15下载
- 积分:1
-
C language Multiplier
用C语言实现的乘法器-C language Multiplier
- 2022-01-27 19:14:22下载
- 积分:1
-
很好的一个C++控制台程序
很好的一个C++控制台程序-good a C Console
- 2022-04-27 02:16:41下载
- 积分:1
-
一个acm算法题目 问题描述: 有一个黑盒子,可视为一个15×10的二维矩阵,里面有一些空隙,在二维矩阵中用0表示空隙,用1表示被占有。现有一个仪器,可以从4个...
一个acm算法题目 问题描述: 有一个黑盒子,可视为一个15×10的二维矩阵,里面有一些空隙,在二维矩阵中用0表示空隙,用1表示被占有。现有一个仪器,可以从4个方向对盒子进行分行透视:从左到右,从左下到右上,从下到上,从右下到左上。透视可得到该二维矩阵的该行1的个数。要求,还原此矩阵。 输入:4行,每一行分别代表从左到右,从左下到右上,从下到上,从右下到左上透视所得的数据 输出:该矩阵 使用的方法是回溯法,具体见程序-a acm algorithm topic Problem description : a black box, as a 15 x 10 two-dimensional matrix, there are some gaps in two-dimensional matrix using 0 indicates the gap, with a show that occupies. An existing equipment, from the direction of four branches box for perspective : from left to right, from the lower left to upper right, from bottom to top, from the lower right to upper left. Perspective availability of the two-dimensional matrix of the line a number. Demand reduction of this matrix. Input : 4 firms on behalf of every line from left to right, from the lower left to upper right, from bottom to top, from the upper left to lower right perspective on data obtained from the output : the matrix method is the use of backtracking, see the specific procedures
- 2022-07-08 10:50:46下载
- 积分:1