Search:

Type: Posts; User: victor_liang

Search: Search took 0.00 seconds.

  1. Thanks for your reply.Now i followed Kurt's...

    Thanks for your reply.Now i followed Kurt's opinions, all of errors have been eliminated except that the file can not be opened. So i don't know where is wrong about the code of opening the file....
  2. [/color][/left]

    [/color][/left]
  3. Yes, i added the brace, and run the code again,...

    Yes, i added the brace, and run the code again, and the tips shown at the section of output become the following:
    'my calculation.exe': Loaded 'C:\Users\liang\Documents\Visual Studio...
  4. The update code is :#include#include...

    The update code is :#include<iostream>#include <math.h>
    #include <stdio.h>
    #include <stdlib.h>
    using namespace std;
    int main(void)

    //define the constant
    //double...
  5. reply to Kurt

    Hey Kurt, thanks for your reply. I tried, but some others errors still appear. Please see the following reply i made to salem. I guess the problem originates from the header file, but i have included...
  6. reply

    :redface:
  7. Questions about integral for Bessel function

    In the c++ code, how to write the code for integral of bessel function?
    Can we just use the library function:such the first kind of bessel function,_j0(i),_j1(i)? No need to use the integral form of...
  8. Please help me fix my problem related to c++ code

    // WKB.cpp : Defines the entry point for the console application.

    //the Unit of length is nm, and energy unit is eV, the rest physical quantities are charaterized by I.U.


    #include<iostream>...
Results 1 to 8 of 8