资源列表
softhy.net_408w
- 由 L-Blog1.08美化而来, 增加tags查寻功能 增加论坛程序 增加相册功能 增加下载功能 增加会员才可以下载-by L-Blog1.08 from landscaping to increase tags search function to increase the Forum proceedings more albums increased functionality to increase the ability to download only
dTree0909
- 1、准确模拟window TreeView控件外观与行为。 2、从数据库中读取结点结构,理论上可以无限级分级。 3、对每个结点可以定义标题、说明、连接地址、连接目标、结点图标、结点打开时的图标。-an accurate simulation TreeView control window appearance and behavior. 2, read from the database node structure, it could theoretically unlimited-l
ijspnews
- 新闻发布 由于程序采用了静态的HTML作为新闻存储的格式,使得新闻访问速度很快,同时几乎不消耗服务器资源,能够很好的应付大量用户浏览。 新闻显示采用了先进的模板显示技术,您只需懂得一点HTML知识,便可自定义新闻显示方式,使用界面更加灵活及多样化。 先进的全文检索技术,使得新闻检索的速度更快,是数据库检索的几十至上千倍,这取决于新闻数据的多少,通常新闻数据越多优势越明显。 -press release procedures used as a static HTML for
Java版象棋
- 中国象棋小游戏,图片没有,代码在此 敬请下载-chines chess, no picutures , source is prepared for your downlaoding.
flash学习特效
- 一些FLASH 小效果的代码,对于学习FLASH有一定基础的人不错-some small effect of the code, learning FLASH a basis of good
溢洋论坛子
- jsp论坛源码 论坛这里使用的ACCESS数据数据库。 数据源名称:yyForum,用户名:xyworker,密码:999 也可以改变jdbc.java 文件的代码,然后编译。 数据库为:forum.mdb。 您可以修改:\\\\inc\\public.jsp (头文件)和 \\\\inc\\jumpboard.jsp(脚文件) 为论坛加上你网站上的头文件和脚文件。注:不能替换,只能修改。 【论坛管理】 配置完成以后,打开论坛首页,系统管理员:admin 密码
32vieri21
- 韩国的导航条韩国的很牛逼啊很牛很牛很牛很牛很牛的很牛-Korea Navigation Korea pulled ah very very very Niu Niu Niu very very very Niu Niu Niu is the
Fader
- 改程序可以实现渐隐渐现的文字.程序源码在Java2上编译通过,并且有注释.-reform process can be achieved gradually become Implicit is the language. Procedures in Java2 source compiled through, and it Notes.
TemperatureChange
- 温度转换程序.这个程序将使用算数运算符将一个华氏温度转变成一个摄氏温度,然后再将一个摄氏温度转换为华氏温度,并将结果输出。-temperature conversion. This procedure will use arithmetic to a Fahrenheit temperature into a Celsius temperature, then pass a Celsius temperature conversion of Fahrenheit temperature, the
大眼睛的Mathematica教程
- 主要介绍一款功能强大的数学软件的简要使用方法,能够保证在很短的时间内学会.-introduces new powerful mathematical software brief use, and guaranteed in a very short time to learn.
天乙代码src_531
- 天乙代码src_531.rar 天乙代码src_531.rar 天乙代码src_531.rar 天乙代码src_531.rar-src_531.rar Tian code code src_531.rar src_531.rar Tian Tian Tian source code src_531.rar src_531.rar
Adapter
- 意图 将一个类的接口转换成客户希望的另外一个接口。A d a p t e r 模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。 适用性 · 你想使用一个已经存在的类,而它的接口不符合你的需求。 · 你想创建一个可以复用的类,该类可以与其他不相关的类或不可预见的类(即那些接口可能不一定兼容的类)协同工作。 · (仅适用于对象A d a p t e r )你想使用一些已经存在的子类,但是不可能对每一个都进行子类化以匹配它们的接口。对象适配器可以适配它的父类接口。 -inten