代码搜索:LAB
找到约 10,000 项符合「LAB」的源代码
代码结果 10,000
www.eeworm.com/read/166633/10010384
c lab4.c
/* lab4.c */
#include
int main()
{
int osum = 0;
int esum = 0;
int n;
/* scanf returns the number of items read */
while (scanf("%d", &n) == 1)
{
www.eeworm.com/read/166633/10010386
c lab4a.c
/* lab4a.c */
#include
int main()
{
int osum = 0;
int esum = 0;
int n;
for (;;) /* repeat forever */
{
printf("Enter an integer (0 to quit): "
www.eeworm.com/read/166633/10010388
html lab4.html
/* lab4.c */
#include <stdio.h>
int main() {
int osum = 0;
int esum = 0;
int n;
/* scanf returns the number of items read */
while
www.eeworm.com/read/166633/10010446
html lab5.html
/* lab5.c */
#include <stdio.h>
#include <string.h>
#define MAXEMPS 10
struct Employee {
char last[16];
char first[11];
char title[16];
www.eeworm.com/read/166633/10010448
c lab5.c
/* lab5.c */
#include
#include
#define MAXEMPS 10
struct Employee
{
char last[16];
char first[11];
char title[16];
int salary;
};
int main()
{
www.eeworm.com/read/165107/10076399
h lab_parameter.h
#ifndef __TG0014_H__
#define __TG0014_H__
// write your header here
//////////////////////////////////
#define DG_CLS_ERASE 0 //(default)
#define DG_CLS_FILL 1 //Parameters of FG_ClearScreen
//////
www.eeworm.com/read/164905/10082390
cmd lab20.cmd
MEMORY
{
PAGE 0 : SCRATCH ( RW ) : o = 0x0060, l = 0x0020 /* scratch memory */
XFER ( RWXI) : o = 0x0100, l = 0x0300 /* reserve 0x300 words for comm kernel */
www.eeworm.com/read/164175/10124106
frm lab_in2.frm
www.eeworm.com/read/164175/10124111
frx lab_in2.frx
www.eeworm.com/read/358545/10185439
h lab_parameter.h
#ifndef __TG0014_H__
#define __TG0014_H__
// write your header here
//////////////////////////////////
#define DG_CLS_ERASE 0 //(default)
#define DG_CLS_FILL 1 //Parameters of FG_ClearScreen
//////