搜索资源列表
10_02
- 这是一个java程序,使用了中点位移法自动生成分形山,在上面还提供了一些注释,可以作为课程设计的参考资料-This is a java program, using the midpoint displacement method automatically Katayama Health ingredients, in the above also provides a number of notes can serve as a reference for curriculum desig
multiplication
- Jcreator环境,将乘法运算转化为位移和加法运算-do multiplication with displacement and addition
kmp
- java代码,KMP算法匹配,返回位移值,用户可自行改变原文本及想要匹配的文本-java code, KMP matching algorithm, the return displacement value, the user can change the original text of this and want to match their own
Cars
- 定义一个汽车类,然后定义一个集合,加入5个汽车对象,然后对元素进行迭代输出(要求取出汽车对象中存放的车名、轮子个数、排量等信息)。-Define a car class, and then define a collection of objects added to five cars, then iterate over the elements of the output (requires removing objects stored in the car car name, numb
实习代码
- 简易汽车零部件管理系统设计与实现(JAVA) 课程设计 纯Java 代码完全,有数据库 1) 汽车零部件管理系统中存在如下业务实体:整车(编号、名称、型号、类型、排量、重量、外观尺寸、颜色、生产日期、产地等,也可以看成是一个部件),部件(编号、名称、装配时间、重量、外观尺寸、产地、备注等),零件(编号、名称、类型、材料、重量、外观尺寸、颜色、生产日期、产地等),装配信息(部件编号、零部件编号、装配时间、备注等,部件之间可以嵌套,亦即部件也可以由子部件构成); 2) 支持对以上相关业务实