自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(13)
  • 资源 (2)
  • 收藏
  • 关注

原创 poj1019 同余+整数问题

Number Sequence Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 29695   Accepted: 8281 Description A single positive integer i is given. Write a program to f

2013-03-29 21:26:52 593

原创 win8应用程序《快乐识车标》介绍

win8应用程序《快乐识车标》介绍     幼儿期是人生智力发展的关键期,抓紧早期教育

2013-03-25 22:52:36 947

原创 poj2586 典型贪心

Y2K Accounting Bug Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 7846   Accepted: 3885 Description Accounting for Computer Machinists (ACM) has sufferred f

2013-03-25 15:33:28 708

原创 poj 3267 动态规划

The Cow Lexicon Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 6893   Accepted: 3172 Description Few know that the cows have their own dictionary with W (1

2013-03-24 19:23:55 551

原创 poj1159 动态规划

Palindrome Time Limit: 3000MS   Memory Limit: 65536K Total Submissions: 45846   Accepted: 15629 Description A palindrome is a symmetrical string, that is, a string read i

2013-03-24 16:04:44 580

原创 POJ 1080 动态规划

Human Gene Functions Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 14772   Accepted: 8183 Description It is well known that a human gene can be considered

2013-03-23 19:10:47 662

转载 stl中map用法详解

Map是STL的一个关联容器,它提供一对一(其中第一个可以称为关键字,每个关键字只能在map中出现一次,第二个可能称为该关键字的值)的数据处理能力,由于这个特性,它完成有可能在我们处理一对一数据的时候,在编程上提供快速通道。这里说下map内部数据的组织,map内部自建一颗红黑树(一种非严格意义上的平衡二叉树),这颗树具有对数据自动排序的功能,所以在map内部所有的数据都是有序的,后边我们会见识到有

2013-03-15 19:14:34 493

原创 poj 2635 高精度+素数

The Embarrassed Cryptographer Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 10550   Accepted: 2776 Description The young and very promising cryptographer O

2013-03-11 16:09:13 654

原创 poj 3292 整数问题

Semi-prime H-numbers Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 6505   Accepted: 2736 Description This problem is based on an exercise of David Hilbert,

2013-03-11 16:02:27 540

转载 poj 2002 哈希和二分

Squares Time Limit: 3500MS   Memory Limit: 65536K Total Submissions: 13153   Accepted: 4870 Description A square is a 4-sided polygon whose sides have equal length and

2013-03-08 10:48:30 664

原创 poj 3349 典型哈希

Snowflake Snow Snowflakes Time Limit: 4000MS   Memory Limit: 65536K Total Submissions: 25354   Accepted: 6641 Description You may have heard that no two snowflakes are al

2013-03-06 19:06:49 477

原创 poj1182 典型哈希

Eqs Time Limit: 5000MS   Memory Limit: 65536K Total Submissions: 9907   Accepted: 4840 Description Consider equations having the following form:  a1x13+ a2x23+ a3x33+ a4

2013-03-03 16:55:11 294

原创 poj2488 深度优先搜索

#include //标准c输入/输出 #include #include //字符串操作 #include #include //标准c++输入/输出 #include #include //标准C++的I/O manipulator(操纵器?) #include using namespace std; //使用std命名空间 int jump_x[9]; int

2013-03-02 18:57:22 363

C#实现BP神经网络并应用于综合评价

由于课程设计选的题目是基于神经网络的综合评价,利用暑假时间用C#实现的bp神经网络。此bp神经网络包含1个隐藏层,其中输入层,隐藏层,输出层个数都可以根据需要更改。 详细分析可见:http://blog.csdn.net/lanqiuchaoren/article/details/37738665

2014-07-13

windowsPhone8地图demo

自己写的windows phone8地图demo

2014-02-18

空空如也

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

TA关注的人

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