代码搜索:xUnit
找到约 42 项符合「xUnit」的源代码
代码结果 42
www.eeworm.com/read/475765/6777733
m clspec1.m
% CLSPEC1.M Plot positive frequency spectrum of square wave
% The components are 2/(n pi); n odd.
% Plot 10 components of the discrete spectrum [f F]
% by calling function clptdscf
%
clear
www.eeworm.com/read/475765/6777737
m clptdscf.m
function clptdscf(f,F,xunit)
% CALL: clptdscf(f,F,xunit) Plot a discrete spectrum [f F]
% Input to function is
% f - frequencies
% F - spectral values
% xunit - units of frequency (Hz or rad
www.eeworm.com/read/475765/6777739
m clptdscf.m
function clptdscf(f,F,xunit)
% Plot a discrete spectrum [f F]
% CALL: clptdscf(f,F,xunit)
% Input to function is
% f - frequencies
% F - spectral values
% xunit - units of frequency (Hz or
www.eeworm.com/read/113169/15468650
cpp boxctl.cpp
// BoxCtl.cpp : Implementation of the CBoxCtrl ActiveX Control class.
#include "stdafx.h"
#include "Box.h"
#include "BoxCtl.h"
#include "BoxPpg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#und
www.eeworm.com/read/328888/12996517
c st7920_graphics.c
// Wait and Clear
void WAC(void)
{
DelayMs(1000);
gTile(0x00, 0x00);
}
// Read data from GDRAM
uint16 ReadData(uint8 xUnit, yBit)
{
uint16 dByte;
Locate(xUnit, yBit);
LCD_DataPort =
www.eeworm.com/read/248077/4471041
m clptdscf.m
function clptdscf(f,F,xunit)
% CALL: clptdscf(f,F,xunit) Plot a discrete spectrum [f F]
% Input to function is
% f - frequencies
% F - spectral values
% xunit - units of frequency (Hz or rad/sec)
www.eeworm.com/read/248077/4471044
m clptdscf.m
function clptdscf(f,F,xunit)
% Plot a discrete spectrum [f F]
% CALL: clptdscf(f,F,xunit)
% Input to function is
% f - frequencies
% F - spectral values
% xunit - units of frequency (Hz or rad/se
www.eeworm.com/read/451866/1659194
java package-info.java
/**
*
* MoMEUnit is an instance of the xUnit architecture for unit testing of J2ME
* applications. It is derived from JUnit framework. It is only CLDC 1.1
* complied.
*
www.eeworm.com/read/248077/4471037
m clspec1.m
% CLSPEC1.M Plot positive frequency spectrum of square wave
% The components are 2/(n pi); n odd.
% Plot 10 components of the discrete spectrum [f F]
% by calling function clptdscf
%
clear
xunit
www.eeworm.com/read/159050/5588458
py testing.py
# $Id: testing.py,v 1.1 2004/08/10 14:22:07 sean Exp $
#
# Project: MapServer
# Purpose: xUnit style Python mapscript testing utilities
# Author: Sean Gillies, sgillies@frii.com
#
# ==============