码迷,mamicode.com
首页 >  
搜索关键字:people cmm    ( 3003个结果
Cocos2d-x 系列三之C++语言
1.面向对象直接定义类class People {public: void sayHello() { printf("hello c oop \n"); }}; People * p = new People(); p->sayHello();使用头文件定义Ml...
分类:编程语言   时间:2014-05-15 02:23:54    阅读次数:440
graph isomorphism 开源算法库VFlib, Nauty
VFlib 开源算法库网站:http://www.cs.sunysb.edu/~algorith/implement/vflib/implement.shtmlNauty 开源算法库网站:http://cs.anu.edu.au/people/bdm/nauty/
分类:其他好文   时间:2014-05-13 18:32:10    阅读次数:289
Pat(Advanced Level)Practice--1044(Shopping in Mars)
Pat1044代码 题目描述: Shopping in Mars is quite a different experience. The Mars people pay by chained diamonds. Each diamond has a value (in Mars dollars M$). When making the payment, the chain can...
分类:其他好文   时间:2014-05-13 14:33:08    阅读次数:437
Microchip 125 kHz RFID System Design Guide
Passive RFID Basics - AN680INTRODUCTIONRadio Frequency Identification (RFID) systems useradio frequency to identify, locate and track people,assets an...
分类:其他好文   时间:2014-05-11 17:46:08    阅读次数:554
POJ1742可行性背包
题目: Description People in Silverland use coins.They have coins of value A1,A2,A3...An Silverland dollar.One day Tony opened his money-box and found there were some coins.He decided to buy a very n...
分类:其他好文   时间:2014-05-09 15:00:55    阅读次数:345
poj 1700 Crossing River
Crossing River Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 10218   Accepted: 3859 Description A group of N people wishes to go across a river with only...
分类:其他好文   时间:2014-05-09 14:51:43    阅读次数:257
Triple-Belt Press Thickening Dehydrating Belt Press
Many people who transition from 35mm film to a smaller digital camera are surprised to find that many of their digital images are blurry. The underlyi...
分类:其他好文   时间:2014-05-08 23:51:44    阅读次数:389
学习笔记---C++虚函数,纯虚函数
1 .虚函数假设people是man的父类,people类和man类都定义了实函数walk()people* p = new man();p->walk();这里P执行的是people类的walk()函数。这和java语言不一样,java在这里执行的是man的walk()函数。那么C++如何实现子类...
分类:编程语言   时间:2014-05-08 09:30:01    阅读次数:349
敏捷开发流程总结
Agile——敏捷开发,作为CMM神话崩溃后被引入的一套新的软件开发模式,这几年来被广泛引起关注,并被寄予厚望。敏捷开发在其他业界的应用是否理想不得而知,但以下总结了我所在公司的敏捷开发试验,希望可以达到管中窥豹的目的。敏捷开发宣言——个体和交互 胜过 过程和工具可以工作的软件 胜过 面面俱到的...
分类:其他好文   时间:2014-05-05 13:02:17    阅读次数:356
《modern operating system》 chapter 3 MEMORY MANAGEMENT 笔记
Over the years, people discovered the concept of a memory hierarchy,...
分类:其他好文   时间:2014-05-04 09:03:17    阅读次数:247
3003条   上一页 1 ... 297 298 299 300 301 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!