搜索资源列表
poolman-2[1].0.4.tar
- PoolMan 库和可视的JDBC2.0驱动程序提供了JAVA对象群,以及特别的扩展功能,用于处理数据库资源和暂存对多个数据库的SQL查询/结果。PoolMan在企业应用级上删除了一个通常的瓶颈,最大化实现了JDBC用于servlets,Jsp和其他的JAVA数据库应用程序的性能。-PoolMan library and the visual JDBC2.0 driver for the Java Object group, and special extensions for processi
script_code
- 一些实用而且必用的小脚本代码,包括“进入主页后自动播放声音,进入主页后自动最大化,显示现在时间的脚本,显示最后修改时间的脚本,设为首页加为收藏夹等”-some practical but certainly with the small scr ipt code, including the "Home to automatically broadcast voices After entering the home page automatically maximize shows
JavaScript.rar
- Javascr ipt一些很实用的操作: 页面载入时最大化显示、打开一个新的页面、弹出窗口定时关闭、实现返回历史上一页等,Javascr ipt some very practical steps: to maximize the display when the page loads, open a new page, turn off pop-up windows from time to time to achieve the return of history, etc. Back
splitpane.rar
- 实现窗口分隔开显示两个组件,一键最大化窗口和复原,Window to achieve separation of the two components, a key to maximize the window and recovery
AppletTest
- 编写Applet程序,改变applet窗口大小,使其最大化、最小化,查看init()、start()、paint()、和destroy()方法的执行情况(执行顺序和执行次数)。-Write Applet program, change the applet window size to maximize, minimize, see init (), start (), paint (), and destroy () method implementation (execution order
Eclipse
- Eclipse实用快捷键大全 Alt+左箭头,右箭头 以在编辑窗口切换标签 Alt+上下箭头, 以自动选择鼠标所在行,并将其上下移动 Ctrl+f6 可以弹出菜单,上面列出可以切换的编辑窗口,这样不用鼠标也可切换 Ctrl+f7 可以在视图之间切换 ,如编辑视图,输出视图,工程视图 Ctrl+f8 可以在不同的观察视图中切换,就是在java视图,调试视图,等之间切换 Ctrl+m 可以在最大化当前窗口和还原当前窗口之间切换 Ctrl+e 弹出输入窗口,可以输入你想要
maximize
- 页面自动最大化,在网页制作中插入此代码,将实现网页页面最大化的效果。-Page automatically maximize production in the page insert this code will achieve maximum results web page.
TestPaint
- 画一个红色实心椭圆和一个绿色矩形 (用到可以自动调用的paint方法, 运行后调整窗口大小或最小化,最大化等时都会使图形自动重画)-Draw a solid red oval and a green rectangle (used to automatically call the paint method, run resize the window or minimize, maximize, etc. will automatically redraw the graph)
ImagesBig
- 这里有2个都是控制图片 你的鼠标移动过去旁边就有这个图片的最大化得效果。-Here are two pictures are control over your mouse to move there next to get the maximum effect of this picture.
luanxian
- 超平滑的图片滚动轮显,当前张放大,Javascr ipt版,貌似超不错的滚动效果,用鼠标点击左右的控制按钮也可控制图片滚动,没有滚动到的图片呈缩略图状态,滚动到当前的时候是最大化的,有点3D的味道。 -Ultra-smooth scroll wheel was a picture, to enlarge the current sheets, Javascr ipt version, looks like a good roll over effect, with the mouse to
MyCalculatorApp
- 面向对象的计算器,最大化调整大小,还没有做,但是大体功能已经完成,纯面向对象的-Object-oriented calculator to maximize the size of adjustment, have not done, but the general function has been completed, the pure object-oriented
JSPGenCMS3_20110918
- 基于Java(JSP)+MySQL架构的软件开发框架JSPGenSDF(简称JSPGen),用于快速Java(JSP)软件开发,以安全、快捷、自由、高效和稳定为开发标准,最大化地发挥程序员的创造能力,尽量减轻开发过程中去编写不必要的代码,为IT企业及Java(JSP)开发者量体打造的开发框架。-Software development framework based on the architecture of Java (JSP)+MySQL JSPGenSDF (referred JSPGe
Dynamic-Programming-0-1-knapsack
- 对于给定n种物品和一背包。在容量最大值固定的情况下,要求装入的物品价值最大化。-For a given n kinds of items, and a backpack. The maximum fixed capacity required to maximize the value of goods loaded.
Parkinglot
- 停车场里经常碰到车对车的情况,有时候车停的还很深。这能最大化地增加停车场停的车的数量,但是车主的车被停在一大排的车后面。在这种情况下,所有的车要离开来让要出去的车离开-Parking lot attendants often park cars bumper-to-bumper, several cars deep. This maximizes the number of cars they can fit into a parking lot at the expense of compli
HomeworkManageSys
- ASP.NET MVC 2作业管理系统:采用Microsoft Visual Studio2010作为开发平台,Microsoft SQL Server2005进行数据库设计,开发采用C#语言,ASP.NET MVC 2结合jQuery Ajax作为核心技术。使用ASP.NET MVC设计模式,可以使系统将数据和业务逻辑从表示层分开,最大化重用代码,使得系统变得更加容易维护和扩展。老师可以通过该系统,在简单、友好的WEB页面上选择自己任教的课程和在相应上课时间段中发布、删除、修改、查询作业题目和
maximize
- 实现matlab中figure窗口的最大化、最小化、移动等功能。-Matlab maximize the figure window is minimized, mobile and other functions.
LouvainAlgorithm
- 为了降低算法的时间复杂度,Vincent Blondel等人提出了另一种层次性贪心算法(BGLL算法)。该算法包括两个阶段,这两个阶段重复迭代运行,直到网络社区划分的模块度不再增长。第一阶段合并社区,算法将每个节点当作一个社区,基于模块度增量最大化标准决定哪些邻居社区应该被合并。经过一轮扫描后开始第二阶段,算法将第一阶段发现的所有的社区重新看作节点,构建新的网络,在新的网络上迭代的进行第一阶段。当模块度不再增长时,得到网络的社区近似最优划分。 算法的基本步骤如下: 1).初始化,将每个节点划
commons-lang-2.6-rar
- common-lang-2.5的包 Apache Commons包估计是Java中使用最广发的工具包了,很多框架都依赖于这组工具包中的一部分,它提供了我们常用的一些编程需要,但是JDK没能提供的机能,最大化的减少重复代码的编写(orag.apache.common.lang)
myControlBox
- 仿QQ样式的最大化、最小化、关闭按钮控件(包括获取焦点时的虚框显示)(Imitation QQ style button of controlbox (including input focus gridlines display))