搜索资源列表
数据结构(C++描述)电子教案.
- 数据结构(C++描述)电子教案,幻灯片-data structure (C) is the electronic lesson plans, slides
ml_slides_solutions-
- 机器学习的课件以及习题答案,每道题都有详细解答-machine learning slides and homework solutions
中山大学ACM SICILY 1913. Slides题目代码
- 中山大学ACM SICILY 1913. Slides题目代码-Sun Yat-sen University ACM SICILY 1913. Slides subject code-Sun Yat-sen ACM SICILY 1913. Slides subject code-Sun Yat-sen University ACM SICILY 1913. Slides subject code
huigui
- 回归分析,matalb程序,并有幻灯片说明算法,供大家参考!-Regression analysis, matalb procedures, and slides that algorithm, for your reference!
TsinghuaCdatastructures
- 清华+殷人昆C++数据结构 幻灯片教学课件 通过本课程的学习,应达到知识和技能两方面的目标: 1、知识方面:从数据结构的类定义和对象的使用,以及存储表示和操作的实现两个层次,系统地学习和掌握常用的基本数据结构(包括数组、顺序表、多项式、字符串、链表、栈与队列、优先级队列、广义表、树与森林、二叉树、堆、集合、图、搜索结构、索引结构、散列结构等)及其不同的实现,了解并掌握分析、比较和选择不同数据结构、不同存储结构、不同算法的原则和方法,为后续课程的学习打好基础。 -Tsinghua Q
slideandfitting
- 清华大学数学实验之插值与拟合幻灯片与MAT源码-Tsinghua University, Experimental Math slides of interpolation and fitting with the MAT-source
VarAnalysis
- 清华大学数学实验之方差分析幻灯片与Matlab源码-Tsinghua University, Experimental Math slides of interpolation and fitting with the MAT-source
NumODE
- 清华大学数学实验之微分方程的数值求解幻灯片与MAT源码-Tsinghua University, Experimental Math Numerical Solution of Differential Equations MAT slides and source code
numericalintegral
- 清华大学数学实验之数值积分幻灯片与MAT源码-Tsinghua University, numerical integration of the math test slides with the MAT-source
mathmodel
- 清华大学数学实验之数学建模综合PDF幻灯片-Tsinghua University, Experimental Math Modeling Math of General PDF slides
numericalanalysis
- 数值分析与计算的PPT幻灯片与MAT源码,含数值插值逼近拟合积分及方程求解-Numerical Analysis and Calculation of the PPT slides and MAT source, close fitting with numerical integration and interpolation equation and so on
slides-khalman
- Kalman e ConDensation in video-tracking Model based tracking
MATLAB-based-program-design-ppt
- MATLAB 程序设计基础ppt讲义 幻灯片 内容属于入门级-MATLAB-based program design ppt lecture slides are entry-level content
Interpolation_and_fitting
- MATLAB编写的插值与拟合实验,并附有相关讲解的幻灯片-MATLAB interpolation and fitting the experimental preparation, along with related slides to explain
4
- 该幻灯片通过对例子的讲解,使我们对选择结构有了基本的了解。其中包括:选择结构的代表语句,以及优先级。-The slides explain by example, so we choose a basic understanding of the structure. These include: the structure of the representative selection statement, and priority.
Direct_sequence_spread_spectrum
- Assume that a direct sequence spread spectrum system uses the Barker code of length 7 (N=7) as its spreading sequence. a. Randomly generate 8 symbols (d0~d7) from the set {+1,-1}. b. If each chip of the Barker code is denoted as cj, j=0~6, spread
ExposeMemoire
- neural networks for control of dyanamic systems slides
slides
- this the slides for WSN nodes -this is the slides for WSN nodes
slides
- 用双向链表实现了存储数据的功能。使用了两个链表,分别存储编号对应的幻灯片的两个点对应的坐标,以及序号对应的点的坐标。采用蛮力算法,找每个点是否只落在一个幻灯片所在的区域内,如果只有一个则记下该序号,并且删除该幻灯片和序号;如果出现多于一个的情况,立即跳出for循环,进行对下一个序号点的检验工作;如果没有落入任何一个幻灯片,则表明无解,直接输出-1停止。外面使用了一个虚假的while循环,判读条件是现在是否还有幻灯片以及上一次没有进行for循环时的幻灯片数和现在的片数是否相等:如果相等,表明已经不