2016年1月25日
摘要: 我们直接开始吧! 1、打开"运行"->cmd进入命令环境; 2、输入"telnet www.baidu.com80",回车后 ,屏幕为全黑,此时我们利用快捷键"Ctrl+](右中括号)"来打开本地回显功能,这样我们就可以看见我们所打的东西了,如图:(注本阶段执行过程和以下的过程均要求操作时间尽可能短... 阅读全文
posted @ 2016-01-25 16:25 玄冬 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 1,若调用CreateDevice()时使用的是D3DCREATE_SOFTWARE_VERTEXPROCESSING参数,则后台缓存在显存中无法被锁定。2,Vertex的D3DFVF参数问题:无FVF的缓存可以在多道渲染或单道多重纹理渲染时进行数据混合。为此,一个缓存容纳几何数据,同时其他缓存容纳... 阅读全文
posted @ 2016-01-25 16:25 玄冬 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 服务器端:#pragma comment(lib, "Ws2_32.lib")#include #include #include #include #define _LINK_PORT_ 8088#define _BUFFER_LENGTH_ 512#define _DEFAULT_PORT_ "... 阅读全文
posted @ 2016-01-25 16:25 玄冬 阅读(270) 评论(0) 推荐(0) 编辑
摘要: flashget mini 和 flashgot装好后,在flashgot的选项中,点常规,新增,起个名,然后找到flashget mini的安装路径,然后就是关键的部分:参数模板里面这样填:-addlink [(URL)] TEXT() REF()就设置好了。如果需要在弹出添加任务窗口时不弹出主界... 阅读全文
posted @ 2016-01-25 16:25 玄冬 阅读(153) 评论(0) 推荐(0) 编辑
摘要: fatalerrorC1189:#error:BuildingMFCapplicationwith/MD[d](CRTdllversion)requiresMFCshareddllversion.Please#define_AFXDLLordonotuse/MD[d] 解决办法:ProjectSet... 阅读全文
posted @ 2016-01-25 16:25 玄冬 阅读(778) 评论(0) 推荐(0) 编辑
摘要: What Is a Swap Chain? (Direct3D 9)A graphics adapter holds a pointer to a surface that represents the image being displayed on the monitor, called a f... 阅读全文
posted @ 2016-01-25 16:24 玄冬 阅读(279) 评论(0) 推荐(0) 编辑
摘要: Replay Gain原文:http://www.bobulous.org.uk/misc/Replay-Gain.htmlHow to play your digital music collection without volume fluctuations.Bobulous Central →... 阅读全文
posted @ 2016-01-25 16:24 玄冬 阅读(1149) 评论(0) 推荐(0) 编辑
摘要: GLUT下载页面:http://www.opengl.org/resources/libraries/glut/glut_downloads.phpGLUT for Win32下载页面:http://www.xmission.com/~nate/glut.htmlOGL SDK lib:http:/... 阅读全文
posted @ 2016-01-25 16:24 玄冬 阅读(669) 评论(0) 推荐(0) 编辑
摘要: class MyClass{public:char *p;MyClass(){p = new char[1];p[0] = 'a';p[1] = 0;}~MyClass(){delete [] p;p = 0;}};int _tmain(int argc, _TCHAR* argv[]){MyCla... 阅读全文
posted @ 2016-01-25 16:24 玄冬 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 1,解压boost的安装文件,例如:D:\boost_1_41_0,运行\boost_1_41_0\tools\jam目录下的build_dist.bat,大概需要4分钟,编译后的bjam.exe文件放在目录\boost_1_41_0\tools\jam\stage\bin.ntx86下,将其拷贝到... 阅读全文
posted @ 2016-01-25 16:24 玄冬 阅读(209) 评论(0) 推荐(0) 编辑