CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - compare

搜索资源列表

  1. 用vc编写的发送手机短信系统

    1下载:
  2. VC开发的手机短信程序,功能真的是比较全,这可是我收藏比较经典的代码-development of the VC SMS procedures, functions really is the whole, which I compare classic collections of code
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:48.72kb
    • 提供者:杨洋
  1. duizhao

    0下载:
  2. 字符串比较程序 输入两个不同的字符串能比较大小-string compare two different procedures for the importation of the string can compare size
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8.87kb
    • 提供者:我笑
  1. StringCompar

    0下载:
  2. 用c#写的字符串比较算法,此算法应用于文件对比工具,比如Beyond Compare-used to write the string comparison algorithm, the algorithm used in document comparison tool For example, Beyond Compare
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6.23kb
    • 提供者:黄文彬
  1. Exocortex.Geometry3D

    0下载:
  2. 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
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:35.25kb
    • 提供者:萧董
  1. 操作系统进程死锁模拟

    0下载:
  2. 此程序模拟操作系统死锁,用户可在程序运行时选择死锁或不死锁比较不同的运行情况。-Deadlock operating system, users can choose to run or not Deadlock Deadlock compare different operating conditions.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.28kb
    • 提供者:王重华
  1. Mongodb

    0下载:
  2. mongodb 测试工具,测试系统运行效率并比较-mongodb test tools, test and compare the efficiency of system operation
  3. 所属分类:CSharp

    • 发布日期:2017-05-13
    • 文件大小:3.12mb
    • 提供者:chenhuiying
  1. DocDiff

    0下载:
  2. c# 实现的 word 文档 比较,应该比较实用 -compare word document
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:25.86kb
    • 提供者:zhongjie
  1. px10

    0下载:
  2. 对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. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:816byte
    • 提供者:海浪
  1. 3

    0下载:
  2. 字符串的功能实现,包括两个字符串相加,比较大小等功能-String function implementation, including the sum of two strings to compare the size of features such as
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:714byte
    • 提供者:儿童网吧
  1. HeapSort

    0下载:
  2. 有界面的,排序演示程序,可以比较计算性能。快速排序和改进的-Has interface, sorting demo program, you can compare performance. Quick Sort and improved
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:48.83kb
    • 提供者:cherry
  1. ag

    0下载:
  2. 这个双重循环完成按字母顺序排序的工作。在外层循环中把字符数组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
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:2.69kb
    • 提供者:lili
  1. MatchPoint

    0下载:
  2. 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
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:31.3kb
    • 提供者:fenixio
  1. cSharpTech

    0下载:
  2. c#源代码集锦,比较常用的一些功能实现示例源代码!~-Collection c# source code to compare some of the features commonly used to achieve sample source code! ~
  3. 所属分类:CSharp

    • 发布日期:2017-05-14
    • 文件大小:3.1mb
    • 提供者:景元滨
  1. exblog3.1

    0下载:
  2. 用C#编写的博客系统,功能比较全,比较不错-Written using C# blog system, full-feature comparison, compare a good ...
  3. 所属分类:CSharp

    • 发布日期:2017-05-12
    • 文件大小:2.64mb
    • 提供者:夏琼华
  1. houtaimuban

    0下载:
  2. 这是用C#开发的后台经典的管理模板,比较成型.源代码比较容易看的懂~-It is developed using C# background classical Administrative Templates, compare shape. The source code easier to see to understand ~
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:393.98kb
    • 提供者:moon
  1. project1

    0下载:
  2. 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
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:1.56kb
    • 提供者:haodang
  1. Pic

    0下载:
  2. 一款图像解析度程序 对文件进行对比 对图片进行解析-An image-resolution program to compare files
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:119.27kb
    • 提供者:ASD
  1. tree

    0下载:
  2. 平衡二叉树:插入结点 在平衡二叉排序树BBST上插入一个新数据元素e 删除结点 删除结点过程与插入结点的操作类似,基本过程是:平衡二叉树,找到要删除的结点,删除一个结点,变成二叉树,旋转,变回平衡二叉树。 查找 把给定值与根结点作比较,若给定值大于根结点则查找其右子树,小于则查找其左子树,如此类推。 -Insertion node in the balanced binary sort tree BBST insert a new data element e remov
  3. 所属分类:CSharp

    • 发布日期:2016-01-26
    • 文件大小:42.44kb
    • 提供者:youyu
  1. Comparer-for-2-text-files

    0下载:
  2. Compare 2 text files, and the differences highlighted in red.
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:60.66kb
    • 提供者:Malefic
  1. compare

    0下载:
  2.   该程序功能是比较两个字符串的长度。解题过程是首先分别求得两个字符串的长度,然后对这两个值进行判断,实现两个字符串长度的比较。- 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
  3. 所属分类:CSharp

    • 发布日期:2017-11-20
    • 文件大小:2.89kb
    • 提供者:张建平
« 12 3 4 5 »
搜珍网 www.dssz.com