虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

hh-mm-ss

  • JIANYI JISUANQI

    『原创』SKILL源程序共享:MM转MIL,且附带计算器功能。此SKILL功能包括:MM转MIL MIL转MM转换。含计算器功能,加、减、乘、除都可以。非常实用的一个SKILL。...

    标签: MANLAB

    上传时间: 2015-07-15

    上传用户:mwr0707

  • ICD-GPS-200, Revision C

    This Interface Control Document (ICD) defines the requirements related to the interface between the Space Segment (SS) of the Global Positioning System (GPS) and the Navigation User Segment (US) of the GPS.

    标签: Interface Control Document gps

    上传时间: 2016-01-20

    上传用户:芃发发da

  • java学生数据库

    /*import java.util.Scanner; //主类 public class student122 {   //主方法   public static void main(String[] args){     //定义7个元素的字符数组     String[] st = new String[7];     inputSt(st);       //调用输入方法     calculateSt(st);   //调用计算方法     outputSt(st);      //调用输出方法   }   //其他方法   //输入方法 private static void inputSt(String st[]){     System.out.println("输入学生的信息:");   System.out.println("学号 姓名 成绩1,2,3");   //创建键盘输入类   Scanner ss = new Scanner(System.in);   for(int i=0; i<5; i++){     st[i] = ss.next(); //键盘输入1个字符串   } }   //计算方法 private static void calculateSt(String[] st){   int sum = 0;         //总分赋初值 int ave = 0;         //平均分赋初值 for(int i=2;i<5;i++) {   /计总分,字符变换成整数后进行计算   sum += Integer.parseInt(st[i]); } ave = sum/3;         //计算平均分 //整数变换成字符后保存到数组里 st[5] = String.valueOf(sum); st[6] = String.valueOf(ave); }   //输出方法 private static void outputSt(String[] st){     System.out.print("学号 姓名 ");   //不换行   System.out.print("成绩1 成绩2 成绩3 ");   System.out.println("总分 平均分");//换行   //输出学生信息   for(int i=0; i<7; i++){     //按格式输出,小于6个字符,补充空格     System.out.printf("%6s", st[i]);   }   System.out.println();            //输出换行 } }*/   import java.util.Scanner;   public class student122 {   public static void main(String[] args) { // TODO 自动生成的方法存根 String[][] st = new String[3][8]; inputSt(st); calculateSt(st); outputSt(st); }   //输入方法 private static void inputSt(String st[][]) { System.out.println("输入学生信息:"); System.out.println("班级 学号 姓名 成绩:数学 物理 化学"); //创建键盘输入类 Scanner ss = new Scanner(System.in); for(int j = 0; j < 3; j++) { for(int i = 0; i < 6; i++) { st[j][i] = ss.next(); } } } //输出方法 private static void outputSt(String st[][]) { System.out.println("序号 班级 学号 姓名 成绩:数学 物理 化学 总分 平均分"); //输出学生信息 for(int j = 0; j < 3; j++) { System.out.print(j+1 + ":"); for(int i = 0; i < 8; i++) { System.out.printf("%6s", st[j][i]); } System.out.println(); } }     //计算方法     private static void calculateSt(String[][] st)     {      int sum1 = 0;      int sum2 = 0; int sum3 = 0;      int ave1 = 0;      int ave2 = 0;      int ave3 = 0;      for(int i = 3; i < 6; i++)      {      sum1 += Integer.parseInt(st[0][i]);      }      ave1 = sum1/3;           for(int i = 3; i < 6; i++)      {      sum2 += Integer.parseInt(st[1][i]);      }      ave2 = sum2/3;           for(int i = 3; i < 6; i++)      {      sum3 += Integer.parseInt(st[2][i]);      }      ave3 = sum3/3;           st[0][6] = String.valueOf(sum1);      st[1][6] = String.valueOf(sum2);      st[2][6] = String.valueOf(sum3);      st[0][7] = String.valueOf(ave1);      st[1][7] = String.valueOf(ave2);      st[2][7] = String.valueOf(ave3);     } }

    标签: java 数据库

    上传时间: 2017-03-17

    上传用户:simple

  • Shadowsocks

    SS.科学上网必备SS.科学上网必备SS.科学上网必备SS.科学上网必备SS.科学上网必备

    标签: Shadowsocks

    上传时间: 2017-05-03

    上传用户:blankspace

  • 工程单位换算

    mil mm,db 倍数,米每秒,千米每小时,等单位之间互相换算 电阻并联计算

    标签: 工程 单位换算

    上传时间: 2017-09-17

    上传用户:mubo

  • 论文开题报告

    琐琐碎碎ss,南京邮电大学开题报告模板,不喜欢勿喷

    标签: 论文 报告

    上传时间: 2018-01-09

    上传用户:18852006725

  • Multi-Carrier+Spread+Spectrum+2007

    Since the principle of multi-carrier code division multiple access (MC-CDMA) was simultaneously proposed by Khaled Fazel et al. and Nathan Yee et al. at the IEEE International Symposium on Personal, Indoor and Mobile Radio Communications (PIMRC) in the year 1993, multi-carrier spread spectrum (MC-SS) has rapidly become one of the most wide spread independent research topics on the field of mobile radio communications. Therefore, the International Workshop on Multi-Carrier Spread Spectrum (MC-SS) was initiated in the year 1997. Multi-carrier and spread spectrum systems with their generic air interface and adaptive technologies are considered as potential candidates to fulfill the requirements of next generation mobile communications systems.

    标签: Multi-Carrier Spectrum Spread 2007

    上传时间: 2020-05-31

    上传用户:shancjb

  • UMTS+Performance+Measurement+A+Practical+Guide

    Having dealt with in-depth analysis of SS#7, GSM and GPRS networks I started to monitor UTRAN interfaces approximately four years ago. Monitoring interfaces means decoding the data captured on the links and analysing how the different data segments and messages are related to each other. In general I wanted to trace all messages belonging to a single call to prove if the network elements and protocol entities involved worked fine or if there had been failures or if any kind of suspicious events had influenced the normal call proceeding or the call’s quality of service. Cases showing normal network behaviour have been documented in Kreher and Ruedebusch (UMTS Signaling. John Wiley & Sons, Ltd, 2005), which provides examples for technical experts investigating call flows and network procedures.

    标签: Performance Measurement Practical Guide UMTS

    上传时间: 2020-06-01

    上传用户:shancjb

  • 复活节计算器

    复活节计算 int y, n, a, q, b, m, w, d, mm = 4; y = atoi(argv[1]); n = y-1900;  a = fmod(n,19); 

    标签: 计算器 C语言

    上传时间: 2021-07-09

    上传用户:scfan2004

  • 全网最全的autojs列子 有一千六百多的脚本文件 脚本内容包含: 几十种类型的UI脚本

    全网最全的autojs列子,有一千六百多的脚本文件,脚本内容包含:几十种类型的UI脚本,抖音、QQ、微信、陌陌、支付宝等自动化操作的脚本、还有部分协议列表,HTTP协议(POST、GET)上传下载,接码模块,百度文字识别api模块,文件操作模块:txt文本读一行删一行,等等其他例子QQ语音红包.jsqq语音红包,没加悬浮窗,我觉得自己用脚本引擎会好点.jsQQ语音输入(Tim版)(1).jsQQ语音输入(Tim版).jsQQ资料赞.jsqq轰炸机(1).jsqq轰炸机.jsQQ选图涂鸦.jsqq顺序点赞脚本.jsQQ,微信聊天辅助脚本(文本分割填充字符) v2.jsQQ,微信聊天辅助脚本(文本分割填充字符).jsqtiao.jsrawWindow求解.jsrelationship.jsrhinoneteasecloudmusic.jsRobot.jsROOT权限启动无障碍服务.jsRSA.jsscript.jsscroll的使用.jsSecure.jssetting.jssha256.jsshell开关飞行模式.jsshuabaoviod.jsSMSCODE.jsSmsCodeExtract.jssojson.com.jssoul_灵魂匹配.jsspinner例子.jsSqlDatabase2.jsss.jsstart(2).jssun_rise&set.jssurfaceView(简单示例).jsSwitch控件.jstcp连接客户端.jste.jstest(1).jstest(2).jstest(3).jstest(4).jstest.jstestTouch.jstestyinhe.jsTheWolf_API.jstoast图片加文字.jstoast替代函数.jstranslate.jsTrun(翻翻乐).jsts-00-dist.jsTS微信跳一跳满分(10000)飞速版.jsts跳一跳r9s最新版.jsTS跳一跳全机型通用版(2).jsts跳一跳全机型通用版(3).jsts跳一跳全机型通用版.jsTS跳一跳脚本正确显示方式(支持root).jsTS跳一跳自动.jsTS跳一跳过检测.jstt.jsTTS(1).jstts.jstts2.jstts3.jsTTS抢语音红包,作者A酷安(?????)----锦,详细使用看代码注释.jstxt.jsuc答题.jsui 悬浮窗动画+滑动界面.jsUI(2).jsUI.jsuitest - 副本.jsui。.jsui下对话框文件选择器(1).jsui中的延时除了多线程有别的办法吗.jsui保存控件属性3.jsUI全选.jsUI切换.jsui列子.jsui右下角展开按钮.jsui多界面.jsui属性(1).jsui开关控件(1).jsui开关控件.jsUI文件选择.jsUI显示日志.jsUI画时钟作者xxoo.jsui相对布局.jsUI示例(支付UI).jsui示例app下方tabs.jsui示例下方tabs(1.0.0-1 修复宽度不适配问题).jsUI脚本使用无障碍的最佳实践.jsUI轮播图.jsui选择文件.jsUI验证码(有BUG).jsuki_0.jsUki消息交互式回复.jsUnlock.jsUntitled-1.jsuntitled.jsUTF.jsvip视频解析2.1.jsvscode连接不上手机解决办法.jsWannaCry(仅为娱乐).jsWeather.jswebScript.jsWebViewClient的使用方法.jswebViewUA切换3.jswebView填充表单加alert.jsWebView多页面浏览(1).jsWebView多页面浏览.jswebView提取图片地址并加载.jswebView获取图片地址.jswebview获取网页原图.jswebview获取网页原图保存.jswebView输入关键词搜索.jsweb拦截修改.jsWeChat.jsWechatJumpingAI(2).jsWechatJumpingAI(3).jswechatjumpingai(4).jsWechatJumpingAI.jswife紧急掉线(autojs破解版专用).js.jswifi设置代理(未完成).js.js

    标签: autojs

    上传时间: 2021-11-06

    上传用户: