摘要: 有以下程序(提示:程序中fseek(fp,-2L*sizeof(int),SEEK_END);语句的作用是使位置指针从文件尾向[阅读全文:]
摘要: 在数据管理技术发展过程中,文件系统与数据库系统的主要区别是数据库系统具有______。[阅读全文:]
摘要: 完全不考虑程序的内部结构和内部特征,而只是根据程序功能导出测试用例的测试方法是______。[阅读全文:]
摘要: 对长度为n的单链有序表,若查找每个元素的概率相等,则查找任一元素的平均查找长度为[阅读全文:]
摘要: 有以下程序 #include main( ) { FILE *fp; int i,k=0,n=0; fp=fopen(“d1.dat”,[阅读全文:]
摘要: 有以下程序 void f(int a[ ],int i,int j) { int t; if(i<j) { t=a[i]; a[i]=a[j];a[j]=[阅读全文:]
摘要: 有以下程序 #include struct NODE{ int num; struct NODE *next;}; main( )[阅读全文:]
摘要: 有以下程序 #include main(int argc ,char *argv[ ]) { int i,len=0; for(i=1;i[阅读全文:]
摘要: 有以下程序 struct STU { char name[10];v int num; int Score; }; main( ) { struct[阅读全文:]
摘要: 需求分析中开发人员要从用户那里了解______。[阅读全文:]