2 releases
| 0.3.5 | Sep 20, 2022 |
|---|---|
| 0.3.4 | Sep 20, 2022 |
#222 in #dynamic
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.4–2.3MB
~45K SLoC