资源列表
VerySimpleCalculator
- 在写论文的时候用到很多批量计算,这是一个简易的计算器。把excel内的数据按照列paste到txt文件。修改源码就可以计算数据了。简单但实用,并且是初学者学习如何处理文本文件的一个实例。问题email到fly-lion@126.com-writing papers when used in many mass, which is a simple calculator. Put excel in accordance with the data shown paste to txt docume
3guanli
- 32如何管理三十二种类型的员工如何管理三十二种类型的员工-32 how to manage 32 types of employees how to manage the 32 types of employees
cottonBusiness_code
- 一种快速开发的Java Web架构,doc里有详细的设计文档和开发文档。-a rapid development of Java Web framework, doc are detailed documentation of the design and development documents.
bbs0515
- jsp+servlet+javabean实现的BBS源码-jsp servlet javabean realized BBS FOSS
jsphanzichuli
- jsp汉字处理程序,防止汉字的不能正常显示,总共有2种方法-jsp Chinese character processing procedures to prevent the normal Chinese characters, a total of two methods.
Thinking.In.Java-code
- 是think in java 第三版源码-think is the third edition of the source code in java
zhuizhu
- 利用java,对两个质点进行追逐的问题进行完整编写。-use java, the particles were chased two issues of integrity prepared.
zoomableLineChart
- FLASH实现的可根据图例个数自动缩放图表宽度组件, 实现自xml装载数据并绘制方面分析的图表.-FLASH can be achieved under the automatic zoom Figure Number width chart components, realize xml loading data analysis and mapping tables.
bambooBarChart
- FLASH实现的竹节图组件, 实现自xml装载数据并绘制方面分析的图表.-FLASH plans to achieve the mixture components, to achieve self-loading xml data analysis and mapping tables.
pieCharCoponentt
- FLASH实现的PIE chart组件, 实现自xml装载数据并绘制方面分析的图表.-FLASH realized PIE chart components, realize xml loading data analysis and mapping tables.
barChartLegend
- FLASH实现的bar chart组件, 实现自xml装载数据并绘制方面分析的图表.-FLASH achieve the bar chart components, realize xml loading data analysis and mapping tables.
antigmailjava
- 实现一个类,描述二维平面的直线Line。 描述属性:私有属性 直线所通过的点:Point p; 直线的斜率:double m 实现方法: 直线的构建; 返回直线的两个属性; 返回直线在Y轴上的截距:yIntercept ; 判断两条直线是否相等; 显示直线的内容:y = mx + b isParallelTo(L