搜索资源列表
FractalCSharp
- 程序演示了多种分形图形的绘制,字符串跌代算法、时间逃逸算法。程序基于c#.net和GDI+实现。(本人原创,供大家参考)-procedures demonstrated a variety of fractal graphics rendering, or substituting string algorithm, escape time algorithm. Based on c # procedures. Net realized and GDI. (I originality, for
220163542532006361151403160576
- 本程序示范在C++ Builder下如何在画布上以指定的大小绘制字符串。程序里调用函数GetGlyphOutline可以得到一个字的轮廓矢量或者位图并在画布上绘制。
dfa
- 编写一个C语言程序,模拟实现DFA识别字符串的过程。- dfa
Fractal
- 多种分形图像,包括字符串替换法、逃逸时间算法等-A variety of fractal images, including the string replacement method, escape time algorithm, etc.
LoadDllRes
- Visual C++ 创建纯资源 DLL 包含资源(如图标、位图、字符串和对话框)的 DLL。 纯资源 DLL 的应用程序应调用loadLibrary 来显式链接到 DLL。若要访问资源,请调用资源特定的函数之一:LoadBitmap,LoadImage,LoadCursor,LoadIcon,LoadString //资源ID不加 “”。使用完资源后,应用程序应调用 FreeLibrary。 LoadDllRes.rar 演示了全过程。 -Visual C++ to cre
Md5Code
- C编写,实现字符串摘要、文件摘要两个功能。里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -C to prepare, to achieve string summary document containing a summary of the two functions. 3 inside the main document contains: Md5.cpp
BmpPack
- 一个BMP文件压缩打包工具源码. 在LIB目录中包括了一系列相关C++类源码. 其中有INI文件一读写类,字符串类(可计算表达式)图形类.-A BMP file compression tool for source code package. In the LIB directory, including a series of related C++ type source. Which one to read and write INI file type, string type
lib1
- 编写一个C语言程序,模拟实现DFA识别字符串的过程。-dfa
Algorithm-template
- C++ 写的一些算法模板 ,比如Kruskal、KMP、欧几里德算法、最大匹配(匈牙利算法)、最小费用最大流、字符串的哈希方法、增广路算法、网络最大流_邻接表等-C++ write some algorithms template, such as Kruskal, KMP, Euclid arithmetic, maximal matching (Hungary) is proposed, the minimum cost and maximum flow, string hash metho
KMP_Algorithm
- KMP算法 字符串匹配算法 c++源码实现 方便快捷 算法清晰-KMP algorithm for string matching
jc_KMP
- C++语言实现KMP字符串匹配算法,用于查找匹配字符的位置-C++ language KMP string matching algorithm is used to find the location of matching characters
LED_FONT
- 把黑白图片按定义的字符大小来分割,并取得C语言格式的点阵数据。还可以直接输入字符串调整字体大小来生成点阵数据。这是针对Terawins的IC要求的OSD数据格式做的,也可适用于其它-The black and white picture, by definition, the character size to partition and format the C language to obtain the lattice data. You can also adjust the font
stringmatch
- c++程序,对于输入的n个字符串进行串匹配,使用者可以输入查询字串,返回所有在任意位置有匹配字串的字符串。
stringmatch
- c++程序,对于输入的n个字符串进行串匹配,使用者可以输入查询字串,返回所有在任意位置有匹配字串的字符串。
128x64PCtoLCD
- 功能介绍: 1.生成中英文数字混合的字符串的字模数据. 2.可选择字体,大小,并且可独立调整文字的长和宽,生成任意形状的字符。 3.各种旋转,翻转文字功能 4.任意调整输出点阵大小,并任意调整字符在点阵中的位置。 5.字模数据输出可自定义各种格式,系统预设了C语言和汇编语言两种格式,并且可自己 定义出新的数据输出格式;每行输出数据个数可调。 6.支持四种取模方式:逐行(就是横向逐行取点),逐列(纵向逐列取点),行列(先 横向取第一行的8个点作为第一个字
Practice1_14
- 字符串交叉输入,就是将一个字符串交叉的输入到了另一个字符串当中,比如:char a[4]= ABCD char b[4]= abcd 则char c[8]= AaBbCcDd-Cross-string input, is to cross a string input to another string of them, such as: char a [4] = ABCD char b [4] = abcd While char c [8] = AaBbCcDd
replace
- C语言实现的replace函数,可以用来替换字符串。-C language implementation of the replace function, can be used to replace the string.