-
一个简单的网络爬虫,使用SQL sever数据库
给初学者参考
一个简单的网络爬虫,使用SQL sever数据库
给初学者参考-err
- 2022-11-08 10:30:04下载
- 积分:1
-
一步 学VB2005数据库编程,WROX出品,Roger Jennings编写,啥也不多说了,学VB.NET必看的精品
一步 学VB2005数据库编程,WROX出品,Roger Jennings编写,啥也不多说了,学VB.NET必看的精品-Database Programming VB2005 step Xue, WROX produced, Roger Jennings writing, what not to say, the school must-see boutique VB.NET
- 2022-04-22 01:39:38下载
- 积分:1
-
学校管理
我附上我的学校管理程序,你可以检查它的费用,入学,课程内容的目的
- 2022-12-02 08:40:03下载
- 积分:1
-
快速数据库的编程实现
快速数据库的编程实现-Rapid Database Programming
- 2022-03-01 03:15:30下载
- 积分:1
-
Database System Design (seventh edition).
数据库系统设计(第七版).-Database System Design (seventh edition).
- 2022-04-14 12:39:58下载
- 积分:1
-
generate and check short hash values
此类可以生成和检查短哈希值。
- 2022-02-05 17:05:21下载
- 积分:1
-
在长
在远距离数据通信中,为确保高效而无差错地传送数据,必须对数据进行校验即差错控制。循环冗余校验CRC(Cyclic Redundancy Check/Code)是对一个传送数据块进行校验,是一种高效的差错控制方法。-in long-distance data communication, in order to ensure efficient without error to transmit data, the data must check that the error control. Cyclic Redundancy Check (Cyclic Redundancy Check/Code) is to block transmission of data over a check out, is a highly efficient error control methods.
- 2022-05-28 22:54:07下载
- 积分:1
-
数据结构算法演示
数据结构算法演示-demonstration algorithm data structure
- 2022-11-26 15:00:03下载
- 积分:1
-
利用Linklist实现超大整数之加减乘除
利用Linklist实现超大整数之加减乘除-Linklist achieve large integers using the Math
- 2022-10-17 09:30:03下载
- 积分:1
-
Prim algorithm using minimum spanning tree of the experimental procedures used i...
用prim算法实验最小生成树
本程序中用到函数adjg( ),此函数作用是通过接受输入的点数和边数,建立无向图。函数prg( )用于计算并输出无向图的邻接矩阵。函数prim( )则用PRIM算法来寻找无向图的最小生成树
定义了两个数组lowcost[max],closest[max],若顶点k加入U中,则令lowcost[k]=0。
定义二维数组g[ ][ ]来建立无向图的邻接矩阵。
-Prim algorithm using minimum spanning tree of the experimental procedures used in function adjg (), this function is through the acceptance of input points and edges, the establishment of a directed graph. Function of prg () used to calculate and output undirected graph of adjacency matrix. Function prim () is used PRIM Algorithm to find the undirected graph of the minimum spanning tree array defines two lowcost [max], closest [max], if it joined the U of k vertices, then the lowcost [k] = 0. The definition of two-dimensional array g [] [] to create a undirected graph of adjacency matrix.
- 2022-03-16 20:21:07下载
- 积分:1