摘要: import numpy as np from scipy.optimize import curve_fit,minimize import matplotlib.pyplot as plt # 定义 MultivariateJacobianFunction def multivariate_ja 阅读全文
posted @ 2023-11-10 16:44 开花石头 阅读(97) 评论(0) 推荐(0)
摘要: 1. 使用统一的调用约束(__stdcall) 2. array of 调用 delphi 接口: procedure ProcessArray(const Arr: array of Integer); stdcall; VC: typedef void(__stdcall *ProcessArr 阅读全文
posted @ 2023-11-10 16:35 开花石头 阅读(17) 评论(0) 推荐(0)