• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

cynchanpin

  • 博客园
  • 联系
  • 订阅
  • 管理
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 149 下一页

2017年8月4日

SVM核技巧的经典解释

摘要: 支持向量机: Kernel by pluskid, on 2010-09-11, in Machine Learning 68 comments 本文是“支持向量机系列”的第三篇,參见本系列的其它文章。 前面我们介绍了线性情况下的支持向量机,它通过寻找一个线性的超平面来达到对数据进行分类的目的。只是 阅读全文

posted @ 2017-08-04 18:52 cynchanpin 阅读(563) 评论(0) 推荐(0)

Koch 分形,海岸线,雪花

摘要: 此算法用于生成Koch分形(海岸线,雪花)。速度高速,效果绚丽 //支持的初始直线水平角度为60 的倍数。 交换起点与终点坐标可改变生成方向 void Koch(CDC *pDC, int x1, int y1, int x2, int y2, int n) { if (n > 0) { doubl 阅读全文

posted @ 2017-08-04 17:15 cynchanpin 阅读(427) 评论(0) 推荐(0)

Java程序猿笔试面试之String

摘要: 1.怎样实现字符串的反转比如:“how are you” >“you are how” 2.怎样推断2个字符串是否有同样的字符组成 比如“aaaabbc”跟“abcbaaa” 3.怎样删除String中反复的字符good 4.怎样统计String中有多少个单词 5.怎样输出String的全部组合 1 阅读全文

posted @ 2017-08-04 14:08 cynchanpin 阅读(145) 评论(0) 推荐(0)

一步一步在Windows下搭建React Native Android开发环境

摘要: 搭建JAVA开发环境依据操作系统分为x86或x64位的。下载jdk1.8以上的版本号。本机安装时的java版本号:jdk-8u45-windows-x64.exe配置JAVA的环境变量JAVA_HOME = C:\Program Files\Java\jdk1.8.0_45 CLASSPATH = 阅读全文

posted @ 2017-08-04 13:10 cynchanpin 阅读(262) 评论(0) 推荐(0)

IOS是否在项目中存在,所使用的反射那点事

摘要: NSClassFromString,NSSelectorFromString,isKingOfClass 1. NSClassFromString 这种方法推断类是否存在,假设存在就动态载入的,不存为就返回一个空对象; id myObj = [[NSClassFromString(@"MySpeci 阅读全文

posted @ 2017-08-04 11:30 cynchanpin 阅读(715) 评论(0) 推荐(0)

图的深度搜索和广度搜索

摘要: 关于图的最主要的操作:创建和搜索 #include <stdio.h> #include <stdlib.h> #include <string.h> #include "queue.h" //在BFS搜索算法中会用到队列 //定义图的节点结构体 typedef struct _graph_node 阅读全文

posted @ 2017-08-04 10:46 cynchanpin 阅读(292) 评论(0) 推荐(0)

android4.1 JELLY_BEAN:All WebView methods must be called on the same thread[问题已解决]

摘要: 11-06 18:29:15.582: W/WebView(27807): java.lang.Throwable: A WebView method was called on thread 'JavaBridge'. All WebView methods must be called on t 阅读全文

posted @ 2017-08-04 09:34 cynchanpin 阅读(4629) 评论(0) 推荐(0)

Swift 版本号非常好的卡片切换效果基于ZLSwipeableView(相似于[陌陌点点][探探])

摘要: 这是我在简书的文章. http://www.jianshu.com/p/734962c9bbed $(function () { $('pre.prettyprint code').each(function () { var lines = $(this).text().split('\n').l 阅读全文

posted @ 2017-08-04 08:26 cynchanpin 阅读(590) 评论(1) 推荐(0)

2017年8月3日

Intents and Intent Filters

摘要: An Intent is a messaging object you can use to request an action from another app component. Although intents facilitate communication between compone 阅读全文

posted @ 2017-08-03 21:08 cynchanpin 阅读(174) 评论(0) 推荐(0)

Android-Universal-Image-Loader载入图片

摘要: 直接看代码:MainActivity: package com.example.textwsjdemo; import com.nostra13.universalimageloader.cache.disc.naming.Md5FileNameGenerator; import com.nostr 阅读全文

posted @ 2017-08-03 19:49 cynchanpin 阅读(158) 评论(0) 推荐(0)

上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 149 下一页
 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3