搜索资源列表
TurboPascalAdvancedProgramming
- 第1章 TURBO PASCAL高级编程技术 1.1 单元及其使用 1.2 与汇编语言混合编程 1.3 与C语言混合编程 1.4 过程类型及其使用 1.5 中断例程的编写方法 1.6 动态数组及其使用 1.7 扩充内存(EMS)及其使用 1.8 扩展内存(XMS)及其使用 1.9 程序的标准数据作代码处理的方法 第2章 实用工具单元 2.1 屏幕输入与输出单元ACRT 2.2 字符串处理单元ASTR 2.3 磁盘
crc16
- 函数名称:CRC-16 Process 函数原型:INT16U make_crc16(INT8U *msgaddr,INT8U datalen) 函数功能:进行CRC校验和产生CRC代码.这个函数只影响全局变量crc16. 校验字放在字符串最后,低8位在前高8位在后. msgaddr : 进行CRC16校验的据块的首地址 datalen : 进行CRC16校验的据块的个数 CRC-ITU的计算算法如下: a.寄存器组初始化为全\"1\"(
getSHA1
- vc++下的程序,可以计算文件或字符串的sha1值。用两个类SHA1Ex和SHA1实现这个功能。代码很详细,细看就明白了
KMP
- 本代码是kmp算法,可以实现在文学名著中实现字符串的查找,并标记字符串的位置,统计字符串的个数-This code is kmp algorithm can achieve a string of literary classics in the search, and mark the location of the string, the number of statistical string
jaligner-1.0
- 局部序列比对的代码,可以找到2条长字符串中共有的特征序列,其中包含空格惩罚。-Local alignment tool and it cound find the similar pattern of two sequences with the assistant of gap penalty.
length
- 求两个字符串的最长公共子序列,可以手动输入也可以从文件读入字符串,字符串中允许有空格出现,这是广西大学的算法实验代码,如果是本校学生下载请注意修改,这是我自己写的,写得不好请海涵。-Seeking the longest common subsequence of two strings, you can manually input can also be read from a file into a string, string allows spaces appear, the algo
f77
- 常见的各类数值和字符算法,包括微积分、插值、矩阵、微分方程、方程组求解和字符串操作等,Fortran77版本,可直接用于各位自己的代码开发中-Most common algorithms, including numerical and char recipes, Fortran 77 version, can be used in your own program develpment directly
f90
- 常见的各类数值和字符算法,包括微积分、插值、矩阵、微分方程、方程组求解和字符串操作等,Fortran90版本,可直接用于各位自己的代码开发中-Most common algorithms, including numerical and char recipes, Fortran 90 version, can be used in your own program develpment directly
HextoBinTest
- 十六进制字符串与二进制字符串相互转化,C源码代码。使用起来很方便-Hexadecimal string and binary string mutual conversion, C source code. Use is very convenient