Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1803037
  • 博文数量: 286
  • 博客积分: 3713
  • 博客等级: 少校
  • 技术积分: 2275
  • 用 户 组: 普通用户
  • 注册时间: 2012-01-11 09:47
个人简介

http://blog.chinaunix.net/uid/16979052.html

文章分类

全部博文(286)

文章存档

2018年(1)

2017年(16)

2016年(9)

2015年(17)

2014年(15)

2013年(112)

2012年(116)

分类: C/C++

2012-07-02 10:28:05

#ifndef DIC_INCLUDE_
#define DIC_INCLUDE_

#define STR_MAX_LEN 64
typedef struct
{
int CharSetSize;
int MaxPos;
char CharSet[STR_MAX_LEN];
char StrValue[STR_MAX_LEN];
} dic_t;

#include
int init_dic(dic_t *dic, int minlen, int maxlen, const char *charset);
void free_dic(dic_t *dic);
int getseq(dic_t *dic, char *str, u_int64_t *count);

#endif

阅读(1099) | 评论(0) | 转发(0) |
0

上一篇:crack_chap.c

下一篇:new_dic.c

给主人留下些什么吧!~~