码迷,mamicode.com
首页 >  
搜索关键字:format    ( 13577个结果
VC6.0 MFC操作文件:记录文本信息
操作函数:void CFile_TestDlg::OnOK() { // TODO: Add extra validation here UpdateData(TRUE); CTime tm=CTime::GetCurrentTime(); CString str; str.Format("%d年-...
分类:编程语言   时间:2015-07-19 01:25:15    阅读次数:218
syslog函数及syslog配置
syslog函数原型 #include void openlog(const char *ident, int option, int facility); void syslog(int priority, const char *format, ...); void clos...
分类:其他好文   时间:2015-07-18 18:18:05    阅读次数:156
Symmetry(对称轴存在问题)
SymmetryTime Limit:3000MSMemory Limit:0KB64bit IO Format:%lld & %lluDescriptionThe figure shown on the left isleft-right symmetricas it is p...
分类:其他好文   时间:2015-07-18 17:00:04    阅读次数:107
linux 获取文件系统信息(磁盘信息)
源码如下:#include #include #include #include //文件系统信息结构体 struct fileSystem_info{ char fileSystem_format[8]; char fileSystem_total_capacity[11]; char f...
分类:系统相关   时间:2015-07-18 15:39:10    阅读次数:238
UVA - 227 Puzzle
Puzzle Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description A children's puzzle that was popular 30 years ago consist...
分类:其他好文   时间:2015-07-18 12:43:35    阅读次数:204
A Bug's Life(种类并查集)(也是可以用dfs做)
http://acm.hdu.edu.cn/showproblem.php?pid=1829A Bug's LifeTime Limit:5000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeHDU 18...
分类:其他好文   时间:2015-07-18 12:14:18    阅读次数:137
转载:AutoLayout的VFL描述
这篇不是什么教程。Cocoa autolayout出来蛮久了。以前多次想去深入研究一下,每次都很蛋疼无序。这东西是在有些搞。尤其习惯了code写布局的。看到Visual format language,简直要掀桌子。搜教程,满世界都是,没有一个讲得透彻的。例子空洞。你们就只会3个控件横向布局对法?浑...
分类:其他好文   时间:2015-07-18 12:11:50    阅读次数:136
POJ2352 Stars
B - Stars Time Limit:1000MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I64u Submit Status Practice POJ 2352 Description Astronomers often examine star maps where stars a...
分类:其他好文   时间:2015-07-18 11:03:36    阅读次数:111
Ducci Sequence
Ducci SequenceTime Limit:3000MSMemory Limit:0KB64bit IO Format:%lld & %lluDescriptionA Ducci sequence is a sequence ofn-tuples of integers...
分类:其他好文   时间:2015-07-18 10:44:21    阅读次数:113
png图片解码
PNG,可移植网络图形格式(Portable Network Graphic Format,PNG)名称来源于非官方的“PNG’s Not GIF”,是一种位图文件(bitmap file)存储格式。PNG用来存储灰度图像时,灰度图像的深度可多到16位,存储彩色图像时,彩色图像的深度可多到48位,并且还可存储多到16位的α通道数据。PNG格式有8位、24位、32位三种形式,其中8位PNG支持两种不同...
分类:其他好文   时间:2015-07-18 07:13:11    阅读次数:172
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!