码迷,mamicode.com
首页 >  
搜索关键字:ifdef    ( 750个结果
【转】SetWindowText 的用法
SetWindowTextW表示设置的字符串是WCHAR (双字节字符 )SetWindowTextA表示设置的字符串是CHAR (单字节字符 )SetWindowText表示设置的字符串是自动匹配当前项目的字符环境是单字节还是双字节字符 #ifdef UNICODE #define SetWind ...
分类:Windows程序   时间:2019-07-02 09:13:46    阅读次数:415
osg::Texture2D 贴纹理
#ifdef _WIN32 #include #endif // _WIN32 #include #include #include #include #include #include #include #include #include #include #include #include #i... ...
分类:其他好文   时间:2019-06-29 22:35:08    阅读次数:514
osgText::Text osg字体
#ifdef _WIN32 #include #endif // _WIN32 #include #include #include #include #include #include #include #include #include #include #include #include #i... ...
分类:其他好文   时间:2019-06-29 21:59:31    阅读次数:162
osg::Camera 参数修改
#ifdef _WIN32 #include #endif // _WIN32 #include #include #include #include #include #include #include #include #include #include #include #include #i... ...
分类:其他好文   时间:2019-06-28 22:43:55    阅读次数:344
FAQ-MT6250,11B1132MP,录音过程中来闹铃,没有铃声
跟综下来发现control_sound这个函数中if (behavior == MMI_NOTI_SND_BEHA_NO_PLAY){#ifdef MMI_NOTI_MGR_UTplay_sound = MMI_FALSE;snd_action = action;play_sound_id = to ...
分类:其他好文   时间:2019-06-15 11:54:44    阅读次数:113
osg help
#ifdef _WIN32#include <Windows.h>#endif // _WIN32 #include <osgViewer/Viewer>#include <osgDB/ReadFile>#include <osgGA/GUIEventAdapter>#include <osgVie ...
分类:其他好文   时间:2019-06-14 22:20:29    阅读次数:134
linux c++调试日志函数
#ifndef MYLOG_H #define MYLOG_H #include #define __DEBUG__ #ifdef __DEBUG__ #define DEBUG(format,...) printf("File: "__FILE__", Line: %d: "format"\n",... ...
分类:编程语言   时间:2019-06-06 00:36:28    阅读次数:127
模板 - 左偏树 + 并查集
这两个经常混在一起用的样子,封成同一个好了。 cpp include using namespace std; typedef long long ll; int solve(); int main() { ifdef Yinku freopen("Yinku.in","r",stdin); end ...
分类:其他好文   时间:2019-06-01 23:30:26    阅读次数:120
FFmpeg SDK开发模型之中的一个:解码器
简单介绍本例解说了怎样使用ffmpeg SDK解码媒体文件; 參考源代码是ffmpeg 自带的apiexample.c 一、源代码#include <stdlib.h>#include <stdio.h>#include <string.h>#include <math.h>#ifdef HAVE_ ...
分类:其他好文   时间:2019-05-30 10:19:47    阅读次数:93
rtmpdump应用在window中
rtmp.c 中RTMP_GetTime()函数要改成如下: #pragma comment(lib, "winmm.lib ")uint32_tRTMP_GetTime(){// #ifdef _DEBUG// return 0;// #elif defined(_WIN32)// return ...
分类:Windows程序   时间:2019-05-29 14:29:05    阅读次数:148
750条   上一页 1 ... 7 8 9 10 11 ... 75 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!