-
算法导论(中文版),讲述了现代计算机常用数据结构和算法
算法导论(中文版),讲述了现代计算机常用数据结构和算法-this book intrdduce the basic algorithm,the language is chinese
- 2022-08-10 02:08:13下载
- 积分:1
-
本程序详细 演示了 vc如何连接数据库,对学习mysql与vc++ 有很大帮助...
本程序详细 演示了 vc如何连接数据库,对学习mysql与vc++ 有很大帮助-This procedure demonstrated in detail how to connect vc database mysql and studying vc++ has a lot to help
- 2023-09-01 18:50:04下载
- 积分:1
-
The use of ADO technology to connect ACCESS database (change the connection stri...
运用ADO技术连接ACCESS数据库(改变连接字串就能连接SQL数据库),做了一个家庭记账管理软件!用到了读写数据,写数据,更改数据,删除数据等操作,学习数据库编程的朋友可以看看!-The use of ADO technology to connect ACCESS database (change the connection string will be able to connect SQL database), so a family of account management software! Use the read and write data, write data, change data, delete data operation, the study database programming friends can see!
- 2022-05-06 02:48:08下载
- 积分:1
-
用ASP实现的论坛开发
用ASP实现的论坛开发-ASP development forum
- 2022-08-23 07:48:57下载
- 积分:1
-
实现堆栈先入后出的功能
堆栈是一种执行“先入后出”算法的存储器。数据一个一个顺序的存入(也就是压入——push)存储区中。有一个地址指针总是指向最后一个压入堆栈的数据所在的数据单元,存放这个地址的指针的寄存器叫做堆栈指示器。开始放入数据的单元叫做“栈底”,最后放入的数据的单元叫做“栈顶”。数据一个一个地存入,这个过程叫做“压栈”。在压栈的过程中,每有一个数据压入堆栈,就放在和前一个单元相连的后面的一个单元中,堆栈指示器中的地址自动加1。读取这些数据时,按照堆栈指示器中的地址读取数据,堆栈指示器的地址数自动减1,这个过程叫做“弹出——pop”。如此,就可以实现了“先入后出”的原则。
- 2022-02-14 16:34:28下载
- 积分:1
-
A example of database program in a class by oneself. it can ordered by name.
独一无二的数据库编程例程,可以按照姓名排序-A example of database program in a class by oneself. it can ordered by name.
- 2022-05-15 04:50:29下载
- 积分:1
-
swgl Business Management System
swgl业务管理系统
- 2022-06-14 13:38:45下载
- 积分:1
-
插值类 CInterpolate
一元全区间不等距插值 一元全区间等距插值 一元三点不等距插值 连分式不等距插值 埃尔米特不等距插值 光滑不等距插值 二元...
插值类 CInterpolate
一元全区间不等距插值 一元全区间等距插值 一元三点不等距插值 连分式不等距插值 埃尔米特不等距插值 光滑不等距插值 二元全区间插值-interpolation category CInterpolate one yuan is not equidistant between the region interpolation one yuan region equidistant between 3:00 interpolation one yuan is not even fractional offset interpolation is not equidistant interpolation Hermite"s not equidistant interpolation smooth interpolation is not equidistant between two yuan region Interpolation
- 2023-05-18 16:20:04下载
- 积分:1
-
数据结构上让我们编写的排序算法,有冒泡,堆排序等
数据结构上让我们编写的排序算法,有冒泡,堆排序等-Data structure so that we prepared on sorting algorithms, there are bubble, heap sort, etc.
- 2022-02-14 13:40:58下载
- 积分:1
-
ASP developed a very simple online application system. This code has become very...
ASP开发的非常简洁的在线报名系统。这个代码在网上很流行,不过本人没有测试过,可能存在一些小问题,行家应该一看就明白。-ASP developed a very simple online application system. This code has become very popular online, but I have not tested, there may be some small problem, one expert should be able to understand the look.
- 2023-05-29 15:45:03下载
- 积分:1