Nice Patterns Strike BackTime Limit:20000/10000MS (Java/Others)Memory Limit:128000/64000KB (Java/Others)Problem Description You might have noticed th....
分类:
其他好文 时间:
2014-10-02 22:25:03
阅读次数:
593
HDU 5050 -Chinese Girls' Amusement( JAVA or 高精度 )题意不用再解释做法是求两个二进制数的最大公约数字然后以二进制输出import java.io.*;import java.math.BigInteger;import java.util.*;publi...
分类:
编程语言 时间:
2014-10-02 18:43:23
阅读次数:
275
Brief: the-ith-element,given a array A with n element , return the i-th element of A. A(n,i)this problem can be solved using quick-sort idear, every t...
分类:
其他好文 时间:
2014-10-02 18:28:43
阅读次数:
210
先说下题目的意思: 在一个二维坐标系中有N个点,某人要来个走遍所有点的旅行,但是他的车每次加油后只能走M个单位距离;所以要在这个N点中选一些建立加油站;问题来了:i^th 点 建加油站的花费是 2^(i-1); 求最小话费 用二进制表示;(其中1号必须建立加油站) 思路:有 1000...
分类:
其他好文 时间:
2014-10-02 14:11:03
阅读次数:
159
Ubuntu中文输入法安装(12.04)本文地址:http://blog.csdn.net/caroline_wendyUbuntu作为Linux常见的操作系统,是需要熟练使用的。在安装过程中,输入法有时会出现问题,需要手动安装。点击System Settings:找到Language Support。Install/Remove Language,找到Chinese(simplified),并点...
分类:
系统相关 时间:
2014-10-01 22:22:51
阅读次数:
268
Problem:Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of th...
分类:
其他好文 时间:
2014-09-30 23:33:10
阅读次数:
319
注://关闭,父窗口弹出对话框,子窗口直接关闭this.Response.Write("");//关闭,父窗口和子窗口都不弹出对话框,直接关闭this.Response.Write("");//弹出窗口刷新当前页面width=200 height=200菜单。菜单栏,工具条,地址栏,状态栏全没有th...
分类:
Web程序 时间:
2014-09-30 09:41:42
阅读次数:
371
Problem Description
XXX is puzzled with the question below:
1, 2, 3, ..., n (1
Operation 1: among the x-th number to the y-th number (inclusive), get the sum of the numbers which are co-prim...
分类:
其他好文 时间:
2014-09-30 02:54:32
阅读次数:
302
http://www.velleman.eu/images/tmp/usbfind.c#ifdef __cplusplusextern "C" {#endif#include #include #include #include #include // This is the GUID for th...
分类:
其他好文 时间:
2014-09-30 00:07:01
阅读次数:
345
研究完openldap,于是就想着集成到outlook实现一个通讯录。
我的ldap域名是 dc=tcl,tc=com
根目录下有一个管理员cn=Manager
在此基础上配置outlook2007
打开outlook 工具>>账户设置>>通讯薄
点击新建 选择“internet目录服务(ldap)” 下一步 服务器名称 填写服务器的ip或者局域网计算机名称,例如‘DH-TH...
分类:
其他好文 时间:
2014-09-29 14:07:11
阅读次数:
232