-
ADO编程技术,数据库开发,非常不错的书。
比较全面,是VB的例子...
ADO编程技术,数据库开发,非常不错的书。
比较全面,是VB的例子-ADO programming techniques, database development, a very good book. More comprehensive, are examples of VB
- 2022-02-26 06:11:11下载
- 积分:1
-
VB学生管理系统,通常使用的数据库操作功能.
VB学生管理系统,通常使用的数据库操作功能.-VB student management system, commonly used functions of database operations.
- 2022-03-05 23:05:30下载
- 积分:1
-
(1) main.prg system initialization code wset talk offwset safety offwclose allws...
(1)main.prg 系统初始化代码
wset talk off
wset safety off
wclose all
wset talk off
wset near on
wset exact on
w*---设置运行环境
wset ansi on
wset excl off
wset safety off
wset dele on
wset century on
wset date to YMD-(1) main.prg system initialization code wset talk offwset safety offwclose allwset talk offwset near onwset exact onw*- set the runtime environment wset ansi onwset excl offwset safety offwset dele onwset century onwset date to YMD
- 2022-03-23 04:54:02下载
- 积分:1
-
上面代码的一个测试例子
上面代码的一个测试例子-The test example of above code
- 2022-08-25 10:40:12下载
- 积分:1
-
这是一本关于ACCESS的好书,奉献给大家,希望大家能够喜欢
这是一本关于ACCESS的好书,奉献给大家,希望大家能够喜欢-This is one of the best books on ACCESS, and dedication to you and hope that we can love
- 2022-04-30 17:00:31下载
- 积分:1
-
《商场管理》Ver2.5源码(Delphi6.0 , Access数据库, ADO连接) 付费版本 决无假冒,这里共享给各位程序员朋友
摘录自 Rea...
《商场管理》Ver2.5源码(Delphi6.0 , Access数据库, ADO连接) 付费版本 决无假冒,这里共享给各位程序员朋友
摘录自 Readme
各位曾经下载过和没有下载过《商场管理》源代码的朋友:
首先感谢各位朋友对《商场管理》源代码的厚爱与关心。自《商场管理》源代码在网上免费发放以来,收到了众多网友的建议与意见,我也前后数次更新了该源代码,其中最主要的一次更新是将数据库的连接改为ADO的连接方式,也即目前Ver2.5里所使用的。
然而,为了能够尽快回复众多网友的信件,解答网友的各种提问,我个人在此方面花费了大量的时间与精力。但仍然还有大量的信件没有回复,引起部分网友的抱怨。-Market Management V2.5 source code(Delphi6.0, Access, ADO) pay version
- 2022-07-10 05:35:23下载
- 积分:1
-
问题描述:
现要开发一个开放式的高校本科招生最低录取分数线的查询系统,供师生和学生家长等查询,高校自愿放入该校的信息,可能随时有高校加入。
功能要求:...
问题描述:
现要开发一个开放式的高校本科招生最低录取分数线的查询系统,供师生和学生家长等查询,高校自愿放入该校的信息,可能随时有高校加入。
功能要求:
要求实现的查询功能有:
(1) 查询等于用户给定分数的高校;
(2) 查询大于(或小于)用户给定分数的高校;
(3) 查询最低录取分数线在用户给定的分数段中的高校。
-Description: Now want to develop a Open University undergraduate enrollment lowest to admit fractional line of inquiry system for the teachers and students, parents, such inquires into the college voluntarily, may at any time. University Functional requirements: Requirement: the query achieve (1) the scores query is given the user universities (2) (or less) than inquires the university user given scores (3) inquires the lowest to admit fractional line in the universities of band user is given.
- 2022-01-25 21:55:06下载
- 积分:1
-
一个关于数据库方面的编程.
一个关于数据库方面的编程.-on a database programming.
- 2022-05-08 07:18:32下载
- 积分:1
-
简单易用的员工培训系统,用VC和access做成。
简单易用的员工培训系统,用VC和access做成。-Easy-to-use staff training system, and access made by VC.
- 2022-02-01 16:54:48下载
- 积分:1
-
考虑霍夫曼每个选择的是最小的两个频率(..
时考虑到在哈夫曼中要每次挑选两个频率最小(即出现次数最小,我那个hNode里的value
是出现的次数),很自然的就想到了std::priority_queue容器,优先队列每次都会弹出队列
中权值最高的元素,这个特性无疑是实现哈夫曼算法的最佳选择。 ...
-to consider the Huffman each selected to be the smallest two frequencies (that is, the minimum number, which I hNode"s value is the number of occurrences), it is natural to think of the std : : priority_queue containers, each priority queue queue will pop the top right elements, the Characteristics undoubtedly Huffman algorithm is the best choice. ...
- 2022-01-31 20:06:11下载
- 积分:1