-
delphi+sql万能数据库连接示例,自己初学delphi时写的,相信对入门学习delphi进行ADO连接SQL的朋友有些帮助...
delphi+sql万能数据库连接示例,自己初学delphi时写的,相信对入门学习delphi进行ADO连接SQL的朋友有些帮助-Universal Database Connection example, when a delphi himself had written, and I believe that the entry delphi study conducted ADO SQL help some friends
- 2023-04-25 01:50:03下载
- 积分:1
-
ActiveX Data Objects Programming in C++
Description: ActiveX Data Objects Prog...
ActiveX Data Objects Programming in C++
Description: ActiveX Data Objects Programming How To: Hey, this is some kind of an experiment in writing tutorials in PSC. All of my articles are in .html files included in the zip file, together with the sample code
- 2022-09-27 15:05:03下载
- 积分:1
-
拖曳功能早已经成为各个网站吸引用户的一大亮点,那有没有想过如何把拖曳功能应用到电子商务网站的购物车功能模块中呢?
这样一来,购买者只需要把自己感兴趣的商品...
拖曳功能早已经成为各个网站吸引用户的一大亮点,那有没有想过如何把拖曳功能应用到电子商务网站的购物车功能模块中呢?
这样一来,购买者只需要把自己感兴趣的商品拖曳到自己的购物车中,也可以从购物车中删除商品 同时更新购物车的总体价格和数量。
本实例并没有链接数据库读取数据来初始化Products,而是创建了一些虚拟的商品-JQuery drag and drop shopping cart source code construct
- 2023-09-08 22:00:04下载
- 积分:1
-
学生管理系统请认真书写上传资料的详细功能、包含内容说明(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。...
学生管理系统请认真书写上传资料的详细功能、包含内容说明(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。
-Student Management System shoppers seldom complain to the mangnger or over of a retail store ,but insted will alert their friend ,relatives
vpeptlrtd stramgers amd anyone who will listen store manange are often the last find out only when their regular customer decide to frequent their competitors
- 2022-04-28 01:48:28下载
- 积分:1
-
SQLite是一个小型的、快速的、可嵌入的数据库。是什么使它受欢迎的组合…
SQLite is a small, fast, embeddable database. What makes it popular is the combination of the database engine and interface into a single library as well as the ability to store all the data in a single file. Its functionality lies between MySQL and PostgreSQL, however it is faster than both databases.
- 2023-05-15 04:05:03下载
- 积分:1
-
PL-SQL
说明: 了解 SQL、PL/SQL的基本概念、功能(Learn SQL, PL/SQL basic concepts, functions)
- 2011-04-18 15:55:17下载
- 积分:1
-
99
说明: 99乘法表,使用TSQL语言在sqlserver编写的。有利于新手练习(This is a 99 multiplication table)
- 2013-11-23 12:50:20下载
- 积分:1
-
C++语言实现自动取款机ATM智能查询系统的编程,有点简单,希望大家不要见笑!...
C++语言实现自动取款机ATM智能查询系统的编程,有点简单,希望大家不要见笑!-C++ language for automatic teller machines ATM Intelligent Query System programming, a bit simple. we should not laughed at!
- 2022-03-07 05:31:07下载
- 积分:1
-
database
SQL Server 2008平台,包括了SQL语言的查询,插入,更新等操作,简单易懂,有详细注释(SQL Server 2008 platform, including SQL language query, insert, update and other operations, easy to understand, there are detailed notes)
- 2015-12-29 21:20:39下载
- 积分:1
-
读蛋白质pdb文件的函数
文件file_io.m,包含四个函数
(1)read_pdbca:读取蛋白质Cα原子坐标;
输入参数file为文件名字符串,输出参数X为各原子的直角坐标值,格式是3*n的二维数组。
(2)read_pdbbb:读取蛋白质主链原子坐标;
输入参数file为文件名字符串,输出参数X为主链原子的直角坐标值,格式是3*n的二维数组。
(3)read_pdbaa:读取蛋白质全原子坐标;
输入参数file为文件名字符串,输出参数X为全部原子的直角坐标值,格式是3*n的二维数组。
(4)read_pdbseq:读取蛋白质序列
输入参数file为文件名字符串,输出参数S为蛋白质序列三字符数组,格式是3*n的二维字符数组。
- 2023-04-07 11:55:03下载
- 积分:1