自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

小磊's blog

单片机/ARM/蓝牙4.0软硬编程/电路设计/Android---再加个后台就可以起飞了~

  • 博客(15)
  • 资源 (22)
  • 收藏
  • 关注

原创 "codeforces--NEFU要崛起——第1场 " A - Theatre Square

A - Theatre Square                              Limit:2000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u   Description Theatre Square in the capital city of Berland has a rectangula

2012-11-27 12:39:18 533

原创 codeforces--NEFU要崛起——第1场 " B - Winne

B -Winner                                          Time Limit:1000MSMemory Limit:65536KB 64bit IO Format:%I64d & %I64u   Description The winner of the card game popular in Berland "Berlogg

2012-11-27 12:29:43 601

原创 poj 2524 Ubiquitous Religions

Ubiquitous Religions Time Limit: 5000MS   Memory Limit: 65536K Total Submissions: 18313   Accepted: 8970 Description There are so many different religions in the world toda

2012-11-24 18:05:17 416

原创 hdu 1213 How Many Tables

How Many Tables                    Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)                    Total Submission(s): 6984 Accepted Submission(s): 3352 Pro

2012-11-24 17:52:06 532

原创 并查集

知识点: 并查集是一种树型的数据结构,用于处理一些不相交集合的合并问题。 并查集的主要操作有 1-合并两个不相交集合 2-判断两个元素是否属于同一个集合 3-路径压缩 我转载的一个并查集介绍:(很详细)http://blog.csdn.net/xiaotaoqibao/archive/2009/08/14/4447995.aspx #include using namespace

2012-11-23 11:12:05 408

原创 poj 3259 Wormholes

Wormholes Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 21769   Accepted: 7748 Description While exploring his many farms, Farmer John has discovered a num

2012-11-20 20:20:30 421

原创 poj 2263 Heavy Cargo

Heavy Cargo Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 2555   Accepted: 1405 Description Big Johnsson Trucks Inc. is a company specialized in manufacturin

2012-11-19 17:03:21 653

原创 poj 2544

最短路          Time Limit: 5000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)          Total Submission(s): 16621 Accepted Submission(s): 7073 Problem Description 在每年的校赛里,所有进

2012-11-19 16:57:33 779

原创 poj 1797 Heavy Transportation

Heavy Transportation Time Limit: 3000MS   Memory Limit: 30000K Total Submissions: 16299   Accepted: 4263 Description Background Hugo Heavy is happy. After the breakdown o

2012-11-19 16:51:31 480

原创 hdu 1874 畅通工程续

畅通工程续        Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)          Total Submission(s): 14975 Accepted Submission(s): 5089 Problem Description 某省自从实行了很多年的

2012-11-19 16:37:28 1240

原创 图论的一些事儿 模版

最小生成树(求的就是给定一个无向图,挑选若干条边,连成一个树行图(无圈),使得所选边的权至和最小。) Prim: //prim算法 int prim(int n) { int i,j,min,pos; int sum=0; memset(isvisited,false,sizeof(isvisited)); //初始化 for (i

2012-11-10 16:56:29 718

原创 poj 2386 Lake Counting

Lake Counting Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 14703   Accepted: 7452 Description Due to recent rains, water has pooled in various places in Far

2012-11-05 20:31:46 454

原创 poj 2141

Message Decowding Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 10590   Accepted: 5849 Description The cows are thrilled because they've just learned about e

2012-11-05 20:05:52 775 2

原创 poj 1750

Dictionary Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 2123   Accepted: 647 Description Authors of the new, all-in-one encyclopedia have organized the titl

2012-11-04 21:02:08 1103 1

原创 poj 3083 Children of the Candy Corn

Children of the Candy Corn Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 7013   Accepted: 3071 Description The cornfield maze is a popular Halloween treat. V

2012-11-03 00:00:28 511

stm32 5个串口可用

STM32STM

2016-09-24

okHTTP与HTTPS

OkHTTP例子

2016-06-15

GreenDao 例子

GreenDao 例子 MyApplication.rar 

2016-06-01

ImageLoder库函数

ImageLoder库函数

2016-05-30

百分比布局库函数

百分比布局库函数

2016-05-09

Volley+Cache 实现网络缓存以及内存缓存

Volley+Cache 实现网络缓存以及内存缓存

2016-05-05

ViewPager功能实现

ViewPager功能实现

2016-04-06

两个Fragment在同一个Activity上的交互1

两个Fragment在同一个Activity上的交互1

2016-04-05

Frament信息与FragmentDialog交互

Frament信息与FragmentDialog交互

2016-04-05

两个Fragment在同一个Activity上的交互

两个Fragment在同一个Activity上的交互,使用LocalBroadcastReceiver进行交互

2016-04-05

两个Fragment分别在各自的Activity上的交互

两个Fragment分别在各自的Activity上的交互,使用startActivityforResult的方式进行信息拉取

2016-04-05

android 一键锁屏例程

实现了一键锁屏功能

2016-03-14

小火箭实例

在主界面中显示小火箭,类似360发射火箭功能

2016-03-14

BLE 128bit UUID profile

蓝牙4.0 128bit UUID ios Android 这个资源是我改了两天的结果,绝对能用 ,不能用死全家!

2015-06-18

stm32 定时器配置

定时器进行定时1秒 stm32

2015-01-30

倒F天线 PCB

倒F天线 PCB

2014-12-05

BLE 串口程序

BLE 串口程序 只改配置 万能blE串口程序 使用说明:http://blog.csdn.net/xiaoleiacmer/article/details/41750491

2014-12-05

编译原理课程设计 增加数据类型 全套资料

PL/0程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0有子程序概念,包括过程定义(可以嵌套)与调用且有局部变量说明。PL/0中唯一的数据类型是整型,可以用来说明该类型的常量和变量。当然PL/0也具有通常的算术运算和关系运算。 通过读懂源程序,全面掌握编译原理的基本实现过程。对现存的PL/0编译程序做一些修改或扩充。

2014-07-21

stm32f10x_conf.h

头文件 stm32f10x_conf.h 解决keil 4.2.2 下建立工程重定义问题

2014-04-02

真值表的判断 离散数学

真值表的判断 离散数学

2012-11-20

工具资料stl

STL的代码从广义上讲分为三类:algorithm(算法)、container(容器)和iterator(迭代器),几乎所有的代码都采用了模板类和模版函数的方式,这相比于传统的由函数和类组成的库来说提供了更好的代码重用机会。

2012-11-20

离散数学 真值表判断

公式是由命题变元,逻辑连接词,括号组成的合法符号串,而命题变元是一个抽象概念

2012-11-20

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除