-
very small 16 Editor
非常小的16位编辑器-very small 16 Editor
- 2022-01-28 08:55:03下载
- 积分:1
-
仿windows的画板程序
适合初学者使用
仿windows的画板程序
适合初学者使用-imitation windows slate procedures for beginners
- 2022-03-03 03:55:19下载
- 积分:1
-
基于蒙特卡洛法的并行计算
使用蒙特卡洛法通过多线程计算π值,可以灵活的修改线程的数目
- 2022-09-30 06:45:08下载
- 积分:1
-
许可选项文件和可替换为用户一
License Options file and may replace Named Users for a
Program, whether temporarily or not, no more than four (4)
times per year, prov
file never exceeds the number licensed per Program.
Portions of the Programs may be installed on individual
computers to accelerate startup times, as long as the-License Options file and may replace Named Users for a Program. whether temporarily or not. no more than four (4) times per year. 577 file never exceeds the number licensed per Program. Portions of the Programs may be instal led on individual computers to accelerate star tup times, as long as the
- 2022-01-26 03:59:17下载
- 积分:1
-
this was more commonly used operating system examples of a systematic access to...
这个是比较多的常用的系统操作的示例,有系统信息获取,文件访问等等的方法介绍.. -this was more commonly used operating system examples of a systematic access to information, documents, etc. visit on the way ..
- 2022-04-01 10:08:44下载
- 积分:1
-
add4 Verilog代码
add4 verilog code -add4 Verilog code
- 2022-02-26 10:00:52下载
- 积分:1
-
elevator simulation pas source
电梯模拟pas源程序-elevator simulation pas source
- 2023-05-13 20:35:03下载
- 积分:1
-
YUV到RGB的转换
实际项目中开发的YUV到RGB的视频转换。。。很简单的软件 做这方面的可以参考一下,可以实现yuv视频格式转换为rgb格式视频并播放。。。
- 2022-07-23 04:24:21下载
- 积分:1
-
简单的IOCP服务器源码, 新手一看很容易就在我它。
简单的IOCP服务器源码, 新手一看很容易就在我它。-Simple IOCP server source code, novice a look at it very easy for me.
- 2023-02-22 22:00:03下载
- 积分: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