上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 203 下一页
摘要: 【图像】 【代码】 <!DOCTYPE html> <html lang="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <head> <title>抛物线x^2=256y</title> < 阅读全文
posted @ 2023-09-08 23:40 逆火狂飙 阅读(99) 评论(0) 推荐(0)
摘要: 【图像】 【代码】 <!DOCTYPE html> <html lang="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <head> <title>六幂函数比较</title> <style 阅读全文
posted @ 2023-09-08 13:41 逆火狂飙 阅读(24) 评论(0) 推荐(0)
摘要: 【图像】 【代码】 <!DOCTYPE html> <html lang="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <head> <title>六对数函数比较</title> <styl 阅读全文
posted @ 2023-09-08 11:24 逆火狂飙 阅读(29) 评论(0) 推荐(0)
摘要: 【图像】 【代码】 <!DOCTYPE html> <html lang="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <head> <title>六指数函数比较</title> <styl 阅读全文
posted @ 2023-09-08 08:33 逆火狂飙 阅读(49) 评论(0) 推荐(0)
摘要: 图像: 代码: <!DOCTYPE html> <html lang="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <head> <title>勾画y=1.1^x及y=0.99^x</tit 阅读全文
posted @ 2023-09-07 08:26 逆火狂飙 阅读(118) 评论(1) 推荐(0)
摘要: 图像: 代码: <!DOCTYPE html> <html lang="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <head> <title>勾画log10_x</title> <styl 阅读全文
posted @ 2023-09-05 08:19 逆火狂飙 阅读(105) 评论(1) 推荐(0)
摘要: 【问题】 现有2个红球,2个黄球,3个白球,3个黑球,同色球不加区分,将十个球排成一列,有多少种不同的方法? 【数学分析】 上面的关键就是“同色球不加区分”这句,这句话的潜台词就是“选出的结果无需排列”。 人排队肯定是排列的,因为有很多属性不一样,但两个同样规格的球不需要,因为所有属性都一致。 接下 阅读全文
posted @ 2023-09-02 21:41 逆火狂飙 阅读(340) 评论(0) 推荐(0)
摘要: 【目的】 在graphics上下文中绘制图片,需要放大或缩小绘制。 【关键语句】 g.drawImage(img, left, top, width, height, null); 以上参数中width和height是画到画布上的宽度和高度,它们的尺寸比原图大就是放大,比原图小就是缩小。 【代码】 阅读全文
posted @ 2023-05-06 19:17 逆火狂飙 阅读(98) 评论(0) 推荐(0)
摘要: 【问题】 graphics画原图容易做到,怎么绘制缩小到1/4或是放大到四倍的图像? 【关键】 使用BufferedImage..getScaledInstance进行图像缩放。 【有图有真相】 【代码】 package test230505; import java.awt.Color; impo 阅读全文
posted @ 2023-05-06 11:06 逆火狂飙 阅读(109) 评论(0) 推荐(0)
摘要: 【问题】 有一张图片想在JFrame中展示,但想把它放在jar包的里面,该如何访问它? 【打包的处理】 如果想知道导出jar的具体步骤可以参考:https://www.cnblogs.com/heyang78/p/15107618.html 【关于donate.png位置】 在开发时,这个文件应该在 阅读全文
posted @ 2023-05-06 09:23 逆火狂飙 阅读(271) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 203 下一页
生当作人杰 死亦为鬼雄 至今思项羽 不肯过江东