Jingze Dai
Jingze Dai
@JacquesCarette Another problem is the overall structure. Up to now, I don't have a clear understanding of what each of the mentioned files does, I see lots of information on...
I just have a brief understanding, and I guess this is the expected result: DblPend - To predict the motion of a double pendulum. SRS: [[HTML]](https://jacquescarette.github.io/Drasil/examples/dblpend/SRS/srs/DblPend_SRS.html) [[PDF]](https://jacquescarette.github.io/Drasil/examples/dblpend/SRS/srs/DblPend_SRS.pdf) Generated Code: DblPend...
Newest update: Find the appropriate place, but do not know how to do:  Here the only thing I add two simple links for the source code (The address is...
@balacij Jason, Can you give me an example of `Reference` for the method `getSRSRef`? I know below there is a definition for it, but I do not know what each...
@balacij @JacquesCarette There is one thing I forget: There are three different reference structures in this program: `codeRef`, `DoxRef`, and `SRSRef`. I think a solution to fill my blank is...
@balacij @JacquesCarette Here is the last problem: I tried to use some new `refUID`, however, they are not recognized by the system:  This is because I have not...
@samm82 I see your meaning. So we need to use the given classes' functions to define strings, not just directly use `S "..."`. However, what is the range of my...
> @daijingz Using `S "..."` is sometimes fine/necessary, but as much as possible, we should use pre-existing combinators (like `+:+`) and "concepts" (like `plural quantity`). This should be done as...
Up to now, my understanding of the code range: All Drasil examples and the Drasil website. I am checking code examples. My plan is to define the website first, then...