Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
U

User 8362739

@User 8362739
About
Posts
3
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Uniform Random Number generator in java
    U User 8362739

    let, upper bound = 100 lower bound = 60 starting seed = 62 program prints random number starting from 62 at regular time intervals within this limit. How can i implement this program in java?

    Java question java lounge

  • Need source code for FRECCA algorithm.
    U User 8362739

    when C=N then the code run. but when N>C eclipse is showing error message pointing SumOfWkjm() Here in code C=5, so when N=5,it works, but when N=6 it is showing error message. Here is the full project - https://onedrive.live.com/?cid=9a23cd9d216bc283&id=9A23CD9D216BC283!193[^]

    Java java com algorithms help question

  • Need source code for FRECCA algorithm.
    U User 8362739

    I tried to implement as following in java. But the code is not working. Someone help to complete this code in java or any other language. This is the algorithm - https://onedrive.live.com/?cid=9a23cd9d216bc283&id=9A23CD9D216BC283!192&sff=1&v=3[^] and code is below-

    import java.io.FileNotFoundException;
    import java.io.FileOutputStream;
    import java.io.PrintStream;
    import java.util.*;

    public class Code {
    private static int N = 100,C = 5;
    private static double[][] S = new double[N][N], P = new double[C][N], l = new double[C][N],PR = new double[N][C];
    private static double[] PI = new double[C];
    private static double[][][] w = new double[C][N][N];
    final static double d = 0.85;
    public Code() {
    System.out.println("Code Class");
    }

    public double SumOfWkjm(int m,int j){
    	double ans = 0.0;
    	for(int k=0;k
    
    Java java com algorithms help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups