-
BabelKit是一个通用多语言数据库代码表的接口。它接收维护使用多语言的多个数据库代码定义集中的所有编程工作。代码管理和翻译页可以让开发人员定义新的虚拟代码表
BabelKit是一个通用多语言数据库代码表的接口。它接收维护使用多语言的多个数据库代码定义集中的所有编程工作。代码管理和翻译页可以让开发人员定义新的虚拟代码表,新语言,输入所有代码和它的描述,再将它们翻译成所有相关的语言。Perl和PHP类可以检索代码描述,并自动地用用户语言生成HTML代码选择元素。这简化了Web站点及数据库的国际化和本地化。 -BabelKit is an general multi- languages databases code page
connection. It receives the maintenance to use the multi- languages
many databases code to define the centralized all programming work.
The code management and the translation page may let the development
personnel define the new hypothesized code page, the new language,
input all codes and its description, translate again them all
correlations the language. Perl and the PHP kind may retrieve the code
description, and automatically produces the HTML code choice element
with the user language. This simplified the Web stand and the database
internationalization and the localization.
- 2023-08-09 19:55:03下载
- 积分:1
-
按前序遍历序列创建二叉树,并中序遍历二叉树、求二叉树高度...
按前序遍历序列创建二叉树,并中序遍历二叉树、求二叉树高度-by creating a binary tree traversal sequence, and which preorder binary tree, seeking binary tree height
- 2022-07-04 23:57:46下载
- 积分:1
-
Joseph A solution, the main use of the array to resolve the symbol C++ Source co...
约瑟夫问题的一个解法,主要利用数组来解决,代码为C++源代码。-Joseph A solution, the main use of the array to resolve the symbol C++ Source code.
- 2022-06-21 12:17:25下载
- 积分:1
-
演示Kruskal算法和Prim算法和采集,搜索元素的…
演示Kruskal算法和Prim算法
集合的并,元素查找的操作及应用
说明:
代码均在vc++6.0环境下编译均通过
在非VC++6.0环境下编译请去掉头文件 windows.h 和函数 end()
-Demo Kruskal algorithm and Prim algorithm and collection, elements of the search operation and application notes: code in vc++ 6.0 compiler environment through in non-VC++ 6.0 compiler environment please go to the U-turn paper windows.h and function end ()
- 2022-02-10 11:33:05下载
- 积分:1
-
是一种数据结构的编程代码,程序实现一种算法,在铁路系统上在两点间得到最短路径...
是一种数据结构的编程代码,程序实现一种算法,在铁路系统上在两点间得到最短路径-is a data structure of the programming code, procedures to achieve an algorithm, the railway system in the period between 2:00 Shortest Path
- 2022-08-21 14:10:48下载
- 积分:1
-
广义表的反序
逆置广义表的递归模型如下:
F(LS) = null 若 LS 为空
F(LS) = LS ...
广义表的反序
逆置广义表的递归模型如下:
F(LS) = null 若 LS 为空
F(LS) = LS 若 LS 为原子,且 tail(LS) 为空
F(LS) = append( F(tail(LS)), head(LS) ) 若 LS->tag=0 ,且 LS->tp!=null
F(LS) = append( F(tail(LS), F(head(LS)) ) 若 LS->tag=1
其中 append(a,b) 的功能是将广义表 a 和 b 作为元素的广义表连接起来。-Generalized table set against the broad anti-order recursive model of the table is as follows: F (LS) = null if the LS is empty F (LS) = LS if LS for the atoms, and the tail (LS) is empty F (LS) = append (F (tail (LS)), head (LS)) if the LS-> tag = 0, and the LS-> tp! = null F (LS) = append (F (tail (LS), F (head (LS))) If the LS-> tag = 1 where append (a, b) function is a generalized form, and b as elements of generalized tables connected.
- 2022-03-01 20:55:59下载
- 积分:1
-
本程序采用数据结构中的一些算法,简单的实现了多项式的乘法,在使用中请大家仔细阅读源代码中的说明!...
本程序采用数据结构中的一些算法,简单的实现了多项式的乘法,在使用中请大家仔细阅读源代码中的说明!- This procedure uses in the construction of data some
algorithms, the simple realization multinomial multiplication, has
asked everybody in the use carefully to read in the source code
showing!
- 2022-09-18 10:00:03下载
- 积分:1
-
一个实现对学生成绩输入,修改,排序的算法,我们的一个设计,和大家一起分享吧!...
一个实现对学生成绩输入,修改,排序的算法,我们的一个设计,和大家一起分享吧!-a pair of students achieving results import, modify, scheduling algorithms, we have a design, and share with everyone!
- 2022-01-23 10:53:15下载
- 积分:1
-
PB商场零售管理系统源码,无需解压密码,对需要的兄弟有所帮助...
PB商场零售管理系统源码,无需解压密码,对需要的兄弟有所帮助-PB retail shopping center management system source code, without extracting passwords needed to help brothers
- 2022-04-15 14:21:57下载
- 积分:1
-
基于 vb 的图书馆管理
越来越多的书会导致非托管库。这里是一个简单的桌面项目,可以帮助任何研究所管理其图书馆。
- 2022-02-27 02:08:30下载
- 积分:1