码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
HDU1050(贪心水题)
Description The famous ACM (Advanced Computer Maker) Company has rented a floor of a building whose shape is in the following figure. The floor has 20
分类:其他好文   时间:2016-02-25 13:47:53    阅读次数:277
C语言第九天笔记2016年01月25日(周一)P.M
1. 结构体 成员如果是char* name;能否使用gets、scanf、strcpy取决于name是否“指向”一块可以盛放字符串的空间,成员是数组,数组名不可以做左值。 COMPUTER* p; p=&c; p->brandó(*p).brand .成员访问运算符 //结构体变量名.成员:c.b
分类:编程语言   时间:2016-02-25 11:48:44    阅读次数:191
Experimental Educational Round: VolBIT Formulas Blitz J
Description IT City company developing computer games invented a new way to reward its employees. After a new game release users start buying it activ
分类:其他好文   时间:2016-02-24 22:40:00    阅读次数:261
HDU1171(01背包均分问题)
Big Event in HDU Time Limit:5000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Description Nowadays, we all know that Computer College is the b
分类:其他好文   时间:2016-02-24 12:38:27    阅读次数:192
Cookie
A cookie is often used to identify a user.A cookie is a small file that the server embeds on the user's computer.Each time the same computer requests
分类:其他好文   时间:2016-02-23 15:54:41    阅读次数:183
PAT 5-8 File Transfer (25分)
We have a network of computers and a list of bi-directional connections. Each of these connections allows a file transfer from one computer to another
分类:其他好文   时间:2016-02-22 20:44:08    阅读次数:276
HUD 1171 Big Event in HDU(01背包)
Big Event in HDU Problem Description Nowadays, we all know that Computer College is the biggest department in HDU. But, maybe you don't know that Comp
分类:其他好文   时间:2016-02-22 15:51:41    阅读次数:212
Computer Network学习笔记_5
Computer Network学习笔记_5
分类:Web程序   时间:2016-02-17 22:25:34    阅读次数:318
Uva 12096.The SetStack Computer
嗯……这道题大思路很明显,但是细节好烦人…… 大体上就是stack+set 对于栈中的元素,可以发现每个元素都是一个集合(set),而集合中的元素也是集合 因此,应该对每个集合(元素)进行编号 typedef set<int> element ,这样就能把每个元素看作保存整数的栈 stack s;
分类:其他好文   时间:2016-02-17 18:45:03    阅读次数:127
Computer Network学习笔记_4
Computer Network学习笔记_4
分类:Web程序   时间:2016-02-16 23:33:56    阅读次数:320
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!