搜索资源列表
duizhao
- 字符串比较程序 输入两个不同的字符串能比较大小-string compare two different procedures for the importation of the string can compare size
Kruscal_C++_implement
- 1.kruscal_CDT: 在Eclipse里面的CDT和MinGW(提供gcc)的环境下所编写的。 2.kruscal_VC2005: 在VC2005里面编写的。 3.以上两个的代码有点不同,区别主要在于compare函数 4.kruscal算法里面,我有两个不同的实现,一个是最小化堆里面放EdgeNode的指针,一个是最小化堆里面放EdgeNode的Object实例。前者使用了compare函数来比较大小,后者则是在EdgeNode的class里面重载运算符。-1.kru
C++
- 包含C++中map,有理数类,汉诺塔,菲波那穗等的算法,还有比较大小,求最大最小值等相关算法,以及工程测量精度解算的相关程序。
HugeInt
- 巨型整数的C++实现。可以与int,long,string类型进行+,-,*,/,%,+=,-=,*=,/=,%=,比较大小,相互转换等运算
FileReview
- 比较两个文件夹的内容 通常用来检查拷贝文件是否完全 简单查看缺失和大小异常的文件 为了提高速度,对单个文件不进行hash比较 仅仅比较大小
比较文件和文件夹
- 能够比较文件与文件夹,大小及内容等属性进行比较-to compare files and file folders, size and content attributes comparison
10个数比较大小
- 一个C++的外部函数(10个数比较大小)来看看吧!-an external C function (10 Number comparison size) at the end of!
ImageComparator.rar
- 实现了比较两图像的相似度,先转化为相同大小,然后生成图像的颜色直方图,最后比较两直方图的相似度,To realize the similarity of two images, first into the same size, and then generate the image color histogram, and finally compare the similarity of two histograms
sum
- C#初学代码,输入几个数据比较大小,C#初学,希望对初学者有用-C# beginner code, enter a few data comparing the size, C# beginner, want to be useful for beginners
compare
- 这是一个简单的程序,但很有代表性,可以帮助初学者较快的入门。输入三个数,比较大小。文件中附有 详细说明-This is a simple procedure, but very representative can help beginners and entry faster. Enter the three numbers compare size. Document with detailed descr iption of
Hsting
- 实现字符串的比较大小,寻找子串,串的联结等操作。-The realization of the comparative size of the string to find the substring, the connection string and other operations.
3
- 字符串的功能实现,包括两个字符串相加,比较大小等功能-String function implementation, including the sum of two strings to compare the size of features such as
card
- 用c++写的带类的扑克牌游戏,可以实现自动洗牌,自动发牌,比较大小。-Using c++ to write with types of poker games, cards can be achieved automatically, automatic licensing, the size comparison.
fenshu
- 基于C++语言编写的针对分数通分、约分、加、减、乘、除和比较大小的运算-Based on C++ language, prepared for the scores of通分, some points, add, subtract, multiply, divide and compare the size of the computing
MAX_MIN
- 这是一个比较大小的程序 输入三个数 就可以比较出最大和最小的数-This is a relatively small number of procedures for the importation of the three can be compared on a number of the largest and the smallest
SqList
- 实现基本顺序表基本运算测试,具有比较大小,删除,插入操作-The realization of the basic sequence of basic computing table testing, compared with the size of, delete, insert
PlayingCard
- Visual C++.NET写的扑克牌小程序,给双方发牌并按一定花色比较大小,类似扎金花的游戏方式-Visual C++. NET applet written in playing cards to both sides in accordance with the licensing compare the size of a certain color, similar to tie the game Golden Flower method. . .
比较三个数的大小代码
- 这个主要用c编的而且主要用于比较数的大小(Mainly used to compare the number of sizes)
bigger
- 比较两个数的大小,并且用消息框实现输入输出(Compare the size of the two numbers, use the message box to realize the input and output)
三目运算符比较大小
- 通过三目运算符?:比较多个数间的大小,有很详细的注释