-
这是java程序
SessionReaderServlet.java
这是java程序
SessionReaderServlet.java-procedures SessionReaderServlet.java
- 2022-02-06 07:12:45下载
- 积分:1
-
一个局域网语音聊天程序。本程序是点对点的局域网语音聊天程序。主要目的是学习DirectX Sound编程。大学互相学习,共同进步。...
一个局域网语音聊天程序。本程序是点对点的局域网语音聊天程序。主要目的是学习DirectX Sound编程。大学互相学习,共同进步。-a LAN voice chat program. This program is a point-to-point LAN voice chat program. The main purpose is to study Sound DirectX programming. University of mutual learning and common progress.
- 2022-09-26 18:05:03下载
- 积分:1
-
主要是简单的service聊天程序,可以增加、删除等,分为客户端和服务器端...
主要是简单的service聊天程序,可以增加、删除等,分为客户端和服务器端-The main service is a simple chat program, you can add, delete and so on, is divided into client and server
- 2022-04-26 13:21:12下载
- 积分:1
-
用汇编实现底层控制的RS232串口通讯类
用汇编实现底层控制的RS232串口通讯类-compilation with the realization of the underlying control RS232 serial communications
- 2022-03-06 20:58:13下载
- 积分:1
-
A network port monitoring program be free to choose the port to monitor
一个网络端口监控程序
可自由选择端口监控-A network port monitoring program be free to choose the port to monitor
- 2022-05-19 22:18:17下载
- 积分:1
-
没什么,就是VC++写的HTTP下载的代码而已,学习用的
没什么,就是VC++写的HTTP下载的代码而已,学习用的-Nothing is VC++ Written code HTTP download it, learning to use the
- 2022-01-25 21:34:37下载
- 积分:1
-
ICMP high
Icmp高级编程 代码在vc++6.0下调试通过-ICMP high-level programming code vc++ 6.0 debugging through
- 2022-12-22 17:50:03下载
- 积分:1
-
漂亮的图形化的PING:)
漂亮的图形化的PING:)-beautiful graphics of PING :)
- 2022-05-16 04:57:27下载
- 积分:1
-
得到网络中其他计算机的时间
得到网络中其他计算机的时间-Be other computer network time
- 2022-01-25 18:59:21下载
- 积分:1
-
插入排序
/ * 插入排序升序排列 * /
#include < stdio.h >
#include < stdlib.h >
#include < time.h >
int main)
{
int n、 数组 [1000],c,d,t ;
printf ("Enter elementsn 数") ;
scanf ("%d",& n);
printf ("Enter %d integersn",n) ;
为 (c = 0 ; c < n
- 2022-05-31 05:23:44下载
- 积分:1