代码搜索:simulating
找到约 328 项符合「simulating」的源代码
代码结果 328
www.eeworm.com/read/290943/8448682
txt abstract.txt
This is a simple RTX Kernel based example which simulates
the step-motor driver. Four LEDs are blinking simulating
the activation of the four output driver stages:
- phase A
- phase B
- phase C
www.eeworm.com/read/328893/12996271
c spi.c
// ------------- Functions for simulating Serial Peripheral Interface ----------
// Send a bit to the SPI device
void spi_sendbit(bit bitx)
{
SPI_SCL = 0;
if (bitx == 0)
SPI_SDA = 0;
else
www.eeworm.com/read/327948/13054086
m pr3_27_ss_counterbarragejammer.m
%Problem 3.27
%Simulating antijamming features of spread spectrum signals (barrage
%jammer) in comparison to plain signals;
clear all; close all;
t=[0.001:0.001:2]; N=length(t); %times scales;
www.eeworm.com/read/240854/13192865
txt abstract.txt
This is a simple RTX Kernel based example which simulates
the step-motor driver. Four LEDs are blinking simulating
the activation of the four output driver stages:
- phase A
- phase B
- phase C
www.eeworm.com/read/405395/11463426
txt abstract.txt
This is a simple RTX Kernel based example which simulates
the step-motor driver. Four LEDs are blinking simulating
the activation of the four output driver stages:
- phase A
- phase B
- phase C
www.eeworm.com/read/405389/11463865
txt abstract.txt
This is a simple RTX Kernel based example which simulates
the step-motor driver. Four LEDs are blinking simulating
the activation of the four output driver stages:
- phase A
- phase B
- phase C
www.eeworm.com/read/405388/11463931
txt abstract.txt
This is a simple RTX Kernel based example which simulates
the step-motor driver. Four LEDs are blinking simulating
the activation of the four output driver stages:
- phase A
- phase B
- phase C
www.eeworm.com/read/310381/11586392
txt abstract.txt
This is a simple RTX Kernel based example which simulates
the step-motor driver. Four LEDs are blinking simulating
the activation of the four output driver stages:
- phase A
- phase B
- phase C
www.eeworm.com/read/153733/12010492
u4600
#!/bin/sh
# Starts Sulima, simulating a U4600
# Normally boots PMON
# Optional argument is an ELF file to load (using a minimal bootloader)
# Modify these paths appropriately
TOP=`cd \`dirname $0\`
www.eeworm.com/read/341532/12078811
txt abstract.txt
This is a simple RTX Kernel based example which simulates
the step-motor driver. Four LEDs are blinking simulating
the activation of the four output driver stages:
- phase A
- phase B
- phase C