代码搜索:内核分析

找到约 10,000 项符合「内核分析」的源代码

代码结果 10,000
www.eeworm.com/read/205098/15326660

h analyze.h

/****************************************************/ /* 文件 analyze.h */ /* 所明 TINY编译器语义分析功能函数 */ /* 主题 编译器结构: 原理和实例 */ /****************************************************/ /*
www.eeworm.com/read/110561/15530949

asm cmd_line.asm

;分析参数 GetCmdLine proto :DWORD MAXPARAMS=255 .data lpCmdLineBuf dd ? lpCmdLine dd ? .code ;------------------------------------------------------------------------ ;返回值 ;eax为参数的个数 ;bOnlyOn
www.eeworm.com/read/390692/8452231

cpp gram.cpp

/*LL1分析器示例程序:见课本P76*/ #include #include #include #include #include "gram.h" #include "istack.h" /*以下变量用于词法分析*/ char ch; //字符变量,存放最新读进的源程序
www.eeworm.com/read/426535/9015091

m ex1508.m

%例15-8 应用基本拟合工具进行线性回归分析 t = [0 .3 .8 1.1 1.6 2.3]'; y = [0.5 0.82 1.14 1.25 1.35 1.40]'; plot(t,y,'o') %原始数据描点如图15-8 %例15-8(续)应用基本拟合工具进行线性回归分析 fit normresid resids
www.eeworm.com/read/277724/10609143

txt readme.txt

频谱分析仪 Frequency Analyzer 对着麦克风发点声音看看程序画面显示,本程序演示了声音的快速FFT变换(需要声卡和麦克风),对分析显示其各频率分量的程序. Whistle a melody and watch this program graph the pitch in real time. The Frequency Analyzer technically speak
www.eeworm.com/read/418117/10965014

txt 2424.txt

[编译原理课程设计]程序示例一、词法分析器2007-06-21 12:31#include #include #define MAX 22 /*分析表的最大容量*/ #define RES_MAX 10 /*关键字的最大长度*/ #define MAXBUF 255 /*缓冲区的大小
www.eeworm.com/read/272049/10972996

cpp gram.cpp

/*LL1分析器示例程序:见课本P76*/ #include #include #include #include #include "gram.h" #include "istack.h" /*以下变量用于词法分析*/ char ch; //字符变量,存放最新读进的源程序
www.eeworm.com/read/196897/8051454

inp ex4.15(1).inp

! 4.15 联轴器膜片多工况分析 ! 本程序来源于邢静忠编著的《ANSYS应用实例与分析》,科学出版社,2006年 ! FINISH /CLEAR /FILNAME, EX4.15(1) /TITLE, EX4.15(1) Membrance of Axial Connector under Acentric Load. ! (1)设置几何参数 WAIJ=139 NEIJ=9
www.eeworm.com/read/332748/12731585

txt use case的困惑.txt

USE CASE的困惑 -------------------------------------------------------------------------------- 这里借用了以前woodysteven提出问题(好象没得到很好的解答),但这个问题对初学者来说,可能普遍存在,请高手指点。 在需求分析阶段,分析人员用use case来描述用户需求。在解决问题
www.eeworm.com/read/243217/12954978

m ex1508.m

%例15-8 应用基本拟合工具进行线性回归分析 t = [0 .3 .8 1.1 1.6 2.3]'; y = [0.5 0.82 1.14 1.25 1.35 1.40]'; plot(t,y,'o') %原始数据描点如图15-8 %例15-8(续)应用基本拟合工具进行线性回归分析 fit normresid resids