-
vc
说明: 讲述VC++与MATLAB的接口编程,对于初学者有很大的帮助(On the VC++ and MATLAB programming interface, for there is a great help for beginners)
- 2009-04-05 16:43:43下载
- 积分:1
-
genetic-algorithm
遗传算法,用matlab来实现,图像美观,更接近真实数据(Genetic algorithm, using matlab to achieve, beautiful images, closer to the real data)
- 2013-10-16 22:43:03下载
- 积分:1
-
Software-Testing
随着计算机技术的迅速发展和越来越广泛深入地应用于国民经济和社会生活的各个方面,随着 软件系统的规模和复杂性与日俱增,软件的生产成本和软件中存在的缺陷和故障造成的各类损失也 大大增加,甚至会带来灾难性的后果。软件质量问题已成为所有使用软件和开发软件的人关注的焦 点。由于软件是人脑的高度智力化的体现和产品这一特殊性,不同于其他科技和生产领域,因此软件与生俱来就有可能存在着缺陷。(With the rapid development of computer technology and the more extensively used in the national economy and social life in all its aspects, with the growing size and complexity of software systems, software production costs and software defects and faults caused various types of losses also increased significantly, even catastrophic consequences. Software quality has become the focus of all those who use the software and software development concern. Because the software is highly intellectual expression and product of the special nature of the human brain, unlike other areas of technology and production, so the software may be born with a defect exists.)
- 2013-12-04 22:25:34下载
- 积分: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
-
ArtmapSource
ARTMAP source code. include: Fuzzy ARTMAP, Default ARTMAP, Instance-Counting ARTMAP, Distributed ARTMAP(ARTMAP source code. Include : Fuzzy ARTMAP, Default ARTMAP. Instance-Counting ARTMAP. Distributed ARTMAP)
- 2006-09-04 12:14:50下载
- 积分:1
-
MatLabmingling
MATLAB命令大全,收录庞大的MATLAB命令,令你在进行数值分析计算时更加方便(MATLAB command Daquan, contains a large MATLAB commands, so that you are going through is more convenient for numerical analysis and calculation)
- 2009-10-07 15:50:43下载
- 积分:1
-
huffman
在matlab中实现哈夫曼压缩和解压缩。(Huffman compression and decompression in matlab.)
- 2013-12-04 16:01:36下载
- 积分:1
-
hotq
最近从书上看到的非线性解题法的一个程序,共享下(Recently from the book to see non-linear problem-solving method of a program to share the)
- 2011-10-04 09:51:17下载
- 积分:1
-
dumpling
一种基于网络节点距离(节点间RTT值),将节点动态的划分在相应的聚类内,每个聚类有一个中心节点,其成员节点到它的距离不超过某一设定值(A network node based on distance (inter-node RTT value), the delineation of the dynamic nodes in the corresponding cluster, each cluster has a central node, the node of its members to its distance does not exceed a set value)
- 2008-07-06 11:39:45下载
- 积分:1
-
DOE
MATLAB编译,主要是与船舶相关的编译程序,简单方便,易于使用。(MATLAB compilation, mainly related to ship compiler, simple, convenient and easy to use)
- 2017-07-18 09:49:11下载
- 积分:1