代码搜索:信号路径优化
找到约 10,000 项符合「信号路径优化」的源代码
代码结果 10,000
www.eeworm.com/read/204642/15335837
m exa010201a.m
%---------------------------------------------------------------------------------------
% exa010201a.m, for example 1.2.2
% 说明信号的子带分解;
%----------------------------------------------------------
www.eeworm.com/read/200352/15435125
m exa010201a.m
%---------------------------------------------------------------------------------------
% exa010201a.m, for example 1.2.2
% 说明信号的子带分解;
%----------------------------------------------------------
www.eeworm.com/read/331156/12843807
cpp tdzl1.3.cpp
/*------------------------------------------------------------------------------
1.3 编程题:(20分)
写出以你所可能实现的最高效率的函数,用于将一个unsigned int数开平方。如果被求的数
不是完全平方数,求出它的平方根的整数部分。尽你所可能的优化它的效率,并用文字证
明你优化策略有效。
函数的
www.eeworm.com/read/394076/8249645
m chap10_3a.m
clear all
close all
%遗传算法优化程序,和粒子群算法优化结果做对比
%G为进化代数,Size为种群规模,CodeL为参数的二进制编码长度
G = 120;
Size = 30;
CodeL = 10;
%确定每个参数的最大最小值
for i = 1:3
MinX(i) = 0.1*ones(1);
MaxX(i) = 3*ones(1);
end
for
www.eeworm.com/read/377843/9260637
as gamehuman.as
/*
=================================================================================================
人物类,功能分为以下几个方面:
1,函数walking 根据传入的路径数据,到达目的地。
==============================================
www.eeworm.com/read/449455/7504960
frm frmfindpath.frm
VERSION 5.00
Begin VB.Form frmFindPath
BorderStyle = 3 'Fixed Dialog
Caption = "选择路径"
ClientHeight = 4185
ClientLeft = 4425
ClientTop = 2730
www.eeworm.com/read/449455/7505094
frm frmfindpath.frm
VERSION 5.00
Begin VB.Form frmFindPath
BorderStyle = 3 'Fixed Dialog
Caption = "选择路径"
ClientHeight = 4185
ClientLeft = 4425
ClientTop = 2730
www.eeworm.com/read/490867/1194436
js console-index.js
// 全局路径
var basePath = "http://localhost:8080/langsinext";
if (typeof(glbRootPath) != "undefined") {
basePath = glbRootPath;
}
// 扩展窗体
FormEditWin = function() {
var curFormWin;
return {
www.eeworm.com/read/195297/8165965
frm frmselcdpath.frm
VERSION 5.00
Begin VB.Form FrmSelCDPath
BorderStyle = 3 'Fixed Dialog
Caption = "查询路径"
ClientHeight = 3180
ClientLeft = 3675
ClientTop = 3330
www.eeworm.com/read/412952/11173418
m tsp_sa_f.m
%*************************************************************************%
% TSP_SA_F %
% 本程序计算并返回任一闭合路径Path的距离Energy(目标函数值)