资源列表
FindWndWild
- 以通配符的方式查找窗体。可以使用*或?等字符进行匹配。-Wildcard search form. You can use* or? Characters to match.
Apriori
- Apriori核心算法过程如下: 过单趟扫描数据库D计算出各个1项集的支持度,得到频繁1项集的集合。 连接步:为了生成,预先生成,由2个只有一个项不同的属于的频集做一个(k-2)JOIN运算得到的。 剪枝步:由于是的超集,所以可能有些元素不是频繁的。在潜在k项集的某个子集不是中的成员是,则该潜在频繁项集不可能是频繁的可以从中移去。 通过单趟扫描数据库D,计算中各个项集的支持度,将中不满足支持度的项集去掉形成。-failed to translate
cb710
- so the logic is more clear in the code for Linux v2.13.6.
AccessToWord_S
- 简单直接地把数据库的列值一个个地放进word里对应的位置,牺牲了A型的完全自动化,但比起A型更加方便打印,排版,——珑玛科技www.ivf.cn-Simple and direct database column values one by one into the word corresponding to the location, at the expense of type A fully automated, but more convenient than type A printi
puke
- C语言开发的扑克发牌程序。伪随机数发牌。-C language development poker licensing procedures. Pseudo-random number for licensing.
Regedit
- C++实现的读写注册表的功能,可以直接读取某个键的值,设定某个键的值和删除某个键的值,非常方便。-Read and write C++ implementation of the registry function, you can directly read the value of a key, set the value of a key to delete a key value, very convenient.
red-and-black
- 经典算法问题——red and black的相关代码(有注释)-Classical algorithm for- red and black of the code (having note)
List-all-processes
- 列出所有进程 以及各进程所在位置!列出进程PID 实时刷新!-List all processes and process location! Lists process PID refresh in real time!
RSA
- 直接将文档内容粘贴在VC++6.0上运行即可,绝对好使,假一赔十!-The document content directly paste in vc++ 6.0 can be run on, absolutely so that, false a compensate ten!
shellcode100
- 一个vb执行shellcode的程序,有兴趣的可以关注一下-It is a vb program which can run shellcode
daoyou
- 导游系统 适合企业 校园 主题公园 等 简单方便-Guide system suitable for enterprise campus, such as theme parks easy
perl_to_sql
- 用perl脚本连接sql数据库,判断字段,读取数据库信息。-this little txt code simply describes how to access sql data base through perl scr ipt.