-
一个封装好的访问Access数据库的源代码,用VB.NET写的。
一个封装好的访问Access数据库的源代码,用VB.NET写的。-a good visit Access database of source code, written with VB.NET.
- 2023-04-09 16:10:03下载
- 积分:1
-
关于数据库的
关于数据库的-On the database
- 2022-01-24 09:06:54下载
- 积分:1
-
湖南大学文献信息检索课综合实习报告
2. 进入湖大图书馆网站http://lib.hnu.cn/ 的“数字资源”各数据库(即文献库)查找课题相关文献信息资料...
湖南大学文献信息检索课综合实习报告
2. 进入湖大图书馆网站http://lib.hnu.cn/ 的“数字资源”各数据库(即文献库)查找课题相关文献信息资料,辅助以手工检索(图书馆八楼文献信息检索室)和纸本期刊(图书馆一楼、四楼、七楼)以及因特网上资源。检索年限不作限定,以能了解本课题的全貌和最新进展为原则。-Hunan University literature class information retrieval integrated internship 2. Library Web site to enter the lake http://lib.hnu.cn/
- 2023-04-28 02:10:03下载
- 积分:1
-
八皇后问题
八皇后问题-8 Queen
- 2022-10-24 10:50:04下载
- 积分:1
-
Dijkstra algorithm, has been established for finding the shortest path map is a...
dijkstra算法,用于寻找已建立图的最短路径,是非常有用的一个算法-Dijkstra algorithm, has been established for finding the shortest path map is a very useful algorithm
- 2023-02-06 10:15:04下载
- 积分:1
-
PowerBuilder应用开发经验及示例
PowerBuilder应用开发经验及示例-PowerBuilder application development experience and example
- 2022-01-23 10:54:42下载
- 积分:1
-
关于数据结构的几篇文章
关于数据结构的几篇文章-data on the structure of the articles
- 2023-03-24 10:20:03下载
- 积分:1
-
1. 创建MyDatabase.gdb数据文件。
2. 用SYSDBA用户登录。
3. 在ISQL窗口中,依次输入本书提供的SQL语句;或者在SQL E...
1. 创建MyDatabase.gdb数据文件。
2. 用SYSDBA用户登录。
3. 在ISQL窗口中,依次输入本书提供的SQL语句;或者在SQL Explorer窗口中,根据表3-1至表3-10创建数据表。(通过直接注册附带光盘所提供的MyDatabase.GDB数据库文件,可以直接获得这些数据表。)
4. 在SQL Explorer窗口中,创建MyDB数据库连接。
5. 输入初始数据。除了表3-11至表3-13的内容,还需要根据需要设定院系编号、班级号和计数器。
-1. MyDatabase.gdb create data files. 2. With SYSDBA user login. 3. In ISQL window, the importation of the book were provided by the SQL statement; or SQL Explorer window, according to Table to Table 3-1 3-10 create data tables. (Through direct registration with CD-ROM attached MyDatabase.GDB provided by the database files, direct access to these data sheets.) 4. SQL Explorer window, MyDB establish database connections. 5. Initial data input. Table 3-11 addition to the contents of Table 3-13, we must also need to set faculty numbers, and counter classes.
- 2022-01-24 14:40:10下载
- 积分:1
-
BSM
一个很经典的问题_八数码!
算法速度快,解决问题多...有兴趣的可以(A very classic problem _ eight digital! Fast algorithm to solve the problem ... are interested in more than can be)
- 2008-05-04 13:42:30下载
- 积分:1
-
WinRAR
一个表达式和一个二叉树之间,存在着自然的对应关系。写一个程序,实现基于二叉树的表示的算术表达式Expression的操作。
基本要求
1.ReadExpr(E) 以字符序列的形式输入语法正确的前缀表示式并够着表达式E。
2.WriteExpr(E) 用带括弧的中缀表达式输出表达式E。
3.Assign(V,c) 实现对变量V的赋值(V=c),变量的初值为0。
4.Value(E) 对算术表达式E求值。
5.CompoundExpr(P,E1,E2) 构造一个新的复合表达式(E1)P(E2)。
(Between an expression and a binary tree, there is a natural correspondence relationship. Write a program to achieve the operation of the binary tree-based representation of the arithmetic expression Expression. The basic requirements for input grammatically correct prefix expressions 1.ReadExpr (E) in the form of a sequence of characters and enough with the expression E. 2.WriteExpr (E) output expression E infix expression with parentheses. 3.Assign (V, c) the assignment of the variable V (V = c), the initial value of the variable to 0. 4.Value (E) E evaluates arithmetic expressions. 5.CompoundExpr (P, E1, E2) to construct a new composite expressions (E1) P (E2).)
- 2012-09-13 15:43:44下载
- 积分:1