▍1. 21312
自己利用java实现的股票K线图,模拟股票一天内的走势,利用了jfreechart(Java implementation of the stock chart)
miniCAD-java GUI实现的小型CAD软件,界面其实模仿了windows画图的风格,实现了画线、画圆、画矩形、画文字载入图片,并能改变图形的颜色和大小。(In this project, you should use Java GUI to implement a simple drawing board. To get full marks, you should implement to: 1.draw line, circle, rectangle, text 2.change the color of a target 3.change the position of a targets 4.change the size of a targets 5.save images as files and load a image file All processes of changes should be visible.)
miniCAD-java GUI实现的小型CAD软件,界面其实模仿了windows画图的风格,实现了画线、画圆、画矩形、画文字载入图片,并能改变图形的颜色和大小。(In this project, you should use Java GUI to implement a simple drawing board. To get full marks, you should implement to: 1.draw line, circle, rectangle, text 2.change the color of a target 3.change the position of a targets 4.change the size of a targets 5.save images as files and load a image file All processes of changes should be visible.)
Java实现主曲线的生成过程,使用多项式线性算法。(Java implementation of the master curve generation process, using a linear polynomial algorithm.)
说明: ssh框架实现仓库管理系统。有代码和文档(The ssh framework implements a warehouse management system. Have code and documentation)
多种方式实现java word转pdf的demo ,支持docx(Various ways to convert from word to pdf ,supporting docx)
说明: 多种方式实现java word转pdf的demo ,支持docx(Various ways to convert from word to pdf ,supporting docx)
java实现txt、excel、word等文本转换为PDF格式文件(Java implements TXT, excel, word, and other text as a PDF file)
编写一个Java Web项目,实现从properties文件读取数据存储到数据库,并从数据库中读取数据,将结果显示在页面上。( Write a Java Web projects to achieve read the properties file data stored in the , and read data the , the results displayed on the page.)
说明: 用EvoHyp实现一维装箱问题的选择构造超启发式算法。(Implementation of a Selection Constructive Hyper- Heuristic using EvoHyp to solve the One-Dimensional Bin- Packing Problem)
说明: 关于Java聊天室的设计与实现的毕业设计源代码资料(On the design and implementation of java chat room)
说明: java图书管理系统毕业设计(源代码 论文)(Java Library Management System Graduation Project (Source code thesis))
一种蓝牙定位的java程序,功能完善,实现质心定位,三边定位和最小二乘算法,通过布置蓝牙的位置,定位精度在0.5M左右(A bluetooth positioning Java program, the function is perfect, realize the centroid localization, trilateral positioning and least squares algorithm, through the arrangement of the position of the bluetooth, positioning accuracy at about 0.5 M)
在这个项目中,你应该使用Java GUI实现一个简单的绘图板。 为了得到满分,你应该落实: 画线,圆,矩形,文字 改变目标的颜色 改变的目标的位置 改变的目标的大小 图像保存为文件,并加载镜像文件 变化的全部进程应该是可见的。 您应提交所有的源文件可运行jar文件( In this project, you should use Java GUI to implement a simple drawing board. To get full marks, you should implement to: draw line, circle, rectangle, text change the color of a target change the position of a targets change the size of a targets save images as files and load a image file All processes of changes should be visible. You should submit a runnable jar file with all your source files )
IBM robocode的冠军代码Vapour,直接可用,适合开发时做对比使用(IBM robocode champion Code Vapour, directly available for use when developing to do comparison )
java实现萤火虫算法,包括两种实现方法(The firefly algorithm)