其他
file%3A///C%3A/Documents%2520and%2520Settings/Administrator/%25E6%25A1%258C%25E9%259D%25A2/%25E6%2596%25B0%25E5%25BB%25BA%25E6%259...
分类:其他 时间:2014-09-28 23:28:17 收藏:0 阅读:576
通过向导创建一个uniGUI应用服务器,工程中有三个文件:TUniServerModule = class(TUniGUIServerModule)TUniMainModule = class(TUniGUIMainModule)TMainForm = class(TUniForm)(1)采用了单例...
分类:其他 时间:2014-09-28 23:27:48 收藏:0 阅读:375
您的浏览器不支持canvas!
分类:其他 时间:2014-09-28 23:27:28 收藏:0 阅读:350
题意:有线性的n个车站,从左到右编号分别为1~n。有M1辆车从第一站开始向右开,有M2辆车从第二站开始向左开。在0时刻主人公从第1站出发,要在T时刻回见车站n 的一个间谍(忽略主人公的换乘时间)。输出最少的等待时间,如果无解输出impossible。分析:d(i, j)表示第i时刻在第j个车站,最少...
分类:其他 时间:2014-09-28 23:27:17 收藏:0 阅读:371
1 ├── myapp11 ├── manage.py12 └── myxunlei13 ├── settings.py14 ├── settings.pyc15 ├── urls.py16 ├── urls.pyc17 ├── wsgi.py18 ...
分类:其他 时间:2014-09-28 23:26:47 收藏:0 阅读:441
International organization for standardization(ISO) developed a reference model for open system interconnection(OSI). The OSI reference model partitioned the communication process into seven layers...
分类:其他 时间:2014-09-28 22:24:37 收藏:0 阅读:426
1 ngx_queue_t简介 ngx_queue_t是nginx提供的一个轻量级的双向链表容器,它不负责存储数据,既不提供数据的内存分配,它只有两个指针负责把数据链入链表,它跟stl提供的queue不同,stl提供的queue帮助用户存储数据,用户只需要相容器里添加数据即可,而ngx_queue_t,用户必须自己提供存储数据的内存,并且必须定义一种数据结构把ngx_queue_t包含在其中...
分类:其他 时间:2014-09-28 22:23:37 收藏:0 阅读:323
把编写的软件中那些需要执行制定的任务的类,不放到客户端软件上了,而是给他打成包放到一个服务器上了。EJB 就是将那些"类"放到一个服务器上,用C/S 形式的软件客户端对服务器上的"类"进行调用。...
分类:其他 时间:2014-09-28 22:23:27 收藏:0 阅读:333
今天看《C++ Primer》的13.1节——Copy, Assign, and Destroy 被这几个玩意儿弄得晕得不行:   ◆   Copy Constructor   ◆   The Copy-Assignment Operator   ◆   Destructor 主要问题集中在:   ◆   我们在什么时候需要自己重写?...
分类:其他 时间:2014-09-28 22:23:17 收藏:0 阅读:391
#include #include using namespace std; const int N = 100005; struct Elem { long long height; long long width; int begin; int count; }; Elem stack[N]; int top; int main() { int num, n; long...
分类:其他 时间:2014-09-28 22:23:07 收藏:0 阅读:501
1149377149378149379166744
上一页1667435下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!