随笔分类 - Java/c++..算法
摘要:C++ Win32控制台应用程序捕捉关闭事件 #include #include bool ctrlhandler( DWORD fdwctrltype ) { switch( fdwctrltype ) { // handle the ctrl-c signal. case CTRL_C_EVEN
阅读全文
posted @ 2017-05-29 18:56
Ali.Blacken
摘要://+------------------------------------------------------------------------+ //| sa#MTEI_Supertrend.mq4 | //|http://finance.groups.yahoo.com/group/Meta...
阅读全文
posted @ 2017-05-11 22:58
Ali.Blacken
摘要:安装 clion 把MinGW(搜MinGW.zip)放到c盘根目录下 ok
阅读全文
posted @ 2016-08-27 19:07
Ali.Blacken
摘要:恢复内容开始 1/引入包:junit-4.11.jar|hamcrest-core-1.3(alilib里有) 2/与src同级建立一个文件夹,名为test,右击,Mark Directory As ->test 3/在test里建立与src里一致包名 4/新建类,在类名后加上Test(public
阅读全文
posted @ 2016-08-26 10:18
Ali.Blacken
摘要:public static void mod() { //源数组 int x[] = {1,2,3,4,5,6,7,8,9,10,11,12,13,14}; //每组多少个 int len = 5 ; //数组数量 int y = x.length; int left = y...
阅读全文
posted @ 2016-05-14 23:10
Ali.Blacken

浙公网安备 33010602011771号