-
Threespacefractalinsert
内含三维空间中的分形插值算法源代码。双击Debug下的Fractal Example.exe文件,程序运行;双击Fractal Example.dsw文件,进入编辑环境。(3D space containing the fractal interpolation algorithm source code. Double-click the Debug Fractal Example.exe documents, operating procedures; Double-click Fractal Example.dsw documents to enter editing environment.)
- 2007-03-07 08:51:14下载
- 积分:1
-
space-station-maintenance
负责火星的一个低轨道空间站的设计。为简化结构,该空间站由一系列密闭的立方体(airtight cubical modules ACM)组成,这些ACM曾连接在一起。困扰你的一个问题是致命的病菌也许留在火星的上层大气中。因为空间站有时需要在上层大气中飞行,所以急需在ACM的各个接触面进行额外的防护,无论是边对边还是面对面,连接是密闭的,所以没有细菌能够进入。一个ACM与另外一个ACM共享的面不需要防护。如果在每个ACM每个面上都加防护,花费巨大。因此,需要知道ACM额外防护的确切面数目(Responsible for the design of a low-orbit space station on Mars. In order to simplify the structure of the space station by a series of closed cubes (airtight cubical modules ACM) composed of these ACM had together. One problem is bothering you deadly germs might stay in the upper atmosphere of Mars. Because the station is sometimes necessary to fly in the upper atmosphere, so urgently needed in all contact surfaces of the ACM additional protection, either face to face or side-to-side, the connection is closed, so no bacteria can enter. An ACM ACM shared with another surface does not need protection. If you have added protection on each side of each ACM, costly. Therefore, the need to know the exact number of additional surface protection ACM)
- 2014-11-28 17:58:50下载
- 积分:1
-
XCSR_DE1.0
- XCS for Dynamic Environments
+ Continuous versions of XCS
+ Test problem: real multiplexer
+ Experiments: XCS is explored in dynamic environments with different magnitudes of change to the underlying concepts.
+Reference papers:
H.H. Dam, H.A. Abbass, C.J. Lokan, Evolutionary Online Data Mining – an Investigation in a Dynamic Environment. 2005, accepted for a book chapter in Springer Series on Studies in Computational Intelligence
H.H. Dam, H.A. Abbass, C.J. Lokan, Be Real! XCS with Continuous-Valued Inputs. IWLCS 2005, (International Workshop on Learning Classifier Systems). Washington DC, June 2005.(- XCS for Continuous Dynamic Environments Test versions of XCS problem : real multiplexer Experiments : XCS is explored in dynamic environments with di fferent magnitudes of change to the underlying concepts. Reference papers : H. H. Dam, H. A. Abbass, C. J. Lokan. Evolutionary Online Data Mining-an Investiga tion in a Dynamic Environment. 2005. accepted for a book chapter in Springer Series o n Studies in Computational Intelligence H.H. D am, H. A. Abbass, C. J. Lokan. Be Real! XCS with Continuous- Valued Inputs. IW LCS 2005. (International Workshop on Learning Classifi er Systems). Washington DC, June 2005.)
- 2006-09-02 20:53:58下载
- 积分:1
-
yuyin-wavelet
语音小波去噪方法的matlab实现 比较基础 可以看看(Voice Wavelet Denoising matlab can look at the basis for comparison)
- 2012-11-27 21:01:55下载
- 积分:1
-
GPIBK2306TEST
利用GPIB接口控制K2306上下电,电压5V。(The control of K2306 electric interface using GPIB, voltage 5V.
)
- 2015-04-13 15:29:47下载
- 积分:1
-
gaotv5
神经网络工具包,安装在MATLAB中,使用神经网络计算时需要安装,可以调用其中的函数(Neural network toolkit, installed in the MATLAB, the use of neural network calculation need to install, you can call the function)
- 2017-11-17 20:31:02下载
- 积分:1
-
VC_MATLAB
Matlab和VC混合编程的实例,自己写的,包含基本的矩阵运算,Matlab定义的数据结构mwArray和c++的通讯,希望对初学者有帮助。
需要Matlab 6.5自带的C++数学函数库支持。(Matlab and VC examples of mixed programming, write, and contains the basic matrix operations, Matlab data structure defined mwArray and c++ communication, hope to help beginners. Requires Matlab 6.5 comes with C++ Math Library support.)
- 2010-06-12 16:22:58下载
- 积分:1
-
1960_83
是日本船舶教授对船舶附加质量和附加惯性矩的分析。(Is the ship additional mass moment of inertia and additional analysis Japanese ship professor.)
- 2015-03-23 11:20:10下载
- 积分:1
-
The-PC-mouse-code
对想了解pc控制鼠标指针的源码的人有帮助,包括windows调用了那些函数,用了那些库文件等。(Would like to know the source pc control the mouse pointer to help people, including those functions called windows, with those library files.)
- 2013-12-08 12:15:20下载
- 积分:1
-
VC_MATLAB7SharedLibrary
调用MATLAB7 Compiler 产生共享库程序的方法介绍,有如下的大致结构:
1.声明变量或者是函数作为输入变量;
2. 调用 mclInitalizeApplication函数,并测试是否成功,该函数设置了一个全局的MCR
状态,并且构建MCR实例;
3. 对于每个库,调用一次<libraryname>Initalize函数,为库创建一个MCR 实例;
4. 调用库中的函数,并处理其结果(这是程序的主要部分);
5. 为每个库调用一次<libraryname>Terminate函数,用于注销相联系的MCR;
6. 调用 mclTerminateApplication函数,释放与全局MCR状态相联系的资源;
7. 清除变换,关闭文件等,然后退出。(VC+ MATLAB7 C Shared Library Target)
- 2009-06-06 10:46:54下载
- 积分:1