搜索资源列表
用vc编写的发送手机短信系统
- VC开发的手机短信程序,功能真的是比较全,这可是我收藏比较经典的代码-development of the VC SMS procedures, functions really is the whole, which I compare classic collections of code
duizhao
- 字符串比较程序 输入两个不同的字符串能比较大小-string compare two different procedures for the importation of the string can compare size
StringCompar
- 用c#写的字符串比较算法,此算法应用于文件对比工具,比如Beyond Compare-used to write the string comparison algorithm, the algorithm used in document comparison tool For example, Beyond Compare
Exocortex.Geometry3D
- For my fourth year computer graphics course I wrote a little 3D engine using C# and the .NET platform. I decided to go this route as opposed to the C++ route that everyone else took in the course because I wanted to see whether C# lived up to it s hy
操作系统进程死锁模拟
- 此程序模拟操作系统死锁,用户可在程序运行时选择死锁或不死锁比较不同的运行情况。-Deadlock operating system, users can choose to run or not Deadlock Deadlock compare different operating conditions.
Mongodb
- mongodb 测试工具,测试系统运行效率并比较-mongodb test tools, test and compare the efficiency of system operation
DocDiff
- c# 实现的 word 文档 比较,应该比较实用 -compare word document
px10
- 对10个数进行排序. 可以利用选择法,即从后9个比较过程 中,选择一个最小的与第一个元素交换 ,下次类推,即用第二个元素与后8个进 行比较,并进行交换。-To 10 the number of sort. Can make use of selection, that is, from nine after the comparison process, select one of the least of the first elements of the e
3
- 字符串的功能实现,包括两个字符串相加,比较大小等功能-String function implementation, including the sum of two strings to compare the size of features such as
HeapSort
- 有界面的,排序演示程序,可以比较计算性能。快速排序和改进的-Has interface, sorting demo program, you can compare performance. Quick Sort and improved
ag
- 这个双重循环完成按字母顺序排序的工作。在外层循环中把字符数组cs[i]中的国名字符串拷贝到数组st中,并把下标i赋予P。进入内层循环后,把st与cs[i]以后的各字符串作比较,若有比st小者则把该字符串拷贝到st中,并把其下标赋予p。内循环完成后如p不等于i说明有比cs[i]更小的字符串出现,因此交换cs[i]和st的内容。至此已确定了数组cs的第i号元素的排序值。然后输出该字符串。在外循环全部完成之后即完成全部排序和输出。-The double circle in alphabetical o
MatchPoint
- This a file/directory compare write in C#. Interest point: the match algorithm. The file/folder detection is automatic and it llows search with date-time or data len-This is a file/directory compare write in C#. Interest point: the match algori
cSharpTech
- c#源代码集锦,比较常用的一些功能实现示例源代码!~-Collection c# source code to compare some of the features commonly used to achieve sample source code! ~
exblog3.1
- 用C#编写的博客系统,功能比较全,比较不错-Written using C# blog system, full-feature comparison, compare a good ...
houtaimuban
- 这是用C#开发的后台经典的管理模板,比较成型.源代码比较容易看的懂~-It is developed using C# background classical Administrative Templates, compare shape. The source code easier to see to understand ~
project1
- we will use three different ways to solve the problem that given a list of ordered N integers, numbered from 0 to N-1, checking to see that N is not in this list. The three ways are as follows: 1、 Iterative Version 2、 Recursive Version in birn
Pic
- 一款图像解析度程序 对文件进行对比 对图片进行解析-An image-resolution program to compare files
tree
- 平衡二叉树:插入结点 在平衡二叉排序树BBST上插入一个新数据元素e 删除结点 删除结点过程与插入结点的操作类似,基本过程是:平衡二叉树,找到要删除的结点,删除一个结点,变成二叉树,旋转,变回平衡二叉树。 查找 把给定值与根结点作比较,若给定值大于根结点则查找其右子树,小于则查找其左子树,如此类推。 -Insertion node in the balanced binary sort tree BBST insert a new data element e remov
Comparer-for-2-text-files
- Compare 2 text files, and the differences highlighted in red.
compare
- 该程序功能是比较两个字符串的长度。解题过程是首先分别求得两个字符串的长度,然后对这两个值进行判断,实现两个字符串长度的比较。- The length of the program function is to compare two strings.Problem solving process is first evaluated two the length of the string, and then the two values to judge, compare two stri