代码搜索:教师培训
找到约 4,436 项符合「教师培训」的源代码
代码结果 4,436
www.eeworm.com/read/323241/13346760
h teachter.h
//J教师简要信息,用来储存密码,只有管理员有权限使用,用来添加,修改,查询
#ifndef TEACHTER_H
#define TEACHTER_H
#include
#include
#include
class teachter{
public:
teachter();
void List()
www.eeworm.com/read/492006/6429675
txt print3.txt
***********未住上一室一厅及以上等级的具有博士学位的教师姓名及住房标准***********
ID Name Degree Level
1 Chenjia 博士 一室
6 BYL 博士 集体宿舍
8 ZHQ 博士 集体宿舍
20 JPW
www.eeworm.com/read/480611/6666800
cpp 11.12.0.cpp
/*设有若干个人员的数据,其中学生和教师。学生的数据包括:姓名,号码,职业职务。*/
#include
struct
{
int num ;
char name[10] ;
char sex ;
char job ;
union
{
int banji ;
char position[10] ;
} category