javascript一共有9种数据类型字符串String 数值型 Number布尔型 Boolean未定义 Undefine空值 Null对象 Object引用Refernce 列表型 List完成型 Completion一.字符串var language = "javascript";var la...
分类:
编程语言 时间:
2014-11-21 17:59:26
阅读次数:
160
安装好了Xampp,在虚拟机是可以访问的, 浏览器中输入localhost 嘛不过在本地就是访问不了,ping是能通过的然后网上查了一些资料,并结合Xampp的提示:从图片中可以看到,Xampp目前是只允许本地访问的,而且提示我们可以去修改 httpd-xampp.conf这个目录在 /opt/la...
分类:
其他好文 时间:
2014-11-21 12:26:59
阅读次数:
197
https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2514、此题需要求在一个字符串中出现至少k次的最长子串, 如果有多个, 取rightmost...
分类:
其他好文 时间:
2014-11-19 21:59:06
阅读次数:
269
Radar Installation
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 54798
Accepted: 12352
Description
Assume the coasting is an infinite straight line. La...
分类:
其他好文 时间:
2014-11-18 01:40:09
阅读次数:
255
Machine Learning:Neural Network---Representation
Non-Linear Classification
如果还采取简单的线性分类手段,那么会面临着过拟合以及效率低下的问题(如图所示),然而neural network则可以很好的解决非线性分类问题。
Model representation
第一层称为input la...
分类:
Web程序 时间:
2014-11-18 00:30:10
阅读次数:
290
题目链接:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=660
TimeLimit: 3.000 seconds
A Sudoku grid is a 16 x 16 grid of cells grouped in sixteen...
分类:
其他好文 时间:
2014-11-17 21:18:14
阅读次数:
264
命令的格式:命令 -选项 参数例:ls -la /etc选项可以结合使用. 代表的是当前目录.. 代表当前目录的父目录root用户常用命令地址root:/sbin/usr/sbin所有用户常用命令地址all users:/bin/usr/binbin-->binary usr-->user sbi....
分类:
系统相关 时间:
2014-11-15 16:55:53
阅读次数:
236
huangjing
链表的合并,要求O(la*lb)的复杂度,实际上就是插入什么的,注意如果在链表开头和结尾的特殊情况
代码
#include
#include
#include
typedef struct node
{
int data;
struct node *next;
}Node,*listnode;
int lena,lenb;
void creatlist(list...
分类:
其他好文 时间:
2014-11-15 12:53:27
阅读次数:
249
DescriptionOn the evening of 3 August 1492, Christopher Columbus departed from Palos de la Frontera with a few ships, starting a serious of voyages of...
分类:
其他好文 时间:
2014-11-11 18:51:32
阅读次数:
283
Radar Installation
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 54593
Accepted: 12292
Description
Assume the coasting is an infinite straight line. La...
分类:
其他好文 时间:
2014-11-11 08:13:01
阅读次数:
188