-
java 数据结构与算法译作者: [美]Clifford A.Shaffer著 张铭 刘晓丹译
包含范围:Java算法
尽管基本上J...
java 数据结构与算法译作者: [美]Clifford A.Shaffer著 张铭 刘晓丹译
包含范围:Java算法
尽管基本上Java图书都是讲Java本身的特性。因为Java的体系太庞大了,而用Java来实现的数据结构与算法,这本书也是唯一一本,所以尽管这本不是那么的好但还是做以推荐
-java construction of data and algorithm translated work: [ Is
beautiful ] Clifford A.Shaffer inscription Liu Xiao Dan to translate
Contains the scope: Java algorithm
Although the basically Java books all speak the Java itself
characteristic. Because of Java system too huge, but construction of
data and algorithm which realizes with Java, this book also is only
11, therefore although this originally is not such is good but or does
recommends
- 2022-04-02 10:37:38下载
- 积分:1
-
One of database applications: vehicle management system, using Visual FoxPro
数据库应用之一:车辆管理系统,用Visual FoxPro-One of database applications: vehicle management system, using Visual FoxPro
- 2022-11-22 18:55:03下载
- 积分:1
-
float型而二叉树的创建及遍历
#include
#include
struct BiTNode //定义二叉树结构体
{
float data;
struct BiTNode *lchild;
struct BiTNode *rchild;
};
//二叉树创建函数
struct BiTNode *CreateTree(float *preorder,float *inorder,int lenth)
{
float *p,*q;
- 2022-12-24 11:10:03下载
- 积分:1
-
SDL
基于SDL的关于二叉树计算的源代码,是TXT的一些程序-SDL-based binary tree calculated on the source code, are some of the procedures TXT
- 2022-02-04 02:12:41下载
- 积分:1
-
含并、交和差运算的集合类型试验报告,这个报告是做计算机试验的标准样式,分为了7个模块。...
含并、交和差运算的集合类型试验报告,这个报告是做计算机试验的标准样式,分为了7个模块。-containing, intersection and poor computing pool type test report, the report is made to the standard computer test pattern, divided into seven modules.
- 2023-03-02 05:40:03下载
- 积分:1
-
一个基于foxbase小程序,现在用的已经不多了,但是希望还有用...
一个基于foxbase小程序,现在用的已经不多了,但是希望还有用-a small program using the already limited, but also with hope
- 2022-09-03 05:25:03下载
- 积分:1
-
比较精度的作业调度三种算法FCFS,SJF,HRN,大家感兴趣的话不防下载...
比较精度的作业调度三种算法FCFS,SJF,HRN,大家感兴趣的话不防下载
- 2022-07-06 23:58:58下载
- 积分:1
-
Data structure, the classical algorithm, C language and double
数据结构,经典算法,C语言和BASIC语言双重代码动态演示程序-Data structure, the classical algorithm, C language and double-source dynamic language BASIC demo program
- 2022-07-04 00:21:08下载
- 积分:1
-
将Canon相机拍照后自动存放到本地机器的照片,按照学工号重新命名后,保存到DB2数据库中,...
将Canon相机拍照后自动存放到本地机器的照片,按照学工号重新命名后,保存到DB2数据库中,-Canon cameras will take pictures automatically deposited to the local machine photographs, according Xuegong, re-named after the preservation of the DB2 database,
- 2022-06-18 08:00:04下载
- 积分:1
-
用VB6.0实现的最短路径分析,采用了优化的方法(搜索方向一致性)...
用VB6.0实现的最短路径分析,采用了优化的方法(搜索方向一致性)-Using VB6.0 to achieve the shortest path analysis, using optimization methods (search direction consistency)
- 2022-03-16 15:52:46下载
- 积分:1