一、设有一数据库,包括四个表:学生表(Student)、课程表(Course)、成绩表(Score)以及教师信息表(Teacher)。四个表的结构分别如表1-1的表(一)~表(四)所示,数据如表1-2的表(一)~表(四)所示。用SQL语句创建四个表并完成相关题目。表1-1数据库的表结构表(一)Stu...
分类:
数据库 时间:
2015-02-26 21:29:07
阅读次数:
298
#include#includeusing namespace std;struct Student{ int mID; int grade[4]; //0对应平均A,1对应C,2对应M,3对应E}STU[2010];char course[4]={'A','C','M...
分类:
其他好文 时间:
2015-02-26 01:20:39
阅读次数:
133
题目大意:给定一个有坏点的网格图,从A点走到B点,要求拐弯最少
裸SPFA……在状态那里记录下方向就好了
水水更健康~~
#include
#include
#include
#include
#define M 10100
#define P(x,y) ((x)*n-n+(y))
using namespace std;
const int dx[]={0,0,1,-1};
con...
分类:
其他好文 时间:
2015-02-23 22:29:08
阅读次数:
191
Untrusted Patrol
Time Limit: 3 Seconds Memory Limit: 65536 KB
Edward is a rich man. He owns a large factory for health drink production. As a matter of course, there is a large warehouse in...
分类:
其他好文 时间:
2015-02-14 13:50:14
阅读次数:
160
不会覆盖或删除数据库已经存在的数据,将数据作为一张表更新到另一张表中。merge into Course as Targetusing (values (1,'Economics',3), (2,'Literrature',3), (3,'Chemistry',4))as Source (Cours...
分类:
数据库 时间:
2015-02-11 12:26:45
阅读次数:
149
首先先声明一下,这个系列的笔记是我在云课堂网站的,杜洋工作室的 C#入门设计课程所作下的笔记,仅供自己记录学习,相关链接:http://study.163.com/course/courseLearn.htm?courseId=983035#/learn/video?lessonId=1160254...
在写题解之前给自己打一下广告哈~。。抱歉了,希望大家多多支持我在CSDN的视频课程,地址如下:http://edu.csdn.net/course/detail/209题目:FatMouse's SpeedTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(...
分类:
其他好文 时间:
2015-02-10 18:50:47
阅读次数:
151
在写题解之前给自己打一下广告哈~。。抱歉了,希望大家多多支持我在CSDN的视频课程,地址如下:http://edu.csdn.net/course/detail/209题目:Super Jumping! Jumping! Jumping!Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)T...
分类:
其他好文 时间:
2015-02-09 18:23:18
阅读次数:
141
wood cnc router machine to add color to our livesWood cnc router machine brought us a lot of convenience place, of course, brought us many benefits, f...
分类:
系统相关 时间:
2015-02-09 18:12:56
阅读次数:
183