-
用vc++开发的密码破译小程序,很好玩。
用vc++开发的密码破译小程序,很好玩。-with vc++ code-breaking development of the small program is a lot of fun.
- 2022-01-31 16:39:24下载
- 积分:1
-
取屏幕上的任意点的颜色
取屏幕上的任意点的颜色-on the screen from any point of colors
- 2023-02-11 12:00:03下载
- 积分:1
-
用Visual C++编写的计算器程序,使用MFC,练习用
用Visual C++编写的计算器程序,使用的是mfc,供练习使用-Using Visual C++ to prepare the calculator program, using mfc, for practice use
- 2022-01-26 02:51:05下载
- 积分:1
-
Skin++ For VB 代码示例
Skin++ For VB 代码示例-Skin For VB code examples.
- 2022-02-21 05:00:39下载
- 积分:1
-
MFC做的windows文件系统演示
MFC做的windows文件系统演示-MFC do windows File System Demonstration
- 2022-03-25 14:00:53下载
- 积分:1
-
一个模拟骰子的小系统. 虽然简单,但是覆盖知识面很全的喔
一个模拟骰子的小系统. 虽然简单,但是覆盖知识面很全的喔-dice simulation of a small system. Although simple, but full coverage is the knowledge oh
- 2022-04-29 20:10:47下载
- 积分:1
-
用于控制台窗口界面设计,版本1.0,简单易懂,很实用的
用于控制台窗口界面设计,版本1.0,简单易懂,很实用的-Interface design for the console window, version 1.0, easy-to-read, very practical
- 2023-06-05 06:55:04下载
- 积分:1
-
Automation axes to limit the data within the automated axes 4000, restrict data...
自动化坐标轴,限制数据4000以内
自 动化坐标轴,限制数据4000以内-Automation axes to limit the data within the automated axes 4000, restrict data within 4000
- 2023-05-05 15:35:04下载
- 积分: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
-
Write with Visual Basic, but it included a very nice practical application of S...
虽然是利用VB写的,可是它里面包含了线性规划重的单纯型法在实践当中应用的例子,很好!-Write with Visual Basic, but it included a very nice practical application of Simplex algorithm in Linear Programming.
- 2022-02-02 05:33:56下载
- 积分:1