搜索资源列表
27calculator
- 一个酷似WINDOWS附件中的计算器的程序源代码。可以完成一般的计算-like an annex to the Windows calculator in the source code. To complete the calculation of the general
GraphAlgorithm
- 用applet显示的Dijkstra算法,用于计算图论中点到点的最短距离-using applet shows the Dijkstra algorithm used in the calculation of graph theory point-to-point shortest distance
Matrix_ana
- 用JAVA所写的用于矩阵运算的类,包括矩阵加、减、乘法、矩阵求逆,转置等-written with Java for matrix calculation of categories, including matrix, plus or minus, multiplication, matrix inversion, and so on to home
200552104415490
- 算法的源代码集合,供学习计算方法之用。推荐使用:WinRAR V3.2以上版本解压-algorithm source code pool calculation method for studying purposes. Suggested use : WinRAR versions of extracting V3.2
LeapYearApplet
- 计算所需年份是否是闰年的程序,简单适合初学者-calculation of the required year is a leap year if the procedure simple for beginners
Kxjsq
- 我自己编写的科学计算器,实现了大部分windows附带计算器的计算功能-I prepared a scientific calculator, achieved most of the windows fringe calculation function calculator
Calculator--java
- 利用Swing组件设计一个计算器,实现简单的加、减、乘、除功能。计算完后需要按“C”键清空再进行下步计算。显示框中存在小数点后再按“.”键则无效。-use Swing components design a calculator, a simple addition, subtraction, multiplication and functional. After the calculation required by the "C" key emptied again f
BigIntMultiplication
- 大整数乘法例子代码 /* 递归边界,如果是1位二进制数与1位二进制数相乘,则可以直接计算 */ /*累计做1位二进制乘法运算的次数*/ /* return (X*Y) */ /* 计算n的值 */ /* 把X和Y拆分开来,令X=A*2^(n/2)+B, 左移位运算,mod = 1<<(n/2) */ /* 计算XY=AC*2^n+(AD+CB)*2^(n/2)+BD */ /* 计算A*C,再向左移n位 */ /* 递归计算A*D */ /* 递
laboragegather
- 一套根据数据库中的各条记录动态计算条目和值的源代码,计算列动态,汇总方式可选-a database of the records of the dynamic calculation of entry and value of the source code, dynamic calculations are shown, optional summary form
CalcPI
- 一个计算圆周率的多线程源码-a calculation of the ratio of the circumference multithreading FOSS
vj
- 矩阵乘法的计算程序-matrix multiplication calculation procedures
JAVA.code.calculation.system.developed.classic
- JAVA计算系统开发经典代码JAVA code calculation system developed classic -JAVA code calculation system developed classic
Calculation
- JAVA编写的图形化计算器,重要的内容在于对应触发的事件对应方法-Written in JAVA graphical calculators, important elements of the event is triggered by the corresponding method of the corresponding
Calculation-
- 计算器,运用java第九章图形化界面知识,采用frame窗体。基本实现计算器强大功能。-calculation
calculation
- 能实现简单计算器的所有功能,具有加减、乘除和清除等功能。-This is a calculation.It can calculate the sum and decrease.
calculation-of-Pi
- 计算圆周率,打印出第一个大于 3.1415小于 3.1416的值-Calculation of pi, print out the first one is greater than the value of 3.1415 is less than 3.1416
The-calculation-method-of-signal-to-noise-ratio.r
- The calculation method of signal to noise ratio
JAVA-calculation
- JAVA自制小型计算器源码 JAVA小程序-java calculation
Calculation
- 用java的Swing写的一个科学计算器-a science calculation written in Java/Swing
calculation
- 该程序基于JAVA环境,开发的计算器,其能够实现加减乘除运算 -This code is developed based on JAVA. it implements a calculation function.