-
学生成绩查询系统源码
默认用户名、密码为:admin
学生成绩查询系统源码
默认用户名、密码为:admin-pupils Inquiry System source default user name, password : admin
- 2023-04-15 08:15:03下载
- 积分:1
-
图形学基础
计算机图形学基础,采用C++的MFC框架。实现网格绘制,绘制直线、圆、以及二维图形等。并且包含基本图像的变换。直线的算法有DDA、中点画线法、Bresenham等常见的实现算法。
- 2023-02-03 06:10:04下载
- 积分:1
-
GM(1,1)的程序,要用就下啥,可以预测的,里面有详细的说明,很容易看懂的!...
GM(1,1)的程序,要用就下啥,可以预测的,里面有详细的说明,很容易看懂的!-GM (1,1) procedures, to use on the next receivers, and can be predicted, there are detailed explanations, it is easy to read!
- 2022-03-25 18:23:14下载
- 积分:1
-
这段代码说明如何在C #使用反射
This code descirbes how to use the reflection in C#
- 2022-05-27 05:03:09下载
- 积分:1
-
用C#编写的学习正则表达式的小工具
用C#编写的学习正则表达式的小工具-C# study prepared by the regular expression is a small tool
- 2022-07-19 16:15:48下载
- 积分:1
-
I provide an implementation of fast
I provide an implementation of fast-growing indexable stacks which outperforms std::vector and std::deque. -I provide an implementation of fast-growi ng indexable stacks which outperforms std : : vector and std : : deque.
- 2023-01-27 12:00:04下载
- 积分:1
-
扑克游戏特点:(1)增加的大小,王(2)删除指定…
扑克牌游戏
功能:
(1)增加大小王
(2)删除指定扑克后余牌显示-Poker game features: (1) to increase the size of Wang (2) delete the designated poker license after more than show
- 2022-02-03 06:23:16下载
- 积分: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
-
C C++ Entry classic example of a good facie, the C C++ Of learning would be of c...
C C++入门的经典例子,好好看下,对C C++的学习会有很大帮助,-C C++ Entry classic example of a good facie, the C C++ Of learning would be of considerable help,
- 2022-07-21 13:12:06下载
- 积分:1
-
将EXCEL的内容导入到ORACLE数据库中
将EXCEL的内容导入到ORACLE数据库中-failed to translate
- 2022-07-01 06:42:58下载
- 积分:1