-
eVC stl 方便大家在evc中使用stl 帮助程序员更方便的编程。
eVC stl 方便大家在evc中使用stl 帮助程序员更方便的编程。-stl facilitate the use of AES stl help programmers more convenient programming.
- 2022-01-25 20:41:01下载
- 积分:1
-
springmvc整合mybatis最全的图书管理系统
此应用程序对于初学springmvc整合mybatis的同学非常有用
- 2023-05-02 13:50:08下载
- 积分:1
-
控件移动和改变大小(类)
控件移动和改变大小(类),网上获取思路后做了相应修改。最终封装成独立的类。可以直接调用。
- 2022-06-12 13:38:50下载
- 积分:1
-
测试CPU能力的小工具,轻轻一按就能知道你的CPU的性能
测试CPU能力的小工具,轻轻一按就能知道你的CPU的性能-CPU test the ability of small tools, touch will be able to know your CPU
- 2023-01-08 15:10:02下载
- 积分:1
-
本程序主要实现对音量的控制和实现。调用了windows的dll文件。...
本程序主要实现对音量的控制和实现。调用了windows的dll文件。-the main procedures for the control of noise and realized. Calling the windows of the dll file.
- 2023-07-05 18:10:03下载
- 积分:1
-
河内算法
Hanoi Algorithm
I tried to drow the animated Hannoi algorithm.
I hope that it can help your study..
If you need more comment, please send me e-mail
- 2023-09-02 19:05:04下载
- 积分:1
-
Raman amplification simulates Raman amplification in a Kerr medium
Raman amplification simulates Raman amplification in a Kerr medium
- 2022-03-26 18:23:27下载
- 积分:1
-
C++开发的算平均值,残差,标准偏差,和总不确定度
C++开发的算平均值,残差,标准偏差,和总不确定度
-C development numerical average, residuals, standard deviation, and the total uncertainty
- 2022-03-10 12:14:16下载
- 积分:1
-
C# database program, 一本很好的C#的书.
wrox PRE
C# database program, 一本很好的C#的书.
wrox PRE-C# Database program, a very good C# Book. Wrox PRE
- 2022-04-13 11:11:45下载
- 积分: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