-
学生通讯录管理系统 用于管理学生的通讯信息
学生通讯录管理系统 用于管理学生的通讯信息-Student Address Book Management System
- 2022-03-13 16:24:02下载
- 积分:1
-
sanlianqi-
用c++编写的可以进行人人交战和人机交战的三连棋简洁版游戏(Can be prepared using c++ all three warring warring and human concise version of the game with chess)
- 2013-07-15 18:47:34下载
- 积分:1
-
DP-by-VB6
动态规划的小程序,根据耗水最少,实现水电站发电机组发电机的最佳选择。(Dynamic programming applet, at least according to water, hydroelectric turbines generators to achieve the best choice.)
- 2013-06-26 09:52:55下载
- 积分:1
-
d1dconstemper
说明: 热传导、对流换热、辐射换热、传热过程与换热器的基本概念和基本计算方法(Basic concepts and calculation methods of heat conduction, convection, radiation, heat transfer process and heat exchanger)
- 2020-09-12 12:37:58下载
- 积分:1
-
界面漂亮的JSP论坛系统
界面漂亮的JSP论坛系统 ——Helloer企业级JSP论坛,是由一个团队在运作,论坛界面设计精美,看上去很专业,源码包内有详细的论坛配置手册。Helloer论坛采用JSP+MYSQL+AJAX技术,操作方式简洁,让论坛操作不再繁琐是Helloer的理念,有兴趣需要构建JSP环境下论坛的朋友,不妨体验下Helloer。
- 2022-04-02 07:57:55下载
- 积分:1
-
chekers/国际象棋
国际象棋c代码,终端。你可以玩,但是没有规则,或者从chekers可能规则
- 2023-06-15 12:15:04下载
- 积分:1
-
WORD-VBA
WORD VB 二次编程,实现题库管理与自动出卷功能。(The WORD VB quadratic programming, question bank management, and automatic volume.
)
- 2012-04-09 11:36:00下载
- 积分:1
-
deituiCMS_feilei_v1.3
在线上门O2O系统,,PC+WAP+微信端等功能,在BAOCMS基础上二次开发的东西内核是BAOCMS 最新版内核,修复了所有的功能BUG,本源码可以微信支付定金,可以申请退款,商户端可以操作退款,操作接单等等……功能高级,版面完美,含员工端抢单、商户端管理、外卖、酒店、农家乐、跑腿等等功能,支持分站(On-line door-to-door O2 O system, PC+WAP+micro-messenger and other functions, on the basis of BAOCMS, the second development of the East-West Core is the latest version of BAOCMS kernel, repair all the functions of BUG, the source code can pay deposit by Wechat, can apply for refund, business end can operate refund, operation order, etc. High-level functions, perfect layout, including staff side to grab orders, business end management, takeout, hotels, farmhouse music, running errands and other functions, support sub-stations)
- 2020-06-21 01:40:02下载
- 积分:1
-
Java绘图:绘制虚线与实线
Java绘图:绘制虚线与实线
public LineDemo(){
super("实线与虚线"); //调用父类构造函数
setSize(300,200); //设置窗口尺寸
setVisible(true); //设置窗口可视
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); //关闭窗口时退出程序
}
public void paint(Graphics g){ //绘制组件方法
Graphics2D g2=(Graphics2D)g; //得到2D图形
Dimension dim = this.getSize(); //得到组件尺寸
g2.setColor(Color.white); //设置绘制颜色为白色
g2.fillRect(0, 0, dim.width, dim.height); //填充整个组件
g2.setColor(Color.black); //设置绘制颜色
g2.drawLine(40,160,280,160); //绘制实线
g2.drawLine(40,160,40,40);
g2.drawString("0",30,165); //绘制字符串
g2.drawString("100",16,50);
g2.drawString("200",270,175);
float[] dash={5,5}; //短划线图案
BasicStroke bs = new BasicStroke(1,BasicStroke.CAP_BUTT,BasicStroke.JOIN_MITER, 10.0f,dash,0.0f); //实例化新画刷
g2.setStroke(bs); //设置新的画刷
g2.drawLine(40,160,100,120); //用新的画刷绘制虚线
- 2022-01-28 07:52:17下载
- 积分:1
-
SosoSys-Version12.0
Soso移动业务系统,北大青鸟s2的一个小项目(Beida Jade Bird, S2, an object oriented layered thinking project)
- 2017-11-10 22:24:59下载
- 积分:1