搜索资源列表
struts+hibernateOA
- 本程序使用struts+hibernate实现的oa办公系统,现在实现了部分功能,还没有完全实现-the procedures used to achieve the Apache struts oa office system, a partial function, has yet to achieve
lizi1
- 注意有些实例只提供了部分模块,因此运行时需要添加其他代码。-attention to some examples provided only a partial module, the Runtime need to add other code.
图片放大镜5
- 实现图片的局部放大功能-achieve a partial picture zoom
ssh
- 一款基于WEB的聊天系统,MVC模式.采用HIBERNATE,STRUTS,SPING框架.页面采用DIV+CSS.其中聊天界面采用AJAX局部刷新显示-A WEB-based chat system, MVC pattern. Using HIBERNATE, STRUTS, SPING framework. Page using DIV+ CSS. One chat interface uses AJAX partial refresh display
hill
- 爬山算法是一种局部择优的方法,采用启发式方法,是对深度优先搜索的一种改进,它利用反馈信息帮助生成解的决策。 属于人工智能算法的一种。-Climbing algorithm is a partial merit-based approach, using heuristic methods, is a depth-first search of an improvement, which uses feedback information to generate solutions to help
taxi-company-later-stage
- Project: taxi-company-later-stage This project provides a partial implementation of a simulation of taxis operating on a city grid to pick up and transport passengers. This is the fourth stage of this project. It illustrates the implementation
txyzm(jsp)
- jsp写的中文图形验证码,支持局部验证,局部刷新,ajax实现-jsp code written in Chinese graphics, support partial validation, partial refresh, ajax implementation. .
jsxiaoguo
- 一些经典的JS效果,如:CSS实用鼠标经过变色的box,不带图片的圆角CSS box,带滚动条的缩略图排列,滑动图片效果,局部放大,流畅动感的css导航条,实用可拖动的日历js+css代码-Some classic JS effects, such as: CSS and practical mouse over color of the box, rounded corners without images CSS box, with scroll bars thumbnails arrang
XPwn
- Apple Iphone Ipad Partial Source Code
CompanyWebSite
- 品红公司宣传网站 包含前后台部分 实现在线聊天 在线购物使用WebService实现结账功能-Magenta company information site contains partial implementation of front-line chat online shopping checkout function implementation using the WebService
doxygen-1.7.4
- Doxygen是一种开源跨平台的,以类似JavaDoc风格描述的文档系统,完全支持C、C++、Java、Objective-C和IDL语言,部分支持PHP、C#。注释的语法与Qt-Doc、KDoc和JavaDoc兼容。Doxgen可以从一套归档源文件开始,生成HTML格式的在线类浏览器,或离线的LATEX、RTF参考手册。-Doxygen is an open source cross-platform, JavaDoc style of a similar descr iption of th
Cool-Gardens---Poems-by-Serj-Tankian
- code visual basic array matrix order java kutta runge method elliptical partial differential equation
Catfish
- Catfish.java. This class source file you have been provided Catfish. This class extends Animal and model attributes and behaviors of a catfish. Catfish is a child class of Animal. You have been provided a partial implementation of this class. Your ta
dwrkj
- DWR框架ajax的一套框架,希望用到页面局部刷新的朋友有帮助。-DWR ajax framework of a framework to use partial page refresh to help a friend.
shiyan5
- java中输入输出流类以及file类的使用以及相关的部分具有代表性的编码-The Java input and output stream class and file class use and related partial representative coding
java-image-processing
- JAVA图像处理读取BMP图像、用RGB获取灰度信息、直方图均衡化、拉普拉斯2阶滤波、平滑锐化、增强滤波、局部阀值处理、全局阀值处理等-Java image processing to read the BMP image, obtained by RGB gray level information, histogram equalization, 2nd order Laplace filtering, smoothing, sharpening, enhanced filtering, p
EJBPServlet
- 本实例为EJB+Servlet的图书系统小实例,其中有些构建不合理,只是作为参考,包含一些基本操作。-This is just a simple LibrarySystem example based on EJB&Servlet,partial implementation of it is not reasonable,so the objective is just to tell you how to use ejb&servlet to implement functions.
cheeting
- java实现的web聊天系统 前台采用Ajax局部实时刷新,后台用ServletContext存储聊天信息,简单好用,部署后即可运行-java web chat system to achieve front Ajax partial real-time refresh, background ServletContext store chat messages simple and easy to run after deployment
jSegue-2.1.1.7092
- jSegue是一个用于为本地代码生成Java绑定的工 具;tlb2java 可以生成Java和JNI代码来调用 COM Ole 自动化服务器,h-gen 可以生成C++代码来访问Java并实现本地方法。提供部分绑定:Windows PlatformSDK, GDI, ADO, 和 DAO。 -a jSegue is used to generate native code Java binding tool tlb2java can generate the Java and JNI code
Functional-JavaScript
- 功能是一个在Javascr ipt中的函数式编程库。它定义了标准的高阶功能,如map, reduce (aka foldl) 和 select(又名滤波器)。它还定义功能,如咖喱,rcurry,部分功能应用也定义了函数如curry, rcurry, and partial部分函数应用。而所有这些函数接受字符串,如 X - > X+1“,”X+1“,或 +1 和更详细的函数(X){ return X +1}同义。-Functional is a library for function