-
不错的C源码,是关于遥操作服务的,很不错的
不错的C源码,是关于遥操作服务的,很不错的-good C source code, the distance of operational services, and very good
- 2022-07-06 14:08:12下载
- 积分:1
-
一个类似Outlook address box的编辑控件代码。
一个类似Outlook address box的编辑控件代码。-Outlook address box similar to the edit control code.
- 2022-01-28 02:32:58下载
- 积分:1
-
Message留言板管理系统
留言管理员的登录与退出以及密码的加密; 留言信息的查询及分页;跳转主页的拦截;
使用JSP动作元素,数据库及连接池等。
- 2023-06-16 11:15:06下载
- 积分:1
-
通过建立双进程实现的进程保护功能,用VB实现。
通过建立双进程实现的进程保护功能,用VB实现。-VB to achieve dual-process protection
- 2022-07-07 06:14:51下载
- 积分:1
-
C++ based on the P2P real
基于c++的P2P的实时对话系统,欢迎大家下载-C++ based on the P2P real-time dialogue system, welcomed everyone to download! ! Thanks! !
- 2022-08-04 10:50:07下载
- 积分:1
-
一个小型的保存和读取文件的小程序,用VC编写,通过把对话框的数据同步显示在视图中,并可把此数据保存成文件和读取该文件,有四个小计算程序,求阶乘,求平均值,求最大...
一个小型的保存和读取文件的小程序,用VC编写,通过把对话框的数据同步显示在视图中,并可把此数据保存成文件和读取该文件,有四个小计算程序,求阶乘,求平均值,求最大值和交换值.-Preservation and a small applet to read the document, prepared by VC, through the dialog box is displayed in the data synchronization view, and the preservation of this data into a file and read the documents, there are four small computer program, and factorial, and the average order value and exchange value.
- 2022-11-09 12:05: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
-
软键盘输入法,支持中文输入法,功能还有待改进
软键盘输入法,支持中文输入法,功能还有待改进-Soft keyboard input method support for Chinese character input method, function could be improved
- 2022-08-19 14:06:49下载
- 积分:1
-
windows of the notebook simulation program. With vc6.0 compile. No bug.
windows下的记事本模拟程序.用vc6.0编译通过.无bug.-windows of the notebook simulation program. With vc6.0 compile. No bug.
- 2023-04-05 10:00:04下载
- 积分:1
-
编译原理及实践,一本很好的书籍!指导完成一个语言的解释器...
编译原理及实践,一本很好的书籍!指导完成一个语言的解释器-Compiler Construction Principles and Practice, a very good book! Guidance to complete a language interpreter
- 2022-08-22 10:19:51下载
- 积分:1