-
这个是旅行查询系统,模拟查询旅游路线。欢迎使用,希望大家提供意见。...
这个是旅行查询系统,模拟查询旅游路线。欢迎使用,希望大家提供意见。-This is a travel query system, simulating travel route inquiries. Welcome, I hope to advise the U.S..
- 2022-01-25 23:30:03下载
- 积分:1
-
鼠标设计课件 原码 值得学习一下 对初学者很有帮助
鼠标设计课件 原码 值得学习一下 对初学者很有帮助-Mouse design courseware to learn about the original code very helpful for beginners
- 2023-06-14 03:40:20下载
- 积分:1
-
一部很好的c++学习视频,讲得非常详细,透彻!适合c++初学者使用,学习!...
一部很好的c++学习视频,讲得非常详细,透彻!适合c++初学者使用,学习!
-A very good c++ Learning video, was very detailed and thorough! Suitable for c++ Beginners use to learn!
- 2022-11-21 16:40:11下载
- 积分: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
-
I wrote one for the other thread to start the code, you can scan the current run...
本人写的一个用于启动其他线程的代码,可以扫描当前正在运行的进程,并判断该进程是否在运行,如果没有则启动改进程-I wrote one for the other thread to start the code, you can scan the current running processes, and to determine whether the process was in operation, if not then start the change process
- 2023-07-11 14:40:02下载
- 积分:1
-
部分嵌入式试题
两道嵌入式面试试题
部分嵌入式试题
两道嵌入式面试试题
-Part 2 embedded embedded questions interview questions
- 2022-02-04 12:42:35下载
- 积分:1
-
c#连接数据库文件
c#连接数据库文件-link database files
- 2023-02-14 20:35:04下载
- 积分:1
-
Sine wave DC pulse width speed control system simulation model, the realization...
正弦波直流脉宽调速系统的仿真模型,实现异步电动机的可逆调速。-Sine wave DC pulse width speed control system simulation model, the realization of the reversible induction motor speed control.
- 2022-04-17 23:52:50下载
- 积分:1
-
Windows socket编程的客户端实现。
Windows socket编程的客户端实现。-Windows socket programming, client-side implementation.
- 2023-07-07 12:45:03下载
- 积分:1
-
电力系统计算应用广泛的高斯消元法,用来对参数矩阵进行降阶消元。...
电力系统计算应用广泛的高斯消元法,用来对参数矩阵进行降阶消元。-Gauss elimination is also called Gauss-Jordan elimination, which is used to reduce the dimension of a matrix so that it can be solved easily.
- 2022-08-16 03:57:48下载
- 积分:1