-
CS-101501-UGP2
This document describes the libraries provided as part of BlueLab.
- 2013-01-17 10:30:09下载
- 积分:1
-
Stochastic-analysis-foundation
《随机分析学基础》是一本广泛应用于各个领域的书籍,如通信、控制、生物、社会科学等( Stochastic analysis foundation is a very useful book, it has been widely applied in various fields, such as communication, control of biological, social science)
- 2014-10-15 15:00:31下载
- 积分:1
-
QDemo
强化学习是人工智能中策略学习的一种。本程序提供一强化学习事件Q-learning demo,并绘制图形进行形象化演示。(Reinforcement learning is a kind of artificial intelligence in the strategic study。This program provides a Q-learning demo with plotting.)
- 2011-12-08 10:20:41下载
- 积分:1
-
avahi-
atlab的C编译函数mex时,定义了C99_OK的宏(EMDS/make_emdc.m (28行)),利用的是ANSI C99标准如果个人的电脑中没有相关( Matlab-HHT transform three ways three ways Matlab HHT transform Matlab)
- 2015-02-03 10:37:28下载
- 积分:1
-
Desktop
各向异性去噪,考虑到空间域的临近关系,同时考虑灰度的相似性,是相对比较经典的去噪模型(Anisotropic denoising, taking into account the close relationship between the spatial domain, taking into account the similarity of gray, is a relatively classical denoising model)
- 2014-04-15 21:15:07下载
- 积分:1
-
Regu
该软件包可以用来求解逆问题。可以应用于成像,气象,地球,生物医学等领域!(inverse problem)
- 2009-11-12 02:00:08下载
- 积分:1
-
PSO
PSO, Particle swarm Optimization Code
- 2010-01-15 14:35:45下载
- 积分:1
-
MRI_ex
MRI数据的三维表面可视化,数据是MATLAB自带的,程序包括轮廓线绘制,表面显示,正交剖切等(MRI data, 3D surface visualization, data that comes with MATLAB, the program includes contour line drawing, surface display, orthogonal split and so on.)
- 2010-05-11 08:24:34下载
- 积分:1
-
1203.6571
bat algorithm for optimization
- 2013-09-16 14:56:51下载
- 积分: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