代码搜索:型号参数
找到约 10,000 项符合「型号参数」的源代码
代码结果 10,000
www.eeworm.com/read/481082/6658960
m ga1.m
%遗传算法
% function [out]=GA1(in)
clear all;
close all;
tic
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 参数设置 %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
M1 = 4;
M2 =
www.eeworm.com/read/481082/6658963
asv ga_gaaa.asv
%遗传算法
% function [out]=GA1(in)
clear all;
close all;
tic
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 参数设置 %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
M1 = 4;
M2 =
www.eeworm.com/read/478256/6713706
h spline.h
/****************************************************************************************
* 文件名:SPLINE.H
* 功能:二次参数样条曲线生成程序。头文件
* 作者:黄绍斌
* 日期:2003.09.09
*******************************************
www.eeworm.com/read/410341/11292731
cpp chafenmul.cpp
#include "StdAfx.h"
#include "ChafenMul.h"
/************************************************************************
* 函数名称:
* ChafenMul
*
* 参数:
* int width-帧宽度
* int height-帧高度
www.eeworm.com/read/262532/11587088
frm chform.frm
VERSION 5.00
Begin VB.Form ChForm
BorderStyle = 3 'Fixed Dialog
Caption = "A/D参数设置界面"
ClientHeight = 4935
ClientLeft = 1860
ClientTop = 1620
www.eeworm.com/read/348331/11601384
c port_initial.c
/*===============================================================*/
/*函数名称: Port_Initial.c */
/*函数功能: 对c8051f个端口进行配置 */
/*入口参数: P2
www.eeworm.com/read/262183/11602776
cs queryparamscollection.cs
using System;
using System.Data;
using System.Data.SqlClient;
namespace {namespace}.DataAS
{
///
/// 检索参数集合
///
public class QueryParamsCollection : Sys
www.eeworm.com/read/262183/11602784
cs setparamscollection.cs
using System;
using System.Data;
using System.Data.SqlClient;
namespace {namespace}.DataAS
{
///
/// 检索参数集合
///
public class SetParamsCollection : Syste
www.eeworm.com/read/262123/11605145
txt cmvsoga.txt
解决电梯动力学参数写的简单遗传算法
头文件:
// CMVSOGA.h : main header file for the CMVSOGA.cpp
////////////////////////////////////////////////////////////////////
/////
www.eeworm.com/read/345629/11800124
h spline.h
/****************************************************************************************
* 文件名:SPLINE.H
* 功能:二次参数样条曲线生成程序。头文件
* 作者:黄绍斌
* 日期:2003.09.09
*******************************************