Welcome![Sign In][Sign Up]
Location:
Search - section

Search list

[matlabgoldsection

Description: 黄金分割法求解下单峰函数的极小值 是一个比较好的代码-Golden section method of single peak function of the minimum value is a better code
Platform: | Size: 1024 | Author: 夏天 | Hits:

[OtherKing_c

Description: 使用C编写的黄金分割法程序,使优化算法,值得大家学习-C prepared by the use of golden section method procedure, so that optimization algorithm, what is worth learning
Platform: | Size: 1024 | Author: xinyi | Hits:

[assembly languagetinix_os

Description: === ==== 关于本光盘 ========== \Tinix: 书中所附代码 其中很多目录中除了包含源代码(*.asm, *.inc, *.c, *.h)外,还有这样一些文件: boot.bin 引导扇区(Boot Sector),可通过 FloppyWriter 写入软盘(或软盘映像)。 loader.bin LOADER,直接拷贝至软盘(或软盘映像)根目录。 kernel.bin 内核(Kernel),直接拷贝至软盘(或软盘映像)根目录。 bochsrc.bxrc Bochs 配置文件,如果系统中安装了 Bochs-2.1.1 可直接双击之运行。其它细节请见书第 2.7 节。 godbg.bat 调试时可使用此批处理文件。它假设 Bochs-2.1.1 安装在 D:\Program Files\Bochs-2.1.1\ 中。 TINIX.IMG 软盘映像。可直接通过 Bochs 或者 Virtual PC 运行。 *.com 可以在 DOS (必须为纯 DOS) 下运行的文件。 \Tools: 一些小工具 (在 VC6 下编译通过) DescParser 描述符分析器,输入描述符的值,可以得出起基址、界限、属性等信息。 ELFParser ELF 文件分析器,可以列出一个 ELF 文件的 ELF Header、 Program Header、Section Header 等信息。 FloppyWriter 用以写引导扇区,支持软盘和软盘映像。 KrnlChecker 用以检查一个 Tinix 内核加载后位置是否正确。-err
Platform: | Size: 1737728 | Author: 朱昭威 | Hits:

[Button controllvm_import09

Description: National Instruments LabView software has a native file format called LabView Measurement File (LVM, extension .lvm). This m-file, lvm_import.m, reads LVM files and imports the data into the MATLAB workspace. LVM is an ascii text file format, and the data can be imported into MATLAB using the built-in import.m function. However, import.m has some limitations: it cannot handle multi-part LVM files, and it does not return the contents of the file and section headers. lvm_import.m handles all types of LVM files, and returns specific information such as date, time, data column names, etc. -National Instruments LabView software has a native file format called LabView Measurement File (LVM, extension. Lvm). This m-file, lvm_import.m, reads LVM files and imports the data into the MATLAB workspace.LVM is an ascii text file format, and the data can be imported into MATLAB using the built-in import.m function. However, import.m has some limitations: it cannot handle multi-part LVM files, and it does not return the contents of the file and section headers. lvm_import.m handles all types of LVM files, and returns specific information such as date, time, data column names, etc.
Platform: | Size: 3072 | Author: aprist | Hits:

[matlaboptimization

Description: 最优化学习的Matlab程序:包括最速下降法,黄金分割法,曲线拟合等.-Matlab optimization learning process: including the steepest descent method, golden section method, such as curve fitting.
Platform: | Size: 5120 | Author: lin | Hits:

[Mathimatics-Numerical algorithmsgolden

Description: 机械优化设计的C程序,黄金分割法,解决一维优化问题-Optimal Design of C mechanical procedures, golden section method to solve one-dimensional optimization problem
Platform: | Size: 102400 | Author: donghongquan | Hits:

[OtherGOLD

Description: 机械优化设计中,一维搜索方法,针对单峰函数,利用进退法求收敛区间,采用黄金分割法求极值-Optimization of Mechanical Design, one-dimensional search method, for single-peak function, the use of advance and retreat method convergence interval, using golden section method for extremal
Platform: | Size: 1024 | Author: 宋佳 | Hits:

[Windows DevelopZEROADD

Description: 为PE文件增加任意名称,任意大小的空白区段。是DELPHI的原代码,自己准备编写壳时的一个练习。-PE file for the increase in arbitrary name, of any size blank section. Is DELPHI original code, its own shell at the time of the preparation of a practice.
Platform: | Size: 189440 | Author: bbc9527 | Hits:

[matlabmatlab

Description: 黄金分割法求极小值 功能:用黄金分割法求f(x)在区间[a,b]上的近似极小值。当且仅当f(x)在[a,b]上为单峰时次方法适用 -Golden section method for the minimum functions: golden section method used for f (x) in the interval [a, b] on the approximate minimum. If and only if f (x) in [a, b] for the single-peak method can be applied at times
Platform: | Size: 1024 | Author: songzhaozhe | Hits:

[matlab111opt

Description: 非常经典的最优化程序,里面黄金分割、拟牛顿、对偶单纯形,故向大家推荐-Very classical optimization procedures, which Golden Section, Quasi-Newton, dual simplex, so to recommend
Platform: | Size: 11264 | Author: 夏能涛 | Hits:

[Communication-MobileRadar_Cross_Section_Dielectric_Sphere

Description: This program plot the Bistatic Radar Cross Section of a dielectric sphere as a function of theta.(Analytic Method)
Platform: | Size: 3072 | Author: Mohsen | Hits:

[Windows Developsection

Description: 可以得到指定PID和TID下当前section和last section,是分析TS流的小工具-Can be designated PID and TID of the current section and the last section, is to analyze the TS stream Gadgets
Platform: | Size: 223232 | Author: pansiyi | Hits:

[matlaboptional

Description: 黄金分割法(0.618)程序,以及进退法选择优化区间-Golden section method (0.618) procedures
Platform: | Size: 1024 | Author: liuchao | Hits:

[matlabgoldenstein

Description: 黄金分割法的matlab程序,绝对正确,goldenstein-Golden section method of matlab procedures, absolutely correct, goldenstein
Platform: | Size: 4096 | Author: xiaoyao | Hits:

[Windows Developaddition3

Description: divide and conquer method of assigning one processor to each node in a tree for adding numbers (Lecture 6 Chapter 4 section 4.1.2) in terms of communication, computation, overall parallel execution time, speedup, and efficiency.
Platform: | Size: 1024 | Author: eeynaz | Hits:

[matlabGoldenmin

Description: 1-D optimal step size using golden section
Platform: | Size: 1024 | Author: mad | Hits:

[matlabsearch

Description: Matlab程序,包括爬山算法、黄金分割搜索、nabisect算法-Matlab procedures, including climbing algorithm, golden section search, nabisect algorithm
Platform: | Size: 2048 | Author: tmt | Hits:

[matlab06071419

Description: 机械优化设计的作业 包括一维搜索方法(二次差值,牛顿法,黄金分割法),以及最速下降法和内点惩罚函数法及等值线图-Optimal Design of mechanical operations, including one-dimensional search method (the second difference, Newton' s law, golden section method), and the steepest descent method and interior point penalty function method and the contour map
Platform: | Size: 12697600 | Author: 王正宇 | Hits:

[Special Effectssection

Description: 自己写的挖图用的一段代码,在图像出提取感兴趣部分-Written by digging their own plans to use a section of code in the image of interest to some of the extraction
Platform: | Size: 7298048 | Author: 蔡华杰 | Hits:

[matlabWireScatterer

Description: radar cross section of a wire scatterer is computed
Platform: | Size: 1024 | Author: sakineh | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net