代码搜索:职称英语
找到约 1,782 项符合「职称英语」的源代码
代码结果 1,782
www.eeworm.com/read/134107/14007591
~dfm mc_zc.~dfm
object ZC: TZC
Left = 192
Top = 107
BorderStyle = bsToolWindow
Caption = '职称:'
ClientHeight = 300
ClientWidth = 286
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Colo
www.eeworm.com/read/134107/14008341
dfm mc_zc.dfm
object ZC: TZC
Left = 192
Top = 107
BorderStyle = bsToolWindow
Caption = '职称:'
ClientHeight = 299
ClientWidth = 158
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Colo
www.eeworm.com/read/227159/14439575
c gz.c
// 西安邮电学院工资管理系统
//在Dev C++ 4.9 和Vc++6.0下编译通过
//
#include "stdafx.h" //在dev c++中请删除
#include
#include
struct GZ
{
//如工资卡号、姓名、性别、部门、技术职称、技术职称编号、电话等。
//基本工资、应发工资、扣款
www.eeworm.com/read/490170/6459971
java doctor.java
//医生类
import java.util.ArrayList;
public class Doctor extends Person{
private String title;//职称
private String department;//部门
private ArrayList write;//开处方
public Doc