-
把dat文件转化为grd文件 供surfer使用
把dat文件转化为grd文件 供surfer使用-Dat file into the GRD surfer documents for use
- 2023-08-22 02:25:03下载
- 积分:1
-
data_structure_ustc
浙江大学白剑宇老师的《数据结构》课件,里面还有一个高教版的课件(Zhejiang University, Bai Jianyu teacher " data structure" courseware)
- 2010-05-22 20:54:55下载
- 积分:1
-
把中缀表达式转换为后缀表达式的算法,我的数据结构课程设计!...
把中缀表达式转换为后缀表达式的算法,我的数据结构课程设计!-sergeant Chinese expression for the conversion suffix expression algorithm, the data structure my course design!
- 2022-02-20 21:25:49下载
- 积分:1
-
Access数据库下实现的系统,功能很强大,适合初学者学习~
Access数据库下实现的系统,功能很强大,适合初学者学习~-Implemented under the Access database system, function is very powerful, suitable for beginners to learn ~
- 2023-07-06 03:10:03下载
- 积分:1
-
用QUERY控件与 Table控件的database management.
用QUERY控件与 Table控件的database management.-with QUERY control and Table Controls database management.
- 2022-02-20 09:20:10下载
- 积分:1
-
Data-structure
这是严蔚敏版的数据机构,挺经典的一本书,欢迎大家学习(Data structure)
- 2012-07-15 21:32:34下载
- 积分:1
-
北京邮电大学软件工程研究生的课程
北京邮电大学软件工程研究生的课程---数据库设计开发-0-1.1.ppt
...
北京邮电大学软件工程研究生的课程---数据库设计开发-5.2.ppt-Beijing University of Posts and Telecommunications Software Engineering postgraduate courses- Database design and development-0-1.1.ppt ... Beijing University of Posts and Telecommunications Software Engineering postgraduate courses- Database design and development-5.2.ppt
- 2023-01-07 18:55:03下载
- 积分:1
-
QuickSort
快速排序,用数组的存储结构,实现数的排序。共有八组随机数据,还能够计算出每组数据的处理时间,最终得到平均时间。(Quicksort array storage structure, to achieve the sort of number. A total of eight sets of random data, but also be able to calculate the processing time of each data, and eventually obtain the average time.)
- 2013-03-22 21:21:16下载
- 积分:1
-
dj
说明: 迪杰斯特拉算法,用c++语言实现,适用于本科数据结构教学.
(Dijkstra,implemented by c++, can be used in the course of DS for college students)
- 2013-03-30 12:32:25下载
- 积分:1
-
数据结构-3 sum
We
discussed two versions of the 3-sum problem: A "naive" implementation
(O(N^3)) and a "sophisticated" implementation (O(N^2 lg N)).
Implement these algorithms. Your implementation should
be able to read data in from regular data/text file with each entry on a
separate line.
- 2022-10-11 08:55:04下载
- 积分:1