登录
首页 » WORD » sbmis_doc

sbmis_doc

于 2007-03-13 发布 文件大小:552KB
0 213
下载积分: 1 下载次数: 44

代码说明:

  基于多层架构设计模式的社会保险管理信息系统实现方法的研究 多层架构通过对应用功能进行具体分析和抽象的划分,将应用模块转化为应用系统对象分布到各个客户和服务器中,使得系统系统的效率和扩展性在整体上得以最大化。网络的广泛应用,促使企业得应用程序从传统得客户/服务器的传统两层次架构,向基于面向对象思想的多层架构演进。近年来面向对象技术和分布式计算技术的高速发展,以及人们对软件复用的强烈需求,带来了基于构件的软件开发技术。构件技术解决了开发大型复杂应用系统的固有问题,并为多层架构应用提供理想的开发和部署平台。使用构件技术建立多层架构应用是管理信息系统的必然趋势。 本文分别讨论了使用Borland公司的分布式技术和基于面向对象思想的构件技术来实现基于多层架构模式的社会保险管理信息系统。并将设计模式技术应用在多层架构模式的设计中。 (design based on multi-layered structure model of social insurance management information systems method of multi-layered structure through correspondence Function-specific analysis and abstract boundaries Application Module will be transformed into application systems targeted distribution to various clients and servers, In this system, the efficiency of the system and the scalability to maximize overall. The wider use of the network to promote enterprises in the application from a traditional client/server traditional two-level structure, Based on object-oriented to the ideological evolution of the multi-layered structure. In recent years, object-oriented technology and distributed computing technology's rapid development, and on software reuse of the strong demand, bring the compon)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • API
    Acrobat plugin API headers
    2017-08-04 13:50:33下载
    积分:1
  • lenet-mnist-master
    说明:  使用Lenet网络对手写数字进行识别,识别效果比较好(Recognition of handwritten numerals by using Lenet network has better recognition effect.)
    2019-07-05 16:37:11下载
    积分:1
  • testexcel
    VC2008 操作excel2003 ,用odbc方式创建excel,用excel接口类对excel进行读写,包括设置边框 字体 颜色 合并单元格等 附录excel小例子(VC2008 operation excel2003, with a way to create odbc excel, excel with excel interface class for reading and writing, including setting borders font color merging cells small example in Appendix excel)
    2013-10-09 10:23:56下载
    积分:1
  • ConvertBMP
    说明:  说明: 压缩BMP图片,图片质量有些损失,但压缩率很大(Explanation: Compressing BMP pictures may cause some loss of image quality, but the compression rate is very high.)
    2020-06-16 10:40:01下载
    积分:1
  • MyQQ
    根据企业对QQ系统的要求,本系统可以实现以下目标:  操作简单方便、界面简洁美观。  每个客户端只能注册一次。  可以在局域网中实现文字及大图片的传输。  可以实现局域网视频。  可以实现多用户的信息通信。  系统运行稳定、安全可靠。 (According to business-to-QQ system requirements, the system can achieve the following goals:  is easy and simple interface, simple and beautiful.  Each client can only register once.  can be implemented in the LAN transmission of text and large images.  can achieve LAN video.  can achieve multi-user information and communication.  system is running stable, safe and reliable.)
    2010-02-04 08:57:35下载
    积分:1
  • IOS_PrivacyPass_Tool_src_v1.1
    Source code for iOS Privacy Password Brute Force
    2021-03-05 15:29:32下载
    积分:1
  • CLEAN算法详解与matlab仿真
    基于CBF的CLEAN-SC算法详述与MATLAB程序(Based on CBF the algorithm of CLEAN-SC,and matlab programe)
    2018-02-24 21:57:47下载
    积分:1
  • 真正的仿windows计算器,有连续运算如1+2+3+4,但是不能一直按运算符,可以连续按等于号,如1+2=3再按=就是5再按7...
    真正的仿windows计算器,有连续运算如1+2+3+4,但是不能一直按运算符,可以连续按等于号,如1+2=3再按=就是5再按7-Real imitation windows calculator, there is a continuous operation, such as 1+2+3+4, but not always according to operator, you can continuously by equal numbers, such as 1+2 = 3 then = is a 5 and then 7
    2022-03-20 16:43:27下载
    积分:1
  • find
    The base SkTypeface implementation for the custom font manager.
    2015-10-29 14:04:31下载
    积分:1
  • HEU_KMS_Activator_v2.4
    合并果子,压缩是一种有效的减小数据量的方法,目前已经被广泛应用于各种类型的信息系统之中。 一种压缩文本文件的方法如下: 1. 原始文本文件中的非字母的字符,直接拷贝到压缩文件中; 2. 原始文件中的词(全部由字母组成),如果是第一次出现,则将该词加入到一个词的列表中,并拷贝到压缩文件中;否则该词不拷贝到压缩文件中,而是将该词在词的列表中的位置拷贝到压缩文件中。 3. 词的列表的起始位置为 1 。 词的定义为文本中由大小写字母组成的最大序列。大写字母和小写字母认为是不同的字母,即 abc 和 Abc 是不同的词。词的例子如下: * x-ray 包括两个词 x 和 ray * mary s 包括两个词 mary 和 s * a c-Dec 包括三个词 a 和 c 和 Dec 编写一个程序,输入为一组字符串,输出为压缩后的文本。(Fruit combined compression is an effective method for reducing the amount of data, has been widely applied to various types of information into the system. A method of compressing a text file is as follows: 1 original text file non-alphabetic characters, copy directly to the compressed file 2 words in the original document (all composed of letters), if it is the first time, then. The word is added to a word list, and copied to the compressed file otherwise the term is not copied to the compressed file, but the position of the word in the list of words copied to the archive. 3 the starting position is a list of words. The maximum term is defined by a sequence of text consisting of uppercase and lowercase letters. Uppercase and lowercase letters are considered different letters, ie abc and Abc are different words. Examples of the word as follows:* x-ray consists of two words x and ray* mary' s, including two words mary and s* a c-Dec consists of three words a and c and Dec to write )
    2013-12-02 17:28:34下载
    积分:1
  • 696516资源总数
  • 106641会员总数
  • 4今日下载