上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 48 下一页

2016年7月2日

摘要: 排名不分先后 1.只有我不存在的街道(超级好看) 2.未来日记 3.尸鬼 4.overload 5.亚人 6.未闻花名 7.寄生兽 8.进击的巨人 9.龙与虎 10.命运石之门 阅读全文
posted @ 2016-07-02 22:11 听哥哥的话 阅读(94) 评论(0) 推荐(0) 编辑

2016年6月21日

摘要: 1. × 添加限额 ... 阅读全文
posted @ 2016-06-21 17:58 听哥哥的话 阅读(390) 评论(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 听哥哥的话 阅读(193) 评论(0) 推荐(0) 编辑

2016年6月15日

摘要: public List GetPDFValues() { List strs = new List(); unsafe { var len = 0; //调用c++ 返回char** var a = Gaussia... 阅读全文
posted @ 2016-06-15 11:49 听哥哥的话 阅读(602) 评论(0) 推荐(0) 编辑

2016年6月11日

摘要: 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 听哥哥的话 阅读(419) 评论(0) 推荐(0) 编辑

2016年6月8日

摘要: //重写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 听哥哥的话 阅读(145) 评论(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 听哥哥的话 阅读(379) 评论(0) 推荐(0) 编辑

2016年5月31日

摘要: public static void Test1() { double[][] arr = new double[2][]; arr[0] = new double[2]; arr[1] = new double[2]; arr[0][0] = 666; //for (int i = 0; i (str); MyOGRE.GenerateQuasiRandomNumber(2, 3, ref a... 阅读全文
posted @ 2016-05-31 11:36 听哥哥的话 阅读(344) 评论(0) 推荐(0) 编辑

2016年5月29日

摘要: #include "stdafx.h" #include #define _NRT_SECURITY_NO_WANING using namespace std; class IProgram { public: virtual void getSal()=0; }; class Program:IProgram { public: Program(char *name,... 阅读全文
posted @ 2016-05-29 21:11 听哥哥的话 阅读(130) 评论(0) 推荐(0) 编辑
摘要: // ConsoleApplication34.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include using namespace std; class Parent { public: Parent() { //cout print(); //c->print(); //p++; ... 阅读全文
posted @ 2016-05-29 17:50 听哥哥的话 阅读(2031) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 48 下一页

导航