06 2016 档案

摘要:1. × 添加限额 ... 阅读全文

posted @ 2016-06-21 17:58 听哥哥的话 阅读(395) 评论(0) 推荐(0)

摘要:http://www.pinvoke.net/default.aspx/kernel32.LoadLibrary LIBRARY ModelBank EXPORTS CND;GBlackScholes;GCarry;GDelta;GGamma;GRho;GTheta;GValue;GVega;Gen 阅读全文

posted @ 2016-06-21 00:44 听哥哥的话 阅读(197) 评论(0) 推荐(0)

摘要:public List GetPDFValues() { List strs = new List(); unsafe { var len = 0; //调用c++ 返回char** var a = Gaussia... 阅读全文

posted @ 2016-06-15 11:49 听哥哥的话 阅读(631) 评论(0) 推荐(0)

摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { class Program { static void Main(s... 阅读全文

posted @ 2016-06-11 21:48 听哥哥的话 阅读(436) 评论(0) 推荐(0)

摘要://重写toString方法,将时间转换为Y-m-d H:i:s格式 Date.prototype.toString = function(){ return this.getFullYear() + "-" + (this.getMonth()+1) + "-" + this.getDate() + " " + this.getHours() + ":" + this.getM... 阅读全文

posted @ 2016-06-08 14:31 听哥哥的话 阅读(158) 评论(0) 推荐(0)

摘要:1.c#调用代码 using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text; namespace Holworth.Utility { [StructLayout(LayoutKind.Sequent... 阅读全文

posted @ 2016-06-08 11:22 听哥哥的话 阅读(397) 评论(0) 推荐(0)

导航