搜索资源列表
work
- 模糊聚类分析方法的matlab程序,包括标准化,标定以及聚类等几个子程序,还有一个研究生的考试成绩的例子。
cisco
- 关于思科网络工程师考试的一些内容,适合喜欢网络的读者.
matlabscore
- 某校60名学生的一次考试成绩如下: 某校60名学生的一次考试成绩如下: (93 75 83 93 91 85 84 82 77 76 77 95 94 89 91 88 86 83 96 81 79 97 78 75 67 69 68 84 83 81 75 66 85 70 94 84 83 82 80 78 74 73 76 70 86 76 90 89 71 66 86 73 80 94 79 78 77 63 53 55 1)计算均值、标准差、极差、偏度、峰度,画出直方图;
score
- 考试成绩分析系统.rar MATLAB GUI 编写 输出为word-Examination results analysis system. Rar MATLAB GUI to prepare the output word
cut_sample
- 使用二分法对样本集进行剪辑,剪辑法的思想,就是将样本集分成训练集与考试集, 利用训练集样本对考试集的样本进行分类(使用近邻法),如果考试集中某个样本分类错误的话,将这个样本删除。在该函数中,使用最近邻法,只进行一次剪辑(遍历完考试集中的样本以后退出)。还有一种重复剪辑法(适用于样本比较多的情况),把样本随机分为多个样本集,将相邻的两个样本前一个作为考试集,后一个作为训练集,调用二分剪辑。所有的样本子集剪辑完毕以后,在递归调用,直到没有样本被剪辑掉,没得讲,重复剪辑的效果肯定好一些。 -Th
lutianmeikuang
- 解决露天煤矿的问题,是数学建模中的考试题目。-Solve the coal mine of the problem is mathematical modeling of the exam questions.
opt_1
- 上海交通大学最优化练习题1,复习考试必备习题-Shanghai Jiaotong University, 1 optimization exercises, review exercises necessary tests
opt_2
- 上海交通大学最优化练习题2,复习考试必备习题-Shanghai Jiaotong University, 2 optimization exercises, review exercises necessary tests
mit_signal_process
- mit的信号处理考试试卷,非常棒!可以理解老美的学习思路。-mit signal processing exam papers, great! Americans can understand the idea of learning.
mit_signal_process2004-2005
- mit 的数字信号处理考试试卷,可以参考,理解老美的学习思路。-mit digital signal processing exam papers, see, learn to understand the old ideas of beauty.
convhull
- Matlab编程考试的一道题。随机生成50个点,计算它的一个凸包,并计算凸包的面积-Matlab programming test a question. Randomly generated 50 points, calculate a convex hull, and calculate the area of ??convex hull
signal-and-system
- 用matlab做的《信号与系统》郑君里第二版课后部分习题答案。希望对通信工程人员及参加研究生入学考试的战士们喜欢-Using matlab to do, " Signals and Systems" Junli after-school part of the second edition exercises answers. Want to join the communications workers and the soldiers like the Graduate M
Topic-a
- 某班有N个学生,已知他们参加某次考试的成绩(0~100间的整数),求全班同学的平均成绩。-A class is to have N students, known as their new the result of the examination (0 to 100 between integer),for the whole class average scores.
matlab7.0
- MATLAB7.0使用教程,但愿能帮到更多的同学们,顺利通过考试-MATLAB7.0 use the tutorial, I hope to help more students successfully pass the exam
S_2
- 系统辨识的最小二乘处理方法,对应于中科院的考试-The method of least squares system identification, corresponding to the examination of the Chinese Academy of Sciences
Practice2
- 根据学生两次考试成绩的数据来预测学生是否能被大学录取,用逻辑斯蒂回归算法实现,分别执行梯度下降算法、随机梯度下降算法、牛顿法-According student test scores twice to predict whether the student can be admitted to universities, implemented in logistic regression algorithm.
实验三
- 现实图像元素的验证分类,有利于学生实现作业完成考试。一些基本函数的基础函数(Verification classification of K realistic image elements)
zuisuxiajiang
- 自己用matlab写的一个期末考试的代码,用最速下降法求解极值点,在MATLAB2015b上能够完美运行(I wrote a final exam with matlab code, using steepest descent method to solve extreme points, in MATLAB2015b can be perfect operation)
附件1-考试形式材料
- 私以为,如果是面向企业应用软件的码农如ERP、OA等产品的程序员,能更快的熟悉业务流程,积累业务背景,更好的熟悉与客户的交流沟通,将迅速拉开和其他程序员的差距。如果是面向互联网、电子商务等,能对技术有更深入的研究、对于并发性能、DAO效率、SQL优化、数据库性能优化方面有一些造诣的话,能很快拉开与其他程序(Private thought, if the code for enterprise application software such as ERP, OA and other produ
新建文件夹
- 牛顿迭代法是考试必考的内容,所以,我们既要掌握它的原理,也要编写代码(Newton iterative method is the examination content, so we should grasp the principle of it is to write code)