2 releases
0.3.5 | Sep 20, 2022 |
---|---|
0.3.4 | Sep 20, 2022 |
#33 in #paper
15KB
368 lines
MATH-PAPER
A simple dynamic library to generate a math paper with Java Native Method. This library can easily to generate a math paper with primary, middel and high school. And it can make sure the question is correct.
Link to java native method
package com.example.demo;
import java.io.*;
import java.util.*;
public class PaperFactory {
static {
System.load("<path of this dynamic library>");
}
public static native String getPaper(String grade, String number);
}
Dependencies
~1.5–2.9MB
~48K SLoC