1.文本处理和分析函数 $(subst from,to,text) 替换 $(patsubst pattern,replacement,text) 模式替换,可用%(只用第一个%有用),如 $(patsubst %.c,%.o,x.c.c bar.c),结果 ‘x.c.o bar.o’ $(stri ...
分类:
其他好文 时间:
2017-11-08 19:51:39
阅读次数:
165
To reference existing ASM files, you need to use a fully qualified ASM filename. Your developmentdatabase has a disk group named DG2A, the database na ...
分类:
其他好文 时间:
2017-11-07 19:55:07
阅读次数:
171
Git global setup Create a new repository Existing folder or Git repository ...
分类:
其他好文 时间:
2017-11-06 11:14:36
阅读次数:
209
安装python 版WeChat sdk 报错 在用pip install安装python的一些包的时候遇到这个错误是因为这些包需要依赖six,在安装six的时候发现系统已经有一个six-1.4.1但又没有权限卸载它,所以无法安装新版本。six-1.4.1是系统内置的packages,因 系统集成保 ...
分类:
其他好文 时间:
2017-11-02 11:25:36
阅读次数:
374
SQL DELETE Statement The SQL DELETE Statement The DELETE statement is used to delete existing records in a table. DELETE Syntax DELETE FROM table_name ...
分类:
数据库 时间:
2017-11-01 01:07:28
阅读次数:
174
Deep Traffic是之前MIT一个课程的(娱乐)作业。有兴趣的可以去玩玩这个开车小游戏。 但是我发现这里最奇特的是线性模型居然效果血好。 以下为我一部分测试数据: 单隐层32结点fc:70.36 三隐层32-16-8结点fc:71.1 三隐层32-16-8结点fc加上一些乱搞:71.2 (我没 ...
分类:
其他好文 时间:
2017-10-31 22:24:04
阅读次数:
505
ResolutionTo do this first go to Setup | Customize | Accounts | Buttons and Links | New. Enter the following in each of the fields:Label: CloneName: C ...
分类:
其他好文 时间:
2017-10-30 16:59:15
阅读次数:
115
官方文档的解释如下: stack: Join a sequence of arrays along a new axis concatenate: Join a sequence of arrays along a existing axis 因此stack 是在新轴axis=n上加入矩阵,已有的a ...
分类:
其他好文 时间:
2017-10-28 21:07:57
阅读次数:
530
数据预处理 数据预处理一般包括: (1) 数据标准化 这是最常用的数据预处理,把某个特征的所有样本转换成均值为0,方差为1。 将数据转换成标准正态分布的方法: 对每维特征单独处理: 其中, 可以调用sklearn.preprocessing中的StandardScaler()进行数据的标准化。 (2 ...
分类:
其他好文 时间:
2017-10-26 22:57:15
阅读次数:
234
虚拟机提示 虚拟机提示 Error: Failed to create the VirtualBox COM object. The application will now terminate. Start tag expected, '<' not found. Location: '/home ...
分类:
其他好文 时间:
2017-10-26 13:24:47
阅读次数:
222