多继承class Person{public: Person(std::string theName); void introduce(); protected: std::string name;};class Teacher : public Person{pub...
分类:
编程语言 时间:
2014-07-16 20:45:08
阅读次数:
177
This post introduce how to implement the public or private static members in JavaScript.
分类:
编程语言 时间:
2014-07-01 12:10:42
阅读次数:
190
1. 官方 模拟器
Tutorialshttps://01.org/web-simulator/2. 最新版本发布于 2013.05I am honored to
introduce the Web Simulator for its public release on 01.org. The We...
分类:
Web程序 时间:
2014-06-07 11:21:09
阅读次数:
296
The Leak of the Memory in C++
In this chaper I will introduce a new smart pointer which is scoped_ptr;
It likes auto_ptr but better. When peopel use auto_ptr, sometimes they forget
that auto_...
分类:
编程语言 时间:
2014-05-25 07:03:10
阅读次数:
373
Alice and Bob
Time Limit: 1000MS Memory limit: 65536K
题目描述
Alice and Bob like playing games very much.Today, they introduce a new game.
There is a polynomial like this: (a0*x^(2^0)...
分类:
其他好文 时间:
2014-05-10 08:44:35
阅读次数:
363
链接:http://soj.me/show_problem.php?pid=1735&cid=
Description
Let me introduce an easy method of encryption to you.
Suppose there’re N bytes (1 byte = 8 bits) data that are to be encrypted and ...
分类:
其他好文 时间:
2014-05-09 22:46:01
阅读次数:
498
Alice and BobTime Limit: 1000ms Memory limit:
65536K题目描述 Alice and Bob like playing games very much.Today, they introduce a
new game. There is a polyn...
分类:
其他好文 时间:
2014-05-05 10:22:11
阅读次数:
354
Alice and BobDescriptionAlice and Bob like
playing games very much.Today, they introduce a new game.There is a polynomial
like this: (a0*x^(2^0)+1) * ...
分类:
其他好文 时间:
2014-04-28 02:50:32
阅读次数:
357