ANU > RSPhysSE > mxk121 > JavaScript

JavaScript Programs


  1. Calculator

    jsCalc.html, jsFunc_user.js
     
  2. Form

    jsForm.html
     
  3. UTF8 Encoder/Decoder (MSIE only)

    jsUTF8.html
    jsSJIS.html
     
  4. Energy Units Conversion

    jsEnergy.html
     
  5. Concentration of Ideal Gas

    jsGas.html
     
  6. Mean Velocity of Ideal Gas

    jsSpeed.html
     
  7. Solutions of f(x) = 0 (Newton)

    jsNewton.html, jsFunc_user.js
     
  8. Eigenvalue Calculation (Jacobi)

    jsJacobi.html, jsIO.js
     
  9. Fourier Transform

    jsFourier.html, jsIO.js
     
  10. Fast Fourier Transform

    jsFFT.html, jsIO.js
     
  11. Plot of 3D Data

    js3D.html, jsIO.js, jsFunc_user.js
    jsXYZ.html, jsXYZ_ext.html, jsIO.js, jsPlotXY.js, euler.gif
      Sample data: polyhedron.html polyhedron_edge.html
     
  12. Pointer ripples the surface

    jsRipple0.html, ripple0.js, ripple.gif, ripple0.gif

    jsRipple0r.html (remote)
     
  13. Click ripples the surface

    jsRipple1.html, ripple1.js, ripple.gif, ripple0.gif

    jsRipple1r.html (remote)
     
  14. Click and Write

    jsMessage.html, blank.gif
     
  15. Absorption Lines of Linear Acetylene

    jsSim_C2H2.html, jsIO.js, jsPlotXY.js
     
  16. Absorption Lines of Molecular Oxygen

    jsSim_O2.html, jsIO.js, jsPlotXY.js
     
  17. Data Plot

    jsDataPlot.html, jsIO.js, jsPlotXY.js
     
  18. Data Plot (Double)

    jsDataPlotDouble.html, jsIO.js, jsPlotXY.js
     
  19. Data Calc

    jsDataCalc.html, jsIO.js, jsFunc_user.js jsPlotXY.js
     
  20. Standard Enthalpy of Formation and Reaction

    jsEnthalpy.html, jsEnthalpy.js,
     
  21. Cubic Spline

    jsCubicSpline.html, jsIO.js
     
  22. XY Spline, XYZ Spline

    jsXYSpline.html, jsIO.js, jsXYZ.html, jsXYZ_ext.html
    jsXYZSpline.html, jsIO.js, jsXYZ.html, jsXYZ_ext.html
     
  23. Text Replace

    jsReplace.html
     
  24. Sort

    jsSort.html
     
  25. Factor

    jsFactor.html
     
  26. Data Plot (Double) - SIS version

    jsDataPlotDouble_SIS.html, jsIO.js, jsPlotXY_SIS.js
     

Back to

[Top] [Mitsu Kono]