-
输入一系列递减顺序的整数(100,50,40,30……),以0标志结束,将这些数作为data域逆序建立一个单链表;从键盘输入一个整数X,将X插入到此单链表中并保...
输入一系列递减顺序的整数(100,50,40,30……),以0标志结束,将这些数作为data域逆序建立一个单链表;从键盘输入一个整数X,将X插入到此单链表中并保持单链表data域的值递增关系,输出此时单链表各结点data域的值;从键盘输入一个整数Y,若Y值在单链表中存在,则删除data域的值为Y的结点(注单链表中没有data域值相同的结点),并输出此时单链表各结点data域的值。-importation of a series of descending order of the integers (100,50,40,30 ...), to mark the end of 0, As several of these data to establish a domain reversal single-linked list; Keyboard input from an integer X, That will insert the single X-linked lists and maintain single-chain data domain increases the value, At this time the output of the single-linked list node data domain value; Keyboard input from an integer Y, if Y value in a single linked list exists, delete data domain is the value of Y node (single-chain data domain is not the same value nodes), At this point and the output of the single-linked list node data domain values.
- 2022-07-08 15:03:43下载
- 积分:1
-
beereader source code
beereader source code
- 2023-02-24 00:40:03下载
- 积分:1
-
九寨运业车辆保险管理系统。
对车辆信息以及保险进行管理查询和报表的操作。...
九寨运业车辆保险管理系统。
对车辆信息以及保险进行管理查询和报表的操作。-Jiuzhai transport industry, vehicle insurance management system. For vehicle information and insurance queries and reports to manage operations.
- 2022-05-29 01:24:08下载
- 积分:1
-
学习linux的好文档,命令大全,很有用处,对学习linux.
学习linux的好文档,命令大全,很有用处,对学习linux.-learning linux good documentation, order volumes, useful, to learn linux.
- 2022-10-15 08:20:03下载
- 积分:1
-
prepare themselves with a small C games, DOS interface, oh run. Float Float basi...
自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-prepare themselves with a small C games, DOS interface, oh run. Float Float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, p
- 2022-03-22 16:15:25下载
- 积分:1
-
一个压缩软件..
a compression software..in linux-debian environment
- 2022-04-16 14:47:28下载
- 积分:1
-
SQL速成、 SQL速成、
SQL速成、 SQL速成、 -intensive SQL, SQL intensive, accelerated SQL, SQL inten sive,
- 2022-08-20 10:06:28下载
- 积分:1
-
一个非常好用的教程~~~从0开始~~~~教你了
一个非常好用的教程~~~从0开始~~~~教你了-a very user-friendly guide ~ ~ ~ starting from 0 ~ ~ ~ ~ teach you
- 2022-01-26 03:52:45下载
- 积分:1
-
series of the Super Mario Sunshine procedures
编的超级玛利的程序-series of the Super Mario Sunshine procedures
- 2022-09-27 23:30:04下载
- 积分:1
-
vb 获取外网ip
"获取外网ip源码
Private Sub Command1_Click()
Dim h As Object
Dim i As Integer
Dim s As String
Set h = CreateObject("Microsoft.XMLHTTP")
GetInternetIP = False
g_strInternetServerIP = ""
h.Open "GET", "http://ip.3322.net", True "False
h.Send
If (h.ReadyState = 4) And (h.Status = 200) Then
&nb
- 2022-10-06 09:35:03下载
- 积分:1