搜索结果
找到约 12 项符合
bye 的查询结果
按分类筛选
Java编程 java会话程序:会话双方可自由通话看到对方发来bye则退出
java会话程序:会话双方可自由通话看到对方发来bye则退出
Applet a small Excel made bye java and javacc
a small Excel made bye java and javacc
其他书籍 This is Sybase book. Let me know the feedback after reading this book. Good to hear from you. Bye
This is Sybase book.
Let me know the feedback after reading this book.
Good to hear from you.
Bye
书籍源码 leach simulation by castaila simulator please read the documentation for further correspondence bye.
leach simulation by castaila simulator please read the documentation for further correspondence bye. bye
文章/文档 the document is the algoritm of the banquero bye
the document is the algoritm of the banquero
bye
汇编语言 用win32汇编编写的类木马的东西
用win32汇编编写的类木马的东西,运行后在机子上打开23端口,用telnet登陆,可以运行下列命令:
open filename - open the file or program
msg message - place message plainly over screen
box message - show within a messagebox
cdopen - to open CDROM drive door
cdclose - to close CDROM drive door
bye - termin ...
SQL Server Here we are at the crossroads once again Youre telling me youre so confused You cant make up your
Here we are at the crossroads once again
Youre telling me youre so confused
You cant make up your mind
Is this meant to be
Youre asking me
Trademark
But only love can say - try again or walk away
But I believe for you and me
The sun will shine one day
So Ill just play my part
And pray you ll have a ...
Java编程 java聊天程序,通过socket编程实现网络通信。在两台机器(在一台机器上也可)上依次启动服务器、客户端;在客户端输入正确的服务器地址后确认连接是否成功
java聊天程序,通过socket编程实现网络通信。在两台机器(在一台机器上也可)上依次启动服务器、客户端;在客户端输入正确的服务器地址后确认连接是否成功,若成功则可以在客户端和服务器之间实现互相收发数据(任何一端都可以是发送端,相应地也可以是接收端),并且都可以用特定字符串控制退出(这里是用bye);同时客户端 ...
Linux/Unix编程 应用UNIX的fork()等系统调用
应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符;接受和分析命令行(滤去无效的空格、tab符号以及换行符等);执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行命令(分析命令行中的‘ ’并处理之) d)应用 ...
Java编程 运用服务器端多线程来实现一个真正意义上的聊天室应用程序
运用服务器端多线程来实现一个真正意义上的聊天室应用程序,该程序包括客户端和服务器二部分构成,采用Socket通信机制,服务器程序为Server.java,客户端程序为Client.java。首先启动服务器程序,再启动Client程序,当启动时服务器端首先要询问客户的姓名,然后给所有在场的用户发布新用户加入的消息,当客户端发出新消息时 ...