-
本人大二数据库实习作品,班级学生信息与成绩管理,典型的ASP+SQL2000的应用...
本人大二数据库实习作品,班级学生信息与成绩管理,典型的ASP+SQL2000的应用-internship database entries, class information and performance management, the typical application of ASP SQL2000
- 2022-01-28 08:42:32下载
- 积分:1
-
实现字符串的复制功能,可以进行拓展,从而实现更加强大的功能....
实现字符串的复制功能,可以进行拓展,从而实现更加强大的功能. -achieve string copy functions, can expand, thereby achieving a more powerful functions.
- 2023-04-17 14:15:03下载
- 积分:1
-
经常用到的 socketAPI,posix thread 的类封装,还有一些同步设施 智能指针的实现,线程安全的引用计数...
经常用到的 socketAPI,posix thread 的类封装,还有一些同步设施 智能指针的实现,线程安全的引用计数-frequently used the socketAPI, posix thread-like packaging, there are some smart synchronization facilities to achieve the target, thread-safe reference counting
- 2022-04-09 07:05:30下载
- 积分:1
-
基于Qt的局域网聊天系统
应用背景基于Qt的局域网聊天系统,实现了局域网聊天,文件传输,更改字体,保存聊天记录等功能,对于研究Qt,研究局域网通信具有较强学习价值。关键技术udpSocket = new QUdpSocket(this);
port = 45454;
udpSocket->bind(port, QUdpSocket::ShareAddress | QUdpSocket::ReuseAddressHint);
connect(udpSocket, SIGNAL(readyRead()), this, SLOT(processPendingDatagrams()));
sendMessage(NewParticipant);
server = new TcpServer(this);
connect(server, SIGNAL(sendFileName(QString)), this, SLOT(getFileName(QString)));
connect(ui->messageTextEdit, SIGNAL(currentCharFormatChanged(QTextCharFormat)),
this, SLOT(currentFormatChanged(const QTextCharFormat)));
- 2022-01-25 20:19:41下载
- 积分:1
-
一种直连网络路由算法,网络路由算法解析,含仿真结果。
一种直连网络路由算法,网络路由算法解析,含仿真结果。-A Direct Connect network routing algorithm, network routing algorithm analysis, including simulation results.
- 2022-02-21 23:36:02下载
- 积分:1
-
SOCKET客户端和服务器端程序,我们课题组用来做嵌入式开发时的网络测试,如果嵌入式设备是客户端程序,则用此次上载的服务器端程序与之连接进行测试,反之用客户端程...
SOCKET客户端和服务器端程序,我们课题组用来做嵌入式开发时的网络测试,如果嵌入式设备是客户端程序,则用此次上载的服务器端程序与之连接进行测试,反之用客户端程序连,比较好用。-SOCKET client and server-side process, we used to do embedded development group at the time of network testing, if the embedded device is a client program, then use the upload server-side connection with testing procedures, on the contrary by the client procedures even compare the ease of use.
- 2023-08-20 19:55:05下载
- 积分:1
-
一个SMTP邮件发送的源代码
一个SMTP邮件发送的源代码-an SMTP mail sent by the source code
- 2022-02-03 01:32:29下载
- 积分:1
-
VC++ 采用UDP协议传输文件
应用背景UDP传输文件,不丢包,VC++的代码,贡献出来,希望可以供用得着的人使用关键技术VC++ 采用UDP协议传输文件(不丢包),希望网络编程的人可以使用得到
- 2022-01-31 22:00:23下载
- 积分:1
-
软件测试:一个编译器测试软件,支持下列C语言运算符:+
软件测试:一个编译器测试软件,支持下列C语言运算符:+ - * / % ^(乘方) 负 (int) (double) "字符串" [](数组) > < == >=
- 2022-10-15 02:10:03下载
- 积分:1
-
a good station procedures
一个不错的全站程序-a good station procedures
- 2022-02-16 03:57:58下载
- 积分:1