搜索资源列表
SimpleBBS
- 包含有以下基本功能的BBS系统: 发表文章、回复文章、搜索文章、查看文章、文章排序 运行的时候,需要把database目录下的Forum_MSAccess.mdb文件拷贝到D盘根目录,因为在common.jsp中设置的数据库路径为根目录,读者也可以自行设置程其他路径。 访问路径为 http://localhost:8080/chap23/index.jsp。-contain the following basic features of BBS systems : an
k-d tree C++ source codes
- 空间数据库中空间数据结构的应用,K-d树基本操作的源码,都在这个文档中。-spatial database structure of the data space applications, K-d trees basic operation of the source code in the documents.
shujuku
- /*** ***建立数据库*** */ /*建立数据库wagemanage,并定义物理存储路径*/ CREATE DATABASE wagemanage ON PRIMARY (NAME= wagemanage , FILENAME= D:wagemanage_MDF.mdf ) GO /******************建立基本表*******************/ /*建立员工基本表*/ -/************ To establish a d
dlb
- 编写一个程序,实现单链表的各种基本运算,并在此基础上设计一个主程序完成如下功能: (1)初始化单链表 (2)依次采用尾插法插入a,b,c,d,e元素 (3)输出单链表 (4)在第四个元素位置上插入f元素 (5)删除该单链表的第三个元素 -Write a program to achieve the basic operations of single linked list, and designed on the basis of a main program per