代码搜索:Simulates
找到约 1,151 项符合「Simulates」的源代码
代码结果 1,151
www.eeworm.com/read/396894/8083751
m synsim.m
%synsim - simulates a synapse
%
% [s,t] = synsim( par, T, spikes ) simulates a
% synapse that receives an input spike train
% 'spikes' (an array of spike times in msec)
% for 'T' msec. The syn
www.eeworm.com/read/318512/13476790
h car.h
/*****************************************************
car.c - simulates the behavior of a car
----------------------------------------------------
The function SimulateCar should be called in r
www.eeworm.com/read/318512/13476818
h car.h
/*****************************************************
car.c - simulates the behavior of a car
----------------------------------------------------
The function SimulateCar should be called in r
www.eeworm.com/read/206871/15286556
txt 程序说明.txt
tiny_mc.c
Simulates light propagation from a point source in an infinite medium with isotropic scattering. The entire source for this program fits on a single page and is a good way to get an overvi
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/373627/9446212
html ssi.html
R: Simulates Sequential Spatial Inhibition Point Process
www.eeworm.com/read/197608/7069648
c cointest.c
/*
* File: cointest.c
* ----------------
* This program simulates flipping a coin.
*/
#include
#include
#include "genlib.h"
/*
* Constants
* ---------
* NTrials -- Number
www.eeworm.com/read/244387/12869208
c cointest.c
/*
* File: cointest.c
* ----------------
* This program simulates flipping a coin.
*/
#include
#include
#include "genlib.h"
/*
* Constants
* ---------
* NTrials -- Number
www.eeworm.com/read/317796/13497115
h uart.h
/*
* Copyright 2008, writen by shikosan
* File name: uart.h
* This file simulates a half UART which
* 串行輸出
*/
#ifndef UART_H
#define UART_H
void UartInitialize(const char *outputFileName)