码迷,mamicode.com
首页 >  
搜索关键字:big    ( 2809个结果
cone crusher south Africa
The situation was similar on the big board – the TSX – with MOGS under seemingly relentless pressure. Unfortunately, copper concentrate machine for mi...
分类:其他好文   时间:2014-05-16 09:46:15    阅读次数:306
Objective C - 与Android交互时高低位转换:
在与Android交互过程中,因为Android是从低位往高位读,iOS是从高位往低位读,所以交互数据需要进行转换。 /* * convert big endian to little endian in C */ uint16_t swap_uint16( uint16_t val ); int16_t swap_int16( int16_t val ); uint32_t s...
分类:移动开发   时间:2014-05-14 21:38:51    阅读次数:407
poj 1423 Big Number
1 /** 2 斯特林(Stirling)公式: 3 4 求 n! 的位数 5 6 ceil函数的作用是求不小于给定实数的最小整数。 7 **/ 8 #include 9 #include 10 #include 11 using namespace std;12 const doubl...
分类:其他好文   时间:2014-05-13 22:06:51    阅读次数:253
hust 1032 Jim
题目描述Jim is boss of a big company . There are so many workers in his company that it will take a long time for his command send to all of his workers ....
分类:其他好文   时间:2014-05-12 04:51:29    阅读次数:307
为F5-LTM上的业务添加x-forward-for功能
最近拿到一个旧设备:BIG-IP LTM 6400,玩的人不在,文档又不足;只能自己玩了~SNAT模式下,走HTTP代理,往http header中的x-forwarded-for加入源IP,以便让后端设备取得源IP万事不懂先问谷歌感谢以下:1、F5官方解答:可以通过两种方式,一是通过http pr...
分类:其他好文   时间:2014-05-10 06:09:53    阅读次数:1691
Rabin Karp 算法实战
关键字Rabin karp 算法,C++,ubuntu 14.04, linux, big integer, gmp为了计算冗余度, 我写出了如下算法void HandleAMission(const char *srcFileName, FILE *output, int blockSize, i...
分类:其他好文   时间:2014-05-09 20:12:25    阅读次数:270
排序算法学习之简单排序(冒泡排序,简单选择排序,直接插入排序)
一、冒泡排序冒泡排序算是最基础的一种算法了,复杂度为O(N^2),其基本思想是:从最低端数据开始,两两相邻比较,如果反序则交换。代码如下:/*最基本的冒泡排序*/void BubbleSort1 (int n, int *array) /*little > big*/{ int i, j...
分类:其他好文   时间:2014-05-09 13:02:57    阅读次数:319
PHP大文件下载
文件大于1GB { //Big File $file = $identity . ".cleanpdb.tar.gz";...
分类:Web程序   时间:2014-05-09 09:21:01    阅读次数:345
[ACM] hdu 3342 Legal or Not (拓扑排序)
Legal or Not Problem Description ACM-DIY is a large QQ group where many excellent acmers get together. It is so harmonious that just like a big family. Every day,many "holy cows" like HH, ...
分类:其他好文   时间:2014-05-08 11:11:28    阅读次数:339
codechef Arranging Cup-cakes题解
Arranging Cup-cakes Our Chef is catering for a big corporate office party and is busy preparing different mouth watering dishes. The host has insisted that he serves his delicious cupcakes for de...
分类:其他好文   时间:2014-05-07 12:34:21    阅读次数:396
2809条   上一页 1 ... 278 279 280 281 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!