#paper #java #native #dynamic #generate #com

math_paper

A simple dynamic library to generate a math paper with Java Native Method

2 releases

0.3.5 Sep 20, 2022
0.3.4 Sep 20, 2022

#1128 in Math

37 downloads per month

MIT/Apache

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.

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.6–3MB
~52K SLoC