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

20<b>09</b>

  • 1. 下列说法正确的是 ( ) A. Java语言不区分大小写 B. Java程序以类为基本单位 C. JVM为Java虚拟机JVM的英文缩写 D. 运行Java程序需要先安装JDK

    1. 下列说法正确的是 ( ) A. Java语言不区分大小写 B. Java程序以类为基本单位 C. JVM为Java虚拟机JVM的英文缩写 D. 运行Java程序需要先安装JDK 2. 下列说法中错误的是 ( ) A. Java语言是编译执行的 B. Java中使用了多进程技术 C. Java的单行注视以//开头 D. Java语言具有很高的安全性 3. 下面不属于Java语言特点的一项是( ) A. 安全性 B. 分布式 C. 移植性 D. 编译执行 4. 下列语句中,正确的项是 ( ) A . int $e,a,b=10 B. char c,d=’a’ C. float e=0.0d D. double c=0.0f

    标签: Java A. B. C.

    上传时间: 2017-01-04

    上传用户:netwolf

  • 基于80C51单片机源码公开的Small RTOS v1.20.3-,C-C++,单片机开发/SCM 内含单片机源码rtos随想曲,Small RTOS 下dp-51例子 最新版

    基于80C51单片机源码公开的Small RTOS v1.20.3-,C-C++,单片机开发/SCM 内含单片机源码rtos随想曲,Small RTOS 下dp-51例子 最新版

    标签: Small RTOS 80C51 rtos

    上传时间: 2013-12-20

    上传用户:大融融rr

  • RSA密码体制的实现摘要自20世纪90年代以来

    RSA密码体制的实现摘要自20世纪90年代以来,计算机网络技术使得计算机应用得到 ... 用VC++编程实现了RSA算法加密和解密运算,在算法的实现过程中,调用了已有的大整数类

    标签: RSA 密码体制

    上传时间: 2013-12-24

    上传用户:jeffery

  • (网盘)全套Python3教程django爬虫实战46.94GB

    |- 第27周-Python3.5-零基础-高级-完整项目剖析-共07章节 - 0 B|- 第26周-Python3.5-零基础-高级-完整项目剖析-共10章节 - 0 B|- 第25周-Python3.5-零基础-高级-完整项目剖析-共14章节 - 0 B|- 第24周-Python3.5-零基础-高级-完整项目剖析-共18章节 - 0 B|- 第23周-Python3.5-零基础-高级-完整项目剖析-共13章节 - 0 B|- 第22周-Python3.5-零基础-高级-完整项目剖析-共21章节 - 0 B|- 第21周-Python3.5-零基础-高级-完整项目剖析-共19章节 - 0 B|- 第20周-Python3.5-零基础-高级-完整项目剖析-共15章节 - 0 B|- 第19周-Python3.5-零基础-高级-完整项目剖析-共20章节 - 0 B|- 第18周-Python3.5-零基础-高级-完整项目剖析-共18章节 - 0 B|- 第17周-Python3.5-零基础-高级-完整项目剖析-共23章节 - 0 B|- 第16周-Python3.5-零基础-高级-完整项目剖析-共26章节 - 0 B|- 第15周-Python3.5-零基础-高级-完整项目剖析-共24章节 - 0 B|- 第14周-Python3.5-零基础-高级-完整项目剖析-共25章节 - 0 B|- 第13周-Python3.5-零基础-高级-完整项目剖析-共10章节 - 0 B|- 第12周-Python3.5-零基础-高级-完整项目剖析-共16章节 - 0 B|- 第11周-Python3.5-零基础-高级-完整项目剖析-共14章节 - 0 B|- 第10周-Python3.5-零基础-高级-完整项目剖析-共18章节 - 0 B|- 第09周-Python3.5-零基础-高级-完整项目剖析-共15章节 - 0 B|- 第08周-Python3.5-零基础-高级-完整项目剖析-共11章节 - 0 B|- 第07周-Python3.5-零基础-高级-完整项目剖析-共13章节 - 0 B|- 第0...

    标签: python

    上传时间: 2022-06-05

    上传用户:canderile

  • 题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示

    题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。

    标签: gt 90 运算符 嵌套

    上传时间: 2015-01-08

    上传用户:lifangyuan12

  • 数字运算

    数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no

    标签: 数字 运算

    上传时间: 2015-05-21

    上传用户:daguda

  • The government of a small but important country has decided that the alphabet needs to be streamline

    The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition

    标签: government streamline important alphabet

    上传时间: 2015-06-09

    上传用户:weixiao99

  • 电力系统在台稳定计算式电力系统不正常运行方式的一种计算。它的任务是已知电力系统某一正常运行状态和受到某种扰动

    电力系统在台稳定计算式电力系统不正常运行方式的一种计算。它的任务是已知电力系统某一正常运行状态和受到某种扰动,计算电力系统所有发电机能否同步运行 1运行说明: 请输入初始功率S0,形如a+bi 请输入无限大系统母线电压V0 请输入系统等值电抗矩阵B 矩阵B有以下元素组成的行矩阵 1正常运行时的系统直轴等值电抗Xd 2故障运行时的系统直轴等值电抗X d 3故障切除后的系统直轴等值电抗 请输入惯性时间常数Tj 请输入时段数N 请输入哪个时段发生故障Ni 请输入每时段间隔的时间dt

    标签: 电力系统 计算 运行

    上传时间: 2015-06-13

    上传用户:it男一枚

  • 黑客字典

    黑客字典,可以完成生日字典,穷举,自定义,电话,手机等密码的设置,最多生成20位密码, 功能还不是很完善

    标签: 黑客

    上传时间: 2013-12-24

    上传用户:zaizaibang

  • KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware.

    KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware. It consists of a loadable kernel module (kvm.ko) and a userspace component. Using KVM, one can run multiple virtual machines running unmodified Linux or Windows images. Each virtual machine has private virtualized hardware: a network card, disk, graphics adapter, etc. The kernel component of KVM is included in mainline Linux, and will appear in Linux 2.6.20. KVM is open source software.

    标签: virtualization Kernel-based for hardware

    上传时间: 2015-08-20

    上传用户:lijianyu172