代码搜索:模版匹配
找到约 3,092 项符合「模版匹配」的源代码
代码结果 3,092
www.eeworm.com/read/247156/4488895
h phpbbs.vote.h
#ifndef PHP_BBS_VOTE_H
#define PHP_BBS_VOTE_H
/* 投票相关,模版发文相关 */
PHP_FUNCTION(bbs_get_votes);
PHP_FUNCTION(bbs_get_vote_from_num);
PHP_FUNCTION(bbs_vote_num);
PHP_FUNCTION(bbs_start_vote);
PHP_FUNCTI
www.eeworm.com/read/340212/3291212
js ajax_func.js
/**
* @author star
* 描述:这是使用ajax的模版函数,只需要按指定的参数传入值就可以了。
*/
//定义http_request对象实列
var http_request = false;
//定义可复用的http请求发送函数
function send_request(method,url,content,responseType,callBack
www.eeworm.com/read/340212/3291241
js ajax_func.js
/**
* @author star
* 描述:这是使用ajax的模版函数,只需要按指定的参数传入值就可以了。
*/
//定义http_request对象实列
var http_request = false;
//定义可复用的http请求发送函数
function send_request(method,url,content,responseType,callBack
www.eeworm.com/read/443266/1751215
res common.res
agree=我同意|enable=支持|secret=保密|choose=选择|choose_all=选择所有|second=秒|edit=编辑|submit=提交|character=字符|delete=删除|new=新|close_window=关闭窗口|cancel=取消|template=模版|file_image=图片|file_ring=铃声|file_video=视频|file_so
www.eeworm.com/read/367675/2839964
txt 825.txt
发信人: GzLi (笑梨), 信区: DataMining
标 题: 从用户日志中挖掘查询模版
发信站: 南京大学小百合站 (Wed May 22 23:51:56 2002), 站内信件
Charles X Ling, Jianfeng Gao, Huajie Zhang, Weining Qian, and Hongjiang Zhang
. Mining generalize
www.eeworm.com/read/391517/8399742
cpp searchmethod.cpp
// SearchMethod.cpp: implementation of the CSearchMethod class.
//采用通配符匹配字符窜的方法类接口
//语法说明:本类实现的通配符号有两个"?"and"*"
// '?'----------可以代替一个字符
// '*'----------可以代替任意长度的字符窜
//example: "3*6?8"与"34567
www.eeworm.com/read/289579/8542114
txt kh.txt
先按顺序取出所有的括号.然后循环删除_相邻的_差为一或二的_点.最后如果表空则匹配.
单向链表:
#include
#include
#include
#define LEN 80
typedef struct list
{
char node;
struct list* next;
www.eeworm.com/read/289353/8557828
cpp searchmethod.cpp
// SearchMethod.cpp: implementation of the CSearchMethod class.
//采用通配符匹配字符窜的方法类接口
//语法说明:本类实现的通配符号有两个"?"and"*"
// '?'----------可以代替一个字符
// '*'----------可以代替任意长度的字符窜
//example: "3*6?8"与"34567
www.eeworm.com/read/386933/8718377
cpp searchmethod.cpp
// SearchMethod.cpp: implementation of the CSearchMethod class.
//采用通配符匹配字符窜的方法类接口
//语法说明:本类实现的通配符号有两个"?"and"*"
// '?'----------可以代替一个字符
// '*'----------可以代替任意长度的字符窜
//example: "3*6?8"与"34567