码迷,mamicode.com
首页 >  
搜索关键字:PAP    ( 477个结果
今日进展--3月15
一.从incite上获取了各大学的数据,并且将结果保存在了F:paper/organization/ 下的total_c.xls和total_j.xls文件中 二.将total_c和total_j文件导入到了数据库中,并且执行F:\paper\机构差异性\各大学情况分析\代码\sql下的organi ...
分类:其他好文   时间:2017-03-15 22:48:43    阅读次数:315
装饰者模式-轻松记住IO类的关系与API
一、目录 二、概述与模型 1、概述 含义:控制对对象的访问。 作用:详细控制某个(某类)某对象的方法,在调用之前做前置处理,调用之后做后置处理,从而实现将统一流程代码放在代理类中处理。 优点: 缺点: 2、模型 Component(抽象组件):定义代理角色和真实角色的公共对外方法。 Concrete ...
分类:Windows程序   时间:2017-03-12 19:52:07    阅读次数:238
自定义 httpmodel
web.config 创建类库 编译该类 把生成的DLL直接放到bin 然后修改config OK using System; using System.Collections; using System.Web; namespace MyRedirect { public class MyRedi ...
分类:Web程序   时间:2017-03-10 12:40:51    阅读次数:175
科技论文写作积累
ABSTRACT The proposed method for … by the user be described in detail its effectiveness will be proved by experiments on the first robotic setup, … ; ...
分类:其他好文   时间:2017-03-09 18:33:26    阅读次数:197
CVPR 2016 paper reading (6)
1. Neuroaesthetics in fashion: modeling the perception of fashionability, Edgar Simo-Serra, Sanja Fidler, Francesc Moreno-Noguer, Raquel Urtasun, in C ...
分类:其他好文   时间:2017-03-09 00:43:29    阅读次数:247
Android判断网络状态
别人写好的分享一下 ...
分类:移动开发   时间:2017-02-23 13:16:40    阅读次数:202
带权最短路 Dijkstra, SPFA, Bellman-Ford, ASP, Floyd-Warshall 算法分析
转载:https://www.renfei.org/blog/weighted-shortest-path.html 图论中,用来求最短路的方法有很多,适用范围和时间复杂度也各不相同。 本文主要介绍的算法的代码主要来源如下: 它们的使用限制和运行时间如下: SPFA: 无限制。运行时间O(k?∣E∣ ...
分类:编程语言   时间:2017-02-16 00:12:30    阅读次数:282
PPP协议配置实例
分类:其他好文   时间:2017-02-15 22:41:14    阅读次数:181
477条   上一页 1 ... 35 36 37 38 39 ... 48 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!