代码搜索:Engineer
找到约 3,860 项符合「Engineer」的源代码
代码结果 3,860
www.eeworm.com/read/468597/6985739
properties actioncode.properties
FONT=15
0001=Call Engineer
0002=Retry Operation
0003=MFGID Unmatch
0004=MicroCode Unmatch
0005=Already Exsist!
0006=Check W/I
0007=Parts Data Fail
0008=Hold
0009=Check Printer / Printer Cable
www.eeworm.com/read/332978/7141943
java staff.java
//: typeinfo/Staff.java
import java.util.*;
public class Staff extends ArrayList {
public void add(String title, Person person) {
add(new Position(title, person));
}
public
www.eeworm.com/read/461292/7230039
txt new text document.txt
This code is a translation of Basic Language FFT code found in the online book 'The Scientist and Engineer's Guide to Digital Signal Processing'(www.DSPguide.com).
This code uses 3dNow! Instruction
www.eeworm.com/read/442343/7654615
c engineerinfomationreport.c
#include
#include "stdlib.h"
#include "conio.h"
#include "main.h"
void EngineerInformationReport(void)
{
FILE *fp;
int i=0;
if((fp=fopen("Report.txt","w+"))==NULL)
{
p
www.eeworm.com/read/442343/7654617
c reloadengineerinformation.c
#include
#include "stdlib.h"
#include "conio.h"
#include "main.h"
void ReloadEngineerInformation(void)
{
FILE *fp;
int i=0;
if((fp=fopen("Engineer.txt","r+"))==NULL)
{
pri
www.eeworm.com/read/442343/7654619
h main.h
/*--------------------------------------以下定义各个枚举类型-----------------------------------*/
#define NUM 20
enum SexType {female,male};
enum Education {high,bachelor,master,doctor,ohter};
www.eeworm.com/read/442343/7654620
c initdata.c
#include
#include "stdlib.h"
#include "conio.h"
#include "main.h"
void InitData(void)
{
FILE *fp;
int i=0;
fp=fopen("Engineer.txt","r+");
for(i=0;fread(&Engineer[i],sizeof
www.eeworm.com/read/442343/7654621
c delete.c
#include "string.h"
#include "main.h"
void Delete(int i)
{
int j=0;
for(j=i+1;j
www.eeworm.com/read/442343/7654624
c outputengineerinformation.c
#include
#include "main.h"
void OutputEngineerInformation(void)
{
int i;
if(count==0)
printf("信息库为空!不能进行数据输出!\n");
else
for(i=0;i