-
1. 发卡服务端:Server
项目文件:autojet.prj
2. 计费客户端:Client
项目文件:internet.prj...
1. 发卡服务端:Server
项目文件:autojet.prj
2. 计费客户端:Client
项目文件:internet.prj
Explorer.prj
先启动Explorer.exe, 再启动internet.exe
3. 数据库脚本 INIT(原版).SQL 和 New init.sql(新版),数据库名 NetBar
4. 动态连接库: NETBAR.dll hookdll.dll
5. 大学生公寓城System ID为5046
其余程序说明全在程序内的文本文件中说明-1. round card service end: Server project document: Autojet.prj
2. costs the customer end: Client project document:
Internet.prj Explorer.prj
First starts Explorer.exe, then starts internet.exe
3. databases scripts INIT (first edition) SQL and New init.sql
(new edition), database NetBar
4. dynamic connections storehouses: NETBAR.dll hookdll.dll
5. university students lodgings city System ID is 5,046 other
procedures explained all explained in the procedure text documents
- 2022-01-26 05:08:03下载
- 积分:1
-
硬盘序列号的获取和显示C#方法演示
C#获取和显示硬盘序列号的实例源码,创建ManagementObjectSearcher对象,存储磁盘序列号,调用ManagementObjectSearcher类的Get方法取得硬盘序列号,此行代码重要:strHardDiskID = mo["SerialNumber"].ToString().Trim();//记录获得的磁盘序列号,然后用label1.Text = "硬盘序列号: "+strHardDiskID;//显示硬盘序列号。
- 2023-06-16 12:00:02下载
- 积分:1
-
load flow of radial distribution system
load flow of radial distribution system
- 2017-07-15 05:36:33下载
- 积分:1
-
JavaEE技术-试验四
在MyEclipse环境下运用Struts2技术访问Servlet API,包括HttpServletRequest、HttpSession和ServletContext(Access to Servlet API using Struts2 technology in the MyEclipse environment, including HttpServletRequest, HttpSession, and ServletContext)
- 2018-03-28 14:12:14下载
- 积分:1
-
200kHzR39mm
2维傅里叶变换,进行图形处理,对杆状结构中的纵向导波模态进行识别(2 dimensional Fourier Transform for graphics processing)
- 2018-09-06 09:56:35下载
- 积分:1
-
Flash小球山坡滚动动画
Flash小球山坡滚动动画,小球沿着一根弯曲的线滚动,这是路径动画吧,小球路径可由鼠标控制动态变化,幅度和高度都可变化。
- 2022-03-24 15:27:41下载
- 积分:1
-
Triton
Triton game, modification of pyton or snake
- 2012-08-18 04:48:48下载
- 积分:1
-
共轭梯度法
共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。(The Conjugate Gradient method is a method between the steepest descent method and the Newton method. It only needs to use the first derivative information, but overcomes the shortcoming of the steepest descent method and avoids the need for the Newton method to store. And the disadvantage of calculating the Hesse matrix and inverting, the conjugate gradient method is not only one of the most useful methods for solving large linear equations, but also one of the most effective algorithms for solving large-scale nonlinear optimization. Among various optimization algorithms, the conjugate gradient method is a very important one. The advantage is that the required amount of storage is small, step convergence, high stability, and no external parameters are required.)
- 2018-11-26 11:07:35下载
- 积分:1
-
本系统适合有产品的厂家或是代理商、批发商、销售管理等用户使用
主要功能:
1.会员管理(本站下级会员、所有会员,除去管理员其它代理商只显示自己下级非代理...
本系统适合有产品的厂家或是代理商、批发商、销售管理等用户使用
主要功能:
1.会员管理(本站下级会员、所有会员,除去管理员其它代理商只显示自己下级非代理商的用户并管理)
2.经销商或代理商管理(拥有下级管理平台,可以管理自己的会员)
3.积分管理(1块钱一分,当积分到一定数额会有打折优惠)
4.产品管理
5.订单处理(帐单回执)
6.经销商或代理商地地点查询
7.结帐功能(比如您积分1万,折扣为8.2折,您下级在这拿货还是全价,那1.8为您的利润,下级再消息还有您的积分)详细原理:http://cocsn.com/index.php/index/show/65.shtml
8.如图liucheng.gif 红色为代理商或经销商蓝色为您控制区 平级无法管理,对于厂家虽然以上有返款,但这些都都有总管理控制成本折扣,这些折扣谁来出、从哪来、会不会影响到厂家的收入?答案不会的,因为以前都是产品的多级代理造成逐级加价,现在都是直接从厂家订货,市场价格统一更节省了中间环节的价格(如一块大街上卖的手机电池出厂成本价2.5元,发到各地再到用户手中要卖35块),把省下的钱给您的客户按比例分配,同时也会快速积累大量客户群,这样看来是不是一个很好的销售模式?
9.其它功能需求请订制开发,我们不可能一次性完成所有用户需要 The system suitable for the product manufacturers or agents, wholesalers, sales management, user
Main functions:
1. Members of management (site junior members, all members, except for administrators to other agents show only their own subordinates of non-agent users and management)
2. Reseller or agent management (with lower-level management platform that can manage their own members)
3. Points management (
- 2022-05-25 08:02:15下载
- 积分:1
-
CB iNsights
说明: Healthacre market study
- 2019-01-20 11:34:17下载
- 积分:1