搜索资源列表
simplejavaprogramming
- 题目:打印出杨辉三角形(要求打印出10行题目:输入3个数a,b,c,按大小顺序输出。 题目:输入数组,最大的与第一个元素交换,最小的与最后一个元素交换,输出数组。 题目:有n个整数,使其前面各数顺序向后移m个位置,最后m个数变成最前面的m个数 题目:编写一个函数,输入n为偶数时,调用函数求1/2+1/4+...+1/n,当输入n为奇数时,调用函数1/1+1/3+...+1/n-Topic: Print out the Triangle (10 lines required to pr
Palindrome
- 判断回文串,如果是回文串,将此回文串打印出来,不是显示不是回文,忽略非字母和数字-To determine palindrome string is a palindrome string, this palindrome string print it out, instead of showing is not a palindrome, ignoring non-letters and numbers
Weather
- 调用天气预报服务的实现,可以打印出三天内的天气信息-Realization of calling the weather forecast service, you can print out within three days of weather information
Calculator.java
- Write a program that reads an expression as input and print out the result. Only integers and operators below are allowed in the expression: + - * / ( ) Your program should be able to deal with multiple cases of input. Sample Input 3 +
shugou
- 数据结构课程设计 哈夫曼编码译码系统 1.初始化 2.编码 3.译码 4.打印代码文件-Curriculum design Huffman decoding system initialization 1. 2. 3. decoding coded code files 4. Print
Phonenum
- 实现一个表示电话号码(要求带有区号和号码,如 010-68911205)的 Phone 类,其中某个构造函数的参数应为表示电话号码的字符串。要求实现相应的 set 和 get 函数来分别设置及获取电话号码中的区号(area,如 010)和号码(number, 如 68911205),重写 Object.toString( )函数打印出整个电话号码。(提示:可使用 String.indexOf( )和 String.substring( )等函数)-Implement a said
887807
- java编写的pc机上的pos机 带打印功能 没有打包的源代码-Written in Java PC pos machine with the function of print No source code package