-
一个C++迷宫游戏的源码及迷宫地图文件 从文件读取迷宫,键盘控制移动方向,显示步数和碰壁次数,同步显示移动的当前位置,到达出口后显示祝贺信息,迷宫地图可在文件中...
一个C++迷宫游戏的源码及迷宫地图文件 从文件读取迷宫,键盘控制移动方向,显示步数和碰壁次数,同步显示移动的当前位置,到达出口后显示祝贺信息,迷宫地图可在文件中更改。-A C++ source code and the maze game maze maze map files to read from a file, the keyboard control the direction of movement, showing the number of steps, and rebuffed the number of simultaneous display moving the current location, after the show to congratulate the arrival of export information, maze maps are available in the document changes.
- 2022-12-06 06:55:02下载
- 积分:1
-
Visual Basic(VB)用的md5模块
Visual Basic(VB)用的md5模块-Visual Basic (VB) with the md5 module
- 2022-03-06 07:13:32下载
- 积分:1
-
电子琴仿真,可以弹出很美妙的音乐。
电子琴仿真,可以弹出很美妙的音乐。-flower simulation, the beauty of pop music.
- 2023-03-10 03:25:03下载
- 积分:1
-
four lanes of traffic simulation program, VC simulated traffic situation and to...
4车道交通模拟程序,用VC模拟交通状况,并能够做出统计分析-four lanes of traffic simulation program, VC simulated traffic situation and to make a statistical analysis
- 2022-01-22 00:07:51下载
- 积分:1
-
该程序主要演示如何在windows操作系统下面如何记录键盘案件
该程序主要演示如何在windows操作系统下面如何记录键盘案件-This program mainly demonstrate how to record the
keyboard in windows operation.
- 2022-07-02 14:47:45下载
- 积分:1
-
themselves with a socket wrote in the Pocket PC using UDP socket
一个自己用socket写的在Pocket PC 上用的UDP socket-themselves with a socket wrote in the Pocket PC using UDP socket
- 2023-01-26 08: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
-
利用ip库,通过ip得 地区
利用ip库,通过ip得 地区-hello world this is very good
- 2023-04-27 00:35:03下载
- 积分:1
-
get the system path and the windows path.
获取系统路径和windows路径。
- 2022-11-24 11:00:03下载
- 积分:1
-
船舶中央冷却系统仿真平台
仿真试验平台实现整船中央冷却系统相关设备的仿真,为中冷系统控制装置的编程提供接近真实的模拟环境,同时也可验证中冷系统控制装置程序的正确性,为离线调试中冷系统控制装置程序,尤其是PID等功能块的测试提供支持,同时为今后相关实验提供实验数据支持。
- 2022-01-24 08:57:41下载
- 积分:1