-
组合问题,从M个不同字符中任取N个字符的所有组合
组合问题,从M个不同字符中任取N个字符的所有组合-Combination of issues, from the M different characters of any N-character check all combinations
- 2022-02-21 08:01:01下载
- 积分:1
-
一个基于Web的图书系统moblib
这是一个移动网络图书馆系统采用PHP。它将帮助学生对什么事情对图书馆管理系统过程的基础
- 2022-05-16 22:34:32下载
- 积分:1
-
数据结构中的最短路径的查询,适合初学数据结构的学生使用...
数据结构中的最短路径的查询,适合初学数据结构的学生使用-failed to translate
- 2022-02-21 13:05:31下载
- 积分:1
-
UseBB一个用PHP和Mysql数据库开发的开源论坛,与其他流行的论坛不同,UseBB不是一味的追求拥有多少功能,而是以开发简单易用的论坛为目标。UseBB对...
UseBB一个用PHP和Mysql数据库开发的开源论坛,与其他流行的论坛不同,UseBB不是一味的追求拥有多少功能,而是以开发简单易用的论坛为目标。UseBB对于那些需要在资源有限的虚拟主机上架设一个易于使用的论坛是一个很好的选择。-UseBB a database using PHP and Mysql development of open-source forums, and other popular forums, UseBB pursuit rather than how much function, but in order to develop easy-to-use platform for the target. UseBB for those in need with limited resources to set up virtual hosts on a easy-to-use forum is a good choice.
- 2022-06-29 14:34:40下载
- 积分:1
-
1. Still used MyDatabase database, with SYSDBA user login. 2. In ISQL, followed...
1. 仍然使用MyDatabase数据库,用SYSDBA用户登录。
2. 在ISQL中,依次输入第4章的数据表创建SQL语句;或者根据表4-1至4-8自行创建数据表。(可以直接使用光盘提供的MyDatabase.GDB数据库。)
3. 使用MyDB数据库连接,在SQL Explorer中输入原始数据。除了表4-9和表4-10的内容,还需要在USER_PASS表中设置一个权限为’3’的JWC用户名,用于课程的调度;设置若干个教师的账号(需要在TEACHER数据表中设置相应信息),权限为’2’;若干学生的账号。
4. 修改源代码中数据库连接组件Database的参数,包括服务器地址、登录用户名和默认密码。
-1. Still used MyDatabase database, with SYSDBA user login. 2. In ISQL, followed importation of Chapter 4 of the data table creation SQL; Or, according to Table 4-1 4-8 to set up a data table. (CD can be used directly for the MyDatabase.GDB database.) 3. Use a few MyDB According to the Link, SQL Explorer in the original input data. In addition to Table 4-9 and table of contents 4-10. USER_PASS also need a table set up the authority of the"3 "JWC user name, for course scheduling; Several teachers set up the account (in TEACHER data tables set up corresponding information), the authority of"2 "; Several student"s account. 4. Modifying the source code, database
- 2023-06-03 00:05:04下载
- 积分:1
-
哈夫曼
将文件中的字符作为结点,每个字符在文件中出现的频率作为结点的权值,采用Huffman算法构造Huffman树,将字符用尽可能短的二进制数位表示(频率越低,二进制数位越长),而不是用8位的ASCII码进行存储,已达到节省存储空间,压缩文件的目的。
- 2022-06-18 16:41:32下载
- 积分:1
-
DBF native delphi component
这是一套完整的类和组件,专门用于处理(读写)DBD文件和数据库。
- 2022-03-12 15:46:40下载
- 积分:1
-
静态链表,c++语言描述,数据结构示范,模板类
静态链表,c++语言描述,数据结构示范,模板类-staticlinnkedlist
- 2022-04-30 23:34:24下载
- 积分:1
-
c++写的一个关于数据结构的苹果纠纷的数学问题,相信会给喜欢数据结构的朋友们带来帮助!...
c++写的一个关于数据结构的苹果纠纷的数学问题,相信会给喜欢数据结构的朋友们带来帮助!-c write a data structure on the Apple disputes the mathematical problem, I believe, would like the data structure to help bring friends!
- 2022-02-20 20:31:56下载
- 积分:1
-
字典序问题:在数据加密和数据压缩中常需要对特殊的字符串进行数字编号。给定的字母表 A 由 26
个小写英文字母组成 A={a,b,…,z}。该字母表产生的升...
字典序问题:在数据加密和数据压缩中常需要对特殊的字符串进行数字编号。给定的字母表 A 由 26
个小写英文字母组成 A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左
到右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现1 次。例如,
a,b,ab,bc,xyz等字符串都是升序字符串。现在对字母表A 产生的升序字符串按照字典序排列
并编号如下。-Lexicographic problem
- 2022-05-21 01:54:25下载
- 积分:1