代码搜索:模版匹配

找到约 3,092 项符合「模版匹配」的源代码

代码结果 3,092
www.eeworm.com/read/484696/6572649

txt 字符串匹配的算法.txt

字符串匹配的算法. public String getMaxMatch(String a,String b) { StringBuffer tmp = new StringBuffer(); String maxString = ""; int max = 0; int len = 0;
www.eeworm.com/read/405817/11456341

cpp marriage is stable(稳定婚姻匹配).cpp

#include #include #include #include using namespace std; //rmw[i][j]代表i男对喜欢 //lwm[i][j]代表i女对j男的喜欢程度 const int MAX = 510; int w,m,n; int rmw[MAX][MAX];
www.eeworm.com/read/234171/14120106

ppt 二分匹配.ppt

www.eeworm.com/read/220804/14788389

m 阻抗匹配网络的计算.m

%《MATLAB在电子信息课程中的应用》第五章例5.19程序q519 % 阻抗匹配网络的计算 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 clear,%fg552, pause % 调用画线路图函数 Rs=12;RL=3; Z1=-6j;Z2=-10j;Z3=6j;Us=24; % 方法1 用Z方程求解 Z(1,1)=Z1+Z2;Z(1,2)=-
www.eeworm.com/read/114100/15110737

txt 显示数据类型不匹配.txt

你 的 高 度 字 段 是 double型 , 这 并 不 意 味 Yg变 量 必 须 是 double型 。 "高 度 ='" + Yg + "'"必 须 是 一 个 合 法 的 字 符 串 表 达 式 , 而 Yg是 数 字 类 型 , 它 当 然 不 能 和 字 符 串 直 接 相 加 。 所 以 这 个 表 达 式 应 该 改 为 ; RS1.FindFirst