-
201391117401794549
本文件为PPT模板,简洁大气,实用美观,条理清晰,希望可以美化您的报告。(This document is PPT templates, simple atmosphere, practical and beautiful, clear, I hope you can beautify your report.)
- 2014-11-01 17:43:48下载
- 积分:1
-
INDICATOR TRADING FLASH
jdh dhdh中文说明不能小于20字 中文说明不能小于20字中文说明不能小于20字(The English description does not meet the requirements, such as containing Chinese or Chinese punctuation, please write carefully and in detail, otherwise it will not pass and deduct points. Or send your English description to the webmaster via message)
- 2020-06-21 22:00:02下载
- 积分: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
-
用于正则表达式的C++库. 现在的版本那是2.6.4
用于正则表达式的C++库. 现在的版本那是2.6.4-Regular expressions are used in the C++ library. The current version is 2.6.4
- 2023-02-07 04:05:03下载
- 积分:1
-
包含网吧管理服务器和客户端,将文件解压后即可放在VB环境下使用。...
包含网吧管理服务器和客户端,将文件解压后即可放在VB环境下使用。-Include a server and a client of netbar manager system,unzip this file and you can application it in VB.
- 2022-08-15 13:45:26下载
- 积分:1
-
1403
wireless communications
- 2009-06-02 01:38:28下载
- 积分:1
-
算法lmd
针对局部均值分解算法过分解的问题,对程序内部做出了微小的改进,并且程序的运行时间得到了较大缩减(According to the problem of decomposition of local mean decomposition algorithm, small improvements are made to the program, and the running time of the program is greatly reduced.)
- 2021-01-18 10:58:44下载
- 积分:1
-
ARS_Code
I purchased an Ultimate Arduino Microcontroller Pack (you can order the pack online at Makershed or buy it at your local RadioShack). The pack comes with an Arduino UNO and ton of components. It would probably be cheaper to buy components as I need them for my projects, but I like the convenience of a starter kit.
I also purchased a GPS module Digikey.com and a USB cable (it s too bad that the pack does not include the USB cable). The GPS receiver has a built-in antenna, but getting one with an external antenna would probably work best.
From the pack, I ended using the Arduino UNO, the mini breadboard, a few stackable headers, jumper wires and the LCD screen.
- 2015-11-04 23:14:47下载
- 积分:1
-
模仿BASIC函数的某些C语言函数
模仿BASIC函数的某些C语言函数-mimic the function of certain C language function
- 2022-07-14 11:11:42下载
- 积分:1
-
TestCalculatorDemo
这是自己编写的一个简易计算器,用于加减乘除计算,还有百分比和平方。(I have written a simple calculator for arithmetic calculations, as well as percentages and square.)
- 2013-11-16 20:02:17下载
- 积分:1