04 2017 档案

摘要:#include #include #include int main() { using namespace std; string filename; cout > filename; //type 1 //ofstream fout(filename.c_str()); //type 2 ofstream... 阅读全文

posted @ 2017-04-29 19:11 s010101 阅读(164) 评论(0) 推荐(0)

摘要:MIPI Mobile Industry Processor Interface(移动产业处理器接口) pl = sippCreatePipeline(1, 3, SIPP_MBIN(mbinSippImg)); SIPP_MBIN(mbinSippImg)用于指向mbin(Myriad Binar 阅读全文

posted @ 2017-04-17 23:23 s010101 阅读(212) 评论(0) 推荐(0)

摘要:// 多线程.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include using namespace std; HANDLE hMutex; DWORD WINAPI Fun(LPVOID lpParamter) { while... 阅读全文

posted @ 2017-04-02 00:50 s010101 阅读(129) 评论(0) 推荐(0)

摘要:共有两种库:一种是LIB包含了函数所在的DLL文件和文件中函数位置的信息(入口),代码由运行时加载在进程空间中的DLL提供,称为动态链接库dynamic link library。一种是LIB包含函数代码本身,在编译时直接将代码加入程序当中,称为静态链接库static link library。共有 阅读全文

posted @ 2017-04-01 20:51 s010101 阅读(271) 评论(0) 推荐(0)

导航