登录
首页 » Java » NumberExample

NumberExample

于 2018-11-26 发布 文件大小:4KB
0 204
下载积分: 1 下载次数: 0

代码说明:

  将若干基本数据写入到一个文件,然后再按顺序读出(Write some basic data into a file and read it out sequentially)

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

发表评论

0 个回复

  • 运算放大器求和电路实验代码
    说明:  湖南大学电子线路第二次实验代码(运算放大器求和电路)(The second experiment code of electronic circuit of Hunan University (sum circuit of operational amplifier))
    2019-12-07 15:12:35下载
    积分:1
  • 实现16X16的点阵滚动显示。采用c语言编程,并在protuse上仿真通过...
    实现16X16的点阵滚动显示。采用c语言编程,并在protuse上仿真通过-Achieve 16X16 dot matrix scrolling display. Using c language programming and emulation through on protuse
    2022-03-16 13:38:08下载
    积分:1
  • 这是一个模式是别里的关于fisher算法实现的广义线性分类器
    这是一个模式是别里的关于fisher算法实现的广义线性分类器-This is a model other fisher Lane on the algorithm of generalized linear classifier
    2022-03-18 07:18:47下载
    积分:1
  • table
    一个桌子,可以对其进行移动旋转,并可设置长宽高。(A table, you can move the rotation, and can set the length and breadth.)
    2012-05-23 20:51:32下载
    积分:1
  • 一个与传统电子字典不同的字典,图形方式展示了单词之间的各种联系...
    一个与传统电子字典不同的字典,图形方式展示了单词之间的各种联系-A traditional electronic dictionaries of different dictionaries, graphically demonstrated the linkages between the word
    2022-09-20 08:50:03下载
    积分: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
  • 花朵授粉
    含风电场的十机24时系统机组出力优化算法(Output optimization algorithm of ten machine 24 hours system with wind farm.)
    2018-05-26 10:54:16下载
    积分:1
  • 离散粒子群算法_DPSO
    说明:  离散粒子群算法(DPSO), Matlab代码(Discrete particle swarm optimization (DPSO), matlab code)
    2021-03-06 14:39:30下载
    积分:1
  • 模仿windows里面自带的扫雷游戏而设计的扫雷游戏,完全由VC++设计。...
    模仿windows里面自带的扫雷游戏而设计的扫雷游戏,完全由VC++设计。-imitation windows inside the mine, bringing their game designed demining game entirely by VC design.
    2023-01-16 09:25:03下载
    积分:1
  • VB使用滑块控制音量
    VB音量控制源码,一个采用了SliderOCX控件的例子——一个音量均衡器滑块,这个例子向我们展示了这一控件的使用方法,可以作为参考。
    2022-03-22 13:58:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载