-
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 print out the Title: Enter the 3 numbers a, b, c, according to the order of output. Title: input array, the largest exchange with the first element, the smallest and the last element of the exchange, output array. Topic: There are n integers, to move back in front of the order m of the number of positions, finally becoming the foremost m m the number of number of topics: write a function, the input n is even, the call function evaluation 1/2+1/4+...+ 1/n, when the input n is odd, call the function 1/1+1/3+...+ 1/n)
- 2011-05-09 19:11:58下载
- 积分:1
-
zGEP
说明: 国内高人编写基因表达式编程(GEP)实现完全代码,完全面向对象,可以自己组合扩展,编制符合自己要求特定的编程代码。(The preparation of the domestic expert Gene Expression Programming (GEP) to achieve complete code, fully object-oriented, can expand their own portfolio, the preparation of their own request in line with the specific programming code.)
- 2020-12-01 09:29:26下载
- 积分:1
-
hibernate3
说明: hibernate3的通用dao类及通用工具类, 导出导入数据库...
(hibernate3 generic dao class and general tools, export and import database ...)
- 2011-04-03 23:59:48下载
- 积分:1
-
Ubuntu12.10 菜鸟使用手册(二)
对于刚刚步入 Linux 的菜鸟来说, 难免要有时利用一下 的资源,(For newcomers who have just entered Linux, it is unavoidable to make use of some resources at times.)
- 2019-05-07 23:25:35下载
- 积分:1
-
java-Chinese-garbled
java各种环境下的中文乱码解析以及解决方案大全(Chinese garbled java under a variety of environmental and analytical solutions Daquan)
- 2013-12-24 20:44:11下载
- 积分:1
-
JiSuanQi
java实现计算器,import java.awt.*
import java.awt.event.*
import javax.swing.*
public class JiSuanQi
{
Frame f
Label lab
Button[] bt=new Button[29]
JTextField t
StringBuffer str //显示屏所显示的字符串
double x,y //x和y都是运算数
int z //Z表示单击了那一个运算符.0表示"+",1表示"-",2表示"*",3表示"/"
static double m //记忆的数字
JiSuanQi()
{(java implementation calculator, import java.awt.* import java.awt.event.* import javax.swing.* public class JiSuanQi {Frame f Label lab Button [] bt = new Button [29] JTextField t StringBuffer str //display character string displayed double x, y //x and y are the operands int z //Z represents an operator clicks that 0 means " +" , 1 indicates " -" , 2 is " *" , 3 is " /" static double m //number in memory JiSuanQi () {)
- 2013-05-24 19:03:04下载
- 积分:1
-
ID3
ID3 is data classification algorithm.it is used to generate decision tree from given data set.decision is used to make strategic decision from generated decision tree.
- 2011-09-08 16:58:32下载
- 积分:1
-
booklib
软件工程设计--图书管理系统,实现基本的图书管理功能,利用流行的Struts框架架构的,里面包括了我的软件工程实习报告和设计包括和源代码。(Software engineering design library management system to achieve the basic library management features, using the framework of the popular Struts framework, which includes my internship report on software engineering and design including the source code.)
- 2008-06-06 22:22:37下载
- 积分:1
-
CounterPanel
A panel with test run counters.
- 2014-02-18 09:44:45下载
- 积分:1
-
new
基于udp协议的局域网内聊天的设计与开发源代码(The UDP protocol LAN chat is designed and developed based on the source code)
- 2013-12-01 12:04:45下载
- 积分:1