代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/100273/15879094
txt readme.txt
Oramon README
Version 2.10 beta
Copyright (c) 1999-2000, Vermeer Corporation
All Rights Reserved. Patents Pending.
TABLE OF CONTENTS
-----------------
1. License Information
2. System r
www.eeworm.com/read/357884/10198934
txt 停车场仿真程序说明.txt
变量命民规则:本程序变量命名采用了java驼峰式和C++成员说明式。列如入场卡号的请求队列m_queIncomeCars. 其中m_表示类的成员,que表示本变量类型是队列queue,IncomeCars表示请求入场车辆。
方法命名规则:方法名命名在遵循java的方法命名的基础上有自己的特点,除了用java的muter和accesser,还用了C++自己的isXX().
仿真流程:首先 ...
www.eeworm.com/read/160364/10538540
m burstnoise.m
function N=BurstNoise(N_Interval,N_Length,Sig_Length)
%三个参数分别对应突发间隔、突发长度、信号矢量维数
%噪声
N=zeros(1,Sig_Length);
for i=1:N_Interval:Sig_Length
start_point1=round(i+N_Interval/2+(N_Interval/2)*rand
www.eeworm.com/read/451371/7466709
lst project-function.lst
C51 COMPILER V7.20 PROJECT_FUNCTION 03/19/2009 15:59:28 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE PROJECT_FUNCTION
OBJECT MODULE
www.eeworm.com/read/451371/7466727
c project-function.c
#include"LCM3202403.h"
#define x_position1 12//(40-2*6-3)/2
#define x_position2 13//(40-2*6-2)/2
#define y_position 4
#define row_interval 4//(240-16*12)/12
#define column_interval 3//(320/8-3*
www.eeworm.com/read/314610/13563775
h sd_raw.h
#ifndef SD_RAW_H
#define SD_RAW_H
#include
#include "sd_raw_config.h"
/**
* \addtogroup sd_raw
*
* @{
*/
/**
* \file
* MMC/SD raw access header.
*
* \author Roland Riegel
*/
ty
www.eeworm.com/read/350553/6316707
h sd_raw.h
#ifndef SD_RAW_H
#define SD_RAW_H
#include
#include "sd_raw_config.h"
/**
* \addtogroup sd_raw
*
* @{
*/
/**
* \file
* MMC/SD raw access header.
*
* \author Roland Riegel
*/
ty
www.eeworm.com/read/341523/12079966
h sd_raw.h
#ifndef SD_RAW_H
#define SD_RAW_H
#include
#include "sd_raw_config.h"
/**
* \addtogroup sd_raw
*
* @{
*/
/**
* \file
* MMC/SD raw access header.
*
* \author Roland Riegel
*/
ty
www.eeworm.com/read/222974/14666631
h ticker.h
#ifndef Amis_Ticker_h_
#define Amis_Ticker_h_
#include
#include
AMIS_NAMESPACE_BEGIN
class Ticker {
protected:
int tick_interval;
int tick_interval_big;