代码搜索结果
找到约 10,000 项符合
Test 的代码
test.lnp
"test.obj"
TO "test"
RAMSIZE(256)
test.asv
M=4;
b=[1 zeros(1,M-1) 1];
figure(1);
freqz(b,1,'whole');
figure(2);
zplane(b,1);
test.m
fs=200;
gs=50;
M=fs/gs;
b=[1 zeros(1,M-1) -1];
w=2*pi*gs/fs;
a=[1 -2*cos(w) 1];
figure(1);
freqz(b,a,fs,'whole');
figure(2);
zplane(b,a);
test.java
import java.text.ParseException;
import java.text.SimpleDateFormat;
public class test {
/**
* @param args
*/
public static void main(String[] args) {
// TODO 自动生成方法存根
SimpleDateF
test.java
package SWF2SVG;
public class Test{
public static void main(String args[]){
System.out.println(0x1f0);
}
}
test.ini
signal void int0_signal (void) {
while (1) {
PORT3 |= 0x04; /* pull PORT 3.2 high */
swatch (0.05); /* wait 50 milliseconds */
PORT3 &= ~0x04; /*
test.cpp
class test
{
private:
int a;// = 0;do not initialize the variable where declare them
public:
test();
};fff
test.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
test.c
/**************************************************************************
* TEST.C
*
* Tests TOOLHELP.DLL
*
**************************************************************************