Git Product home page Git Product logo

gitresponse's People

Contributors

earneet avatar

Watchers

 avatar  avatar

gitresponse's Issues

ARTS-8 | 我要分享技术

https://www.earneet.xyz/2019/05/20/ARTS-8/

ARTS-5 Algorithm 引言 本周的题目为从之前没做的题目中顺序拿的, 没有特别选取。 感觉下一周可以做这个Hard的sudoku resolver题目了。 Description Determine if a 9x9 Sudoku board is valid. Only the filled cells need to be validated according to the fo

ARTS-7 | 我要分享技术

https://www.earneet.xyz/2019/05/09/ARTS-7/

ARTS-5 Algorithm 引言 本周的题目为从之前没做的题目中顺序拿的, 没有特别选取。 感觉下一周可以做这个Hard的sudoku resolver题目了。 Description Determine if a 9x9 Sudoku board is valid. Only the filled cells need to be validated according to the fo

复杂函数求导规则 | Learning & Sharing

https://www.earneet.xyz/2020/05/03/derivation-rules/

求导法则 复杂函数的求导, 可以看做是对几个简单函数(暂且称为子函数)的复合函数的求导。一般可以分以下几个情况。 常数项系数 函数的常数项系数的复合方式是最简单的, 它的形式一般如: [ f(x) = c \cdot h(x) ] 其中, (c) 是常数, (h(x)) 是任意关于 (x) 的函数, 则 (f(x)) 的求导规则为: [ f'(x) = c \cdot

重要的连续分布 | 我要分享技术

https://www.earneet.xyz/2019/07/31/%E9%87%8D%E8%A6%81%E7%9A%84%E8%BF%9E%E7%BB%AD%E5%88%86%E5%B8%83/

常见变换 先约定一下,本文中使用的向量都是列向量,相应的公式也都是基于此前提。 线性变换 如果变换F保持了基本运算,加法和数乘,那么就可以称该变换是线性的。 数学上,要求线性变换满足这样的性质: [ \begin{eqnarray} F(\boldsymbol{a}+\boldsymbol{b}) &=& F(\boldsymbol{a}) + F(\boldsymbol{b

ARTS-9 | 我要分享技术

https://www.earneet.xyz/2019/05/26/ARTS-9/

ARTS-5 Algorithm 引言 本周的题目为从之前没做的题目中顺序拿的, 没有特别选取。 感觉下一周可以做这个Hard的sudoku resolver题目了。 Description Determine if a 9x9 Sudoku board is valid. Only the filled cells need to be validated according to the fo

3d坐标中的变换概念 | 我要分享技术

https://www.earneet.xyz/2020/05/01/3dtransform/

常见变换 先约定一下,本文中使用的向量都是列向量,相应的公式也都是基于此前提。 线性变换 如果变换F保持了基本运算,加法和数乘,那么就可以称该变换是线性的。 数学上,要求线性变换满足这样的性质: [ \begin{eqnarray} F(\boldsymbol{a}+\boldsymbol{b}) &=& F(\boldsymbol{a}) + F(\boldsymbol{b

Terminal光标不显示 | Learning & Sharing

https://www.earneet.xyz/2020/07/13/cursor-disappear/

Terminal光标不显示 背景 Windows10下 WSL(Ubuntu), 之前使用没有注意过,今天需要写个很长的编译命令,写错了之后想修改,发现光标不显示,但是能正常写入和删除字符。目测只是光标的问题。 解决方案 谷歌搜索来的方法,试了一下,it's works!!!. 我没搞懂其中的原理,但是确实好用了。记入笔记以收藏。 12345#显示光标echo -e "\033[?25h" #隐藏

ARTS-5 | 我要分享技术

https://www.earneet.xyz/2017/07/13/ARTS-5/

ARTS-5 Algorithm 引言 本周的题目为从之前没做的题目中顺序拿的, 没有特别选取。 感觉下一周可以做这个Hard的sudoku resolver题目了。 Description Determine if a 9x9 Sudoku board is valid. Only the filled cells need to be validated according to the fo

ARTS-4 | 我要分享技术

https://www.earneet.xyz/2019/04/21/ARTS-4/

ARTS-5 Algorithm 引言 本周的题目为从之前没做的题目中顺序拿的, 没有特别选取。 感觉下一周可以做这个Hard的sudoku resolver题目了。 Description Determine if a 9x9 Sudoku board is valid. Only the filled cells need to be validated according to the fo

常见函数导数公式 | Learning & Sharing

https://www.earneet.xyz/2020/05/08/derivation-table/

常用函数导数公式 本篇主要总结常见的函数形式的导数公式。以类别为要。其他形式的函数和复合形式的函数均可以通过变形套用本篇公式来结合 求导规则 推导导函数。 常数函数导数 常数函数, 形如 [ f(x) = C ] 其中C为常数, 则导数为0 [ f'(x) = 0 ] 幂函数导数 幂函数形如: [ f(x) = x^{n} ] 则幂函数的导函数为: [ f'(x

Java远程调试 | Learning & Sharing

https://www.earneet.xyz/2020/10/29/remote-debug/

Java平台远程调试 背景 最近我们做的AI决策算法作为服务器逻辑为诛仙2项目提供服务。由于公司采用了内外网分离的开发策略,我们的服务器在内网进行开发,项目组的服务器是严谨进入外网的。到了联调的时候就特别头疼。因为我们大多数的逻辑都是一场战役的逻辑处理和NPC行为的决策展现,使用log调试的方式分外艰难。所以,就想法在测试服进行调试,测试服属于运维网段,是项目组游戏服务器除了它的开发环境和最终生产

ARTS-3 | 我要分享技术

https://www.earneet.xyz/2019/04/07/ARTS-3/

ARTS-5 Algorithm 引言 本周的题目为从之前没做的题目中顺序拿的, 没有特别选取。 感觉下一周可以做这个Hard的sudoku resolver题目了。 Description Determine if a 9x9 Sudoku board is valid. Only the filled cells need to be validated according to the fo

ARTS-6 | 我要分享技术

https://www.earneet.xyz/2017/06/25/ARTS-6/

常见变换 先约定一下,本文中使用的向量都是列向量,相应的公式也都是基于此前提。 线性变换 如果变换F保持了基本运算,加法和数乘,那么就可以称该变换是线性的。 数学上,要求线性变换满足这样的性质: [ \begin{eqnarray} F(\boldsymbol{a}+\boldsymbol{b}) &=& F(\boldsymbol{a}) + F(\boldsymbol{b

pip 切换国内源 | 我要分享技术

https://www.earneet.xyz/2015/04/01/pip%E5%B7%A5%E5%85%B7%E5%88%87%E6%8D%A2%E5%9B%BD%E5%86%85%E6%BA%90/

常见变换 先约定一下,本文中使用的向量都是列向量,相应的公式也都是基于此前提。 线性变换 如果变换F保持了基本运算,加法和数乘,那么就可以称该变换是线性的。 数学上,要求线性变换满足这样的性质: [ \begin{eqnarray} F(\boldsymbol{a}+\boldsymbol{b}) &=& F(\boldsymbol{a}) + F(\boldsymbol{b

C++在编译期实现源码层级的转换检测 | Learning & Sharing

https://www.earneet.xyz/2020/07/09/cpp-cast-check-on-compile-time/

Terminal光标不显示 背景 Windows10下 WSL(Ubuntu), 之前使用没有注意过,今天需要写个很长的编译命令,写错了之后想修改,发现光标不显示,但是能正常写入和删除字符。目测只是光标的问题。 解决方案 谷歌搜索来的方法,试了一下,it's works!!!. 我没搞懂其中的原理,但是确实好用了。记入笔记以收藏。 12345#显示光标echo -e "\033[?25h" #隐藏

ARTS-10 | 我要分享技术

https://www.earneet.xyz/2019/06/02/ARTS-10/

ARTS-5 Algorithm 引言 本周的题目为从之前没做的题目中顺序拿的, 没有特别选取。 感觉下一周可以做这个Hard的sudoku resolver题目了。 Description Determine if a 9x9 Sudoku board is valid. Only the filled cells need to be validated according to the fo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.