CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - c l
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Oracle
SQL Server
MySQL
Other Databases
Search - c l - List
[
Database system
]
EODL_demo
DL : 0
how to extend an OLE DB consumer template class and make it much easier to use in applications. I had also explained how you can utilize the power of C++ exception-handling feature to make your work easier, especially in error handling. It was just a small class in my last article. -how to extend an OLE DB consumer template cl ass and make it much easier to use in application s. I had also explained how you can utilize the po wer of C exception-handling feature to make you r work easier, especially in error handling. It was just a smal l class in my last article.
Date
: 2025-12-27
Size
: 299kb
User
:
罗
[
Database system
]
gsp
DL : 0
序列模式分析算法GSP的实现 GSP是序列模式挖掘的一种算法。其主要描述如下: l 根据长度为i 的种子集Li 通过连接操作和剪切操作生成长度为i+1的候选序列模式Ci+1;然后扫描序列数据库,计算每个候选序列模式的支持数,产生长度为i+1的序列模式Li+1,并将Li+1作为新的种子集。 l 重复第二步,直到没有新的序列模式或新的候选序列模式产生为止。 l 扫描序列数据库,得到长度为1的序列模式L1,作为初始的种子集 L1Þ C2 Þ L2 Þ C3 Þ L3 Þ C4 Þ L4 Þ …… 产生候选序列模式主要分两步 l 连接阶段:如果去掉序列模式s1的第一个项目与去掉序列模式s2的最后一个项目所得到的序列相同,则可以将s1于s2进行连接,即将s2的最后一个项目添加到s1中。 l 剪切阶段:若某候选序列模式的某个子序列不是序列模式,则此候选序列模式不可能是序列模式,将它从候选序列模式中删除。 候选序列模式的支持度计算:对于给定的候选序列模式集合C,扫描序列数据库,对于其中的每一条序列d,找出集合C中被d所包含的所有候选序列模式,并增加其支持度计数。
Date
: 2025-12-27
Size
: 12kb
User
:
huangfei
[
Database system
]
liambiao
DL : 0
1、初始化顺序表;2、依次采用尾插法插入a,b,c,d,e元素;3、输出顺序表;4、输出顺序表L长度;5、判断顺序表是否为空;6、输出顺序表的第三个元素;7、输出元素‘a’的位置;8、在第四个元素上插入f;9、删除顺序表的第三个元素;10、释放顺序表;-1, the initialization sequence table 2, and the tail plug fit into a, b, c, d, e element 3, the output order of table 4, the output sequence of length of list L 5, to determine the order of the table is empty 6, the output sequence of the third element in the table 7, the output element ' a' position 8, the fourth element into the f 9, delete the third element of the order of the table 10, the release of the order form
Date
: 2025-12-27
Size
: 41kb
User
:
邵希茜
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.