代码搜索:gread
找到约 14 项符合「gread」的源代码
代码结果 14
www.eeworm.com/read/376202/9325248
c unit1.c
#include
#include
int main(void)
{
float gread;
printf("叫块
www.eeworm.com/read/149878/12340078
cpp mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "ooo.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS
www.eeworm.com/read/467321/7009691
cpp 统计成绩.cpp
#include
int &level(int gread,int &typeA,int &typeB,int &typeC);
void main(){
int typeA=0,typeB=0,typeC=0;
int stu=9;
int a[9]={90,75,83,66,58,40,80,85,71};
for(int i=0;i
www.eeworm.com/read/304950/13782502
cpp 统计成绩.cpp
#include
int &level(int gread,int &typeA,int &typeB,int &typeC);
void main(){
int typeA=0,typeB=0,typeC=0;
int stu=9;
int a[9]={90,75,83,66,58,40,80,85,71};
for(int i=0;i
www.eeworm.com/read/230539/14282303
h mode.h
#define IFMT 0070000 //文件类型屏蔽字
#define IFDIR 0010000 //子目录文件
#define IFREG 0020000 //普通文件
#define IREAD 0400 //文件主读权限
#define IWRITE 0200 //文件主写权限
#define IEXEC 0100 //文件主执行权限
#define GREAD 040 //
www.eeworm.com/read/149878/12340155
cpp new.cpp
// NEW.cpp : implementation file
//
#include "stdafx.h"
#include "ooo.h"
#include "NEW.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif