搜索资源列表
Matrix_ana
- 用JAVA所写的用于矩阵运算的类,包括矩阵加、减、乘法、矩阵求逆,转置等-written with Java for matrix calculation of categories, including matrix, plus or minus, multiplication, matrix inversion, and so on to home
Spring_in_Action_with_Source
- <Spring in action>原版和代码,是学习Spring的好资料,本书分为三大部分和两个附录,每一部分专注于Spring框架的一个领域:核心层、中间层和Web层。第一部分展示了Spring框架的两个核心概念:反向控制(Inversion of Control,IoC)和面向切面编程(Aspect-Oriented Programming,AOP),以便理解Spring的基础原理,这些基础原理在本书各个章节都会用到。第二部分在第1章介绍的IoC和AOP基础之上,展示了如何将这
elecfan
- 一款电风扇程序,有图形界面,截面上设有按钮,通过按不同按钮可以观看电风扇的启动,关闭,反转,加速等.-fans procedures, graphics interface, with sections on the button By following different buttons fans can watch the start of the closure of inversion, such as accelerated.
实现生产者和消费者问题
- 实现生产者和消费者问题。输入:由英文字母和数字组成的不定长度字符串数组,例如{“abc”,”23d”,”1a”}。每隔100毫秒,生产者线程读入数据,放入生产者公用的仓库;消费者从仓库中取出字符串,进行倒置,-Producers and consumers realize the problem. Input: letters and numbers from the adventitious length of the string array, for example, {" ab
OverTurn
- 一幅灰度图像的翻转程序,用JAVA实现,可以直接翻转-A gray image of the inversion procedure, using JAVA to achieve, can be directly reversed
spring_aop
- 一个spring的aop反转的控制例子,里面讲述了基本的注入方法和如何去取得dao的值-A spring of aop examples of inversion of control, which describes the basic injection method and how to obtain the value of dao
DependencyInjection
- IoC 容器和Dependency Injection 模式撰文/Martin Fowler 编译/透明 Java 社群近来掀起了一阵轻量级容器的热潮,这些容器能够帮助开发者将来自不同项目的组件组装成为一个内聚的应用程序。在它们的背后有着同一个模式,这个模式决定了这些容器进行组件装配的方式。人们用一个大而化之的名字来称呼这个模式:“控制反转”( Inversion of Control,IoC)。在本文中,我将深入探索这个模式的工作原理,给它一个更能描述其特点的名字——“依赖注入”(Depend
LinkedListDemo1
- 用linklist建立一个单链表,并将其倒置-Create a list using linklist and its inversion
Lulu.com.Java.J2EE.Job.Interview.Companion.2nd.Edi
- java javaee 面试伴侣,非常全面的介绍了java javaee 相关的面试题-Have you got the time to read 10 or more books and articles to add value prior to the interview? This book has been written mainly from the perspective of Java/J2EE job seekers and interviewers. There a
MultiThreadMutiple
- 矩阵并行乘法 java多线程实现-matrix inversion algorithm
SSH
- chap01 领略清晰的MVC流程----Struts讲解技术资料chap02 体验控制反转的理念----Spring介绍技术文档chap03 感悟Hibernate操作数据的方便技术资料chap04 SSH互整合技术资料-the chap01 enjoy the MVC process---- Struts---- Spring introduces technical documentation sentiment Hibernate operational data to facilita
Jama
- The United States Organization for Standardization and the joint development of MD University. Realize java matrix package. JAMA composed by six java category: Matrix, CholeskyDecomposition, LUDecomposition QRDecomposition SingularValueDecomposition
huiwenshu
- 包含3个文件代码,回文数的判断,字符的反转,统计含有7的数字个数-Contains three files code palindrome judgment, the inversion of the character, statistics contain the number of digits of 7
iocSpring
- 控制反转(Inversion of Control,英文缩写为IoC)是一个重要的面向对象编程的法则来削减计算机程序的耦合问题。 控制反转还有一个名字叫做依赖注入(Dependency Injection)。简称DI。-spring ioc kongzhifanzhuan
SY6SpringIOC
- 实现了Spring框架的控制反转技术的源码-Spring framework to achieve the inversion of control technology source
ncutils
- 数据块的编解码部分和矢量求逆的测试部分,内含各种相关编码类。-The encoding and decoding part of the data block and the part of the vector inversion test, including all kinds of relevant coding class.
tiny-spring
- 是spring的简易实现,Spring是一个解决了许多在J2EE开发中常见的问题的强大框架。 Spring提供了管理业务对象的一致方法并且鼓励了注入对接口编程而不是对类编程的良好习惯。光谷校区专业老师指出,Spring的架构基础是基于使用JavaBean属性的Inversion of Control容器。然而,这仅仅是完整图景中的一部分:Spring在使用IoC容器作为构建完关注所有架构层的完整解决方案方面是独一无二的。(Spring's easy implementation, Spring
MatrixMath
- 线性代数常用的一些算法,加、减、乘、除、转置、求逆(Some algorithms commonly used in Linear Algebra: additive, subtraction, multiplication, division, transposed, inversion)
MatrixMathforjava
- 线性代数常用的一些算法,如:加、减、乘、除、转置、求逆(Some algorithms commonly used in linear algebra, such as adding, subtraction, multiplication, division, transposing, inversion)
DS
- 链表和树的遍历查找 链表的反转 合并链表 查找单链表中的倒数第K个结点 不允许用长度(Linked list and tree traversal lookup, linked list inversion and merge list lookup. The countdown K node in single chain table is not allowed to use length.)