代码搜索:失真分析
找到约 10,000 项符合「失真分析」的源代码
代码结果 10,000
www.eeworm.com/read/286246/8780657
h getsym.h
/*
词法分析作业
*/
#ifndef _GETSYM_H_
#define _GETSYM_H_
#include //For memset()
#include //For strcpy()
#define ISLETTER(c) ((c)>='A'&&(c)='a'&&(c)
www.eeworm.com/read/385894/8783285
txt 11-3.txt
!/BACH,LIST
/TITLE,Sphere to infinity capacitance using a Trefftz Domain ! 定义工作标题
/FILNAME,Trefftz,1 ! 定义工作文件名
KEYW,MAGELC,1 ! 指定电场分析
www.eeworm.com/read/385348/8808288
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// 词法分析.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
www.eeworm.com/read/285222/8859964
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// 词法分析.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
www.eeworm.com/read/384054/8903571
c word.c
//**********************************************************************************
//杨屹 2002/08/20 第一版
//词法分析程序(取词)
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//***************************
www.eeworm.com/read/384054/8903601
h word.h
//**********************************************************************************
//杨屹 2002/08/20 第一版
//词法分析程序(取词)
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//***************************
www.eeworm.com/read/180805/9294926
c parser.c
#include"global.h"
int lookahead;
parse() //分析并翻译表达式列表
{
lookahead = lexan();
while(lookahead !=DONE){
expr();match(';');
}
}
expr()
{
int t;
term();
while(1)
switch(lookahead
www.eeworm.com/read/352274/10567653
m lszq.m
function lszq(action,in1,in2);
%LSZQ 离散周期信号的频谱分析
% possible actions:
% 'start'
% 'down'
% 'move'
% 'up'
% 'redraw'
% 'done'
% 'setfreq'
if nargin
www.eeworm.com/read/277485/10632342
c word.c
//**********************************************************************************
//杨屹 2002/08/20 第一版
//词法分析程序(取词)
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//***************************
www.eeworm.com/read/277485/10632353
h word.h
//**********************************************************************************
//杨屹 2002/08/20 第一版
//词法分析程序(取词)
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//***************************