搜索资源列表
Regular-expressions-simplifypattern-matching-code.
- Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching co
ROSE_trainning
- 面向对象的可视化建模培训教程 [UML和Rational Rose/C++ Ver 4.x] 简介 ROSE提供的不同视图 配置用户界面 问题描述 问题需求描述 Use Cases 建立Actors ,Use Case 和Use Case 图 建立序列图 建立协同图 包和类 建立类、包和模版 重新分配类和包 建立类图 -Object-oriented visual modeling training course [UML and Ra
UML-modeling-based-on-object-oriented
- 《UML面向对象建模基础》-徐锋 总共16个ppt,包括: UML世界的构成.PPT UML概述.PPT UML模型管理.PPT 交互图.PPT 交互概述图.PPT 包图.PPT 对象图.PPT 数据库建模基础与实例.PPT 构件图.PPT 活动图.PPT 状态图.PPT 用例图.PPT 类图.PPT 设计建模基础与实例.PPT 部署图.PPT 需求建模基础与实例.PPT -" UML modeling based
thunk
- thunk的一些技术资料,非常全面,对封装窗口类等问题有很大的帮助-thunk some of the technical information, very comprehensive package, window class and other issues of great help to
UML
- UML实践——用例图、顺序图、状态图、类图、包图、协作图-UML in practice- use case diagram, sequence diagram, state diagram, class diagram, package diagram, collaboration diagram
MyEventAdapter
- 类MyEventAdapter实现了awt包中的共计11个事件监听器接口的29个方法-Class realize the awt package MyEventAdapter total of 11 event listener interface methods 29
bank2
- Directions Start by changing your working directory to SL275/mod04/exercise2 on your computer. Create the banking directory. Copy the previous Banking project files in this package directory. Modify the Account class to conditionalize the
weben
- 文本编辑器,统计字符个数,请封装一个类CText, 并编写一个软件,它可以完成对任意一个文本文件的字符统计工作-Text editor, the statistics of the number of characters, the package of a class CText, and write a software, it can complete the statistical work of any of the characters of a text file
util
- util包,util包中的部分类的描述,以及类中重要方法的说明-the The util package util package the part of the class descr iption, as well as class method descr iption
system_uml
- 一个餐厅点餐系统的uml图,包括类图,包图,活动图,状态图,部署图等基本的uml图-A restaurant ordering system uml diagrams, including class diagrams, package diagrams, activity diagrams, state diagrams, deployment diagrams, and other basic uml diagram
TMS320-DSP-algorithm-standard
- DSP编程中往往过分追求性能,忽略了软件的封装,从而使得数字信号处理系统很难像“搭积木”一样集成已有算法,增加了系统的研发时间。针对上述缺憾,TI公司适时地推出了DSP算法标准——XDAIS,规范了DSP算法软件的开发,并提供了类似C++语言类的封装方式的算法接口,使得算法集成变得简单统一。本书系统介绍了XDAIS基本概念、软件编程规范和接口规范,并阐述了CCS中的相关工具的使用。 该书适合DSP软件编程人员作为工作工具使用,也可作为大学DSP相关课程的参考书使用。-DSP programm
JNDIdb
- JNDI数据库配置 没有JNDI的做法存在的问题: 1、数据库服务器名称MyDBServer 、用户名和口令都可能需要改变,由此引发JDBC URL需要修改; 2、数据库可能改用别的产品,如改用DB2或者Oracle,引发JDBC驱动程序包和类名需要修改; 3、随着实际使用终端的增加,原配置的连接池参数可能需要调整; -No JNDI approach problems: 1, the database server name MyDBServer, user n
HTMLPJS_v2.1.1
- 这是一个js写的抽奖系统,很好用的。拿去学习很不错哦!-package com.mingrisoft import android.app.Activity import android.os.Bundle import android.widget.SeekBar import android.widget.Toast import android.widget.SeekBar.OnSeekBarChangeListener import androi
VBA-DLL
- VB工程源代码 - 创建一个可以被VBA引用的类库(.DLL).封装DLL 文件。-VB project s source code- to create a class library that can be referenced VBA (.DLL) package DLL files.
UML-graphic-style-
- 使用IBM rational rose开发的uml样式建模图,包括 包类,用例图,类图,对象图等等。-Using IBM rational rose uml modeling style, including package type, use case diagram, class diagram, object diagram and so on.
Constractuor
- * 同一个包中不能声明同名的类 * 构造器(构造方法) * 定义:创建和初始化对象的方法(初始化属性) * 1.构造方法必须在类中声明 * 2.构造方法的方法名与类名一致,包含大小写 * 3.构造方法没有返回值 * 4.使用new运算调用构造方法创建对象 * 5.Java根据不同参数的构造方法识别不同的构造方法 * * 构造方法与方法比较 * 1.语法 * 构造方法:方法名与类名一致,没有返回值,使用new运算调用构造方法
calculator
- 该文件是《软件工程》的课程设计。 我设计的是一个用java编写的计算器。 这个文件是计算机的软件设计模型,含有用例模型,分析类图,领域模型,设计模型,事务包,时序图等多个模块-The file is a " software engineering" course design. I designed is a java prepared by the calculator. This file is a computer software design model,