代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/321196/13410794
ini can_simulate.ini
/******************************************************************************/
/* CAN_Simulate.ini Script for simulator, for simulating LCD and AD */
/***********************************
www.eeworm.com/read/307480/13721942
m dlb simulate.m
clear
tc=newfis('tc','sugeno');
tc=addvar(tc,'input','theta',[-pi,pi]);
tc=addmf(tc,'input',1,'NG','gaussmf',[1.2 -3]);
tc=addmf(tc,'input',1,'ZR','gaussmf',[1.2 0]);
tc=addmf(tc,'input',1,'PO','
www.eeworm.com/read/422965/6299713
m simulate1.m
clear
sqrt_snr=4;init=2055415866;%设置信噪比和随机种子
[x,y]=wnoise(1,11,sqrt_snr,init);%产生原始信号x和被高斯白噪声污染的信号xnoised
figure(1)
subplot(211);plot(x);title('参考信号','fontsize',8)
subplot(212);plot(y);title('染噪信
www.eeworm.com/read/405927/11455029
m simulate_people.m
%-----------------------------------------
function [xnew, ynew] = simulate_people (n, xmin, xmax, ymin, ymax),
persistent x y vx vy;
speed = 0.05;
accel = 0.01;
if nargin == 5
x =
www.eeworm.com/read/402196/11541211
c simulate_ping.c
// 简单模拟ping程序的框架
#include
#include
#include
void send_ip()
{
/*发送回送请求报文,这里只是打印消息*/
printf("send a icmp echo request packet\n");
}
void recv_ip()
{
/*挂
www.eeworm.com/read/156690/11784812
bmp simulate3.bmp
www.eeworm.com/read/251851/12315283
m simulate_points.m
function Pf = simulate_points(P0,sys_eq,ode_param,tf);
Pf = vertices;
for k = 1:length(P0)
% syntax: ODE45('F',TSPAN,Y0,OPTIONS,P1,P2,...)
[T,X] = ode45(sys_eq,[0 tf],P0(k),[],ode_param);
www.eeworm.com/read/129294/14253248
h bpnn_simulate.h
////////////////////////////////////////////////////////////////////////////
// 描述:CBPNN_Simulate.h
// 功能: 利用BP神经网络进行插值拟合
// 完成日期:2003.12.4
//////////////////////////////////////////
www.eeworm.com/read/129294/14253250
cpp bpnn_simulate.cpp
// BPNN_Simulate.cpp: implementation of the CBPNN_Simulate_Simulate class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "nn_simulate.h"