代码改变世界

阅读排行榜

Visual Studio 控制台程序无法输出中文

2012-01-09 17:49 by Scott Guthrie Liu, 1821 阅读, 收藏,
摘要: 尝试Listing the Files in a Directory时发现Visual Studio 控制台程序无法输出中文解决方法只需要设置一下区域即可。包含头文件:#include <locale.h>函数:_tsetlocale(LC_ALL, _T("chs"));参考,摘自微软MSDN控制台中的编码程序员在对控制台或“文本模式”应用程序编程时可同时使用 Unicode 和 SBCS 或 DBCS 编码。出于承袭方面的考虑,非 Unicode 控制台 I/O 函数使用控制台代码页(默认为 OEM 代码页)。Windows 中的所有其他非 Unicode 阅读全文

x264 vs2013 yasm1.3.0 debug, x264 在vs2013下调试

2014-09-20 21:56 by Scott Guthrie Liu, 1762 阅读, 收藏,
摘要: 1. 来源(可以不用看)http://siliconandlithium.blogspot.com/2014/03/building-x264-on-windows-with-visual.html2.https://github.com/ShiftMediaCenter/x264直接下载改过的带v... 阅读全文

[转]Kindle电子书资源网站汇总

2012-08-30 14:29 by Scott Guthrie Liu, 1559 阅读, 收藏,
摘要: http://site.douban.com/widget/notes/250072/note/191427974/【推荐】爱问共享资料 (http://ishare.iask.sina.com.cn/)新浪旗下的在线资料分享站,电子书资源丰富,可以按格式搜索。注册即赠送积分,部分电子书下载需要积分,也有很多电子书是骗下载赚积分的,可能只是几个章节,可以先看评论再选择是否下载。搜索kindle电子书的时候可以用“6寸”、“mobi”这样的关键词。【推荐】子午书简 (http://book.zi5.me/) 适合kindle用户,是一个站长为分享kindle电子书专门建立的网站,可在线阅读,也可 阅读全文

Cracking The Coding Interview 5th 完整版

2013-07-06 01:14 by Scott Guthrie Liu, 1320 阅读, 收藏,
摘要: 扫描版 510页 磁力链接http://thepiratebay.sx/torrent/8284452/官方solution: javahttp://www.crackingthecodinginterview.com/content/download-solutionsc++ 解答:http://hawstein.com/posts/ctci-solutions-contents.html 阅读全文

[原创]自定义VS2010项目文件vcxproj动态管理inc lib

2011-12-15 20:02 by Scott Guthrie Liu, 1290 阅读, 收藏,
摘要: .vcxproj 是关键A guide to .vcxproj and .props file structure基本框架.vcxproj基本框架<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns='http://schemas.microsoft.com/developer/msbuild/2003' > <ItemGroup Label="ProjectConfigurations" /> <PropertyGroup La 阅读全文
上一页 1 2 3 4 5 6 ··· 17 下一页