-
yanchi2
延迟码的波形图。通过matlab工具仿真出了延迟码的时域和频域波形()
- 2008-05-06 12:29:39下载
- 积分:1
-
matlab-help
说明: matlab 帮助文档
有什么不懂得地方就看看
很方便(matlab help document what do not know where to look easy)
- 2011-03-26 10:55:30下载
- 积分:1
-
optimization
matlab优化视频讲座,浅显易懂,附有下载网址,例子代码(matlab optimization of video lectures, easy to understand)
- 2011-06-06 16:12:55下载
- 积分:1
-
drtoolbox-use
drtoolbox降维工具箱程序包以及使用的范例 LLE,LTSA,ISOMAP,等( examples of drtoolbox use)
- 2013-10-06 10:37:07下载
- 积分:1
-
半监督分类算法
半监督学习(Semi-Supervised Learning,SSL)是模式识别和机器学习领域研究的重点问题,是监督学习与无监督学习相结合的一种学习方法。半监督学习使用大量的未标记数据,以及同时使用标记数据,来进行模式识别工作。当使用半监督学习时,将会要求尽量少的人员来从事工作,同时,又能够带来比较高的准确性,因此,半监督学习目前正越来越受到人们的重视。(Semi-Supervised Learning (SSL) is a key issue in the field of pattern recognition and machine learning. It is a learning method combining supervised learning with unsupervised learning. Semi-supervised learning uses a large number of unlabeled data, as well as labeled data, for pattern recognition. When using semi-supervised learning, it will require as few people as possible to work, and at the same time, it can bring relatively high accuracy. Therefore, semi-supervised learning is receiving more and more attention.)
- 2021-04-12 11:28:57下载
- 积分:1
-
5
一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。
C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。
系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。 (Compiling together the sequence of test procedures, involving the sequence of function calls and operator symbols, such as the priority problem. Now I give you to start speaking. Procedures for C compiler always start from the main function and at这道题the focus of " fun ((int) fun (a+ c, b), ac)) " statement. System must first determine the most outer layer of fun () function of real parameters, the first parameters of recursive calls required fun () function (may be called the inner function). Inner function separately for the two parameters x = a+ b = 2+8 = 10, y = b = 5, to execute the function body x+ y = 10+5 = 15, then the outer function parameters were x = 15 . Its another parameter y = ac = 2-b =- 6, once again to execute the function body may eventually return the value of x+ y = 15+ (-6) = 9.)
- 2009-03-15 15:36:23下载
- 积分:1
-
MatlabCh8
MATLAB实用教程——高级编程技术(非常实用)(MATLAB practical tutorial- advanced programming techniques (very useful))
- 2012-10-28 18:07:40下载
- 积分:1
-
SQP-code-for-matlab
这是一个序列二次规划算法的MATLAB程序,内有详细注释。(This is a sequential quadratic programming algorithm in MATLAB, with detailed notes.)
- 2014-04-19 09:42:29下载
- 积分:1
-
svm
一个通用的svm工具箱。感觉分类效果很好(A common svm toolbox. Feel very good classification results)
- 2010-12-11 11:15:57下载
- 积分:1
-
dingdianhua-
对于数据定点化仿真,LTE下行链路物理层定点化处理,非常有借鉴作用,得出浮点数据和定点数据关系,自己原创。(For fixed-point simulation data, LTE downlink physical layer processing point, very reference, come floating-point data and fixed-point data relationships, their own originality.)
- 2015-03-19 12:30:29下载
- 积分:1