摘要:http://www.pinvoke.net/default.aspx/kernel32.LoadLibrary LIBRARY ModelBank EXPORTS CND;GBlackScholes;GCarry;GDelta;GGamma;GRho;GTheta;GValue;GVega;Gen
阅读全文
摘要:public List GetPDFValues() { List strs = new List(); unsafe { var len = 0; //调用c++ 返回char** var a = Gaussia...
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { class Program { static void Main(s...
阅读全文
摘要://重写toString方法,将时间转换为Y-m-d H:i:s格式 Date.prototype.toString = function(){ return this.getFullYear() + "-" + (this.getMonth()+1) + "-" + this.getDate() + " " + this.getHours() + ":" + this.getM...
阅读全文
摘要:1.c#调用代码 using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text; namespace Holworth.Utility { [StructLayout(LayoutKind.Sequent...
阅读全文