-
这是一个八皇后问题的扩展,使用java实现,扩展到了多皇后,只要你输入皇后的个数,能给出所有的解。...
这是一个八皇后问题的扩展,使用java实现,扩展到了多皇后,只要你输入皇后的个数,能给出所有的解。-This is an expansion of 8 Queen
- 2022-02-13 01:05:14下载
- 积分:1
-
java多线程聊天程序GUI界面socket实现
java多线程聊天程序GUI界面socket实现-java chat program GUI multi-threaded socket interface to achieve
- 2022-03-14 15:37:47下载
- 积分:1
-
Language translation of a Java program, type the English translation to the Chin...
一个Java语言翻译程序,输入英文翻译到汉语,通过加载自己编写的词汇库进行匹配,能进行一些日常语的翻译。-Language translation of a Java program, type the English translation to the Chinese, through the words I have written to load database matching can also conduct day-to-day translation of the phrase.
- 2022-11-24 01:35:04下载
- 积分:1
-
Hermite曲线的生成算法,通过建立四
Hermite曲线生成算法,通过四个点的确立绘制hermite曲线-Hermite curve generation algorithm, through the establishment of four-point hermite curve drawing
- 2022-07-02 09:09:35下载
- 积分:1
-
OpenSwing的经典示例
OpenSwing的经典示例-classic example OpenSwing
- 2023-05-17 05:00:04下载
- 积分:1
-
一个实现了,画圆,直线,橡皮擦,随意画等功能的java画图程序
一个实现了,画圆,直线,橡皮擦,随意画等功能的java画图程序-one achieved, and the Circle Line and eraser, arbitrary function of painting java drawing program
- 2023-01-14 19:15:03下载
- 积分:1
-
分析开心网的超级大亨游戏的源代码,JDK5 + MySQL5.1。作用:自动登录,每隔3分钟爬取相关页面,获得实时价格信息;根据MySQL中的数据,统计平均价格...
分析开心网的超级大亨游戏的源代码,JDK5 + MySQL5.1。作用:自动登录,每隔3分钟爬取相关页面,获得实时价格信息;根据MySQL中的数据,统计平均价格、最高价格、最低价格。附件为源代码,db目录的kaixin_20091225.rar为mysql的数据库脚本,用sqlyog恢复,查询.sql为调用语句示例,存储过程market_statistics 更新最近3天的价格信息 -Analysis of super-happy network tycoon game" s source code, JDK5+ MySQL5.1. Role: Automatic logon, every three minutes to climb to take the relevant pages, access to real-time price information according to MySQL data, statistics on average price, the highest price, the lowest price. Annex to the source code, db directory kaixin_20091225.rar scripts for mysql database, using sqlyog recovery, the query. Sql call statement for example, stored procedure market_statistics update the last 3 days of price information
- 2022-02-13 11:22:41下载
- 积分:1
-
JSP核心技术源代码,和本站的JSP核心技术分析,可以合用,效果更好!...
JSP核心技术源代码,和本站的JSP核心技术分析,可以合用,效果更好!-core technology JSP source code, and the JSP site core technology, we may share, better results!
- 2022-01-26 01:25:13下载
- 积分:1
-
finaloverridingillusion.ziplic类dowhiledemo {
finaloverridingillusion.ziplic class DoWhileDemo {
public static void main(String[] args) {
String copyFromMe = "Copy this string until you encounter the letter g ."
StringBuffer copyToMe = new StringBuffer()
int i = 0
char c = copyFromMe.charAt(i)
do {
copyToMe.append(c)
c = copyFromMe.charAt(++i)
} while (c != g )
System.out.println(copyToMe)
}
}
-finaloverridingillusion.ziplic class D. oWhileDemo (public static void main (String [] args) (String copyFromMe = "Copy this string un til you encounter the letter g. "StringBuffer c opyToMe = new StringBuffer () int i = 0 char c = cop yFromMe.charAt (i) do (copyToMe.append (c) c = copyFromMe.charAt (i)) while (c! = g) System.o ut.println (copyToMe
- 2022-08-16 16:32:30下载
- 积分:1
-
简单的一个答题系统,记录正确率和答题数量~
简单的一个答题系统,记录正确率和答题数量~-Answer a simple system to record the correct answer rate and the number of ~
- 2023-03-09 18:35:04下载
- 积分:1