码迷,mamicode.com
首页 >  
搜索关键字:file description    ( 85588个结果
ZOJ 2158 && POJ 1789 Truck History (经典MST)
链接:http://poj.org/problem?id=1789 或  http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=1158 Description Advanced Cargo Movement, Ltd. uses trucks of different types. Some trucks are use...
分类:其他好文   时间:2014-05-10 09:39:59    阅读次数:440
读书笔记-APUE第三版-(5)标准IO库
ISO C标准I/O库使用流的概念读写文件。流是对数据传输的抽象,可以把流理解为从起点到终点间的字节序列。 标准I/O库通过维护进程空间内的缓冲区,减少read/write系统调用次数来提高I/O效率。之前介绍的Unbuffered I/O和文件描述符fd打交道,标准I/O则使用FILE指针。 typedef struct{ short level;/*缓冲区满程度*/ uns...
分类:其他好文   时间:2014-05-10 09:37:37    阅读次数:388
HDU 1102 && POJ 2421 Constructing Roads (经典MST~Prim)
链接:http://poj.org/problem?id=2421  或   http://acm.hdu.edu.cn/showproblem.php?pid=1102 Problem Description There are N villages, which are numbered from 1 to N, and you should build some roads ...
分类:其他好文   时间:2014-05-10 09:34:09    阅读次数:389
POJ 2451 nlog(n)半平面交裸题。
Uyuw's Concert Time Limit: 6000MS   Memory Limit: 65536K Total Submissions: 6587   Accepted: 2611 Description Prince Remmarguts solved the CHESS puzzle successfully. As an ...
分类:其他好文   时间:2014-05-10 09:33:40    阅读次数:305
ZOJ 1203 Swordfish (经典MST ~ Kruscal)Boruvka算法
链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=203 Description:  We all remember that in the movie Swordfish, Gabriel broke into the World Bank Investors Group in West Los Angeles, to...
分类:其他好文   时间:2014-05-10 09:11:52    阅读次数:343
XML
xml(可扩展的标记语言)w3c组织用XML的来描述有如下特征:1:自描述性2:现在可以跨操作系统平台,跨编程语言。3:保留了面向对象编程的层次性语法:序言+文档元素 序言(1:xml声明必须写的,2:处理指令 3:文档类型定义 4:注释) 文档元素(属性,元素,...
分类:其他好文   时间:2014-05-07 17:49:24    阅读次数:285
删掉windows系统记住的WIFI密码
cmd下面运行netsh wlan delete profile name=* i=*
分类:Windows程序   时间:2014-05-07 10:10:32    阅读次数:367
水题一枚
Description Given a code (not optimized), and necessary inputs, you have to find the output of the code for the inputs. The code is as follows: int a,...
分类:其他好文   时间:2014-05-07 09:56:16    阅读次数:310
杭电1421
1题目:Problem Description搬寝室是很累的,xhd深有体会.时间追述2006年7月9号,那天xhd迫于无奈要从27号楼搬到3号楼,因为10号要封楼了.看着寝室里的n件物品,xhd开始发呆,因为n是一个小于2000的整数,实在是太多了,于是xhd决定随便搬2*k件过去就行了.但还是会...
分类:其他好文   时间:2014-05-06 12:03:38    阅读次数:258
ASP.NET MVC 动态加载图像
private ImageInfo CreateImageFile(string fileName) { if (!File.Exists(fileName)) return null; Image image = Image.FromFile(fileName); MemoryStream ms....
分类:Web程序   时间:2014-05-06 10:01:43    阅读次数:313
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!