资源列表
javaapizwb_5164
- 4阶斐波那契序列如下:f0=f1=f2=0, f3=1,…,fi=fi-1+fi-2+fi-3+fi-4, 利用容量为k=4的循环队列,构造序列的前n+1项(f0, f1 , f2 ,… fn ),要求满足fn ≤200而fn+1 >200。 -finish english problem
croftsoft_2008-09-28
- float midy = (float)(y - lastY)/2) double phi = Math.atan2(midy-center.y, midx-center.x) String s = neighbors[i-1] double sw = font.getStringBounds(s, frc).getWidth() double diag = Math.sqrt(sw*sw + sh*sh)/2 float sx = (float)(mi
disaster
- 权限控制,数据录入,增删改查,报表输出,及地图展示-Access control, data entry CRUD, report output, and map display
ePortal
- java 商务门户网站代码,了解大型网站的相关工作流程。
ePortal
- 毕业设计或者日常普通应用均可以的免费电子商务平台web系统,利用的Java技术,系统性能稳定,逻辑清楚!-Graduation design or the ordinary applications of the free e-commerce platform for web systems, the use of Java technology, the system performance is stable, the logic is clear!
ePortal
- 电子商务系统 用Myeclipse开发 采用ssh技术,tomcat做web容器,数据库采用mysql,-E-commerce systems
ePortal
- 用目前开发主流开源框架SSH2写的电子商务平台,框架整合开发,有详细的注释与数据库脚本。-The mainstream of development with the current open-source framework written in SSH2 e-commerce platform, integrated development framework, detailed notes and database scr ipts.
dianying
- 一个电影网站源码,包括java源文件和所有css样式表以及js文件-A movie website source code, including Java source file and all CSS style sheet and js files
ePortal
- 新闻采集系统,有助于初学者学习,是从一本书的光盘里找出来的-News
ePortal
- 这是一个电子商务门户网站的完整代码,采用Spring+Structs2+Hibernate框架,功能强大,部署后即可运行-This is the complete code of a e-commerce portal, using Spring+ Structs2+ Hibernate framework.It s powerful,you can run it after deployment
ePortal
- 电子商务网站,大型门户网站是这样炼成的。-E-commerce sites, large portal is so Tempered.
ShoppingFashion
- 该项目基于SSH框架,使用MyEclipse,Oracle数据库进行开发,利用Spring的IOC技术实现组件之间的依赖关系注入,以及Spring AOP编程进行日志记录.按照MVC的设计模式,实现了View层(显示层)、Control层(控制层)、Service层(业务逻辑层)、DAO层的多层架构.