搜索资源列表
lingjiancanshushejichengxu
- #include \"stdio.h\" #include \"math.h\" #include \"malloc.h\" #include \"string.h\" #define m 6 #define n 29 #define p 0.5-#include \"stdio.h\" #include \"math.h\" #include \"malloc.h\" #include \"string.h\" #define m 6 #define n 29 #def
hyplas
- ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
3
- The Levenshtein Distance between two strings a, b is the number of changes to transform one string into another. For example to transform mouse into house would take 1 (change the m to an h). If the strings are different length then either characters
hashTable
- 一个管用的hash算法,对字符串插入与查找很有用 hashtable.cpp hashtable.h-A useful hash algorithm, and search for the string into useful hashtable.cpp hashtable.h
letter_order
- 一个简单的排序问题的解答,编程语言是C。 ■题目 输入为一个长度在1000字节以内,只含有英文半角小写字母的字符串。 请计算输出其中各字母出现的次数,按照从多到少的顺序排列并输出。 要求每行输出一个字母,并且当字母出现次数相同时,按照字母顺序输出结果。 ■例① 输入: abbccc 输出: c b a ■例② 输入: bcagggqhhhtlllopppiacb 输出: g h l p a b
robotsV2
- VC 工业机器人控制源码 #include<windows.h>//包含基本数据类型定义 #include<stdlib.h> //数学函数库 #include<string.h> //数学函数库 #include<stdio.h>//输入输出库 #include math.h #include winio.h #define ID_MYBUT50 50//自动运行 #define ID_MYBUT51 51//
HASH
- HASH函数实现//输入输出采用直接在对话框进行的方式 //雪崩测试的改变位数由伪随机数生成 #include<iostream> #include<string.h> #include<stdio.h> #include<conio.h> #include<time.h> using namespace std -hash function