-
描述:链表队列示范程序,用于练习并理解链表队列的基本原理和实现方法。
功能:实现了带头节点的链表队列创建、插入、删除、遍历、判断为空、以及销毁等功能。...
描述:链表队列示范程序,用于练习并理解链表队列的基本原理和实现方法。
功能:实现了带头节点的链表队列创建、插入、删除、遍历、判断为空、以及销毁等功能。
设置了调试参数输出功能,可用于跟踪各主要变量单步变化情况。
实现了一个自定义命令行SHELL,接收解释并执行各种操作命令。-Description: list queue model procedures for practice and understand the basic principles of the queue list and realization method. Functions: to achieve a leading node in the queue list to create, insert, delete, traverse, judge for the space, as well as the destruction of other functions. Set debug parameters output function can be used to track the major changes in single-step variables. Realize a custom command-line SHELL, receive an explanation and implementation of the operation command.
- 2022-03-17 09:51:00下载
- 积分:1
-
undocument_window_nt配套源代码
undocument windows nt配套源代码,包含undocument windows nt书籍里面的所有源代码,对想深入研究windows系统内核原理的系统开发人员有非常大的帮助。
- 2023-02-14 20:40:04下载
- 积分:1
-
小键盘指法练习软件,摆脱小键盘指法练习的枯燥乏味
小键盘指法练习软件,摆脱小键盘指法练习的枯燥乏味-A small keyboard fingering practice software, get rid of the small keyboard fingering exercise boring
- 2022-01-23 11:02:55下载
- 积分:1
-
一个小日历的程序
一个小日历的程序-a small calendar of procedures
- 2022-08-17 04:17:35下载
- 积分:1
-
Window programming examples, cool!
Window 编程例子, 比较cool !-Window programming examples, cool!
- 2022-02-07 13:17:48下载
- 积分:1
-
此文件包含用visual c++编译的程序代码,绝对可用CH03.
此文件包含用visual c++编译的程序代码,绝对可用CH03.-This file contains the use of visual c++ compiled code, can be used absolutely CH03.
- 2022-03-20 09:21:25下载
- 积分:1
-
使用comm控件进行串口编程
使用comm控件进行串口编程-controls for the use of comm Serial Programming
- 2022-02-14 12:25:44下载
- 积分:1
-
ar6002 Atheros WiFi EVB开发包
Atheros AR6002 WiFi EVB development package
- 2022-01-21 19:09:47下载
- 积分:1
-
ISO8583c#实现方式
应用背景
金融行业通信标准。ISO8583 128位域解析传输。
SOCKET传输。
C#实现方式
WEB示例代码
关键技术
//智能组包
Iso8583Package sendPackage = new Iso8583Package("fullSchema.xml");
sendPackage.SmartBitmap = true;
sendPackage.MessageType = "0210";
sendPackage.SetString(2, "8888888888888888888");
sendPackage.SetString(3, "171111");
sendPackage.SetMoney(4, 12.34M);
sendPackage.SetDateTime(7, DateTime.Now);
sendPackage.SetNumber(11, 111);
sendPackage.SetDateTime(12, DateTime.Now);
sendPackage.SetDateTime(13, DateTime.Now);
sendPackage.SetString(25, "20");
sendPackage.SetNumber(28, 123);
sendPackage.S
- 2023-06-13 06:35:04下载
- 积分:1
-
模拟信道传输的一个软件,可以设定bit出错率,包丢失率
模拟信道传输的一个软件,可以设定bit出错率,包丢失率-It is a software of simulate channel transmission.It can enact the rate of bit error,package lose rate.
- 2022-04-14 19:17:08下载
- 积分:1