代码搜索:evaluation
找到约 10,000 项符合「evaluation」的源代码
代码结果 10,000
www.eeworm.com/read/241376/13148717
h evaluation.h
// Evaluation.h: interface for the CEvaluation class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_EVALUATION_H__B1597646_2B55_40CD_8A1A_31A0DD69C57C
www.eeworm.com/read/241376/13148860
cpp evaluation.cpp
// Evaluation.cpp: implementation of the CEvaluation class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "HrSys.h"
#include "Evaluation
www.eeworm.com/read/241376/13148998
obj evaluation.obj
www.eeworm.com/read/240963/13183750
h evaluation.h
// Evaluation.h: interface for the CEvaluation class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_EVALUATION_H__B1597646_2B55_40CD_8A1A_31A0DD69C57C
www.eeworm.com/read/240963/13183864
sql evaluation.sql
USE HrSys
GO
CREATE TABLE Evaluation
(EvaMonth char(10) NOT NULL,
Emp_Id int NOT NULL,
ztEva varchar(200),
jlReason varchar(200),
jlAmount smallint,
cfReason varchar(200)
www.eeworm.com/read/240963/13183919
cpp evaluation.cpp
// Evaluation.cpp: implementation of the CEvaluation class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "HrSys.h"
#include "Evaluation
www.eeworm.com/read/240963/13184061
obj evaluation.obj
www.eeworm.com/read/240963/13184106
sbr evaluation.sbr
www.eeworm.com/read/323955/13306395
cs evaluation.cs
using System;
using System.IO;
using System.Collections;
using System.Threading;
using System.Text;
using SECompare.Kernel;
using SECompare.Structure;
namespace SECompare.Evaluation
{
publ