Location:
Search - ifdef
Search list
Description: 五子棋/// /// /// /// /// /// /////
// CFiveDoc diagnostics
#ifdef _DEBUG
void CFiveDoc::AssertValid() const
{
CDocument::AssertValid()
}
void CFiveDoc::Dump(CDumpContext& dc) const
{
CDocument::Dump(dc)
}
#endif //_DEBUG-331 ///////////////////////////////// /// / / / / / CFiveDoc diagnostics # ifdef _DEBUG voi d CFiveDoc : : AssertValid () const (CDocument : : AssertValid ()) void CFiveDoc : : Dump (CDumpContext
Platform: |
Size: 46680 |
Author: 大海 |
Hits:
Description: //
// BEZIER.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
-/ / / / BEZIER.RC2-resources Microsoft Vis ual C does not directly edit / / # ifdef APSTUDIO_ INVOKED # error this file is not editable by Micr osoft Visual C# endif / / APSTUDIO_INVOKED
Platform: |
Size: 445077 |
Author: 陈伟 |
Hits:
Description: //
// BEZIER.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
-/ / / / BEZIER.RC2-resources Microsoft Vis ual C does not directly edit / / # ifdef APSTUDIO_ INVOKED # error this file is not editable by Micr osoft Visual C# endif / / APSTUDIO_INVOKED
Platform: |
Size: 1557911 |
Author: 陈伟 |
Hits:
Description: allcodecs.rar
#ifdef CONFIG_VORBIS
register_avcodec(&oggvorbis_encoder)
register_avcodec(&oggvorbis_decoder)
#endif
#ifdef CONFIG_FAAC
Platform: |
Size: 10917 |
Author: axas |
Hits:
Description: 人脸检测的C/C++源代码,曾发表于 OPENCV 的 MAILING LIST,主要是对OPENCV 3.1 版本发布的代码做了一些速度上的优化,并且解决了内存泄漏的问题。这个程序所使用的 Paul Viola 提出(该论文“Rapid Object Detection using a Boosted Cascade of Simple Features”发表在 CVPR 01)的 Ada Boosted Cascade 算法可以说是目前最好最快的目标检测算法。
-Face Detection of C / C source code, once published in the OPENCV MAILING LIST. OPENCV mainly to the 3.1 release code so the speed of optimization, and the resolution of a memory leak problem. This procedure used by Paul Viola made (the paper "Rapid Object Detec tion using a Boosted Cascade of Simple Features , "published in CVPR 01) Ada Boosted Cascade algorithm can be said is the best and most fast target detection algorithm.
Platform: |
Size: 4556 |
Author: qgfhit |
Hits:
Description: #ifdef _AFXDLL
Enable3dControls() // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic() // Call this when linking to MFC statically
#endif
CPreviewDialogDlg dlg
m_pMainWnd = &dlg
int nResponse = dlg.DoModal()
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed, return FALSE so that we exit the
// application, rather than start the application s message pump.
return FALSE
}
Platform: |
Size: 67254 |
Author: chen |
Hits:
Description: CodeZap 是用来给 PE 文件添加额外代码的 C++ SDK。您可以通过使用熟悉而且容易工程化的 C/C++ 语言来添加大量的可执行代码。
Codez 使用非常简单,你只要模仿 ZCode 函数,写出自己的 ZCode 即可。其中 ZCode 的要求如下:
1. ZCode 必须是 CDECL 调用规范。
2. ZCode 函数最后的 __asm 块,除 #ifdef _DEBUG 包围的之外,必须保留。
3. ZCode 中不能使用字符串常量。
4. ZCode 中不能调用外部函数。
5. ZCode 中可以调用 __forceinline 声明的函数。
6. ZCode 中可以使用 CodeZap 中所有 Z 开头的函数。
7. ZCode 中的 C++ 代码可以任意添加,只要符合前面的所有条件。
8. 可以修改 #ifdef _DEBUG 中的汇编代码为你所所要情形。
9. 可以修改函数的参数(基于上一条为前提)。
CodeZap 调用示例:
CodeZap(TEXT(\"C:\\\\ABC.CZ.exe\"), TEXT(\"C:\\\\ABC.exe\"), (PBYTE) ZCode)
Powered By Yonsm
Platform: |
Size: 5894 |
Author: 张京 |
Hits:
Description: 一个去掉程序中#ifdef #if 等预处理条件为假的程序
Platform: |
Size: 36639 |
Author: 张三 |
Hits:
Description: #include \"REG51.H\"
#include <intrins.h>
#include \"Common.h\"
//#include \"Remote.h\"
#define OSD_EN
//typedef unsigned char uCHAR
//#include \"T100Data_A.h\"
//#include \"T100Data_PA.h\"
//#include \"T100Data_AU.h\"
//#include \"T100Data_CPT.h\"
//#include \"T100Data_PANASONIC.h\"
//#include \"T100Data_PVI7.h\"
//#include \"T100Data_LG.h\"
//#include \"T100Data_FOX.h\"
#include \"T100Data_PVI8.h\"
#ifdef OSD_EN
#include \"OSDFont1218_new.h\"
#include \"OSD1218_new.h\"
Platform: |
Size: 168366 |
Author: dima |
Hits:
Description: 目 录
译者序
前言
第1章 简介 1
1.1 什么是Verilog HDL? 1
1.2 历史 1
1.3 主要能力 1
第2章 HDL指南 4
2.1 模块 4
2.2 时延 5
2.3 数据流描述方式 5
2.4 行为描述方式 6
2.5 结构化描述形式 8
2.6 混合设计描述方式 9
2.7 设计模拟 10
第3章 Verilog语言要素 14
3.1 标识符 14
3.2 注释 14
3.3 格式 14
3.4 系统任务和函数 15
3.5 编译指令 15
3.5.1 `define和`undef 15
3.5.2 `ifdef、`else 和`endif 16
3.5.3 `default_nettype 16
3.5.4 `include 16
3.5.5 `resetall 16
3.5.6 `timescale 16
3.5.7 `unconnected_drive和
`nounconnected_drive 18
3.5.8 `celldefine 和 `endcelldefine 18
3.6 值集合 18
3.6.1 整型数 18
3.6.2 实数 19
3.6.3 字符串 20
3.7 数据类型 20
3.7.1 线网类型 20
3.7.2 未说明的线网 23
3.7.3 向量和标量线网 23
3.7.4 寄存器类型 23
3.8 参数 26
第4章 表达式 28
4.1 操作数 28
4.1.1 常数 28
4.1.2 参数 29
4.1.3 线网 29
4.1.4 寄存器 29
4.1.5 位选择 29
4.1.6 部分选择 29
4.1.7 存储器单元 30
4.1.8 函数调用 30
4.2 操作符 30
4.2.1 算术操作符 31
4.2.2 关系操作符 33
4.2.3 相等关系操作符 33
4.2.4 逻辑操作符 34
4.2.5 按位操作符 35
4.2.6 归约操作符 36
4.2.7 移位操作符 36
4.2.8 条件操作符 37
4.2.9 连接和复制操作 37
4.3 表达式种类 38
第5章 门电平模型化 39
5.1 内置基本门 39
5.2 多输入门 39
5.3 多输出门 41
5.4 三态门 41
5.5 上拉、下拉电阻 42
5.6 MOS开关 42
5.7 双向开关 44
5.8 门时延 44
5.9 实例数组 45
5.10 隐式线网 45
5.11 简单示例 46
5.12 2-4解码器举例 46
5.13 主从触发器举例 47
5.14 奇偶电路 47
第6章 用户定义的原语 49
6.1 UDP的定义 49
6.2 组合电路UDP 49
6.3 时序电路UDP 50
6.3.1 初始化状态寄存器 50
6.3.2 电平触发的时序电路UDP 50
6.3.3 边沿触发的时序电路UDP 51
6.3.4 边沿触发和电平触发的混合行为 51
6.4 另一实例 52
6.5 表项汇总 52
第7章 数据流模型化 54
7.1 连续赋值语句 54
7.2 举例 55
7.3 线网说明赋值 55
7.4 时延 55
7.5 线网时延 57
7.6 举例 57
7.6.1 主从触发器 57
7.6.2 数值比较器 58
第8章 行为建模 59
8.1 过程结构 59
8.1.1 initial 语句 59
8.1.2 always语句 61
8.1.3 两类语句在模块中的使用 62
8.2 时序控制 63
8.2.1 时延控制 63
8.2.2 事件控制 64
8.3 语句块 65
8.3.1 顺序语句块 66
8.3.2 并行语句块 67
8.4 过程性赋值 68
8.4.1 语句内部时延 69
8.4.2 阻塞性过程赋值 70
8.4.3 非阻塞性过程赋值 71
8.4.4 连续赋值与过程赋值的比较 72
8.5 if 语句 73
8.6 case语句 74
8.7 循环语句 76
8.7.1 forever 循环语句 76
8.7.2 repeat 循环语句 76
8.7.3 while 循环语句 77
8.7.4 for 循环语句 77
8.8 过程性连续赋值 78
8.8.1 赋值—重新赋值 78
8.8.2 force与release 79
8.9 握手协议实例 80
第9章 结构建模 83
9.1 模块 83
9.2 端口 83
9.3 模块实例语句 83
9.3.1 悬空端口 84
9.3.2 不同的端口长度 85
9.3.3 模块参数值 85
9.4 外部端口 87
9.5 举例 89
第10章 其他论题 91
10.1 任务 91
10.1.1 任务定义 91
10.1.2 任务调用 92
10.2 函数 93
10.2.1 函数说明部分 93
10.2.2 函数调用 94
10.3 系统任务和系统函数 95
10.3.1 显示任务 95
10.3.2 文件输入/输出任务 97
10.3.3 时间标度任务 99
10.3.4 模拟控制任务 99
10.3.5 定时校验任务 100
10.3.6 模拟时间函数 101
10.3.7 变换函数 102
10.3.8 概率分布函数 102
10.4 禁止语句 103
10.5 命名事件 104
10.6 结构描述方式和行为描述方式的
混合使用 106
10.7 层次路径名 107
10.8 共享任务和函数 108
10.9 值变转储文件 110
10.9.1 举例 111
10.9.2 VCD文件格式 112
10.10 指定程序块 113
10.11 强度 114
10.11.1 驱动强度 114
10.11.2 电荷强度 115
10.12 竞争状态 116
第11章 验证 118
11.1 编写测试验证程序 118
11.2 波形产生 118
11.2.1 值序列 118
11.2.2 重复模式 119
11.3 测试验证程序实例 123
11.3.1 解码器 123
11.3.2 触发器 124
11.4 从文本文件中读取向量 126
11.5 向文本文件中写入向量 127
11.6 其他实例 128
11.6.1 时钟分频器 128
11.6.2 阶乘设计 130
11.6.3 时序检测器 132
第12章 建模实例 136
12.1 简单元件建模 136
12.2 建模的不同方式 138
12.3 时延建模 139
12.4 条件操作建模 141
12.5 同步时序逻辑建模 142
12.6 通用移位寄存器 145
12.7 状态机建模 145
12.8 交互状态机 147
12.9 Moore有限状态机建模 150
12.10 Mealy型有限状态机建模 151
12.11 简化的21点程序 153
附录 语法参考 157
参考文献 172
Platform: |
Size: 4169233 |
Author: mayzhao |
Hits:
Description: #ifdef #ifndef 以及extern的用法及作用的杂感
Platform: |
Size: 3827 |
Author: jasunlin |
Hits:
Description: ASocket示例 #include "stdafx.h" #include "s.h" #include "MainFrm.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CMainFrame IMPLEMENT_DYNCREATE(CMainFrame, CFrameWnd) BEGIN_MESSAGE_MAP(CMainFrame, CFrameWnd) //{{AFX_MSG_MAP(CMainFrame) // NOTE - the ClassWizard will add and remove mapping macros here. // DO NOT EDIT what you see in these blocks of generated code ! ON_WM_CREATE() //}}AFX_MSG_MAP END_MESSAGE_MAP() static UINT indicators[] = { ID_SEPARATOR, // status line indicator ID_INDICATOR_CAPS, ID_INDICATOR_NUM, ID_INDICATOR_SCRL, }; ///////////////////////////////////////////////////////////////////////////// // CMainFrame construction/destruction CMainFrame::CMainFrame() { // TODO: add member initialization code here } CMainFrame::~CMainFrame() { } int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct) { if (CFrameWnd::OnCreate(lpCreateStruct) == -1) return -1; if (!m_wndToolBar.CreateEx(this, TBSTYLE_FLAT, WS_CHILD | WS_VISIBLE | CBRS_TOP | CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) || !m_wndToolBar.LoadToolBar(IDR_MAINFRAME))
Platform: |
Size: 64331 |
Author: yanghaijun2008 |
Hits:
Description: 五子棋/// /// /// /// /// /// /////
// CFiveDoc diagnostics
#ifdef _DEBUG
void CFiveDoc::AssertValid() const
{
CDocument::AssertValid()
}
void CFiveDoc::Dump(CDumpContext& dc) const
{
CDocument::Dump(dc)
}
#endif //_DEBUG-331 ///////////////////////////////// ////////CFiveDoc diagnostics# ifdef _DEBUG voi d CFiveDoc : : AssertValid () const (CDocument : : AssertValid ()) void CFiveDoc : : Dump (CDumpContext
Platform: |
Size: 46080 |
Author: 大海 |
Hits:
Description: //
// BEZIER.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
-////BEZIER.RC2-resources Microsoft Vis ual C does not directly edit//# ifdef APSTUDIO_ INVOKED# error this file is not editable by Micr osoft Visual C# endif// APSTUDIO_INVOKED
Platform: |
Size: 444416 |
Author: 陈伟 |
Hits:
Description: //
// BEZIER.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
-////BEZIER.RC2-resources Microsoft Vis ual C does not directly edit//# ifdef APSTUDIO_ INVOKED# error this file is not editable by Micr osoft Visual C# endif// APSTUDIO_INVOKED
Platform: |
Size: 1557504 |
Author: 陈伟 |
Hits:
Description: allcodecs.rar
#ifdef CONFIG_VORBIS
register_avcodec(&oggvorbis_encoder)
register_avcodec(&oggvorbis_decoder)
#endif
#ifdef CONFIG_FAAC-allcodecs.rar# ifdef CONFIG_VORBIS register_avcodec (
Platform: |
Size: 10240 |
Author: axas |
Hits:
Description: 人脸检测的C/C++源代码,曾发表于 OPENCV 的 MAILING LIST,主要是对OPENCV 3.1 版本发布的代码做了一些速度上的优化,并且解决了内存泄漏的问题。这个程序所使用的 Paul Viola 提出(该论文“Rapid Object Detection using a Boosted Cascade of Simple Features”发表在 CVPR 01)的 Ada Boosted Cascade 算法可以说是目前最好最快的目标检测算法。
-Face Detection of C/C source code, once published in the OPENCV MAILING LIST. OPENCV mainly to the 3.1 release code so the speed of optimization, and the resolution of a memory leak problem. This procedure used by Paul Viola made (the paper "Rapid Object Detec tion using a Boosted Cascade of Simple Features , "published in CVPR 01) Ada Boosted Cascade algorithm can be said is the best and most fast target detection algorithm.
Platform: |
Size: 4096 |
Author: qgfhit |
Hits:
Description: 一个去掉程序中#ifdef #if 等预处理条件为假的程序-A procedure to remove# Ifdef# If conditions such as pre-treatment procedures to be false
Platform: |
Size: 35840 |
Author: 张三 |
Hits:
Description: C语言预处理命令之条件编译
主要讲解了#ifdef,#else,#endif,#if 等等的用法和注意事项-condition compile of C language
Platform: |
Size: 83968 |
Author: 陈默 |
Hits:
Description: 本程序主要对#ifdef和#endif的用法进行了说明,从程序中可以很清楚的看出这两句代码的作用-This procedure for the# ifdef and# endif usage are described, from the program can be clearly seen that the role of these two code
Platform: |
Size: 295936 |
Author: 胡凯 |
Hits: