代码搜索:交通仿真
找到约 10,000 项符合「交通仿真」的源代码
代码结果 10,000
www.eeworm.com/read/353915/10405134
c main.c
#define uchar unsigned char //定义一下方便使用
#define uint unsigned int
#define ulong unsigned long
#include //包括一个52标准内核的头文件
char code dx516[3] _at_ 0x003b;//这是为了仿真设置的
sbit BEEP=P
www.eeworm.com/read/161272/10430807
m exampl_1.m
%例一 正弦信号
%本程序中时间单位是毫妙
%频率单位为KHz
%本例说明取样点数与仿真精度的关系
global dt df t f N
close all
figure(1)
set(1,'Position',[10,50,300,200])
%设定图1的窗口位置及大小
figure(2)
set(2,'Position',[
www.eeworm.com/read/279389/10441883
h ds1302.h
#ifndef _REAL_TIMER_DS1302_
#define _REAL_TIMER_DS1302_
//SEL:运行环境选择
#define SEL 0 //仿真环境SEL=0,硬件环境SEL=1
#if SEL > 0
sbit DS1302_CLK = P4^0; //实时时钟时钟线引脚
sbit DS1302_RST = P4^1; //实时时钟
www.eeworm.com/read/424455/10446960
plg playmusic.plg
礦ision2 Build Log
Project:
E:\软件备份\单片机软件\Proteus\JJJ仿真电路\播放音乐\Keil\PlayMusic.uv2
Project File Date: 09/16/2005
Output:
Build target 'Target 1'
www.eeworm.com/read/423671/10538428
plg playmusic.plg
礦ision2 Build Log
Project:
E:\软件备份\单片机软件\Proteus\JJJ仿真电路\播放音乐\Keil\PlayMusic.uv2
Project File Date: 09/16/2005
Output:
Build target 'Target 1'
www.eeworm.com/read/352248/10571043
plg ds1302.plg
礦ision2 Build Log
Project:
D:\Datasheet\Persnal\MCU\教程\proteus\Proteus 仿真实例\DS1302时钟\Keil\DS1302.uv2
Project File Date: 04/25/2007
Output:
www.eeworm.com/read/160068/10574834
c sendrtcb.c
/****************************************************************************
* 文件名:SENDRTC.C
* 功能:运行RTC进行计时,并将所时间值不断的通过串口向上位机发送。上位机使用EasyARM
* 软件,在仿真的万年历显示器上观察结果。
* 通讯波特率115200,8位数据位,1位
www.eeworm.com/read/351501/10645702
m command_in_out.m
t=0:0.1:10; t=t'; u=sin(t); sim_input=[t,u];
[tout,x1,yout1]=sim('command_in_out',5);
% 仿真时间范围0~5s,输出时间向量 tout1 由 Simulimk 的求解器步长决定
[tout,x2,yout2]=sim('command_in_out',[1 8]);
www.eeworm.com/read/421724/10704927
c main.c
#define uchar unsigned char //定义一下方便使用
#define uint unsigned int
#define ulong unsigned long
#include //包括一个52标准内核的头文件
char code dx516[3] _at_ 0x003b;//这是为了仿真设置的
sbit BEEP=P
www.eeworm.com/read/421724/10705095
c main.c
#define uchar unsigned char //定义一下方便使用
#define uint unsigned int
#define ulong unsigned long
#include //包括一个52标准内核的头文件
char code dx516[3] _at_ 0x003b;//这是为了仿真设置的
sbit BEEP=P