-
VC platform in a clock dial the development of simple and intuitive for beginner...
在VC平台下实现了表盘时钟的开发,简单直观,适合初学者参考。-VC platform in a clock dial the development of simple and intuitive for beginners reference.
- 2022-08-06 18:48:29下载
- 积分:1
-
java简单小系统
初学者可以使用的java小程序,里面用到前端页面设计,主要是后端的商品的增删改的操作。用到数据库,用到html网页设计。可以在上面自己增加操作。使其更加完整。
- 2022-03-04 00:22:29下载
- 积分:1
-
A*算法解决八数码
题目
The
15-puzzle has been around for over 100 years; even if you don"t know it by that
name, you"ve seen it. It is constructed with 15 sliding tiles, each with a
number from 1 to 15 on it, and all packed into a 4 by 4 frame with one tile
missing. Let"s call the missing tile "x"; the object of the puzzle is to
arrange the tiles so that they are ordered as:
1
2 3 4
5
6 7 8
9 10 11 12
13 14 15 x
where the only legal operation is to exchange "x" with one of the tiles with
which it shares an edge. As an example, the following sequence of moves solves
a slightly scrambled puzzle:
- 2022-02-06 16:32:40下载
- 积分:1
-
Alarm clock with a progress bar
一个闹钟带进度条 -Alarm clock with a progress bar
- 2022-02-10 09:49:18下载
- 积分:1
-
注册表操作类
注册表操作类-registry operation category
- 2022-03-11 18:25:44下载
- 积分:1
-
文件打开、写入操作源码
文件打开、写入操作源码-document is opened, write FOSS
- 2022-03-21 10:41:23下载
- 积分:1
-
实例03
实例03-网络聊天室客户端-03-network chat room client
- 2022-03-17 09:00:18下载
- 积分:1
-
实现对头文件和CPP源文件的导入与调用 包含头文件
实现对头文件和CPP源文件的导入与调用 包含头文件-implement the head and cpp test
- 2022-03-17 12:54:48下载
- 积分:1
-
VC++编写的扫雪游戏,欢迎交流学习~!
VC++编写的扫雪游戏,欢迎交流学习~!-VC++ Prepared snow games, welcomed the exchange of learning ~!
- 2022-08-10 05:08:29下载
- 积分: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