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

Search list

[OtherMYFUN

Description: 各位大虾帮忙-help you see prawns
Platform: | Size: 996 | Author: 梁宇 | Hits:

[Other resourcecrossgamyfun

Description: 遗传算法的matlab程序,包括三个,cross,ga,myfun-GA Matlab procedures, including three that cross, ga, myfun
Platform: | Size: 1833 | Author: dingtao | Hits:

[Delphi VCLMyFun

Description: 几十种常用函数!平时编程绝对用的着
Platform: | Size: 56241 | Author: stone | Hits:

[Other resourcemyfun

Description: 换能器散射回波信号声强预测,可自拟发射和接收换能器的类型及指向性,海底散射强度,得到不同条件下的散射回波信号声强
Platform: | Size: 1304 | Author: 陈阳 | Hits:

[OtherMyfun

Description: 找到的一些常用算法。提供给大家,下载用用看看有没有需要的
Platform: | Size: 55439 | Author: Kinkai | Hits:

[Windows DevelopMyfun

Description: 整理的一些delphi 开发中中经常用到一些函数
Platform: | Size: 28651 | Author: 范小春 | Hits:

[OtherMYFUN

Description: 各位大虾帮忙-help you see prawns
Platform: | Size: 1024 | Author: 梁宇 | Hits:

[matlabcrossgamyfun

Description: 遗传算法的matlab程序,包括三个,cross,ga,myfun-GA Matlab procedures, including three that cross, ga, myfun
Platform: | Size: 2048 | Author: dingtao | Hits:

[Delphi VCLMyFun

Description: 几十种常用函数!平时编程绝对用的着-Dozens of commonly used functions! Usually used with absolute programming
Platform: | Size: 56320 | Author: stone | Hits:

[matlabmyfun

Description: 换能器散射回波信号声强预测,可自拟发射和接收换能器的类型及指向性,海底散射强度,得到不同条件下的散射回波信号声强-Transducer scattering echo sound intensity forecasts can be self-transmitting and receiving transducers of the type and point to the seabed scattering intensity, obtained under different conditions of scattering echo signal sound intensity
Platform: | Size: 1024 | Author: 陈阳 | Hits:

[OtherMyfun

Description: 找到的一些常用算法。提供给大家,下载用用看看有没有需要的-Found in some commonly used algorithms. Available to you, download to use to see if there is no need to use the
Platform: | Size: 55296 | Author: Kinkai | Hits:

[Windows DevelopMyfun

Description: 整理的一些delphi 开发中中经常用到一些函数-Finishing some delphi development of a number of frequently used function
Platform: | Size: 28672 | Author: 范小春 | Hits:

[AlgorithmPID_danchunxin

Description: 基于单纯形无约束方法的PID参数整定。在myfun.m中输入目标函数和控制对象的传递函数,运行主函数即可得到阶跃响应曲线-Based on unconstrained simplex method of PID parameter tuning. Myfun.m enter in the objective function and control the transfer function of the object, run the main function can be obtained step response curve
Platform: | Size: 3072 | Author: 张宪 | Hits:

[matlabmatlab

Description: matlab环境下目标函数为求最大值,且解非负整数解 %bounds 边界约束 %Myfun 为目标函数 %num 初始种群数 %N 最大迭代次数 %CP 交叉概率 %P 突变概率 %f 目标最优解 %x 最优解向量-matlab environment for the sake of the objective function value, and the solution of non-negative integer solutions% bounds border% Myfun bound for the objective function% num species the initial number of% N maximum number of iterations% CP crossover probability% P mutation probability% f-objective optimal solution% x the optimal solution vector
Platform: | Size: 2048 | Author: ccy | Hits:

[DSP programworking

Description: 用计数器定期启动一个函数MyFun-use a timer to start a function
Platform: | Size: 1024 | Author: 李楠 | Hits:

[Dialog_Windowqyzngj

Description: 首先建立一个基于对话框的工程,导入数码位图资源,直接在对话框类CMy2Dlg中添加类mytime 程序中的mytime类主要提供两个函数接口:一个是set()用来设置显示位置;一个是myfun()用来设置显示数字来显示。-first establish a dialog-based project, import the bitmap of digital resources directly in the dialog box to add class CMy2Dlg class mytime program mytime principal interface provides two functions: one is the set () is used to set the display position one myfun () is used to set the display of figures.
Platform: | Size: 150528 | Author: 呆豆 | Hits:

[OtherMyfun

Description: 功能包中的大部分功能模块为本人自己所写。。部分收录我的网友的作品及网上比较精典的程序段。    Function HexBCDToint(sHexBCD:Byte):integer    Function IntToBCD(Int:Byte):word    Function MinuteToTime(Minute:Double):TdateTime overload //分钟到标准时间的转换    Function MinuteToTime(Minute:Double var DayCount:integer):TdateTime overload -Feature Pack for most of the functional modules I' ve written. . Some of my friends from work included and on-line comparison classics of the program segment. Function HexBCDToint (sHexBCD: Byte): integer Function IntToBCD (Int: Byte): word Function MinuteToTime (Minute: Double): TdateTime overload // minutes to standard time conversion Function MinuteToTime (Minute: Double var DayCount: integer): TdateTime overload
Platform: | Size: 55296 | Author: 张利 | Hits:

[source in ebooknew

Description: It creates an m-file for a matlab function and populate with a header template describing the purpose of the function, the input and output parameters, and other relevant information. In addition, it inserts information related to the author of the file: username, display name, computer name, windows version, and the time stamp. The command to create a MATLAB function: new myfun It is also possible to append function code at the function m-file creation time as follows: new myfun disp( Hello World! )
Platform: | Size: 1024 | Author: Nikhiln | Hits:

[source in ebookIntermediate_Nodes

Description: The program takes the intermediate stoichiometric matrix of a chemical reaction mechanism as the input and gives the intermediate nodes in terms of all the possible combinations of p-(q-1) reaction steps. This program is complimentary to the "Reaction Routes" program. Using both these programs a Reaction Route Graph for a chemical reaction mechanism can be constructed, which can be used for kinetics studies. The command to create a MATLAB function: new myfun It is also possible to append function code at the function m-file creation time as follows: new myfun disp( Hello World! )
Platform: | Size: 1024 | Author: Nikhiln | Hits:

[matlablsqcurvefitting

Description: matlab二维拟合函数表达式 应用于lsqcurvefit(@myfun,a0,data,zdata) (非线性最小二乘法拟合)-curve fitting
Platform: | Size: 3072 | Author: yongchang | Hits:
« 12 »

CodeBus www.codebus.net