登录
首页 » Java » hw7

hw7

于 2020-06-22 发布 文件大小:161KB
0 217
下载积分: 1 下载次数: 0

代码说明:

  这是一个课后作业用java写的,帮助找到特点字符(a java script that used for finding specific character in a file)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • pyhone 图像识别 行人图像分类
    说明:  对行人图像进行二分类,行人 或者 非行人 ,分类效果好(The classification of pedestrian images, pedestrian or non-pedestrian, has a good effect)
    2020-06-19 07:00:01下载
    积分:1
  • 深度学习
    说明:  python 关于深度学习以及Imageai的一些资料(Python deep learning and other file about the Imageai)
    2020-06-16 12:28:32下载
    积分:1
  • 从命令行测试操纵杆的软件
    资源描述这是软件测试从USB手柄/摇杆从命令行按钮。也测试轴。代码是在C++和自由使用。代码可以在其他应用程序中实现的,甚至partsd软件。
    2022-03-03 12:36:46下载
    积分:1
  • Java/JSP万年历编写实例
    Java万年历源码,   TextField tfYear = new TextField("2004", 5); //显示年份的文本域   Choice monthChoice = new Choice(); //月份选择下拉框   Button btUpdate = new Button("更新"); //更新按钮   GregorianCalendar calendar=new GregorianCalendar(); //日历对象   Font smallFont = new Font("TimesRoman", Font.PLAIN, 15); //显示小字体   Font bigFont = new Font("TimesRoman", Font.BOLD, 50); //显示大字体   String days[] = {"星期日", "星期一", "星期二", "星期三","星期四", "星期五", "星期六"};   String months[] = {"一月", "二月", "三月", "四月","五月", "六月", "七月", "八月", "九月","十月", "十一月", "十二月"};   int daysInMonth[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; //每个月的天数   int searchMonth,searchYear; //查询的年份及月份   public void init(){    setBackground(Color.white); //设置背景颜色    searchMonth = calendar.get(Calendar.MONTH); //得到系统年份    searchYear = calendar.get(Calendar.YEAR); //得到系统月份    add(new Label(" 年:")); //增加组件到Applet    tfYear.setText(String.valueOf(searchYear)); //设置文本域文字    add(tfYear);    add(new Label(" 月:
    2023-03-16 17:35:03下载
    积分:1
  • MemristorPspice
    数学模型忆阻器的仿真,直观分析忆阻器的各种特性。(Math model memristor simulation)
    2017-09-13 14:49:34下载
    积分:1
  • forum-ddt
    The pdf file which gives the description abt the forum and ddt it is frm SAEC
    2013-02-11 15:51:08下载
    积分:1
  • 用计算机实现图论中的最短路径程序
    说明:  图论算法解决最短路径问题,可修改可套用,一学就会(Graph theory algorithm can be modified and applied to solve the shortest path problem.)
    2020-06-17 01:00:02下载
    积分:1
  • IV18 SOUCE
    说明:  基于STC单片机的MAX6921驱动的荧光钟程序(DS3231 clock program.)
    2019-02-24 22:15:14下载
    积分:1
  • Inverse_Kinematics_Algoirthm
    Inverse kinematics algorithm for Robot position control. Based on end chapter problems in Sciciliano et al book for Robot motion control. Different methods are used and their results provided.
    2021-03-19 13:49:19下载
    积分:1
  • CY8C20x36A_46A_66A_96A
    赛普拉斯技术说明手册,触摸按键,拓展IO(Cypress Technical Instructions Manual, Touch Key, Expand IO)
    2020-06-22 03:40:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载