代码搜索:Fall
找到约 1,303 项符合「Fall」的源代码
代码结果 1,303
www.eeworm.com/read/134069/14011164
txt 3-5.txt
/* 范例:3-5 */
#include /* 头文件声明 */
#define PI 3.14159 /* 宏常量声明 */
enum seasons /* 结构声明,自定义文件类型 */
{
spring, summer, fall, winter /* 自定义的成员 */
};
seasons weather; /* 全局变量,定义
www.eeworm.com/read/132862/14070851
txt 3-5.txt
/* 范例:3-5 */
#include /* 头文件声明 */
#define PI 3.14159 /* 宏常量声明 */
enum seasons /* 结构声明,自定义文件类型 */
{
spring, summer, fall, winter /* 自定义的成员 */
};
seasons weather; /* 全局变量,定义
www.eeworm.com/read/113490/15455049
txt 3-5.txt
/* 范例:3-5 */
#include /* 头文件声明 */
#define PI 3.14159 /* 宏常量声明 */
enum seasons /* 结构声明,自定义文件类型 */
{
spring, summer, fall, winter /* 自定义的成员 */
};
seasons weather; /* 全局变量,定义
www.eeworm.com/read/113028/15472689
txt 3-5.txt
/* 范例:3-5 */
#include /* 头文件声明 */
#define PI 3.14159 /* 宏常量声明 */
enum seasons /* 结构声明,自定义文件类型 */
{
spring, summer, fall, winter /* 自定义的成员 */
};
seasons weather; /* 全局变量,定义
www.eeworm.com/read/109438/15557639
txt 3-5.txt
/* 范例:3-5 */
#include /* 头文件声明 */
#define PI 3.14159 /* 宏常量声明 */
enum seasons /* 结构声明,自定义文件类型 */
{
spring, summer, fall, winter /* 自定义的成员 */
};
seasons weather; /* 全局变量,定义
www.eeworm.com/read/108190/15591249
txt 3-5.txt
/* 范例:3-5 */
#include /* 头文件声明 */
#define PI 3.14159 /* 宏常量声明 */
enum seasons /* 结构声明,自定义文件类型 */
{
spring, summer, fall, winter /* 自定义的成员 */
};
seasons weather; /* 全局变量,定义
www.eeworm.com/read/286666/8751538
asv markov_ergodic.asv
function result = Markov_Ergodic(P) %转移矩阵确定Markov链是否遍历的主函数
%
% 随机数学(30250143, 07Fall) 大作业程序
%
% 作者:葛元恺 2004011425
% 王 音 2004011448
www.eeworm.com/read/448693/7527115
lab test.lab
no , it was n't black monday .
UH , PRP VBD RB JJ NNP .
INTJ DEP NP-SBJ ROOT DEP DEP NP-PRD DEP
4 4 4 0 4 7 4 4
but while the new york stock exchange did n't fall apart friday as the dow jones indust
www.eeworm.com/read/443861/7621436
c test1.c
/
#include "c:\c51\STC54.h"
#define inc P17
#define dec P14
#define set P32
#define fall P33
#define velo_out P34
#define ing 'D'
#define velo 'A'
#define water 'C
www.eeworm.com/read/127781/5998164
c emu_wrapper.c
#include
#include "emu_wrapper.h"
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,3)
int pci_set_dma_mask(struct pci_dev *dev, dma_addr_t mask)
{
/*
* we fall back to GFP_DMA when the ma