代码搜索:模拟方案

找到约 10,000 项符合「模拟方案」的源代码

代码结果 10,000
www.eeworm.com/read/471395/6892290

cpp parksimu.cpp

// ParkSimu.cpp : Defines the entry point for the console application. // // 本程序模拟停车场的车位管理。主要考察队列的应用。 // 刘楚雄创建于2007年4月4日晚23:27 #include "stdafx.h" #include "common.h" #include "QueueLnk.h"
www.eeworm.com/read/193568/8217173

c template.c

// Template.c //用途: 提供可套用的模板, //主要包括: 名称+"开、关" ;名称+数字+单位; // 图标+文字; 图标+ 矩形条+单位 // 光照效果的实现 //使用: 三级界面 //界面一: 显示模拟量 //界面二: 开关量控制 //界面三: 帮助信息显示 #
www.eeworm.com/read/369788/9633804

m saa 0-1背包问题 .m

% 使用模拟退火算法(SAA)解决0-1背包问题 clear; w=[6 5 3 2 1 1]; %物品重量 c=[61 59 31 21 15 5]; %物品价值 M=10; % 背包总容量 x=[0 0 0 0 0 0]; % 初始解 [mm,n]=si
www.eeworm.com/read/368257/9703708

c pro.c

// 离散事件模拟 // 模型:银行4个窗口对外接待客户 // 2007-09-20 // 算法3.7 p65 // 队列的使用 #include #include #include #include "queue.h" #include "list.h" // 总时间 int totaltime; /
www.eeworm.com/read/171074/9772430

m u_chb1ap.m

function [b,a] = u_chb1ap(N,Rp,Omegac); % 未归一化的切比雪夫-1型模拟低通滤波器原型 % -------------------------------------------------------- % [b,a] = u_chb1ap(N,Rp,Omegac); % b = Ha(s) 分子多项式的系数 % a = Ha(s) 分母
www.eeworm.com/read/171074/9772459

m afd_chb2.m

function [b,a] = afd_chb2(Wp,Ws,Rp,As); % 切比雪夫-2型模拟低通滤波器设计 % ----------------------------------------- % [b,a] = afd_chb2(Wp,Ws,Rp,As); % b = Ha(s) 分子的系数 % a = Ha(s) 分母的系数 % Wp = 以弧度/秒为单位的通带边缘
www.eeworm.com/read/171074/9772461

m afd_chb1.m

function [b,a] = afd_chb1(Wp,Ws,Rp,As); % 切比雪夫-1型模拟低通滤波器设计 % ----------------------------------------- % [b,a] = afd_chb1(Wp,Ws,Rp,As); % b = Ha(s) 分子的系数 % a = Ha(s) 分母的系数 % Wp = 以弧度/秒为单位的通带边缘
www.eeworm.com/read/411173/11253364

frm form1.frm

VERSION 5.00 Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX" Begin VB.Form frmMain BackColor = &H00E0E0E0& Caption = "操作系统模拟" ClientHeight =
www.eeworm.com/read/148357/12473638

h temperature.h

/* 本程序是人工智能的作业,模拟一个用模糊原理控制的温控系统 作者:杨建国(20401598) 时间:2004.10.28 */ #ifndef _TEMPERATURE_H #define _TEMPERATURE_H #include #include "mymath.h" #define NB 0 //负的大 #define NS
www.eeworm.com/read/148259/12479482

m u_chb1ap.m

function [b,a] = u_chb1ap(N,Rp,Omegac); % 未归一化的切比雪夫-1型模拟低通滤波器原型 % -------------------------------------------------------- % [b,a] = u_chb1ap(N,Rp,Omegac); % b = Ha(s) 分子多项式的系数 % a = Ha(s) 分母