用编程改变大众。。。
发布时间:2015-08-17 19:17:30
#include <stdio.h>
#include <stdlib.h>
#ifdef _WIN32
#include <windows.h>
#else
typedef long DWORD;
#endif
#include "avilib.h"
/*
avi转avi
by notsobad
使用av.........【阅读全文】
发布时间:2015-07-04 21:47:55
Q: 请问char数组最大能多少?是否无法超过1024?<br /><br /><br />我指定char test[300*1024]的时候没有任何问题,而char test[1024*1024]就会出错,是否char[]无法超过1024*1024? <br /><br /> 因为我需要在程序运行中,读取一个文件到内存,而文件大小不固定,大多数时候超不过3.........【阅读全文】
发布时间:2015-06-17 17:49:31
<h1><span class="link_title"><a href="http://blog.csdn.net/dijkstar/article/details/7420515"></a></span>这些函数操作“位”,经常用到:</h1><div class="dp-highlighter bg_cpp"><ol class="dp-cpp" start="1"><li class="alt"><span><span class="comment">//将双字节中某一位置位</span><span> .........【阅读全文】