-
定时备份Oracle数据库和文件的程序
支持RAR压缩功能
定时备份Oracle数据库和文件的程序
支持RAR压缩功能-Regularly back up Oracle databases and documents in support of RAR compression
- 2022-06-15 10:58:16下载
- 积分:1
-
从库中调用图片(10KB) 从库中调用图片(10KB)
从库中调用图片(10KB) 从库中调用图片(10KB)-Picture from the library call (10KB) picture from the library call (10KB)
- 2022-05-16 15:46:30下载
- 积分:1
-
摘要 ? ? 设计时的自动化加快了编码,并保证所有过程都用相同的命名规范和结构来生成。为了在大型 SQL 项目中尽量提高编码的效率,作者编写了一系
摘要 ? ? 设计时的自动化加快了编码,并保证所有过程都用相同的命名规范和结构来生成。为了在大型 SQL 项目中尽量提高编码的效率,作者编写了一系列的设计时(design-time)存储过程,用它们来生成运行时(run-time)存储过程,并一直在工程中使用。最近,作者更新了其存储过程以便使用 SQL Server 2000 的特性,其中包括用户定义函数。本文所及内容涵盖创建并执行这些动态 T-SQL 脚本以使普通的数据库存储过程编码自动化。- Time the abstract design automation sped up the code, and
guarantee all processes all use the same naming standard and the
structure produce. In order to enhances the encoded efficiency as far
as possible in the large-scale SQL project, the author has compiled
when a series of designs (design-time) saves the process, produces
when the movement with them (run-time) saves the process, and always
uses in the project. Recently, the author renewed its memory process
in order to use SQL the Server 2,000 characteristics, including user
definition function. This article institute and the content cover
founds and carries out these dynamic T-SQL script to cause the
ordinary database memory process code automation.
- 2022-04-12 03:09:38下载
- 积分:1
-
高等教育出版社数据结构与程序设计C++语言描述的课后答案,...
高等教育出版社数据结构与程序设计C++语言描述的课后答案,-Data Structures and Program Design in C++
- 2022-07-04 21:38:52下载
- 积分:1
-
数据结构课程设计_任意大数的加减乘运算器
数据结构课程设计_任意大数的加减乘运算器-_ Data structure design curriculum arbitrary multiplication addition and subtraction of large numbers of devices
- 2022-01-26 06:17:45下载
- 积分:1
-
1.定义哈希表数据结构。
2.除留余数法做为哈希函数、
H(key) = key P
用线性探测再散列解决冲突方法,编写函数,实现哈希造表的过程,并...
1.定义哈希表数据结构。
2.除留余数法做为哈希函数、
H(key) = key P
用线性探测再散列解决冲突方法,编写函数,实现哈希造表的过程,并输出哈希表。
3.编写函数,求查找成功时的平均查找长度(ASL)。-1. Define hash table data structure. 2. In addition to leaving the remainder as the hash function method, H (key) = key P re-hashing with linear probing methods of conflict resolution, write a function to achieve the hash table making process and output of the hash table. 3. Write function, seeking to find success, the average search length (ASL).
- 2022-12-16 12:40:03下载
- 积分:1
-
刚刚自己做的约瑟夫算法,是用链表实现的,很简单的,检验没错误,当然,中间有些东西可以根据需要自己改动...
刚刚自己做的约瑟夫算法,是用链表实现的,很简单的,检验没错误,当然,中间有些东西可以根据需要自己改动-just doing Joseph algorithm is used to achieve the linked list, a very simple test not wrong, of course, Middle some things may need to change their own
- 2022-01-25 17:58:10下载
- 积分:1
-
algorithm, foaming, selection, sculpture, a certain reference value.
算法,发泡,选择,雕刻,有一定的参考价值。
- 2022-04-08 12:58:45下载
- 积分:1
-
sybase数据备份和还原,挺不错的,给大家看看吧,有兴趣就用...
sybase数据备份和还原,挺不错的,给大家看看吧,有兴趣就用-data backup and restore, they are good for everyone to see it, with interest
- 2022-04-10 07:27:58下载
- 积分:1
-
哈夫曼
将文件中的字符作为结点,每个字符在文件中出现的频率作为结点的权值,采用Huffman算法构造Huffman树,将字符用尽可能短的二进制数位表示(频率越低,二进制数位越长),而不是用8位的ASCII码进行存储,已达到节省存储空间,压缩文件的目的。
- 2022-06-18 16:41:32下载
- 积分:1