码迷,mamicode.com
首页 >  
搜索关键字:high item check    ( 24079个结果
Redis在windows下的安装使用
下载的windows版本是redis-2.0.2,解压到D盘下: D:\redis-2.0.2 进到该目录下,有下列文件:  redis-server.exe:服务程序    redis-check-dump.exe:本地数据库检查    redis-check-aof.exe:更新日志检查    redis-benchmark.exe:性能测试,用...
分类:Windows程序   时间:2014-07-24 12:27:25    阅读次数:306
poj2151(Check the difficulty of problems)
题目地址:Check the difficulty of problems题目大意: 在编程比赛中有M个题,T支队伍。要求冠军团队至少做出N道题。 求每对至少做出一道题的同时冠军队至少做出N道题的概率。解题思路: 概率+DP。首先做的是将题目求的概率转化成:每队均至少做一题的概率P1 减去 每...
分类:其他好文   时间:2014-07-24 12:16:05    阅读次数:234
WINCE 6.0 开发相关问题整理
1. msvc 2005 + wince 5.0 环境搭建:http://hi.baidu.com/hyyly520/item/f9ad7eddffc826362b35c7ef下载地址:http://blog.csdn.net/weiren2006/article/details/68428072....
分类:Windows程序   时间:2014-07-24 10:06:23    阅读次数:365
[LeetCode] Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:其他好文   时间:2014-07-24 10:04:33    阅读次数:214
d3_3 ATM模拟系统
#include#includeint x;//保存客户ID(index值)void login(); //登录void menu(); //菜单void deposit(); //存款void withdraw();//取款void check(); //查询void quit();...
分类:其他好文   时间:2014-07-23 20:21:55    阅读次数:230
自定义ListView,实现Item侧滑删除及侧滑出菜单效果
本程序是基于网上开源项目修改而来,具体来源忘了,懒得搜了,如果有不合适的地方,请原作者联系我,我会及时回复和处理的! 该例子程序中主要包含两个ListView,一个是实现侧滑删除,一个是侧滑出菜单,代码中的注释很全,我就不在赘述了,直接贴上核心代码和效果图,程序源码在最后,如果有不太明白的地方可以留言评论,我会及时回复,大牛勿喷啊! 侧滑删除ListView: package com.exa...
分类:其他好文   时间:2014-07-23 17:16:51    阅读次数:261
Linux中的mce处理--mce学习笔记
mce简介...
分类:系统相关   时间:2014-07-23 17:03:07    阅读次数:491
赵雅智_AndroidUI_listview的item滑动删除效果
package com.example.listsildedel; import java.util.ArrayList; import java.util.List; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.widget.ListV...
分类:移动开发   时间:2014-07-23 16:38:32    阅读次数:286
d3_2 简单的取款机系统
#include#include#includevoid menu();int deposit(int balance);int withdraw(int balance);void check(int balance);void quit();void main(){ int balance...
分类:其他好文   时间:2014-07-23 16:30:51    阅读次数:179
php使用zeromq
Zeromq是个啥玩意?Connectyourcodeinanylanguage,onanyplatform.Carriesmessagesacrossinproc,IPC,TCP,TPIC,multicast.Smartpatternslikepub-sub,push-pull,androuter-dealer.High-speedasynchronousI/Oengines,inatinylibrary.Backedbyalargeandactiveopensourcecommunity.Su..
分类:Web程序   时间:2014-07-23 13:45:57    阅读次数:328
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!