码迷,mamicode.com
首页 >  
搜索关键字:compare    ( 1961个结果
C# 字符串处理函數大全
Compare 比较字符串的内容,考虑文化背景(场所),确定某些字符是否相等CompareOrdinal 与Compare一样,但不考虑文化背景Format 格式化包含各种值的字符串和如何格式化每个值的说明符IndexOf 定位字符串中第一次出现某个给定子字符串或字符的位置IndexOfAny 定位...
分类:Windows程序   时间:2014-11-19 15:44:12    阅读次数:317
文本比较神器,解决多年耗时大工程问题
Beyond Compare 百度一下,你就知道
分类:其他好文   时间:2014-11-17 15:36:36    阅读次数:117
字符串函数C#
Compare 比较字符串的内容,考虑文化背景(场所),确定某些字符是否相等 CompareOrdinal 与Compare一样,但不考虑文化背景 Format 格式化包含各种值的字符串和如何格式化每个值的说明符 IndexOf 定位字符串中第一次出现某个给定子字符串或字符的位置 In...
分类:Windows程序   时间:2014-11-17 10:29:20    阅读次数:223
lua表排序
对于lua的table排序问题,一般的按照value值来排序,使用table.sort( needSortTable , func)即可(可以根据自己的需要重写func,否则会根据默认来:默认的情形之下,如果表内既有string,number类型,则会因为两个类型直接compare而出错,所以需要自...
分类:编程语言   时间:2014-11-16 20:06:01    阅读次数:198
Java String Compare zz
Compare Stringhttp://stackoverflow.com/questions/513832/how-do-i-compare-strings-in-javaSupport Swith case of String?http://stackoverflow.com/question...
分类:编程语言   时间:2014-11-16 14:33:48    阅读次数:177
单线程与多线程排序对比
单线程排序           【快速排序,使用STL sort函数】#include #include #include #include #include using namespace std; #define NUMNUM 8000000L long nums[NUMNUM]; //待排序数组 bool compare(long a, long b) { ret...
分类:编程语言   时间:2014-11-13 18:58:09    阅读次数:472
c++ list sort
// list::sort#include #include #include #include // comparison, not case sensitive.bool compare_nocase (const std::string& first, const std::string& s...
分类:编程语言   时间:2014-11-12 13:36:07    阅读次数:232
Visual Stuido插件大全
JS Enhancements使用JS能像C#代码一样折叠成块Code Compare Code Compare is a powerful file and folder comparison tool that demonstrates new level of code compariso.....
分类:其他好文   时间:2014-11-11 16:13:25    阅读次数:163
Notepad++使用总结
最近开始倒腾Notepad++软件,它最大的优点就是:小巧 效率 免费开源。相比其他软件,其加载速度特别快,用过几次就知道了。废话不多说,下面是自己的使用总结。1. 插件自己在使用的插件包括:a) NppExec:代码执行插件b) Explorer:文件浏览插件c) Compare:文件比较插件(个...
分类:其他好文   时间:2014-11-10 21:39:39    阅读次数:294
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!