上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 206 下一页
摘要: 【程序】 package test; import java.util.regex.Matcher; import java.util.regex.Pattern; public class Test4 { public static void main(String[] args) { Strin 阅读全文
posted @ 2021-12-27 21:38 逆火狂飙 阅读(370) 评论(0) 推荐(0)
摘要: 用Html5/Canvas绘制金波浪圈法兰西国旗。 阅读全文
posted @ 2021-12-26 19:52 逆火狂飙 阅读(75) 评论(0) 推荐(0)
摘要: 【代码】 package test; import java.math.BigInteger; import java.time.LocalDateTime; import java.time.format.DateTimeFormatter; public class Test3 { public 阅读全文
posted @ 2021-12-26 18:13 逆火狂飙 阅读(1442) 评论(0) 推荐(0)
摘要: 随机抽取中国古老的天干地支一个字,组合后给文件命名 阅读全文
posted @ 2021-12-26 17:52 逆火狂飙 阅读(115) 评论(0) 推荐(0)
摘要: 高中数学/导数/零点/极值点偏移 (2024.長沙月考) 已知函数(fx)=lnx一1/2*m*x-1 (1)讨论函数f(x)的零点个数; (2)若函数g(x)=x*f(x)有两个极值点x1和x2,证明:x1*x2>e2 阅读全文
posted @ 2021-12-25 09:46 逆火狂飙 阅读(114) 评论(0) 推荐(0)
摘要: 高中数学/导数/零点/不等式 已知函数f(x)=e^2x-a*x^2-1(x∈R),如f(x)有两个极值点 (1)求实数a的取值范围 (2)求证:a*e^2x1+a*e^2x2>2*e^2x1*e^2x2 阅读全文
posted @ 2021-12-23 22:52 逆火狂飙 阅读(78) 评论(0) 推荐(0)
摘要: 记录常见数学运算符和常数在Javascript中的用法 阅读全文
posted @ 2021-12-23 22:47 逆火狂飙 阅读(185) 评论(0) 推荐(0)
摘要: 2025~2026学年度武汉市部分学校高三年级九月调研考试数学试卷压轴题#19,17分 已知函数f(x)=(x^2-kx+1)*Inx在区间(0,1)和(1,+∞)各恰有一个零点,分别记为x1和x2. (1)求实数k的取值范围; (2)记曲线y=f(x)在点(x1,0)处的切线与两坐标轴围成的三角形面积为S, 求S/x2-x1的最大值; (3)若函数g(x)=f(x)-a有三个零点t1,to,t2,其中t1 阅读全文
posted @ 2021-12-22 22:03 逆火狂飙 阅读(159) 评论(0) 推荐(0)
摘要: 需求: 输入sql,判断其是否查询语句,检查规则是:select开头,sql中不允许有insert、delete和update的出现。 程序: package test; public class SelectMatch { public static void main(String[] args 阅读全文
posted @ 2021-12-22 20:38 逆火狂飙 阅读(5015) 评论(9) 推荐(0)
摘要: 正则表达式常用来制作模式,然后看字符串是否符合这个模式,殊不知正则也可以进行不该出现的字符串的匹配,请看程序: package test; public class RegNotIn { public static void main(String[] args) { String[] arr= { 阅读全文
posted @ 2021-12-22 20:17 逆火狂飙 阅读(787) 评论(0) 推荐(0)
上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 206 下一页