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

cynchanpin

  • 博客园
  • 联系
  • 订阅
  • 管理
上一页 1 2 3 4 5 6 7 ··· 149 下一页

2017年8月20日

nodejs中thiskeyword的问题

摘要: 再分析详细内容之前,必需要好好阅读下面下面两篇blog 学习Javascript闭包(closure) Javascript的this使用方法 这两篇文章是阮一峰老师对Javascript的闭包和this使用方法的总结。 总结来说。闭包能够大概的理解为运行函数对环境上下文的变量的绑定。this是指向 阅读全文

posted @ 2017-08-20 21:19 cynchanpin 阅读(334) 评论(0) 推荐(0)

AlphaGo 开源项目研究(1)

摘要: 本文的原文连接是: http://blog.csdn.net/freewebsys/article/details/50907446 未经博主同意不得转载。 博主地址是:http://blog.csdn.net/freewebsys 1,关于alphaGo 近期这个AlpahGo很的火呢。 Gool 阅读全文

posted @ 2017-08-20 19:59 cynchanpin 阅读(1705) 评论(0) 推荐(0)

LeetCode -- Best Time to Buy and Sell Stock II

摘要: 题目描写叙述:Say you have an array for which the ith element is the price of a given stock on day i.Design an algorithm to find the maximum profit. You may 阅读全文

posted @ 2017-08-20 18:30 cynchanpin 阅读(153) 评论(0) 推荐(0)

Android studio 编译失败Error:Could not read entry ':app:processDebugManifest' from cache taskArtifacts.b

摘要: <!--?xml version="1.0" encoding="UTF-8" standalone="no"?-->Android studio 编译失败 Error:Could not read entry ':app:processDebugManifest' from cache taskA 阅读全文

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

【翻译自mos文章】Windows平台下的 Oraagent Memory Leak

摘要: 来源于: Oraagent Memory Leak (文档 ID 1956840.1) APPLIES TO: Oracle Database - Enterprise Edition - Version 11.2.0.3 and later Information in this document 阅读全文

posted @ 2017-08-20 12:45 cynchanpin 阅读(219) 评论(0) 推荐(0)

基于Otsu算法的图像自适应阈值切割

摘要: 在图像处理实践中,将灰度图转化为二值图是非经常见的一种预处理手段。在Matlab中,能够使用函数BW = im2bw(I, level)来将一幅灰度图 I。转化为二值图。当中。參数level是一个介于0~1之间的值,也就是用于切割图像的阈值。默认情况下,它可取值是0.5。如今问题来了,有没有一种依据 阅读全文

posted @ 2017-08-20 12:04 cynchanpin 阅读(1575) 评论(1) 推荐(0)

linux中的通配符、元字符、转义符

摘要: linux中的通配符、元字符、转义符 linux中的通配符元字符转义符 shell命令的构成 通配符 元字符meta 转义符 example reference shell命令的构成 每条linux命令中的每一个character都是下面两种之中的一个: - literal:普通纯文本 - 保留字: 阅读全文

posted @ 2017-08-20 10:33 cynchanpin 阅读(7902) 评论(0) 推荐(0)

[Windows_Server_2012优化V1.1_20140425]

摘要: [Windows_Server_2012优化V1.1_20140425] Winsows Server 2012 Datacenter Evaluation Build 9200数据中心评估版GUI 64bit(许可180天) (单用户使用,非傻瓜式优化部分) 1.组策略 gpedit.msc→计算 阅读全文

posted @ 2017-08-20 09:27 cynchanpin 阅读(913) 评论(0) 推荐(1)

二叉树遍历的非递归

摘要: 前序遍历的非递归:1、在入栈时增加结果集,不停的取左子树入栈。直到为空。2、假设栈非空,pop栈顶结点。取其右子树作为当前结点,继续第一步。直到栈为空 中序遍历的非递归:1、在入栈时,不停的取左子树入栈,直到为空。2、假设栈非空,pop栈顶结点,增加结点集,取其右子树作为当前结点。继续第一步。直到栈 阅读全文

posted @ 2017-08-20 08:39 cynchanpin 阅读(222) 评论(0) 推荐(0)

2017年8月19日

对功率谱的一点理解

摘要: 以下的matlab程序分别使用周期图法、相关函数法以及AR谱方法计算信号的功率谱。% power spectrum estimated clear all; clc; close all; Fs=1000; % 採样频率 nfft = 1024; % fft计算点数 %产生含有噪声的序列 n=0:1 阅读全文

posted @ 2017-08-19 20:52 cynchanpin 阅读(7821) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 ··· 149 下一页
 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3