代码改变世界

阅读排行榜

Connectify

2012-02-27 01:30 by Scott Guthrie Liu, 424 阅读, 收藏,
摘要: Connectify 是一款免费的软件。能将Win7笔记本变成无线路由器把笔记本变成一个无线路由器,让WIFI手机或者别的笔记本能共享上网.Connectify 是一款免费的软件。能把笔记本变成一个无线路由器,让WIFI手机或者别的笔记本能共享上网,以前仅支持Win7系统。3.0版本及以上已经可以支持Vista和XP系统了。官方网站http://www.connectify.me/ 阅读全文

VC ++ 数据库资料收集理解

2011-12-25 21:59 by Scott Guthrie Liu, 404 阅读, 收藏,
摘要: Visual C++数据库开发技术Visual C++为数据库开发提供了多种多样的技术支持。用户可供选择的数据库访问技术包括ODBC(Open DataBase Connectivity)、MFC ODBC(Microsoft Foundation Classes ODBC)、DAO (Data Access Object)、OLE DB(Object Link and Embedding DataBase)、ADO(ActiveX Data Object)。这些技术都有各自的特点,适用范围也不尽相同,所以用户一般需要根据技术的特点和项目的特征进行恰当的选择。1、ODBC优点:ODBC是客户应 阅读全文

xbmc-12.0稳定版代码初探 (1) —— 对ffmpeg的动态库调用

2013-01-31 13:31 by Scott Guthrie Liu, 402 阅读, 收藏,
摘要: 根据http://en.wikipedia.org/wiki/Xbox_Media_Center#ArchitectureSome of XBMC's ownlibrariesas well as many third-party libraries that XBMC depends on are written in theC programming-languagebut are mostly used with a C++ wrapper or loaded via XBMC's ownDLLloader.[9][30]FFmpeg主目录下主要有libavcodec、l 阅读全文

This project fills the absence of stdint.h and inttypes.h in Microsoft Visual Studio

2013-01-23 14:03 by Scott Guthrie Liu, 375 阅读, 收藏,
摘要: http://code.google.com/p/msinttypes/msinttypesThis project fills the absence ofstdint.handinttypes.hin Microsoft Visual Studio. This files were standartized by ISO/IEC as a part ofC99standard library. If you want to compile or use C99 compliant project with Microsoft Visual Studio, you will likely f 阅读全文

获取设备管理器中显卡

2013-05-14 02:59 by Scott Guthrie Liu, 370 阅读, 收藏,
摘要: #include <stdio.h>#include <windows.h>#include <Setupapi.h>#include <devguid.h>#include "tchar.h"#pragma comment(lib, "SetupAPI.lib")int main(int argc, char ** argv) { HDEVINFO deviceInfoSet; GUID *guidDev = (GUID*) &GUID_DEVCLASS_DISPLAY; deviceInfoSe 阅读全文
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页