CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - add

搜索资源列表

  1. xynews

    0下载:
  2. 1.增加了近40项后台核心设置,这些设置可以使大家可以很容易控制前台的显示,能按照自己的意愿调整各项参数。 2.将广告单独分开,可以由用户自由设置多项广告。并且可以通过修改模板使广告在适合的地方显示。 3.增加站点公告。 4.增加文章来源,专题,标题颜色设置等等。并且在HTML在线编辑器里增加即时图片上传,方便多图片管理。 5.文章投稿及评论都不再使用文本数据存储,这样可以更方便管理,以及审核等控制。 6.增加投票功能。-1. An increase of nearly 40 core bac
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:300756
    • 提供者:张帅
  1. VC.NET2003实现 给托盘添加变化的背景图

    0下载:
  2. VC.NET2003实现 给托盘添加右击菜单--变化的背景图,系统托盘图标随程序上图片变化而变化,在VC.NET,WINXP上调试通过.-VC.NET2003 tray add to the realization right click menu -- changes in the background map, the system tray icon with the procedural changes in the picture, in VC.NET, WINXP on debugg
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:899010
    • 提供者:冷泠
  1. J2EEDesign

    0下载:
  2. 利用J2EE开发的CD Store,具有对CD信息的添加、删除、修改和记录黑客信息等功能-use J2EE development CD Store, with information on the CD to add, delete, hackers changes and record information functions
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:674687
    • 提供者:罗磊
  1. BugBarrier事务系统

    0下载:
  2. Bug Barrier事务系统 项目内容:对软件开发中的bug进行管理 主要模块:项目组长事物模块、开发人员事物模块、 测试人员事物模块、无项目人员模块 开发平台: Windows2000 Server 开发工具:JBuilder2005+SQLServer2000企业版 程序构架基于:运用JSP+Struts等技术 开发MVC架构网站 项目描述: 可添加项目和用户,用户在系统中权限分为系统管理员,用户管理员,项目管理员,普通用户;在项目 中用户权限分为测试人员,
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:4828612
    • 提供者:wind
  1. kefangguanli

    0下载:
  2. 劳务公司客户管理系统是一个基于VB和SQL SERVER2000,实现基本的客户管理的系统。管理员可以对客户进行添加、搜索、浏览、删除等操作,及时地了解劳务公司商业来往中客户的基本信息,以便更好的对客户进行更新,处理。用户可以通过自己的密码来进入系统浏览基本客户的信息等操作。本系统是应用了VB和SQL SERVER2000来实现,应用计算机编辑系统来处理,。本文综合了应用前景、综合设计方案、详细设计等内容,为用户介绍了蓝天劳务公司客户管理系统的研制过程。 -services customers
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:731564
    • 提供者:董世德
  1. Visitor

    0下载:
  2. 设计模式——访问者模式 Visitor模式允许我们在不改动原有结构的基础之上不断增加新的功能。 ICumulation接口定义了方法Cumulate(),旨在计算1+2+……+n,有两种不同的实现方法,一个是一般的叠加算法GeneralArithmetic,一个是高斯算法GaoSiArithmetic。 因为某种原因,系统需要添加求平均值的功能,还有计算1到n的平方和。 按照一般的思路,我们需要在ICumulation中定义两个方法分别计算平均值和平方和,并在实现类中同
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:87871
    • 提供者:linhuibaby
  1. 114xp0710

    0下载:
  2. 是一个新闻管理系统,可以添加,修改,删除等功能.-is an information management system that can add, modify or delete capabilities.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1548233
    • 提供者:多乐雪儿
  1. GUI-DataPool

    0下载:
  2. Rational Robot使用﹕如何在GUI腳本中添加數據池。-Rational Robot : how to add GUI scr ipting data pool.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:3370
    • 提供者:fyp
  1. PersonalAddressList

    0下载:
  2. 个人通讯录,很好用的,支持分组管理,还带有相片管理,可方便添加、删除、修改-personal correspondence, the very good support group management, but also with a photo management and can be easily add, delete, change
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:83977
    • 提供者:小飞
  1. dingdianchengfaqisheji

    0下载:
  2. 目录: 0、 约定 1、 无符号数一位乘法 2、 符号数一位乘法 3、 布思算法(Booth algorithm) 4、 高基(High Radix)布思算法 5、 迭代算法 6、 乘法运算的实现——迭代 7、 乘法运算的实现——阵列 8、 乘加运算 9、 设计示例1 —— 8位、迭代 1、 实现方案1 —— 一位、无符号 2、 实现方案2 —— 一位、布思 3、 实现方案3 —— 二位 10、设计示例2 —— 16位、
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:382707
    • 提供者:少华
  1. vc++InterfaceDesign

    0下载:
  2. 本文为VC++界面设计的一些小技巧,包括在MFC加入“这是什么?”的帮助提示,工具条使用,如何改变视窗颜色,为MFC应用程序添加全屏显示功能等,希望能对大家有帮助。-paper for VC + + interface design skills of a number of small, included in the MFC to "What is this?" help suggest that the use of the tools, how to change t
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2974
    • 提供者:尚磊
  1. cad-add

    0下载:
  2. 在cad中统计工程量,将字符转换为数字,然后相加,使工作效率提高。-add the number in autocad,and it will make you short down your work in the daily life,and make you work fastly.
  3. 所属分类:software engineering

    • 发布日期:2017-11-01
    • 文件大小:718
    • 提供者:乔峰
  1. BarcodewizActivexv2.2Full

    0下载:
  2. Creating barcodes in Microsoft庐 Office has never been easier. With BarCodeWiz Toolbar you can add barcodes to Microsoft庐 Office applications with a click of a button. In Microsoft庐 Word, create single barcodes, pages of labels, or mail merge docume
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1967634
    • 提供者:Luke Calvin
  1. ADD-06tr023-1

    0下载:
  2. This report revises the Attribute-Driven Design (ADD) method that was developed by the Carnegie Mellon Software Engineering Institute. The motivation for revising ADD came from practitioners who use the method and want ADD to be easier to learn, unde
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:272243
    • 提供者:f
  1. Definition+and+Evaluation+for+GIS+using+ADD+ATAM+

    0下载:
  2. Definition and Evaluation of Geographic Information System Architecture using ADD and ATAM
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:472917
    • 提供者:hskim
  1. add-and-del-timing-in-Realtek-code

    0下载:
  2. 教你如何在Realtek source code中增加和删除客户需要的分辨率-Teach you how to add and delete customer needs resolution in Realtek source code
  3. 所属分类:software engineering

    • 发布日期:2017-11-07
    • 文件大小:415535
    • 提供者:SAM
  1. OllyDBG-add-dialog-box

    0下载:
  2. 用OD给EXE文件添加一个对话框,有详细的代码以及分析信息!-Using OD to EXE file to add a dialog box, a detailed code and analysis information!
  3. 所属分类:software engineering

    • 发布日期:2017-11-10
    • 文件大小:2961
    • 提供者:张俊
  1. CAA-add-Menu

    0下载:
  2. CATIA中添加菜单小结,在CAA中添加菜单、工具条方法-The CATIA to add menu Summary
  3. 所属分类:software engineering

    • 发布日期:2017-11-12
    • 文件大小:3846
    • 提供者:范燕杰
  1. Add-Layer-comp-Add-Plane

    0下载:
  2. Add Layer与Add Plane的区别,用在protelDXP电路板分层-Add Layer Add Plane distinction, with layered in protelDXP board
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:3120
    • 提供者:ht
  1. add-Xilinx-lib-in-Modelsim

    0下载:
  2. add Xilinx lib in modelsim
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:421773
    • 提供者:毕向伟
« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com