资源简介
比较简单的一种实现方式,算法容易理解,关键在数据结构的设计。
代码片段和文件信息
#include
#include
#include“structdef.h“
tlink* creattlink(char chtlink* tlinkheadtablelink* tablehead) /////I don‘t know how to explain...We‘ll use the tlink to make the FPtree
{
tlink *p*q*r;
tablelink *s;
p=tlinkhead;
if(p==NULL){
for(s=tablehead;s!=NULL;s=s->next){
if(s->item==ch){
p=(tlink*)malloc(sizeof(tlink));
p->item=ch;
p->next=NULL;
return p;
}
}
return NULL;
}
for(s=tablehead;s!=NULL;){
if(p==NULL){
for(;s!=NULL;s=s->next){
if(s->item==ch){
p=(tlink*)malloc(sizeof(tlink));
p->item=ch;
p->next=NULL;
q->next=p;
return tlinkhead;
}
}
return tlinkhead;
}
if(s->item==p->item){
s=s->next;
q=p;
p=p->next;
continue;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 66560 2009-12-03 21:55 FP_growth\FP_growth.ncb
文件 2916 2009-12-03 21:55 FP_growth\FP_growth.plg
文件 513 2009-11-24 19:49 FP_growth\structdef.h
文件 1427 2009-11-24 19:51 FP_growth\tablesort.c
文件 1087 2009-11-24 19:51 FP_growth\creattli
文件 1545 2009-11-24 19:52 FP_growth\creattree.c
文件 804 2009-11-24 19:54 FP_growth\tableinsert.c
文件 3821 2009-11-24 19:55 FP_growth\FP_growth.dsp
文件 526 2009-11-24 19:55 FP_growth\FP_growth.dsw
文件 41984 2009-12-03 21:55 FP_growth\Debug\vc60.idb
文件 53248 2009-12-03 21:55 FP_growth\Debug\vc60.pdb
文件 6170 2009-12-03 21:55 FP_growth\Debug\FP_growth.obj
文件 492544 2009-12-03 21:55 FP_growth\Debug\FP_growth.pdb
文件 2477 2009-11-24 19:54 FP_growth\Debug\tableinsert.obj
文件 2965 2009-11-24 19:53 FP_growth\Debug\tablesort.obj
文件 2772 2009-11-24 19:53 FP_growth\Debug\creattli
文件 3132 2009-11-24 19:53 FP_growth\Debug\creattree.obj
文件 4473 2009-12-03 21:54 FP_growth\Debug\fpgrowth.obj
文件 202568 2009-12-03 21:55 FP_growth\Debug\FP_growth.ilk
文件 196680 2009-12-03 21:55 FP_growth\Debug\FP_growth.exe
文件 186788 2009-12-03 21:54 FP_growth\Debug\FP_growth.pch
文件 2660 2009-12-03 21:54 FP_growth\fpgrowth.c
文件 2344 2009-12-03 21:55 FP_growth\FP_growth.c
文件 49664 2009-12-03 21:55 FP_growth\FP_growth.opt
目录 0 2009-11-24 19:56 FP_growth\Debug
目录 0 2009-11-24 19:56 FP_growth
----------- --------- ---------- ----- ----
1329668 26
- 上一篇:C语言点阵放大英文字母
- 下一篇:商品库存管理系统
相关资源
- 精通UNIX下C语言编程及项目实践总结与
- 加权调度算法(C语言)
- crc16几种标准校验算法及c语言代码(
- 树莓派CAN通讯(c语言)
- FTP客户端源代码C语言
- C语言基数排序——顺序队列实现
- 256色转灰度图(c语言)
- c语言实现一个简单的线程池(thread
- avl树的实现(c语言)
- C++ 用C语言判断文件是否存在
- c语言地空对战游戏.zip
- c语言实现水波纹显示效果.zip
- c语言打字母游戏源码.zip
- c语言使用CMakeLists.txt编译和使用静态
- 高级冒泡排序高级(c语言)
- C语言程序设计单元练习及答案pdf
- 高斯 Jordan消元法 c语言代码
- c语言练习习题附答案.doc
- 基于c语言的多功能电子表的单片机实
- 基于C语言的电压表单片机实践
- 用C语言写的一个俄罗斯方块程序
- c语言定时关机
- 八皇后 回溯算法 (C语言与c#源码)
- shell实现(c语言)
- 蛇形矩阵源码(c语言)
- c语言新手入门必备笔记
- 哈夫曼树C语言编程实现
- c语言开发规范.pdf
- 编程语言推荐系统(c语言源码)
- C语言实现字节流与十六进制字符串的
评论
共有 条评论