代码搜索:职称英语
找到约 1,782 项符合「职称英语」的源代码
代码结果 1,782
www.eeworm.com/read/152920/12074196
cpp 程序9.08:二维指针数组.cpp
/* 程序9.08:二维指针数组.cpp */
#include //包含头文件
using namespace std; //使用名字空间std
char *sTab[4][5] = {{" 姓名 ","数学","语文","英语","综合"},
{" 张丽 "," "," "," "," "},
{" 李丽 ",
www.eeworm.com/read/152920/12074207
cpp 程序9.09:三维数组.cpp
/* 程序9.09:三维数组.cpp */
#include //包含头文件
using namespace std; //使用名字空间std
char sTab[4][5][8]={{" 姓名 ","数学","语文","英语","综合"},
{" 张丽 "," "," "," "," "},
{" 李丽 ","
www.eeworm.com/read/175329/9551419
txt zj191.txt
李国艳
职称:副主任医师
1984年毕业于新乡医学院,从事骨科临床工作17年。擅长骨肿瘤、骨髓炎等骨病的诊断及治疗。曾多次在省级和国家级杂志上发表论文。
www.eeworm.com/read/212555/4936010
java word.java
package support;
/*This class is used for operating the singal word .
* 此类用于对单词个体的操作
* Created by 宋云鹏
* 2006-1-18*/
import java.io.*;
public class Word {
private String engWord;//英语单
www.eeworm.com/read/146694/12618349
cpp str_write.cpp
//str_write.cpp
#include //cin,cout
#include //getch()
void main()
{ char *string;;
string = new char[21];
cout
www.eeworm.com/read/133753/14027101
cpp str_write.cpp
//str_write.cpp
#include //cin,cout
#include //getch()
void main()
{ char *string;;
string = new char[21];
cout
www.eeworm.com/read/450679/7477893
h subject.h
#ifndef SUBJECT_H_
#define SUBJECT_H_
/**********科目的成绩结构体***********/
struct Subject {
int chinese; //语文成绩
int math; //数学成绩
int english; //英语成绩
int politic; //政治成绩
int history;