设计模式中 命令模式的一个例子
C++编写
有工程文件可直接运行
源代码在线查看: command.plg
Build Log
--------------------Configuration: Command - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\TANGXI~1\LOCALS~1\Temp\RSP154.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/Command.pdb" /debug /machine:I386 /out:"Debug/Command.exe" /pdbtype:sept
.\Debug\1.obj
.\Debug\2.obj
.\Debug\3.obj
.\Debug\Main.obj
]
Creating command line "link.exe @C:\DOCUME~1\TANGXI~1\LOCALS~1\Temp\RSP154.tmp"
Output Window
Linking...
Creating command line "bscmake.exe /nologo /o"Debug/Command.bsc" .\Debug\1.sbr .\Debug\2.sbr .\Debug\3.sbr .\Debug\Main.sbr"
Creating browse info file...
Output Window
Results
Command.exe - 0 error(s), 0 warning(s)
|
相关资源 |
|
-
设计模式中 命令模式的一个例子
C++编写
有工程文件可直接运行
-
设计模式中 适配器模式的一个例子
C++编写
有工程文件可直接运行
-
用51单片机做的简单频率计,KEIL C环境,带工程文件,可直接编译运行.主要演示如何在内存很少,无法启用RTOS的单片机(例如2051)中使用状态机和时间片来完成实时多任务并行处理.例子中对键盘,信
-
本代码是人工智能中产生式的一个例子
-
symbian中活动对象的一个例子
-
数据结构课程设计中顺序表的实现用C++编写的
-
用java实现的一个应用程序,源码非常完整,可以直接运行
-
编译原理的课程设计,词法分析器,基于java jdk1.4做的,有源码和bat文件可直接运行
|