-
SimuroSot Large League 11vs11
说明: SimuroSot Large League (11vs11)
FIRA WorldCup
- 2019-04-29 13:40:56下载
- 积分:1
-
ocr 波斯语
这是一篇关于板承认在波斯数字和字符。可以获取它、 读取和执行,并与另一个结果进行比较。
此中有 veryyy 好网站的 artificial.ir 的 wrrited 与伊朗。
它是很好的来。
- 2022-02-03 02:23:18下载
- 积分:1
-
一个碰碰球游戏程序代码,好好玩的,大家试试!
一个碰碰球游戏程序代码,好好玩的,大家试试!-a fun ball game code, good fun, we try!
- 2023-04-08 23:55:04下载
- 积分: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
-
preMatlab
對語音作一段前置處理,史的聲音比較圓滑,需要一段語音(right voice for a pre-processing, the history of the voice is relatively smooth, it would take a voice)
- 2007-06-28 22:58:21下载
- 积分:1
-
load
说明: 提供了一天的负荷数据,并可以画出该天负荷曲线(It provides a day's load data and can draw the load curve for the day.)
- 2020-11-02 16:19:53下载
- 积分:1
-
Jsp jQuery实例集
自己收集的一些Jsp jQuery编程实例集,都是挺简单的,可作为Ajax学习的起步资料,在JSP环境下使用jquery实现Ajax功能的新手朋友们,可作个参考。里面一共包括7个例子,有结合数据库的,对于实现数据库的无刷新读娶修改有一定示范作用。
- 2023-08-19 17:25:04下载
- 积分:1
-
12864
12864 实现无字库 图片显示 (火影的佐助)呵呵 很帅(12864 to achieve the font picture to show Sasuke (Naruto) handsome)
- 2012-06-01 15:44:05下载
- 积分:1
-
串口测试,基于VC++,多线程编程,可同时测量四个串口
串口测试,基于VC++,多线程编程,可同时测量四个串口-Serial test, based on VC++, multi-threaded programming, which can measure four serial ports
- 2022-03-20 08:48:17下载
- 积分:1
-
黄金30分EA
说明: 我们公司开发的这款EA激进模式月收益110%左右,最大回撤在48%左右,单量在月120(手)左右,稳健的模式月收益50%-60%左右,最大回撤在25%左右,月单量在100(手)左右,保守的模式月收益20%-30%左右,最大的回撤10%左右,月刷单单量50-60(手)左右,基于刷单和盈利于一体。(Our company develops this EA radical model with a monthly return of about 110%, a maximum withdrawal of about 48%, a single volume of about 120 (hands) on January, a robust model with a monthly return of about 50% - 60%, a maximum withdrawal of about 25%, a monthly single volume of about 100 (hands), a conservative model with a monthly return of about 20% - 30%, a maximum withdrawal of about 10%, and a monthly brush. Single volume 50-60 (hand), based on brushing orders and profit in one.)
- 2021-03-17 15:09:20下载
- 积分:1