资源列表
Heat_Equation
- 二维热传导问题,带热源,包括原图像文件名,新建文件夹以存放过程文件(Two dimensional heat conduction problem, with heat source, including the original image file name, new folder to store process file)
essai2
- multilevel system exemple
puc
- to be or to not to be
puc1
- il faut manger la poule
ellipfilter
- 利用椭圆低通滤波器对信号进行滤波,并利用加汉宁窗的插值方法对信号进行了频谱分析(To filter the signal by using the elliptic low pass filter, and the signal spectrum analysis using interpolation method and Hanning window)
facenet-master
- 实现人脸检测以及人脸识别等一系列功能的源代码(The source code for a series of functions such as face detection and face recognition)
Learning Deep Architectures for AI
- 一本关于深度架构学习算法,尤其是用来构造更深层模型的非监督学习的单层模型。(Theoretical results suggest that in order to learn the kind of com- plicated functions that can represent high-level abstractions (e.g., in vision, language, and other AI-level tasks), one may need deep archite
PBL_20141204_连线图
- slimulink图形化编程小车,自动化控制(Slimulink graphical programming trolley, automatic control)
实验3
- 猴子吃桃子问题 有一群猴子摘了一堆桃子,他们每天都吃当前桃子的一半且再多吃一个,到了第10天就只余下一个桃子。用多种方法实现求出原来这群猴子共摘了多少个桃子。(Monkey eat peaches A group of monkeys picked up a pile of peaches. They ate half of the current peaches and ate one more every day. In the tenth day, the rest of the
实验2
- 设计一个程序,演示用算符优先法对算术表达式求值的过程。利用算符优先关系,实现对算术四则混合运算表达式的求值。 (1)输入的形式:表达式,例如2*(3+4) 包含的运算符只能有'+' 、'-' 、'*' 、'/' 、'('、 ')'; (2)输出的形式:运算结果,例如2*(3+4)=14; (3)程序所能达到的功能:对表达式求值并输出(A program is designed to demonstrate the process of evaluating arithmetic
实验4
- 矩阵加法,数学术语,定义为在数学里,矩阵加法一般是指两个矩阵把其相对应元素加在一起的运算。 矩阵怎么进行加减,矩阵是大学中必然要学习的一部分内容,矩阵的加减是学习矩阵的过程中最简单的一部分。(Matrix addition, a mathematical term defined as in mathematics, the addition of a matrix generally refers to the calculation of the addition of the corres
实验5
- 二叉排序树或者是一棵空树,或者是具有下列性质的二叉树: (1)若左子树不空,则左子树上所有结点的值均小于或等于它的根结点的值; (2)若右子树不空,则右子树上所有结点的值均大于或等于它的根结点的值; (3)左、右子树也分别为二叉排序树;(A two - fork sort tree or an empty tree, or a two - fork tree with the following properties: (1) if the left subtree is not e