资源列表
load
- 有n个集装箱要装上2艘载重量分别为c1和c2的轮船,其中第i个集装箱的重量为wi,要求确定是否有一个合理的装载方案可将这个集装箱装上这2艘轮船。如果有,找出一种装载方案。 注意,在满足 的条件下才可能将这个集装箱装上这2艘轮船。 -There are n containers to be loaded on two load c1 and c2, respectively ships, of which the i-th weight of the container for the w
fgdgfj
- 淘宝网开店必备 防骗又能快速升级的必备经验非常好用-Taobao shop essential anti-cheat can quickly upgrade the essential experience is very easy to use
a
- 编写具有如下函数原型的非递归两种函数f,负责判断数组a的前n个元素是否从大到小完全有序了,是则返回true,否则返回false。并编制主函数对它们进行调用,以验证其正确性。 bool f(int a[], int n) 提示: 非递归函数中只需逐对地判断各a[i]与a[i+1]是否都已从大到小有序排列(i = 0,1,…,n-2)。-Prepared with the following function prototype of two non-recursive fun
FLOYD
- 弗洛伊德算法 求两点最短路径 (c++)图用邻接矩阵表示-Freud seeking two shortest path (c++)
MACD_stragy
- 基于MACD的量化选股交易策略,当DIFF上升穿过DEA时买入,当DIFF下降穿过DEA时买卖出。-quantitative strategy based on MACD
wavedecomponoise
- This folder gives information about contourlet decomposition based recognition of tumor region
shibiejianpanzifu
- matlab的2014版本,模板匹配识别键盘上的字母或数字。可以参考一下。-2014 version of matlab, template matching to identify letters or Numbers on the keyboard. You can refer to it.
TOOLBOX_calib
- TOOLBOX_calib找来的matlab工具包,图像标定等-TOOLBOX_calib found the matlab toolkit, image calibration, etc.
code
- 模拟一个双正交信号源通过一个高斯噪声信道后,解码出来的数据和原来的数据进行比较估算其错误概率.-Simulation of a Communication System Employing M=4 Biorthogonal Signals.The purpose is to estimate the probability of error as a function of the SNR.
hhfm
- VC++控制台程序,实现huffman编码。在控制台中输入编码字符数及响应的权重,即能得到相应的编码。-VC++ console program, to achieve huffman coding. Enter the code in the console characters and respond to the weight that can be coded accordingly.
mexcdf.R14sp3.r2713
- matlab mexcdf工具箱 2010b及以上可用-mexcdf toolbox for matlab
Rafal_Majorczyk_Sharp8_AssignmentA
- Goal of the project was to implement numerical methods for solving systems of linear algebraic equations using MATLAB software. First of all I had to learn the structures of programming in MATLAB, later on I was able to implement and test numerical a