代码搜索:Lab
找到约 10,000 项符合「Lab」的源代码
代码结果 10,000
www.eeworm.com/read/397119/8066132
acd dde_lab.acd
www.eeworm.com/read/397119/8066135
exe dde_lab.exe
www.eeworm.com/read/397119/8066136
doc dde_lab.doc
www.eeworm.com/read/397119/8066137
xls dde_lab.xls
www.eeworm.com/read/397056/8070795
txt lab2.txt
hibernate 实验2 ...day1
## 实验目标:
1、初步掌握利用hibernate编写持久化代码的步骤
2、初步了解hibernate API的使用
3、初步掌握hibernate 映射文件的结构
4、初步掌握hibernate 配置文件的组成
## 实验步骤:
1、如试验1所述,建立一个hibernate工程
www.eeworm.com/read/397056/8070801
txt lab1.txt
hibernate 实验1 ...day1
## 实验目标:
在eclipse中配置hibernate工程
## 实验步骤:
*** 导入hibernate 库文件 ***
1、在eclipse中建立一个java工程,如:hbn
2、在工程hbn的属性--Build Path中选择Add Libraries
3、在Add
www.eeworm.com/read/296805/8076251
htm lab2.htm
/* lab2.c */
#include <stdio.h>
int main() {
float x;
int n;
printf("Enter a real number: ");
fflush(stdout);
scanf("%f", &x);
www.eeworm.com/read/296805/8076253
c lab2.c
/* lab2.c */
#include
int main()
{
float x;
int n;
printf("Enter a real number: ");
fflush(stdout);
scanf("%f", &x);
n = (int)(x + 0.5);
printf(
www.eeworm.com/read/296805/8076315
cpp lab9.cpp
// lab9.cpp
#include "employee.h"
#include
using namespace std;
int main()
{
Employee p1("Mantle", "Mickey", "Outfielder", 58);
Employee p2("Maris", "Roger", "Shortstop", 6