搜索结果
找到约 76 项符合
exit 的查询结果
按分类筛选
- 全部分类
- Linux/Unix编程 (18)
- 单片机开发 (6)
- Java编程 (6)
- 游戏 (4)
- 书籍源码 (3)
- 其他 (3)
- 源码 (3)
- 单片机编程 (2)
- Applet (2)
- 汇编语言 (2)
- 无线通信 (2)
- 软件 (2)
- 嵌入式综合 (1)
- 开发工具 (1)
- PCB相关 (1)
- 网络 (1)
- 嵌入式Linux (1)
- USB编程 (1)
- 加密解密 (1)
- Windows CE (1)
- 数学计算 (1)
- Modem编程 (1)
- matlab例程 (1)
- 微处理器开发 (1)
- Symbian (1)
- 压缩解压 (1)
- 软件设计/软件工程 (1)
- 操作系统开发 (1)
- STL (1)
- 数据结构 (1)
- *行业应用 (1)
- Linux/uClinux/Unix编程 (1)
- Jsp/Servlet (1)
- 技术资料 (1)
- VIP专区 (1)
Java编程 大厦游览图,通过命令行来实现 System.out.println("where 显示当前在什么地方") System.out.println("list 列出当前位置的物品") S
大厦游览图,通过命令行来实现
System.out.println("where 显示当前在什么地方")
System.out.println("list 列出当前位置的物品")
System.out.println("list allspots 列出大厦内所有地点")
System.out.println("list spots 列出当前位置附近的地点")
System.out.println("list goods 列出当前位置的物品")
S ...
Windows CE #ifdef _AFXDLL Enable3dControls() // Call this when using MFC in a shared DLL #else Enable3d
#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 ...
数学计算 n皇后问题求解(8<=n<=1000) a) 皇后个数的设定 在指定文本框内输入皇后个数即可,注意: 皇后个数在8和1000 之间(包括8和1000) b) 求解 点击<
n皇后问题求解(8<=n<=1000)
a) 皇后个数的设定
在指定文本框内输入皇后个数即可,注意: 皇后个数在8和1000 之间(包括8和1000)
b) 求解
点击<Solve>按钮即可进行求解.
c) 求解过程显示
在标有Total Collision的静态文本框中将输出当前棋盘上的皇后总冲突数.
当冲突数降到0时,求解完毕.
d) 求解结果显示
程序可以图形化显示8< ...
游戏 Ink Blotting One method for escaping from a maze is via ‘ink-blotting’. In this method your startin
Ink Blotting
One method for escaping from a maze is via ‘ink-blotting’. In this method your starting square
is marked with the number ‘1’. All free, valid squares north, south, east and west around the
number ‘1‘ are marked with a number ‘2’. In the next step, all free, valid squares around ...
书籍源码 C语言精彩百例第1-44例 实例1 数据类型转换 实例2 转义字符 实例3 关系和逻辑运算 实例4 自增自减 实例5 普通位运算 实例6 位移运算 实例7 字符译码 实例8 指针操作符
C语言精彩百例第1-44例
实例1 数据类型转换
实例2 转义字符
实例3 关系和逻辑运算
实例4 自增自减
实例5 普通位运算
实例6 位移运算
实例7 字符译码
实例8 指针操作符
实例9 if判断语句
实例10 else-if语句
实例11 嵌套if语句
实例12 switch语句
实例13 for语句
实例14 while语句
实例15 do-while语句
实例16 break和conti ...
Modem编程 modem编程 本地机使用ATDT命令拨号
modem编程
本地机使用ATDT命令拨号,远程机设为自动响应方式,即可进入联机方式, 进行终端通信。 在联机方式下,按PageUp键上载文件,按PageDn键下载文件,Ctrl-O呼出主菜单,退出联机方式使用Ctrl-D键。退出终端仿真器使用EXIT命令。
主程序使用C语言编写。使用早期的C编译器可以进行编译。终端方式为VT100. ...
单片机开发 程序说明 本地机使用ATDT命令拨号
程序说明
本地机使用ATDT命令拨号,远程机设为自动响应方式,即可进入联机方式, 进行终端通信。 在联机方式下,按PageUp键上载文件,按PageDn键下载文件,Ctrl-O呼出主菜单,退出联机方式使用Ctrl-D键。退出终端仿真器使用EXIT命令。
主程序使用TC编写。终端方式为VT1 ...
Linux/Unix编程 linux下用C语言写的聊天程序!/*BUG and NOTE: Not join protect to Shared Memory Segments,example Semaphore Array
linux下用C语言写的聊天程序!/*BUG and NOTE:
Not join protect to Shared Memory Segments,example Semaphore Arrays.
Not check the parameters validity.
When transmit may be error.
If the client program no right exit,others cannot know,the service program shouldbe check the client program whether exist t ...
Linux/Unix编程 看n2实例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows
看n2实例 #Create a simulator object
set ns [new Simulator]
#Define different colors for data flows
#$ns color 1 Blue
#$ns color 2 Red
#Open the nam trace file
set nf [open out-1.nam w]
$ns namtrace-all $nf
set f0 [open out0.tr w]
set f1 [open out1.tr w]
#Define a finish procedure
proc finish {} ...
matlab例程 RunExp.m: -Changed script into a function. -Coded to accept the numberofRuns as an Argument. -
RunExp.m:
-Changed script into a function.
-Coded to accept the numberofRuns as an Argument.
-Added code for automatic Exit from Matlab and Shutdown of WindowsPC.