资源列表
[Windows编程] 7_7
说明:定义一个基类Person,数据成员包含字符指针类型变量Name用于保存姓名,函数成员包括默认构造函数、带参构造函数用于初始化数据成员和输出姓名的成员函数PrintName()。从Person类派生出Student类,增加长整型数据成员Number用于保存学号,函数成员包括带参构造函数用于初始化数据成员和输出学生信息的成员函数PrintInfo()。要求:在函数PrintInfo()中需要调用基类的成员函数PrintName()。-Define a base class Person, a mem<weiht> 在 2025-06-04 上传 | 大小:16kb | 下载:1
[Windows编程] linearlist
说明: 线性表的顺序(链式)存储表示及实现 3. 从单链表中删除指定的元素x,若x在单链表中不存在,给出提示信息。 要求: (1)指定的值x由键盘输入;(2)程序能处理空链表的情况。-The order of the linear form (chain) store that and the realization of 3. From a single list to remove the element x, if x in a single linked list does n<奈奈> 在 2025-06-04 上传 | 大小:103kb | 下载:1
[Windows编程] OpenGL_bottle
说明:利用OpenGL工具,绘制水杯模型。提供了OpenGL的基本设置方法及实现技巧。-this program draw a bottle by using OpenGL tools.it provide the basic setting method and skills.<menjiawan> 在 2025-06-04 上传 | 大小:2.54mb | 下载:1
[其他小程序] rats-2.1.tar
说明:源代码安全审计,检测代码中的漏洞,可以 检测C, C++, Perl, PHP and Python 代码中的漏洞和安全错误,搞网络安全的一定要看看。 -Source code security audit to detect loopholes in the code, can detect the C, C++, Perl, PHP and Python code errors and security vulnerabilities, network security must engag<as> 在 2025-06-04 上传 | 大小:319kb | 下载:1
[文件操作] fileHandling
说明:This program is the Simple Binary File handling<hamed> 在 2025-06-04 上传 | 大小:2kb | 下载:1
[通讯编程] code
说明:客户机产生两个随机数,发给两个服务器。服务器1(IP地址:192.168.0.1,Port:3254)将这两个随机数相加;服务器2(IP地址:192.168.0.10,Port:3255)将这两个随机数相减。两个服务器分别将运算结果返回给客户机,客户机显示回传结果。 要求用TCP和UDP方式分别实现。 -Client two random numbers generated, distributed to the two servers. Server 1 (IP address: 19<dwj> 在 2025-06-04 上传 | 大小:123kb | 下载:1