A. Mike and Fax(模拟 + two points) While Mike was walking in the subway, all the stuff in his back-bag dropped on the ground. There were several fax mes ...
分类:
其他好文 时间:
2017-04-21 21:34:57
阅读次数:
256
问题描述 为Date类实现如下成员: 1. 构造器,可以初始化年、月、日。 2. 大于、小于、等于(> 、< 、==)操作符重载,进行日期比较。 3. print() 打印出类似 2015-10-1 这样的格式。 然后创建两个全局函数: 1. 第1个函数 CreatePoints生成10个随机的Da ...
分类:
其他好文 时间:
2017-04-21 00:15:34
阅读次数:
276
一OOP的困境
1 OOP
2 从打印日志来看AOP 和 OOP
二适用AOP的场景
三工具和库
四AspectJ简介
五AOP概念介绍
1 Join Points 何处支持注入
2 Pointcu...
分类:
移动开发 时间:
2017-04-20 21:37:47
阅读次数:
874
题目描写叙述: Given n points on a 2D plane, find the maximum number of points that lie on the same straight line. 解题思路:暴力求解。以每一个点为中心,然后遍历剩余的点。对每一个点。初始化一个map ...
分类:
其他好文 时间:
2017-04-20 20:00:29
阅读次数:
163
Here is the note for lecture five. There will be several points 1. Training and Testing Both of these are about data. Training is using the data to ge ...
分类:
系统相关 时间:
2017-04-18 22:03:09
阅读次数:
230
一、实现的效果图 每次看别人的代码前,必需要先看实现的效果图达到了一个什么样的效果,是不是跟自己想要实现的效果类似。有图才有真相嘛,同一时候,最下方有源代码的下载地址,差点儿源代码的每一行都有凝视,写的通俗易懂。很清晰。 二、编码前的准备工作 ViewPager是Android3.0之后提供的新特性 ...
分类:
移动开发 时间:
2017-04-17 21:41:16
阅读次数:
209
恢复内容开始 1、提取总结表格 2、提取单独参数估计结果 3、提取一组参数估计结果 4、 Comparing summaries and parameters across models 5、 Creating a group of models from an Mplus template ?le ...
分类:
其他好文 时间:
2017-04-17 17:39:32
阅读次数:
561
1.主程序 本程序又可以分为以下几个步骤: 求解G和f 求解本征频率 求解光子带隙 绘图 2.求解G和f 3.求解本征频率 该程序调用了求解一个布里渊边界本征频率的子程序 4.求解光子晶体带隙 里面调用了区间合并的函数mergeBand 5.最后是绘制图形的程序 ...
分类:
其他好文 时间:
2017-04-17 17:25:15
阅读次数:
225
一、chrome浏览器 01 css、html的调试 1.ctrl+shift+c 可选择页面上的元素节点 2.选中节点后可以 F2 直接编辑html 3.添加类名功能,新建类名样式功能 4.隐藏元素功能 02 js调试 在sources页面里进行操作 <1>断点后的执行包括 1.不进入函数内部的下 ...
分类:
Web程序 时间:
2017-04-16 15:09:13
阅读次数:
153
Memory - illegal accesses:negative array index read 负的数组索引读取 This is only valid if arr is a pointer that points to the second element in an array or a ...
分类:
其他好文 时间:
2017-04-15 15:34:45
阅读次数:
279