浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年1月13日

摘要: CRT source - Google 搜索Visual C++: CRT Source Code | chooru::codechoorucode.wordpress.com/.../visual-c-crt-source-... - 网页快照- 翻译此页您已公开地对此项 +1。撤消10 Nov 2010 – The source code of the C Run-Time library (... 阅读全文
posted @ 2013-01-13 23:40 lexus 阅读(492) 评论(0) 推荐(0)

摘要: The JR Concurrent Programming LanguageThe JR Concurrent Programming LanguageThe JR programming language extends Java to provide a rich concurrency model, based on that of the SR concurrent programming... 阅读全文
posted @ 2013-01-13 23:33 lexus 阅读(266) 评论(0) 推荐(0)

摘要: ['\xef\xbb\xbf这个什么含义? - PY技术开发交流区 - 乐讯手机高手那是U8编码的BOM,就是文件头吧,可加可不加,但windows的记事本默认会加的… 阅读全文
posted @ 2013-01-13 23:30 lexus 阅读(416) 评论(0) 推荐(0)

摘要: #!/bin/shulimit -c unlimited 阅读全文
posted @ 2013-01-13 23:10 lexus 阅读(133) 评论(0) 推荐(0)

摘要: C语言:为什么用fprintf(stderr,"Error");比printf("Error");更好?_百度知道C语言:为什么用fprintf(stderr,"Error");比printf("Error");更好?2009-05-27 17:03 提问者: Wave_Dan |浏览次数:2855次请问:当文件指针fp返回NULL值而要提示出错信息时,为什么用fprintf(stderr,"Er... 阅读全文
posted @ 2013-01-13 23:04 lexus 阅读(447) 评论(0) 推荐(0)

摘要: 在C语言中,unsigned char是什么类型?_百度知道unsigned char是无符号字节型,char类型变量的大小通常为1个字节(1字节=8个位),且属于整型。整型的每一种都有无符号(unsigned)和有符号(signed)两种类型(float和double总是带符号的),在默认情况下声明的整型变量都是有符号的类型(char有点特别),如果需声明无符号类型的话就需要在类型前加上unsi... 阅读全文
posted @ 2013-01-13 22:54 lexus 阅读(1794) 评论(0) 推荐(0)

摘要: sprintf和snprintf的正确使用 - kapu - 51CTO技术博客sprintf和snprintf的正确使用2008-11-18 12:57:40标签:休闲 snprintf 职场关于sprintf和snprintf的正确使用。考虑以下有缺陷的例子:void f(const char *p){ char buf[11]={0}; sprintf(buf,"%10s",p); // v... 阅读全文
posted @ 2013-01-13 22:35 lexus 阅读(247) 评论(0) 推荐(0)

摘要: snprintf函数用法 - crfoxzl的专栏 - 博客频道 - CSDN.NETsnprintf函数用法 分类: UNIX NETWORK PROGRAMMING 2008-01-23 22:39 9063人阅读 评论(1) 收藏 举报int snprintf(char *restrict buf, size_t n, const char * restrictf... 阅读全文
posted @ 2013-01-13 22:33 lexus 阅读(262) 评论(0) 推荐(0)

摘要: BOM–字节序标记 - 永不放弃的地盘 - 博客频道 - CSDN.NETBOM–字节序标记 分类: PHP开发 2010-06-08 15:35 199人阅读 评论(0) 收藏 举报读代码的时候看到这样一段$template_content = str_replace(”/xEF/xBB/xBF”, ”, $template_content);不知道是何作用,经过一番... 阅读全文
posted @ 2013-01-13 22:24 lexus 阅读(187) 评论(0) 推荐(0)

摘要: C 语言高效得简直不合理 http://www.oschina.net/translate/the_unreasonable_effectiveness_of_c 阅读全文
posted @ 2013-01-13 17:54 lexus 阅读(193) 评论(0) 推荐(0)