搜索资源列表
linkaccess
- 制作连接数据库的实例。当程序运行之后,程序将查询当前工作目录下的名字为jdbc.mdb的数据库,然后通过jdbc-odbc桥进行数据库的连接,最后判断数据库的连接状态,并且将数据库的连接结果打印输出到屏幕显示。-production connect to the database example. When running, the procedures will be for the current working directory under the name of the databas
test109
- 1. 定义一个结构体数组,存放10个学生的学号,姓名,三门课的成绩2. 从键盘输入10个学生的以上内容,存入文件stud.dat,关闭文件3. 打开stud.dat文件,将数据读出,查看是否正确写入,关闭文件。4. 打开文件stud.dat文件,读出数据,将10个学生按照平均分数从高到低进行排序,分别将结果输出到屏幕上和另一文件studsort.dat中。5. 从studsort.dat 文件中读取第2,4,6,8,10个学生的数据。-Practice reading and writing f