码迷,mamicode.com
首页 > 2015年12月06日 > 全部分享
1071. Speech Patterns (25)
map的使用时间限制300 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者HOU, QimingPeople often have a preference among synonyms of the same word. For example, some ma...
分类:其他好文   时间:2015-12-06 13:03:46    阅读次数:208
1091. Acute Stroke (30)
One important factor to identify acute stroke (急性脑卒中) is the volume of the stroke core. Given the results of image analysis in which the core regions ...
分类:其他好文   时间:2015-12-06 13:03:35    阅读次数:196
1057. Stack (30)
set的使用和它的迭代器的使用Stack is one of the most fundamental data structures, which is based on the principle of Last In First Out (LIFO). The basic operations...
分类:其他好文   时间:2015-12-06 13:02:53    阅读次数:172
【转】设计模式六大原则(1):单一职责原则
定义:不要存在多于一个导致类变更的原因。通俗的说,即一个类只负责一项职责。问题由来:类T负责两个不同的职责:职责P1,职责P2。当由于职责P1需求发生改变而需要修改类T时,有可能会导致原本运行正常的职责P2功能发生故障。解决方案:遵循单一职责原则。分别建立两个类T1、T2,使T1完成职责P1功能,....
分类:其他好文   时间:2015-12-06 13:04:32    阅读次数:136
1087. All Roads Lead to Rome (30)
时间限制200 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueIndeed there are many different tourist routes from our city to Rome. You are supposed to fi...
分类:其他好文   时间:2015-12-06 13:03:21    阅读次数:235
驱动程序进阶篇
我们学习程序设计,都是从“Hello World”开始的,驱动程序也不例外,今天我就写一个驱动版的“Hello World”来热热身,目的希望大家能对驱动程序的基本框架有所了解。 驱动程序分为2类,一个是 Kernel(内核) 模式驱动,另一个是 Windows (用户窗口层)模式驱动,2种模式本质...
分类:其他好文   时间:2015-12-06 13:01:49    阅读次数:200
1074. Reversing Linked List (25)
reverse 方法很好用时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueGiven a constant K and a singly linked list L, you are supposed to reverse the ...
分类:其他好文   时间:2015-12-06 13:02:39    阅读次数:218
hdu 5592 ZYB's Game 树状数组
ZYB's GameTime Limit: 20 SecMemory Limit: 256 MB题目连接http://acm.hdu.edu.cn/showproblem.php?pid=5592DescriptionZYB has a premutation P,but he only remeb...
分类:编程语言   时间:2015-12-06 13:01:34    阅读次数:166
minicom的使用
1、安装minicomsudo dnf install minicom2、查看版本信息,验证是否正确安装minicom -v3、查看usb转串口驱动是否安装,设备是否正常挂载lsusb如图所示usb转转口设备正常挂载,使用的芯片为HL-340.linux下对所有设备操作面向用户的都是文件操作,在对串...
分类:其他好文   时间:2015-12-06 13:00:28    阅读次数:144
1088. Rational Arithmetic (20)
For two rational numbers, your task is to implement the basic arithmetics, that is, to calculate their sum, difference, product and quotient.Input Spe...
分类:其他好文   时间:2015-12-06 13:03:13    阅读次数:256
1100. Mars Numbers (20)
People on Mars count their numbers with base 13:Zero on Earth is called "tret" on Mars.The numbers 1 to 12 on Earch is called "jan, feb, mar, apr, may...
分类:其他好文   时间:2015-12-06 13:02:52    阅读次数:195
_____________________________________动态规划之最长子序列问题______1:两个序列中的______________________________________
动态规划之最长自序列问题....两个字符串中的最长子序列问题.参考例题杭电1159.....参考文件.lcy老师的课件....在此对lcy老师致敬..最长子序列问题.......下面附上题目 Online Judge Online Exercise Online Teaching ...
分类:其他好文   时间:2015-12-06 13:00:13    阅读次数:156
1083. List Grades (25)
Given a list of N student records with name, ID and grade. You are supposed to sort the records with respect to the grade in non-increasing order, and...
分类:其他好文   时间:2015-12-06 13:00:24    阅读次数:120
【iOS学习笔记】一些问题
1.什么是arc?(arc是为了解决什么问题诞生的?)首先解释ARC: automatic reference counting自动引用计数。ARC几个要点:在对象被创建时 retain count +1,在对象被release时 retain count -1.当retain count 为0 时...
分类:移动开发   时间:2015-12-06 12:59:31    阅读次数:304
1086. Tree Traversals Again (25)
时间限制200 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, Yuepush 的顺序就是二叉树的前序pop的顺序就是二叉树的中序遍历本质上还是考根据这两个顺序建立二叉树,并且进行后序遍历An inorder binary tree traversal ...
分类:其他好文   时间:2015-12-06 12:59:53    阅读次数:152
UICollectionView
#import "ViewController.h"@interfaceViewController ()@end@implementation ViewController- (void)viewDidLoad { [superviewDidLoad]; UICollectionViewFl...
分类:其他好文   时间:2015-12-06 12:58:42    阅读次数:174
Heartbeat+DRBD+MySQL高可用方案【转】
转自Heartbeat+DRBD+MySQL高可用方案 - yayun - 博客园http://www.cnblogs.com/gomysql/p/3674030.html1.方案简介本方案采用Heartbeat双机热备软件来保证数据库的高稳定性和连续性,数据的一致性由DRBD这个工具来保证。默认情...
分类:数据库   时间:2015-12-06 12:58:38    阅读次数:272
889条   上一页 1 ... 29 30 31 32 33 34 35 ... 53 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!