-
这对你有好处。努力。每个人都希望与你在一起
it s good for u . try hard . everybody hope with u
- 2022-05-18 03:33:57下载
- 积分:1
-
并网光伏电站监控系统
C# 实现的windows服务,多线程、TCP协议和心跳包机制,可对下行的设备进行设备管理和数据解析,实现对光伏电站数据的监控
- 2023-07-13 14:45:05下载
- 积分:1
-
A very good timer of the timer is ideal for learning in the dialog box to achiev...
一个非常不错的定 时 器 非常适合定时器的学习 在对话框中实现-A very good timer of the timer is ideal for learning in the dialog box to achieve
- 2022-05-14 12:01:18下载
- 积分:1
-
生成均匀随机分布数据点集的程序。Fortran90编程。
The program allows the user to choose:
M, t...
生成均匀随机分布数据点集的程序。Fortran90编程。
The program allows the user to choose:
M, the spatial dimension
N, the number of points to generate
SEED, the initial seed value.
Once these parameters are set, the program generates the data, and writes it to a file. The user may then specify another set of data, or terminate the program.
-UNIFORM_DATASET is a FORTRAN90 program which creates a uniform random dataset and writes it to a file.
- 2023-09-09 19:50:04下载
- 积分:1
-
Details of MFC of VC++ of the study, for beginners, this is a very good program,...
详细介绍VC++之MFC的学习,对初学者来说这是一个很不错的程序啊,希望的对大家有所帮助!-Details of MFC of VC++ of the study, for beginners, this is a very good program, ah, want to help all of you!
- 2022-07-11 07:34:11下载
- 积分:1
-
电力系统中用雅克比矩阵的形成,在潮流计算和仿真中用途广泛...
电力系统中用雅克比矩阵的形成,在潮流计算和仿真中用途广泛-create Matrices by using Jacobi iterative in electric power system.Mostly this method is proposed to calculate the power flow and emulator.
- 2022-03-15 04:54:57下载
- 积分:1
-
Outlook一样的界面实现
Outlook一样的界面实现-Outlook as an interface between
- 2022-06-22 01:11:22下载
- 积分:1
-
windows下实现的时钟程序,类似于系统自带的模拟时钟
windows下实现的时钟程序,类似于系统自带的模拟时钟-windows clock
- 2022-01-22 00:41:32下载
- 积分:1
-
网络经典命令行,包括了最基本,最常用的一些CMD命令,可用于探测,测试服务器端,路由跟踪等方面的应用。...
网络经典命令行,包括了最基本,最常用的一些CMD命令,可用于探测,测试服务器端,路由跟踪等方面的应用。-Classic command-line network, including the most basic, the most commonly used in a number of CMD command, can be used for detection, testing server-side, routing tracking applications.
- 2022-07-23 06:49:58下载
- 积分: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