%% 生成二类线性可分数据function [feature, category]=generate_sample(step,error)aa=3; %斜率bb=3; %截距b1=1; rr =error;s=step;x1(:,1) = -1:s:1;n = length(x1(:,1));x.....
分类:
其他好文 时间:
2015-12-13 23:38:07
阅读次数:
238
#include#include#include#define num 100#define OK 1#define ERROR 0#define OVERFLOW -1#define FALSE 0#define TRUE 1typedef int Status;typedef char Data...
分类:
其他好文 时间:
2015-12-13 21:41:59
阅读次数:
241
今天在网上看到一个关于Splash Activity的Android帖子,博主在一通讲解之后也给出了代码。于是果断下载下来了看看怎么实现的。一步步照着流程把这个功能实现了一遍。一切都没有大问题,但是在gradle编译期间提示报错:libpng error: Not a PNG file 从提示...
分类:
移动开发 时间:
2015-12-13 17:16:21
阅读次数:
416
开始 134出现主从1206错误Last_IO_Errno: 1236Last_IO_Error: Got fatal error 1236 from master when reading data from binary log: 'Client requested master to star...
分类:
数据库 时间:
2015-12-13 17:05:11
阅读次数:
228
原因主要是eclipse和spring版本之间的匹配问题。An error occurred while collecting items to be installedsession context was:(profile=epp.package.jee, phase=org.eclipse.e...
分类:
编程语言 时间:
2015-12-13 09:49:34
阅读次数:
1198
MicrosoftWindows[版本6.1.7601]版权所有(c)2009MicrosoftCorporation。保留所有权利。C:\Users\wode>mysql-uroot-pEnterpassword:********ERROR2003(HY000):Can‘tconnecttoMySQLserveron‘localhost‘(10061)C:\Users\wode>mysql-uroot-pEnterpassword:********ERROR2003(..
分类:
数据库 时间:
2015-12-13 02:17:19
阅读次数:
356
1.引入框架2.设置URL SchemesQQ+十六进制appIDtencent+十进制IDtencent1104922581注: 两个都写上3.设置白名单如: 出现 -canOpenURL: failed for URL: “sinaweibohdsso://xxx” – error: “This...
分类:
其他好文 时间:
2015-12-12 23:04:24
阅读次数:
257
unexpected error ConnectionError object has no attributeCentOS yum cache/etc/yum.confkeepcache = 1
分类:
其他好文 时间:
2015-12-12 21:49:23
阅读次数:
179
Error: Gradle: Execution failed for task ‘:mytask’ > A problem occurred starting process ‘command ‘jni/ndk-build.cmd” 这是win7打开android程序出现的问题。...
分类:
移动开发 时间:
2015-12-12 20:06:48
阅读次数:
288
Linux64位安装nginx时出现以下错误:configure:error:noacceptableCcompilerfoundin$PATH说明需要安装gcc,linux操作系统是新安装的,没有安装gcc库,安装命令如下:yuminstallgcc安装完gcc库即可
分类:
其他好文 时间:
2015-12-12 17:20:23
阅读次数:
125