资源列表
RECORDDLL
- 常见的音频格式转换的代码,供大家参考,VC编写。(Common audio format conversion code, for your reference, VC writing.)
2010170015 作业一
- 最基本的程序 c++平台开发 帮助新手解决入门问题(the basic programs,devote to helping some new to deal with the understanding of c++)
rebuild2-3-2
- 描述 一般来说,给定二叉树的先序遍历序列和后序遍历序列,并不能确定唯一确定该二叉树。 但是对于“真二叉树”(每个内部节点都有两个孩子的二叉树),给定它的先序、后序遍历序列足以完全确定它的结构。 将二叉树的n个节点用[1, n]内的整数进行编号,输入一棵真二叉树的先序、后序遍历序列,请输出它的中序遍历序列。 输入 第一行为一个整数n,即二叉树中节点的个数。 第二、三行为已知的先序、后序遍历序列。 输出 仅一行,给定真二叉树的中序遍历序列。 ps:题目来自清华大学邓俊辉老师课后PA
MATLAB
- 汉明码编译码,汉明码的编码置错译码过程以及错误检测(Hamming code encoding and decoding, Hamming code error correcting decoding process and error detection)
CPU
- 基于Basys3的16位CPU设计,含有指令集,可以控制Basys3的LED灯,并且通过板子上的开关,调节流水灯的模式(16 bit CPU design based on Basys3, containing instruction set, can control the Basys3 LED lights, and through the switch on the board, adjust the water lamp mode)
find fake coin
- 有N个硬币,含 1 枚伪币 (伪币质量与真币质量不一样,真币质量都相同),此程序可以花费平均最少的时间找到伪币(There are N coins, 1 counterfeit coins (coins and coin quality really different quality, the quality of real coins are the same), this program can spend the least time to find the average)
AudioPlayer
- 音乐播放器,使用windows自带sdk(Music player, using Windows own SDK)
字符串编辑
- 两个字符串,A和B,从A变成B,可以通过增加、删除、修改字母来实现,其中每增加、删除、修改一个字母为一步,此程序可以通过动态规划的方法计算出字符串编辑的最少步骤数(Two strings, A and B, from A to B, can be achieved by adding, deletion and modification of letters, each of which increase, delete and modify a letter into one step, th
最大数乘积
- 一个大数,通过添加断点可以将其分为若干个小数,而这几个小数的乘积最大是多少呢?本程序可以通过回溯法求解这个最大数乘积。(A large number, by adding breakpoints can be divided into a number of decimal and decimal the largest product is how much? This procedure can be the product of the maximum number of backtrac
MATLAB图像处理程序
- 用于基于MATLAB的图像处理,可显示图像的追踪等功能。(MATLAB based image processing, can display image tracking and other functions.)
supermarket_manage
- 本超市管理系统,可以实现商品读取,录入,统计功能,同时信息保存到文件(The supermarket management system, implementation of the merchandise can read, input, statistics, and save the information to a file)
SevenZIP_mod
- BUG修改: 1.对于文件名中带有空格的文件, 无法压缩, 原因是1488行, 压缩调用的是TStringList.Delimiter 来拆分文件字符串, 而空格是默认分行符, 导致文件名错误 2.解压缩函数, 如果目标文件已存在并且为只读属性时, 报错, 原因是1105行 创建文件流的时候直接使用了TFileStream.Create(path, fmCreate)导致 3.解压缩函数, 解决如果是空文件夹不会被创建的问题 功能增加: 1.增加了一个WorkPath变量, 用于指
