一个正确的URL是()
第1题:
下列程序的执行结果是______。
include<iostream.h>
float temp;
float&fn2(float r)
{
temp=r*r*3.14;
return temp;
}
void main( )
{
float a=fn2(5.0);
float&b=fn2(5.0);
b=20;
cout<<temp<<endl;
}
第2题:
阅读以下说明及C++程序代码,将应填入(n)处的语句写在对应栏内。
【说明】
本程序的功能是生成螺旋方阵,用户可以输入该方阵的行列数,然后就生成对应的螺旋方阵。例如:当n=5时,对应的螺旋方阵如下:
1 16 15 14 13
2 17 24 23 12
3 18 25 22 11
4 19 20 21 10
5 6 7 8 9
【C++代码】
include"stdio.h"
include"iostream,h"
int array[11][11];
int temp;
int ROW;
void godown(int &m,int &a)
{
for(temp=1; temp<=ROW;temp++)
if(array[temp][a]==0)
array[temp][a]=(1);
a++;
}
void goright(int &m,int &b)
{
for(temp=1;temp<=ROW;temp++)
if(array[b][temp]==0)
array[b][temp]=m++;
b--;
}
void goup(int &m.int &c)
{
for(temp=ROW;temp>0;temp-)
if(array[temp][c]==0)
array[temp][c]=m++;
c--;
}
void goleft(int &m,int &d)
{
for(temp=ROW;temp>0;temp--)
if(array[d][temp]==0)
array[d][temp]=m++;
(2);
}
void main()
{
int a,b,c,d,max,m;
cin>>ROW;
cout>>end1;
for(a=1;a<=ROW;a++)
for(b=1;b<=ROW;b++)
(3);
m=1;
a=d=1;
b=c=ROW;
max=(4);
whiie(m<=max)
{
godown(m,a);
(5) (m,b);
goup(m,c);
goleft(m,d):
}
for(a=1;a<=ROW;a++)
{
for(b=1;b<=ROW;b++)
printf("%3d ",array[a][b]);
cout<<end1;
}
}
第3题:
A、http://http://www.gztrade.com.cn
B、teach@163.net
C、gopher://http://gopher.tc.umn.edu
D、ftp://http://ftp.microsoft.com
第4题:
设在SQL Server 2008中,用户U1在DB1数据库中创建T#Temp表。下列关于#Temp表的说法,正确的是( )。
A.只有在创建#Temp表的连接中才可以查询#Temp表数据
B.在所有用户U1发起的连接中,都可以查询#Temp表数据
C.在创建#Temp表的连接未断开时,DB1数据库的所有用户都可以查询#Temp表数据
D.在创建#Temp表的连接断开后,DBl数据库的所有用户仍可以查询#Temp表数据
第5题:
( 23 )欲执行程序 temp.prg ,应该执行的命令是
A ) DO PRG temp.prg
B ) DO temp.prg
C ) DO CMD temp.prg
D ) DO FORM. temp.prg
第6题:
Twenty database users are connected to your database. Five of the users are running long queries involving sort operations. The TEMP tablespace is the default temporary tablespace for your database. You are performing offline tablespace backups of individual tablespaces and erroneously execute the following statement: SQL>ALTER TABLSPACE temp OFFLINE NORMAL; What is the result of this statement?()
第7题:
若ASP服务器的根目录是“C:///wwwroot”,虚拟目录别名“temp”对应的路径是“C:///wwwroot/asp/temp”,则浏览temp目录下的文件“test.asp”正确的是()。
第8题:
欲执行程序temp.prg,应该执行的命令是()
第9题:
alter table temp alter column hostname varchar(1100)
alter table temp column hostname varchar(100)
alter table temp alter column of hostname varchar(100)
alter table temp add column hostname varchar(100)
第10题:
http://localhost/temp.asp
http://127.0.0.1/temp.asp
http://你的计算机名字/temp.asp
http://你的计算机的IP地址/temp.asp
第11题:
The TEMP tablespace is taken offline. The users using the TEMP tablespace for sorting are disconnected after their queries complete.
The TEMP tablespace is taken offline. The users using the TEMP tablespace for sorting are disconnected and must re-execute their queries.
The TEMP tablespace is taken offline. The users using the TEMP tablespace for sorting are not disconnected, but these users must re-execute their queries.
The TEMP tablespace is not taken offline. The users using the TEMP tablespace for sorting are not disconnected, and their queries execute successfully.
第12题:
DROP TABLESPACE temp1;
DROP TABLESPACE temp1 INCLUDING CONTENTS;
DROP TABLESPACE temp1 INCLUDING CONTENTS AND DATAFILES;
DROP TABLESPACE temp1 INCLUDING CONTENTS CASCADE CONSTRAINTS;
第13题:
欲执行程序temp.prg,应该执行的命令是( )。
A.DO PRG temp.prg
B.DOtemp.prg
C.DO CMD temp.prg
D.DO FORM. temp.prg
第14题:
设在SQL Server 2008中,用户U1在DB1数据库中创建了#Temp表。下列关于#Temp表的说法中,正确的是( )。
A.只有在创建#Temp表的连接中才可以查询#Temp表数据
B.在所有用户U1发起的连接中,都可以查询#Temp表数据
C.在创建#Temp表的连接未断开时,DBl数据库的所有用户都可以查询#Temp表数据
D.在创建#Temp表的连接断开时,DBl数据库的所有用户仍可以查询#Temp表数据
第15题:
用户在WWW浏览器的地址栏内输入了一个如下的URL: http://www.swufe.edu.cn/index.htm 其中,“www.swufe.edu.cn”代表 ______。
A.协议类型
B.主机名
C.路径及文件名
D.都不对
第16题:
欲执行程序temp.prg,应该执行的命令是( )。
A.DO PRG temp.prg
B.DO temp.prg
C.DO CMD temp.prg
D.DO FORM. remp.prg
第17题:
第18题:
默认WWW主目录C:///intpupb/wwwroot下建一个temp.asp文件通过Internet访问你的ASP文件时,下列说法正确的是()。
第19题:
file=open("temp.txt","w"):以写的方式打开文件“temp.txt”(如果文件不存在,则新建一个“temp.txt”)。
第20题:
Your database contains two temporary tablespaces named TEMP and TEMP1. The TEMP tablespace is the default temporary tablespace for the database, and the TEMP1 tablespace was created at database creation. You want to increase the size of the tempfile for the TEMP tablespace and drop the TEMP1 tablespace from the database. The database is not using Oracle-Managed Files (OMF). Which statement must you use to ensure that when you drop the TEMP1 tablespace from the database, its corresponding operating system file is also deleted?()
第21题:
http://localhost/temp/test.asp
http://127.0.0.1/temp/test.asp
http://localhost/asp/temp/test.asp
http://127.0.0.1/asp/test.asp
第22题:
http//www.swufe.edu.cn/temp/zzz.htm
http:/www.swufe.edu.cn/temp/zzz.htm
http://www.swufe.edu.cn/temp/zzz.htm
http://www.swufe.edu.cn/temp/zzz.htm
第23题:
对
错