#include <iostream> using namespace std; #include "ProWrapper.h" #include "ServerSocket.h" #ifdef SERVERMAIN int main() { ServerSocket serversocks; se... ...
分类:
其他好文 时间:
2019-08-19 17:32:42
阅读次数:
82
书中AC代码 include include include include const int max_n = 10100; using namespace std; void Print(bool a) { if(!a) printf(" "); } int main() { ifdef ONL ...
分类:
其他好文 时间:
2019-08-10 15:47:49
阅读次数:
94
1. #if IS_ENABLED(CONFIG_XXX) 1.1 IS_ENABLED的定义如下: /* * IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm', * 0 otherwise. */ #d ...
分类:
系统相关 时间:
2019-08-09 13:36:58
阅读次数:
137
AC代码 include include include using namespace std; const int max_n = 1010; char ans[max_n]; int count[10][2] = {0}; int main() { ifdef ONLINE_JUDGE els ...
分类:
其他好文 时间:
2019-08-06 01:09:03
阅读次数:
79
delphi读写INI系统配置文件 一、调用delphi内建单元 uses System.IniFiles; 1、使用类TIniFile 2、类TIniFile的主要方法和函数: {$IFDEF MSWINDOWS} { TIniFile - Encapsulates the Windows INI... ...
onReady() { let buttons = '按钮' //buttons = '\ue670' 如果是字体图标需要引入ttf文件 // #ifdef APP-PLUS var currentWebview = this.$mp.page.$getAppWebview(); console.l... ...
分类:
移动开发 时间:
2019-08-02 11:06:28
阅读次数:
1237
一,预编译 操作步骤:gcc -E hello.c -o hello.i 主要作用: 处理关于 “#” 的指令 【1】删除#define,展开所有宏定义。例#define portnumber 3333 【2】处理条件预编译 #if, #ifdef, #if, #elif,#endif 【3】处理“ ...
分类:
其他好文 时间:
2019-07-16 18:34:19
阅读次数:
97
```cpp define DEBUG define LOCAL include using namespace std; int main() { ios_base::sync_with_stdio(false); ifdef LOCAL cout ...
分类:
其他好文 时间:
2019-07-14 17:57:32
阅读次数:
88
6、对图像拼接边界进行过渡处理。向内收进去25像素的圈,两图各占50%。 // Imagejoint.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include "Imagejoint.h" #include <afxwin.h> #ifdef _DEB ...
分类:
其他好文 时间:
2019-07-10 18:34:45
阅读次数:
99
// Imagejoint.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include "Imagejoint.h" #include "math.h" #include #ifdef _DEBUG #define new DEBUG_NEW #endi... ...
分类:
其他好文 时间:
2019-07-08 16:32:48
阅读次数:
111