资源列表
recursion_formation
- 用于产生所有排列情况的二维数组,其中用到了递归的基本算法。-Arange algorithm
yupuproject1.2
- 本程序是一种在matlab上的语谱图的实现。 备有简单注释以便于理解。-This procedure is a kind of up in the matlab implementation of the language spectrum. Notes are available in order to facilitate easy understanding.
40k_test
- 基于c语言开发的40KHz超声波产生与发射程序,适用于51系列单片机-C-based languages have developed and launched 40KHz ultrasonic procedures, applicable to 51 Series Single Chip
extract_yuv_frames
- 从yuv文件中提取帧,从yuv文件中提取帧-extract frames from yuv file
laoluGUI
- 该程序是实现了数字信号处理中的一种典型滤波方法,并给出了很优秀的界面,自己编写的。-A good code .
123
- 迷宫问题,如何在C/C++环境下实现迷宫问题-Maze problem, how C/C++ environment the question of the realization of the maze
LL1
- It s aLL1 implementation of slr table
3
- k阶斐波那契序列的实现,输入阶数以及上限,输出完整序列。-k-Fibonacci sequence to achieve, enter the order number as well as the maximum output of the full sequence.
1
- 电力系统 导纳矩阵的形成 数据输入按IEEE标准-Power system admittance matrix of the form data input by IEEE standard
SN-MADE
- 注册机 源代码 加密用的“背包”你可以任意给出,只有编者知道 加密方法为硬盘序列号与背包进行异或运算-RI source code is encrypted with the " pack" whatever you give, only the editor knows the encryption method for the hard drive serial number XORed with backpack
123
- 三角形测试的另外一个代码 希望对大家有用-Another triangle test the code we want to be useful
yuan
- 教练员A、B和C将要从编号为1到n的队员中挑选自己的队员。为公平起见,每个教练都根据自己的喜好程度将队员排序;你负责根据以下规则为他们分配队员。 你拿到的数据是a、b、c三个数组,表示三个教练对队员的喜好程度排序,每个数组都是数字1到n的一个排列,下标越小表示教练越喜欢该队员。你的分组规则是,从还未被分配的队员中找一个教练A最喜欢的队员分到A组;然后,在未分配的队员中分配教练B最喜欢的队员到B组;然后是教练C;再是教练A、B......依次类推直到所有队员分配完毕。