搜索资源列表
may
- 329.104.1.01 计算方法与数学软件 教学大纲 本大纲仅适用于复旦大学力学与工程科学系2003-2004学年“计算方法与数学软件”课程。 一、课程基本情况 -329.104.1.01 mathematical calculation software and the curriculum outline applies only to Fudan University Mechanics and Engineering Science Department 2
calculator1
- 使用java语言实现的基本数学计算器实现-Implementation using java language implementation of the basic math calculator
jbInit
- 数学计算,通过做好的实例,可以实现基本的数学运算。-Mathematical calculations, by good example, you can achieve the basic arithmetic.
jisuanqi
- 此程序展示了一个小计算器,能够实现基本的数学运算,里面融合了很多的Java知识-This program shows a small calculator, able to achieve basic mathematical operations, which combines a lot of Java knowledge. . .
bignumber
- Java中的简单浮点数类型float和double不能够进行精确的运算,只能用来做科学计算或者是工程计算。 不光是Java,在其它很多编程语言中也有这样的问题。在大多数情况下,计算的结果是准确的, 但是多试几次(可以做一个循环)就可以试出类似上面的错误。 这个问题相当严重,如果你有9.999999999999元,你的计算机是不会认为你可以购买10元的商品的。 为了解决Java基本数据类型在运算时会出现的溢出和计算不精确的问题。 Java 提供了两个类BigInteger和Bi
math
- 通用初等函数计算器,在网页上模拟出键盘的风格,程序主要是进行数学运算,不但包括最基本的加减乘除运算,还有平方根、立方根、正弦、余弦运算,以及一些更复杂的数学函数。本计算器运行于PHP环境,更多功能希望与大家一起完善。 http://www.codefans.net/other/math/-Universal primary function calculator on the page to simulate the style of the keyboard, the program is
Computer
- 基本功能计算器,可以实现基本的数学运算工作,同时具有复制、粘贴数据的功能-Basic function calculator, you can work to achieve basic mathematical operations, but also has copy and paste function of the data
Random6Str
- 这个程序模拟实现了:1网页中生成六个字母的Java小程序,使用到了Random()函数 2:基本类型与String类型的链接 3:常用的数学函数-The code will generate six letters with random(). Another explain the basic types and the String. The last gives us examples of some math functions.
dl
- 模糊矩阵的合成运算 模糊算子 模糊矩阵 模糊数学 模糊集 模糊方程 运算方法 合成运算 ... 【摘要】 本文在L.A查德提出的模糊集及其基本算子∨、∧、C的基础上引进了-Fuzzy matrix of the composition to fuzzy operators fuzzy matrix fuzzy mathematics fuzzy sets fuzzy equation computing method synthesis operations ... Abstrac
TestCalculator
- 简易科学计算器,从最基本的加、减、乘、除,到基本数学函数处理,再到数的进制转换处理。-A simple scientific calculator, from the most basic addition, subtraction, multiplication, division, to the basic mathematical functions, to the number of hexadecimal conversion processing.
ComplexNumber
- 简单的计算程序,可以计算加减乘除平方开方等等基本数学计算。-Simple calculation procedure, we can calculate basic mathematical calculations of addition, subtraction square prescribing and so on.
computer
- 一个功能完成的计算器,实现基本的数学运算-A function of the completion of the calculator, basic math
test3
- (1)题目:定义一个描述学生基本情况的类,数据成员包括学号,数学,英语、计算机和政治的成绩;成员方法包括构造方法完成所有数据的初始化,修改每一个数据成员的方法,输出数据,求出总成绩和平均成绩的方法。 要求: 使用方法重载定义多个构造方法 设计一个方法进行学生计数,要求内部使用this 题目:设计一个类,其对象表示圆。能根据输入参数,求出周长、面积。 要求: 使用方法重载 创建包名 打包成jar文件-(1) Title: Defining a descr iptio
Calculate
- JAVA代码:带界面显示的计算器,除了一些基本数学操作外,还加入了清零,退格等相应功能-JAVA code: calculator with interface, in addition to some basic math operations, also joined the cleared backspace and corresponding function
combinatorialMath
- 提供组合数学中全排列生成最基本的字典序的实现方法,用到递增进位制数-Provide a combination of basic mathematics full array implementations dictionary generated sequence, the number of binary system used is incremented
chap05_JAVA_package
- JAVA的各种常用包,包括基本语言包,数学包,异常包-java package introduce,including basic language package,math package
Expressions-computing
- 表达式计算是实现程序设计语言的基本问题之一,它的实现是栈的应用的一个典型例子。设计一个程序,演示通过将数学表达式字符串转化为后缀表达式,并通过后缀表达式结合栈的应用实现对算术表达式进行四则混合运算。- Expressions computing is one of the basic issues to realize programming language, its implementation is a typical example of an application stack.
ziliaoyuandaima
- 一、课程设计题目 学生成绩管理系统 二、本次课程设计应达到的目的 1.通过该题目的设计,使学生掌握软件开发过程的问题分析、系统设计、程序编码、测试等基本方法和技能。 2.掌握指针或数组、结构体、文件的操作方法。 三、本次课程设计任务的主要内容和要求(包括原始数据、技术参数、设计要求等) 要求能够实现输入记录、查询记录、更新记录、统计记录、输出记录等功能。 1. 输入记录。对每个学生的学号、姓名、班级、数学、英语、计算机成绩进行输入并存储,在程序的运行过程中,数据的存
eclipse-java-workspace
- 包含了Java常用的算法,数据结构,基础数学,经典例题等(Contains the Java commonly used algorithms, data structures, basic mathematics, classic examples, etc.)
[Java经典编程300例
- 编程资料:java经典编程300例:本书以基础知识结构为框架, 给出了每部分知识中可能遇到的疑难问题或者是开发技巧。 本书共 17 章, 主要包括 Java 语言概述、 Eclipse 开发工具、 Java 语言基础、 流程控制、 数组及其常用操作、 面向对象入门、 面向对象进阶、 字符串与包装类、 Java 集合类框架、 常用数学工 具类、错误处理、 输入/输出、枚举类型与泛型、 Swing 入门、多线程、 网络通信和数据库操作。(Programming information: Java c