登录

最新会员 最新下载

成为了本站VIP会员

05月13日 14:43

成为了本站VIP会员

05月13日 10:19

成为了本站VIP会员

05月12日 14:03

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

05月09日 16:51
已选条件
  1. 编程语言:Java
  2. 代码类别:数学计算
  3. 发布时间:半年内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. ShowJFrame

  整数位运算及二进制显示。指定整数类型(byte,short,char,int)输入若干整数,选择位运算(&、|、^),显示位运算结果及整数二进制形式(The integer bitwise operations and binary display. Specified integer types (byte, short, char, int) Enter the number of integer bit arithmetic (& , |, ^), showing the result of the operation and integer binary form)

4
下载
116
浏览
2012-12-04发布

2. multable

  java编写九九乘法表 1*1=1 2*1=2 2*2=4 3*1=3 3*2=6 3*3=9 4*1=4 4*2=8 4*3=12 4*4=16 5*1=5 5*2=10 5*3=15 5*4=20 5*5=25 6*1=6 6*2=12 6*3=18 6*4=24 6*5=30 6*6=36 7*1=7 7*2=14 7*3=21 7*4=28 7*5=35 7*6=42 7*7=49 8*1=8 8*2=16 8*3=24 8*4=32 8*5=40 8*6=48 8*7=56 8*8=64 9*1=9 9*2=18 9*3=27 9*4=36 9*5=45 9*6=54 9*7=63 9*8=72 9*9=81 (Multiplication table 1*1=1 2*1=2 2*2=4 3*1=3 3*2=6 3*3=9 4*1=4 4*2=8 4*3=12 4*4=16 5*1=5 5*2=10 5*3=15 5*4=20 5*5=25 6*1=6 6*2=12 6*3=18 6*4=24 6*5=30 6*6=36 7*1=7 7*2=14 7*3=21 7*4=28 7*5=35 7*6=42 7*7=49 8*1=8 8*2=16 8*3=24 8*4=32 8*5=40 8*6=48 8*7=56 8*8=64 9*1=9 9*2=18 9*3=27 9*4=36 9*5=45 9*6=54 9*7=63 9*8=72 9*9=81 )

3
下载
72
浏览
2012-11-29发布

3. sphinx4-1.0beta6-src

  sphinx4的src部分,包含演示程序(the src part sphinx4 to contains the demonstration programs)

6
下载
60
浏览
2012-11-06发布

4. similarity

  本代码可以用于计算特征向量或者矩阵的相似度。(This code can be used to calculate the similarity of the feature vector or matrix.)

11
下载
72
浏览
2012-07-05发布

5. counting-the-student-number

  统计[0, 100] 之间的学生人数并且求出最值和均值(Statistics [100], the number of students and find the best value and the mean)

2
下载
67
浏览
2012-06-24发布

6. Soct

   假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解:(1,4,3,2),(1,4,5),(8,2),(3,5,2)。 [需求分析](Suppose there are a load of the backpack of the total volume of T and n volumes were w1, w2, ... wn items, whether selected from n items a number of exactly filled backpack, even if w1+w2+ ...+ wn = T, find out the solution of all the above conditions are met. For example: when T = 10, the volume of items {1,8,4,3,5,2}, can be found in the following four solutions: (1,4,3,2), (1,4,5 ), (8,2), (3,5,2). [Needs Analysis])

4
下载
97
浏览
2012-06-14发布

7. k_means

  功能完善的、代码简单清晰、注释良好的k均值聚类算法(The function is perfect, code simple clear, annotation good k-means clustering algorithm)

4
下载
78
浏览
2012-04-19发布

8. jisuanqi

  一个计算器,实现加减乘除等,适合初学者学习,代码很全,自己写的。(A calculator to realize, Math, etc., suitable for beginners to learn, the code is all that he wrote.)

3
下载
69
浏览
2011-07-10发布

9. Ma-Calculatrice

  there is an other java project in eclipse explaine how to code a simple calculator with a motor class

1
下载
72
浏览
2011-07-02发布

10. InToPost

  INfix to postfix implementation in java

7
下载
78
浏览
2010-10-10发布

11. Count

说明:  输入任意数学四则运算表达式可以得出结果,很方便很实用的一个程序的源代码。(you can get the answer.)

0
下载
97
浏览
2010-04-23发布

12. jisuanqi

  可以进行简单的数学运算:加、减、乘、除,sin(),cos(),tan()等,还可以对数字进行取余和开方的运算。但仅限于十进制下,还可以进行数的正、负之间的相互转换,exit表示退出, clear表示初始化,有一个 TextField用于显示传来的计算结果;Server端用于监听连接请求、计算发送过来的两数的和、送回数据结果。(Can perform simple arithmetic: add, subtract, multiply, divide, sin (), cos (), tan (), etc. can also figure to take over and prescribing arithmetic. But only under the metric system can also be used for a number of positive and negative between the conversion, exit, said exit, clear that the initialization, there is a TextField to display the results from the calculation Server client connection requests for eavesdropping, calculated sent the two and the number of returned data.)

1
下载
87
浏览
2009-03-06发布

13. Auto_Regression

  对数据进得自回归分析预测。并生成下一周期的预测值(Of data into the prediction derived from the regression analysis. And generate the next cycle of prediction value)

105
下载
96
浏览
2008-08-18发布

14. vpm

  二维涡流位置及流场分布计算程序,Vortex Panel Method (Two-dimensional eddy current distribution of the location and flow field calculation program, Vortex Panel Method)

58
下载
71
浏览
2007-12-07发布

15. markov-v1.0-src

  一个用于解决马尔可夫过程的源代码,很适合学习随机过程的同学1(a Markov process for the settlement of the source code, are very suitable for studying stochastic process a classmate)

85
下载
97
浏览
2007-01-21发布