搜索资源列表
UML与Rational Rose 2002从入门到精通
- 本书深入浅出地介绍了统一建模语言(UML)和Rational Rose软件,通过航空公司与购物推车例子介绍如何用UML和Rose进行项目需求分析、结构规划和生成框架代码,以及如何从现有系统逆向转出工程代码,生成Rose模型,并分章介绍了C++、Java、Visual Basic与CORBA/IDL和XML代码的代码生成与逆向转出工程代码。通过本书学习,项目开发人员可以用这个全新工具紧扣用户需求,方便地开发出符合用户需求的系统或根据用户需求对现有系统进行改造。 -the book easy
software-Java
- 用Java开发软件工程模型的详细设计文档-Java development software engineering model of the detailed design document
JAVA_Virtual_Plant_3D_Thesis
- 利用JAVA快速的实现植物的3维模型的学术论文。对于想深入学习JAVA和3维游戏或实验室的老师有用。-use Java to achieve rapid plant three-dimensional model of academic. For in-depth study to JAVA and three-dimensional games or laboratory teachers useful.
base-on-Java
- 本文以此为背景,提出了基于事件驱动的BDI agent实现体系结构,用信念(Belief)、事件(Event)、规划(Plan)等内部特征来描述软件agent,并给出了面向对象层次上的软件agent的UML模型,该模型定义了构成软件agent的四个对象:Agent、BeliefSet、Event、Plan 为描述这些对象及其交互关系,本文以java语言为基础,扩展出了能描述这四个对象的java类以及描述其交互关系-this background paper, based on Event-Dri
geneticalgorithmforthegenealizedassigmentproblem.r
- 分析了排课的数学模型, 根据遗传算法本身特点设计了一种数据结构基因编码 , 及几个涉及到的优化 目标评价函 数 , 提出了利用遗传算法解决排课问题的方法, 并通过试验验证了该方法的有效性、 可靠性 .-Timetable analysis of the mathematical model, according to the characteristics of genetic algorithm design of a data structure of genes encoding,
zydp
- 文件中包含一些资源调配相关的论文,其中涵盖了资源掉配模型的研究,并采用蚁群算法、遗传算法来实现。-Document contains a number of papers related to the allocation of resources, which covers the allocation of resources out of the research model and the use of ant colony algorithm, genetic algorithm to
POBOVODTOPOJODAO
- PO可以严格对应数据库表,一张表对映一个PO。 BO则是业务逻辑处理对象,我的理解是它装满了业务逻辑的处理,在业务逻辑复杂的应用中有用。 VO:value object值对象、view object视图对象 PO:持久对象 QO:查询对象 DAO:数据访问对象——同时还有DAO模式 DTO:数据传输对象——同时还有DTO模式 -PO can be strictly correspond to database tables, a table mapping a PO. BO is the bus
B200901
- 本文将排队论(又称随机服务系统)的思想和方法应用到校园信息网线路调节收费问题中,建立了相应于网络收费方案的用户与服务端口的M/M/n/n排队模型,对端口的利用率,用户能被服务的概率等,给出了合理的算式。合理的提出了该校网络按时间长收费的价格参照表。最后,对M//n/n排队模型进一步优化,在改进模型中,我们加入了用户网络流量与设备利用率的关系,从而使价格的制定更加合理,使设备的利用率进一步提高。文章还收集、整理了某高校校园网网络管理中的实际数据,代入模型进行实证分析,获得了相关技术指标。-In t
Logistic
- jsp/servlet源码 用户下订单和后台处理订单的网站模式-jsp/servlet source code customers orders and back-office order processing site model
LWUIT
- Sung公司推出的LWUIT文档,J2ME新的UI控件LWUIT。LWUIT是一个轻量级JavaME UI工具包。主要的特性包括:类似Swing 的MVC架构,支持多种布局(Layouts),皮肤更换,字体,触摸屏,动画效果,Rich控件,3D集成,Painter,模式对画框,I18N/L10N等。-Sung launched the LWUIT documents, J2ME new UI controls LWUIT. LWUIT is a lightweight JavaME UI Too
ders8_2006
- Develop two different implementations of Snake model by using a Greedy algorthm and an Gradient Descent method. Compare results. Put all details and results in your report.
Text-feature-dimension-reduction
- 关键词:文本分类 特征降维 规则抽取 模式聚合 粗糙集 -Keywords: text classification feature dimension reduction rule extraction model aggregation rough set
Java-design--model
- 介绍了所有的java设计模式,很全面很具体,是学习java设计模式必不可少的资料-The all java design patterns, very comprehensive and very specific learning java design patterns are essential for information
java-model
- JAVA技术的各种模式问题,面试经常需要-The JAVA technology of various modes interview often need
Java-single-model
- 单例模式是Java的一种设计模式,本文很好地解释了单例模式,很容易理解-Java Singleton pattern is a design pattern, the paper well explained singleton pattern, it is easy to understand
FTPClient2.java
- client server model code
memory-model
- 多核处理器为并发编程打开了一扇扇新的大门,Java内置的多线程机制可以方便地实现多个并发程序的开发以及多任务同时执行,但是Java线程之间的通信对程序员完全透明,内存可见性问题很容易困扰Java开发人员,本文将简单分析基于内存模型的Java并发编程。-Multicore processors concurrent programming has opened a new door fan, built-in Java multithreading can easily achieve devel
23设计模式-Java
- 对23中设计模式详细说明,帮助大家更好的了解23设计模式(Detailed descr iption of the design model in 23, to help you better understand the 23 design patterns)
hello.java
- 游戏,这是一个初学者游戏里面的,具有很好地学习价值,大家可以看看(Java is a programming language originally developed by James Gosling at Sun Microsystems and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntax from C and
Principle of Operating System1
- 针对进程和线程模型进行的一个深入的讲解,是对无论是前端还是后台编程的一个重要基础。(An in-depth explanation of the process and thread model is an important basis for both front-end and back-end programming.)
