@ECHO OFF MD
E:\RECYCLED\UDrives.{25336920-03F9-11CF-8FD0-00AA00686F13}>NUL IF EXIST
O:\NUL GOTO DELETE SUBST O: E:\RECYCLED\UDrives.{25336920-03F9...
分类:
其他好文 时间:
2014-05-08 18:45:00
阅读次数:
235
定义:
#define_INTSIZEOF(n)((sizeof(n)+sizeof(int)-1)&~(sizeof(int)-1))1我们知道对于IX86,sizeof(int)一定是4的整数倍,所以~(sizeof(int)-1))的值一定是右面[sizeof(n)-1]/2位为0,整个这个....
分类:
其他好文 时间:
2014-05-08 18:09:03
阅读次数:
285
COLOR 0ACLS@ECHO OffTitle
查询局域网内在线电脑IP:send@ECHO off&setlocal enabledelayedexpansionECHO
正在获取本机的IP地址,请稍等...for /f "tokens=3 skip=2 delims=: " %%i in (...
分类:
其他好文 时间:
2014-05-08 18:06:11
阅读次数:
232
本文档下载题目:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=361
The 3n + 1 problemTime limit: 3.000 seconds...
分类:
其他好文 时间:
2014-05-08 18:01:26
阅读次数:
427
C语言的指针跳转访问是一个灵活高效的机制,但是再高效也是要花费额外时间的,下面这个程序如果在gcc
-O0不优化的情况,就可以看出指针跳转比直接访问要多消耗10%左右的时间#include #include int main(){ int m = 0; int
*p = &m; ...
分类:
其他好文 时间:
2014-05-08 17:58:42
阅读次数:
278
题目链接附上代码: 1 #include 2 #include 3 #include 4 using
namespace std; 5 6 class Solution { 7 public: 8 vector twoSum(vector
&numbers, int target) ...
分类:
其他好文 时间:
2014-05-08 17:50:11
阅读次数:
253
c /c/cgc/cgc/tramp:/sudo::/usr/
分类:
其他好文 时间:
2014-05-08 17:32:12
阅读次数:
193
class Solution{ public: int maxArea(vector&
height) { int len = height.size(), low = 0, high = len -1 ; int maxArea = 0; ...
分类:
其他好文 时间:
2014-05-08 10:23:54
阅读次数:
287
1. Abstract &
introductionref:http://static.googleusercontent.com/media/research.google.com/zh-CN//archive/spanner-osdi2012.pdfSpanner是google为了弥补bigta...
分类:
数据库 时间:
2014-05-08 06:46:57
阅读次数:
640
https://www.devexpress.com/Support/Center/Example/Details/E911