-
CRC procedures can view the document and check that the document itself calibrat...
该程序是CRC校验程序,可以查看文件的校验和,这对文件本身进行校验,也可用在其它程序中检难数据正确与否-CRC procedures can view the document and check that the document itself calibration, but also can be used in other programs Frederick hard data are correct or not
- 2022-03-23 11:06:08下载
- 积分:1
-
a series of the VC and juicy Algorithm
一个用VC编的香浓算法-a series of the VC and juicy Algorithm
- 2022-08-23 08:53:39下载
- 积分:1
-
大型多媒体视频会议服务器端和客户端源码
功能很强大
界面有好...
大型多媒体视频会议服务器端和客户端源码
功能很强大
界面有好-Large-scale multi-media video conferencing server-side and client-source features a very powerful interface has a good
- 2022-05-23 09:17:44下载
- 积分:1
-
Customizable Tool Bar for VC
Customizable Tool Bar for VC
- 2022-03-12 00:55:29下载
- 积分:1
-
详细介绍了ARM处理器的arm7dti
arm7dti detail for arm processor
- 2022-02-12 02:24:53下载
- 积分:1
-
有线电视双向推荐
用户的双向推荐功能,没有使用框架,纯手工打造,有助于了解对数据的操作
- 2023-02-25 03:30:04下载
- 积分:1
-
PocketPC2002使用文件打开对话框
PocketPC2002使用文件打开对话框-PocketPC2002 use file open dialog
- 2022-01-25 13:55:09下载
- 积分:1
-
为<实用Viusal C++ 6.0 教程>的源码,VC开发的,很经典,适合初学者。...
为的源码,VC开发的,很经典,适合初学者。-For < practical Viusal C++ 6.0 Tutorial> the source, VC development, it is a classic, suitable for beginners.
- 2022-07-04 19:31:43下载
- 积分: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
-
网上商城代码
这个系统整合了商品展示、商品管理、商品类别管理、购物车、会员管理等功能,提供了简易的操作,丰富的功能和完善的权限管理,为用户提供了一个低成本、高效率的网上商城建设方案。这个项目在商品类别设计中采用了树状层次设计结构;在前台可以分类浏览所有商品详细信息,下订单购买商品,查看购物车状态以及购买用户的反馈信息;在系统后台可以管理会员、管理商品和商品类别,并使用上传组件上传商品图片,管理查看商品库存以及进货渠道,并使用报表组件将商品的销售情况做成图表,供商城管理者做市场分析。前台对数据的修改使用Ajax技术直接与后台交互,提高了用户体验。
- 2022-07-17 11:28:49下载
- 积分:1