代码搜索:Fall
找到约 1,303 项符合「Fall」的源代码
代码结果 1,303
www.eeworm.com/read/286666/8751533
m markov_ergodic_test.m
%
% 随机数学(30250143, 07Fall) 大作业程序
%
% 作者: 王 音 2004011448
% 葛元恺 2004011425
%
% All rights reserved. 2008.1
%一个测试遍历性的脚本
P = [ 0 0 1 0;
0
www.eeworm.com/read/286666/8751552
m markov_return.m
%
% 随机数学(30250143, 07Fall) 大作业程序
%
% 作者: 王 音 2004011448
% 葛元恺 2004011425
%
% All rights reserved. 2008.1
% 参看文献《马尔可夫基础及其应用》P151-P161
function result =
www.eeworm.com/read/361749/10037666
v despread.v
//Module FA_1B For CSA
module FA_1B(Carry_Out, SUM, A, B, C);
output SUM, Carry_Out;
input A, B, C;
wire AB, AC, BC;
//gate #(rise_delay (min:typ:max), fall_delay(min:typ:max) )
xor #
www.eeworm.com/read/361747/10037707
v despread.v
//Module FA_1B For CSA
module FA_1B(Carry_Out, SUM, A, B, C);
output SUM, Carry_Out;
input A, B, C;
wire AB, AC, BC;
//gate #(rise_delay (min:typ:max), fall_delay(min:typ:max) )
xor #
www.eeworm.com/read/297292/8032270
txt 03-05.txt
/* 范例:3-5 */
#include /* 头文件声明 */
#define PI 3.14159 /* 宏常量声明 */
enum seasons /* 结构声明,自定义文件类型 */
{
spring, summer, fall, winter /* 自定义的成员 */
};
seasons weather; /* 全局变量,定义
www.eeworm.com/read/333542/12676582
txt 3-5.txt
/* 范例:3-5 */
#include /* 头文件声明 */
#define PI 3.14159 /* 宏常量声明 */
enum seasons /* 结构声明,自定义文件类型 */
{
spring, summer, fall, winter /* 自定义的成员 */
};
seasons weather; /* 全局变量,定义
www.eeworm.com/read/144439/12793791
txt 3-5.txt
/* 范例:3-5 */
#include /* 头文件声明 */
#define PI 3.14159 /* 宏常量声明 */
enum seasons /* 结构声明,自定义文件类型 */
{
spring, summer, fall, winter /* 自定义的成员 */
};
seasons weather; /* 全局变量,定义
www.eeworm.com/read/193359/6355479
txt 3-5.txt
/* 范例:3-5 */
#include /* 头文件声明 */
#define PI 3.14159 /* 宏常量声明 */
enum seasons /* 结构声明,自定义文件类型 */
{
spring, summer, fall, winter /* 自定义的成员 */
};
seasons weather; /* 全局变量,定义
www.eeworm.com/read/155928/11837973
txt 3-5.txt
/* 范例:3-5 */
#include /* 头文件声明 */
#define PI 3.14159 /* 宏常量声明 */
enum seasons /* 结构声明,自定义文件类型 */
{
spring, summer, fall, winter /* 自定义的成员 */
};
seasons weather; /* 全局变量,定义
www.eeworm.com/read/258547/11856644
txt 3-5.txt
/* 范例:3-5 */
#include /* 头文件声明 */
#define PI 3.14159 /* 宏常量声明 */
enum seasons /* 结构声明,自定义文件类型 */
{
spring, summer, fall, winter /* 自定义的成员 */
};
seasons weather; /* 全局变量,定义