码迷,mamicode.com
首页 >  
搜索关键字:sea battlebfs.    ( 3752个结果
with cats as pets get cataracts and macular degeneration
I really enjoyed this talk, optimistic and helpful. May I offer a small but perhaps helpful bit of knowledge that may help prevent some forms of blind ...
分类:系统相关   时间:2017-01-24 10:50:34    阅读次数:206
拉数据
//index.js //获取应用实例 var app=getapp() hotapp=app.globalData.hotapp, PageIndex=1, lock=false; page({ data:{ desc:{ key:" ", vaule:() } }, onLoad:functio ...
分类:其他好文   时间:2017-01-23 20:16:02    阅读次数:212
Research of Hydro-Turbine Governor Supplementary Control Strategy for Islanding AC Grid at Sending Terminal of HVDC System
G. Zhang, Y. Cheng, N. Lu and Q. Guo, "Research of Hydro-Turbine Governor Supplementary Control Strategy for Islanding AC Grid at Sending Terminal of ...
分类:其他好文   时间:2017-01-22 20:35:28    阅读次数:236
AlexNet运用在股票数据
快疯了,也存在过拟合问题,做个笔记,以后慢慢完善 ...
分类:Web程序   时间:2017-01-22 19:21:53    阅读次数:375
Scala Control Structures
Scala之Control Structures 一、前言 前面学习了Scala的Numbers,接着学习Scala的Control Structures(控制结构)。 二、Control Structures Scala中的控制结构与Java中的颇为类似,但也有所不同,例如,if/then/els ...
分类:其他好文   时间:2017-01-21 22:26:54    阅读次数:209
php ldap
参考链接: http://blog.csdn.net/guoyuqi0554/article/details/11015403 http://blog.csdn.net/qk1992919/article/details/51249099 1.安装 sudo apt install slapd ld ...
分类:Web程序   时间:2017-01-21 17:18:02    阅读次数:304
STL之vector使用详解
Vector成员函数 函数 表述 c.assign(beg,end)c.assign(n,elem) 将[beg; end)区间中的数据赋值给c。将n个elem的拷贝赋值给c。 c.at(idx) 传回索引idx所指的数据,如果idx越界,抛出out_of_range。 c.back() 传回最后一 ...
分类:其他好文   时间:2017-01-21 16:05:31    阅读次数:260
VS2013 C# 调用 cognex 的QuickBuild做程序时发生一个错误
今天在用 VS2013 C# 调用 cognex 的QuickBuild做程序时发生一个错误,如下所示 混合模式程序集是针对“v2.0.50727”版的运行时生成的,在没有配置其他信息的情况下,无法在 4.0 运行时中加载该程序集 网上搜索得到解决办法: 在app.config中添加一个配置节:st ...
分类:Windows程序   时间:2017-01-20 22:19:46    阅读次数:1525
TOJ-1203 Factoring Large Numbers
One of the central idea behind much cryptography is that factoring large numbers is computationally intensive. In this context one might use a 100 dig ...
分类:其他好文   时间:2017-01-19 14:19:39    阅读次数:187
C#学习笔记1
1.该属性允许访问在启动当前进程时在命令行上指定的程序名和任何参数。程序名可以(但不是必须)包含路径信息。 使用 Environment.GetCommandLineArgs()方法可检索在字符串数组中分析和存储的命令行信息。 2.decimal类型和C#的浮点类型的区别在于,decimal类型的基 ...
分类:Windows程序   时间:2017-01-18 15:05:04    阅读次数:449
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!