码迷,mamicode.com
首页 >  
搜索关键字:has-a    ( 11077个结果
sqlcipher移植
一、下载代码:http://git.oschina.net/fulinux/sqlcipher.git或者https://github.com/sqlcipher/sqlcipher.git二、编译:./configure --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto" 如果遇到编译问题,请checkout...
分类:数据库   时间:2014-07-28 16:05:34    阅读次数:356
HDU - 1789 Doing Homework again
Description Ignatius has just come back school from the 30th ACM/ICPC. Now he has a lot of homework to do. Every teacher gives him a deadline of handing in the homework. If Ignatius hands in the ho...
分类:其他好文   时间:2014-07-28 16:04:23    阅读次数:262
hdu1150Machine Schedule (二分匹配,最小顶点覆盖)
Problem Description As we all know, machine scheduling is a very classical problem in computer science and has been studied for a very long history. Scheduling problems differ widely in the nature of...
分类:其他好文   时间:2014-07-28 15:47:03    阅读次数:308
Merge Sorted Array leetcode java(回顾MergeTwoArray和MergeTwoLinkedList)
题目:Given two sorted integer arrays A and B, merge B into A as one sorted array.Note:You may assume that A has enough space (size that is greater or e....
分类:编程语言   时间:2014-07-28 14:47:23    阅读次数:1108
CSU 1004
1004: Xi and BoTime Limit:1 SecMemory Limit:128 MBSubmit:273Solved:93[Submit][Status][Web Board]DescriptionBo has been in Changsha for four years. How...
分类:其他好文   时间:2014-07-28 11:35:50    阅读次数:213
Multi-tasking RTOS for microprocessors with limited memory by saving only a single return address per task during context switching
A real-time operating system (RTOS) for use with minimal-memory controllers has a kernel for managing task execution, including context switching, a p...
分类:其他好文   时间:2014-07-28 11:25:50    阅读次数:302
ZOJ 2319 Beautiful People
Beautiful People Time Limit: 5 Seconds      Memory Limit: 32768 KB      Special Judge The most prestigious sports club in one city has exactly N members. Each of its members is strong and bea...
分类:其他好文   时间:2014-07-28 00:09:59    阅读次数:413
HDU1078:FatMouse and Cheese(记忆化)
Problem Description FatMouse has stored some cheese in a city. The city can be considered as a square grid of dimension n: each grid location is labelled (p,q) where 0 <= p < n and 0 <= q < n. At e...
分类:其他好文   时间:2014-07-28 00:02:49    阅读次数:319
POJ 之2386 Lake Counting
Lake CountingTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 20003Accepted: 10063DescriptionDue to recent rains, water has pooled in various ...
分类:其他好文   时间:2014-07-27 23:32:29    阅读次数:256
Understanding Linux /proc/cpuinfo
http://www.richweb.com/cpu_infoA hyperthreaded processor has the same number of function units as an older, non-hyperthreaded processor. It just has t...
分类:系统相关   时间:2014-07-27 22:56:19    阅读次数:518
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!