-
changeword
此代码能将一个文件里的所有文字修改为你所需要的文字,比如你要将一篇文章中的所有"师范"修改为"大学",用我的程序就很容易实现(This code can be a text document all you need to modify the text, for example, an article you want all the Normal University was revised to use the procedure I can easily realize)
- 2008-05-23 22:14:13下载
- 积分:1
-
dijkstra
程序dijkstra,C++语言的,可以运行,做数学建模竞赛会用到的(dijkstra,C++,for math modelling)
- 2011-09-07 18:58:59下载
- 积分: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
-
Msimplefuunca
几个用matlab实现正向云发生器,k均值算法的的程序,都已调试通过 ,经测试可直接使用。
(Several matlab realize positive cloud generator, k-means algorithm procedures have been debugging through, has been tested and can be used directly.)
- 2012-09-30 18:15:57下载
- 积分:1
-
ER6RobotModel0426
ER3机器人的正逆解的求取程序,利用这个程序我们可以很好地实现机器人正逆解的求取(ER3 robot zhengnijie function de shixian he jiejue)
- 2016-05-03 10:22:04下载
- 积分:1
-
05041062ofdm
说明: OFDM调制的的AWGN加瑞丽衰落信道,其它的我就不多说了(OFDM modulation of the AWGN Jiaruili fading channel, and others I do not talk a lot)
- 2006-04-04 21:54:43下载
- 积分:1
-
terrain
演示地形绘制与漫游,取自OGRE例子,地形管理器会自动应用八叉树分割来管理地形。(Demo terrain rendering and roaming, from OGRE example, terrain Manager automatically applied octree division to manage the terrain.)
- 2013-05-27 23:51:46下载
- 积分:1
-
viterbi
matlab仿真中的(2,1,2)卷积码和维特比译码的码源。(matlab simulation (2,1,2) convolutional code and Viterbi decoding of the code source.)
- 2012-04-26 13:46:25下载
- 积分:1
-
zeus2d_v2.0.tar
二维磁流体计算程序,可根据问题干煸,已有改变成三维的版本(Two-dimensional MHD calculation program, according to the problem dry stir, has changed into a three-dimensional version of the)
- 2020-11-21 10:49:36下载
- 积分:1
-
CPP
c++语言编程规范 书籍,希望能给大家带来些帮助吧(thanks )
- 2011-12-27 21:27:46下载
- 积分:1