搜索资源列表
%BE%AB%CD%A8matlab%D7%DB%BA%CF%B8%A8%B5%BC%D3%EB%D
- MATLABThe CD-ROM accompanying this book contains MATLAB® M-files (MATLAB language source code) and Simulink® block diagram models for designing, implementing and testing control systems.
shu
- 1.[问题描述] 编写递归算法,计算二叉树中叶子结点的数目 [输入] 按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g . [输出] 按中序序列输出,输出的结果为;dbheaficg并计算出二叉树中叶子结点的数目为4 [存储结构] 采用二叉表存储 [算法的基本思想] 采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,中序遍历二叉树时,先遍厉左子树,后遍厉右子树,最后访问根结点。根据左右子树的最后一个
shu2
- 2.[问题描述] 编写递归算法,在二叉树中求位于先序序列中第K个位置的结点 [输入] 按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g 。输入要求的位置 [输出] 若二叉树不空,按先序序列输出,求出所求位置的结点 [存储结构] 采用二叉表存储 [算法的基本思想] 采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,先序遍历二叉树时,先遍厉左子树,后遍厉右子树,最后访问根结点并计算出二叉树中叶子结点
SharpZipLib_0852_BinDoc
- SharpZipLib之前叫做NZipLib,完全由 C# 开发的压缩库,支持Zip, GZip, Tar and BZip2 ,为2007年8月最新0852release版的源文件和文档说明! Changes for v0.85.2 release Minor tweaks for CF, ZipEntryFactory and ZipFile. Fix for zip testing and Zip64 local header patching. FastZip revam
SharpZipLib_0852_SourceSamples
- SharpZipLib之前叫做NZipLib,完全由 C# 开发的压缩库,支持Zip, GZip, Tar and BZip2 ,为2007年8月最新0852release版的代码实例! Changes for v0.85.2 release Minor tweaks for CF, ZipEntryFactory and ZipFile. Fix for zip testing and Zip64 local header patching. FastZip revamped
CF
- 数据结构,将数据元素为整型的顺序表LA拆成两个分别存储奇数和偶数的顺序表LB和LC 。
cf
- 学上的基本神经元,人工的神经网络也有基本的神经元。每个神经元有特定数量的输入,也会为每个神经元设定权重(weight)。权重是对所输入的资料的重要性的一个指标。然后,神经元会计算出权重合计值(net value),而权重合计值就是将所有输入乘以它们的权重的合计。每个神经元都有它们各自的临界值(threshold),而当权重合计值大于临
wmpTest
- sharpzip的全部应用示例,方便.NET CF上的ZIP使用
cfar.rar
- 再假定条件下雷达的快门限恒虚警处理及慢门限恒虚警处理,Further assumed that under the condition of the shutter limit radar CFAR processing and slow threshold CFAR processing
CF-toolkit-(1)
- 基于Matlab的推荐系统源码,来源于协同过滤算法-matlab CF
nj22matlab
- Example scr ipt to read CF-compliant structured grid NetCDF data into Matlab using the NetCDF-Java libraryI m using "toolsUI.jar" which is advertised as "a nice fat jar file containing everything in a single jar"-Example scr ipt to read CF-com
cf
- 数值分析-三样条差值函数计算给定点的值-三转角方法-Numerical Analysis- 3-spline function of calculating the difference of the value of a given point- 3 Corner Method
cf
- 协同过滤推荐算法综述 cf netflix-cf netflix
CF-matlab-
- 主要实现及于协同过滤的商品推荐技术,使用matlab-a recommendation system method based on CF with matlab
PSO-cf
- 该MATLAB代码用于实现对PSO-cf算法的实现,用于对Benchmark函数的优化-This matlab code is designed for PSO-cf algorithm
Item-CF
- item_cf alg,this alg based on item cf.especillay use jaccard alg.
Item-CF-Programmer
- 一个用C++写的Item-CF代码,自带数据,适合初学者-One written by C++ Item-CF code, comes with data, suitable for beginners
CF-with-RBM
- RBM的CF,单模型效果和SVD相似,只是error在不同的地方,所以结合起来可以提升效果,总觉得RBM不够intuitive,这次实现也遇到很多困难-RBM of CF, a single model and SVD similar effect, but error in different places, so you can combine to enhance the effect, always feel RBM enough intuitive, this realization
CF
- Python实现协同过滤算法,即Collaborative Filtering(CF),数据集为MovieLens电影推荐和书籍推荐数据集-Python implementation of collaborative filtering algorithm, namely Collaborative Filtering (CF), the data set is recommended MovieLens movie and book recommendations datasets
CF
- Source Code ACM CodeForces 495