上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 59 下一页

2017年4月29日

C语言 float、double数据在内存中的存储方式

摘要: float,double 阅读全文

posted @ 2017-04-29 19:05 寒魔影 阅读(4018) 评论(0) 推荐(1)

2017年4月18日

Windoows窗口程序五

摘要: MSG结构体,GetMessage函数,TranslateMessage函数,DispatchMessage函数,窗口处理函数 阅读全文

posted @ 2017-04-18 23:07 寒魔影 阅读(220) 评论(0) 推荐(0)

2017年4月17日

Windoows窗口程序四

摘要: 子窗口的创建,改变窗口位置函数,窗口类和窗口的附加数据 阅读全文

posted @ 2017-04-17 21:44 寒魔影 阅读(248) 评论(0) 推荐(0)

2017年4月16日

Windoows窗口程序三

摘要: 创建窗口程序的基本流程 阅读全文

posted @ 2017-04-16 10:04 寒魔影 阅读(245) 评论(0) 推荐(0)

2017年4月12日

Windoows窗口程序二

摘要: CreateWindow 阅读全文

posted @ 2017-04-12 00:04 寒魔影 阅读(333) 评论(0) 推荐(0)

2017年4月9日

Windoows窗口程序一

摘要: 窗口类,RegisterClass函数, 阅读全文

posted @ 2017-04-09 17:51 寒魔影 阅读(466) 评论(0) 推荐(0)

2017年4月7日

Windows通用知识讲解二

摘要: NMAKE,WriteConsole,GetStdHandle,宽字符 阅读全文

posted @ 2017-04-07 23:26 寒魔影 阅读(323) 评论(0) 推荐(0)

2017年4月6日

Windows通用知识讲解一

摘要: 三种Windows程序,编译器,入口函数 阅读全文

posted @ 2017-04-06 23:18 寒魔影 阅读(408) 评论(0) 推荐(0)

2017年4月5日

'cl.exe' 不是内部或外部命令,也不是可运行的程序 或批处理文件。

摘要: 1.首先找到vcvars32.bat文件,一般在C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\VC\\bin文件夹下 2.打开cmd黑窗口,把该文件拖到黑窗口中执行(提示该文件不是可执行文件,双击无效果) 阅读全文

posted @ 2017-04-05 22:42 寒魔影 阅读(12931) 评论(0) 推荐(0)

2017年3月19日

Linux Linux常用命令三

摘要: 在Vim中可以直接查看文件编码 :set fileencoding 即可显示文件编码格式。 touch 创建文件或修改文件时间 touch [options] file-list 参数 file-list是touch将要创建或更新的文件路径名 选项 -a 只更新访问时间,不改变修改时间 -c 不创建不存在的文件 -m 只更新修改时间,不改变访问时间 -r file ... 阅读全文

posted @ 2017-03-19 10:58 寒魔影 阅读(278) 评论(0) 推荐(0)

上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 59 下一页

导航