240 发简信
IP属地:北京
  • standard logic 的问题:causality

    最近复习Intuitionistic logic的时候真正注意到standard logic确实很有问题。 比如对于所有的a和所有的b,standard logic 里面我们...

  • c++ 队列 queue

    https://www.jianshu.com/p/978311125b34

  • c++ stack recursion 返回二叉树深度

    #include #include <vector> #include #include using namespace std; struct TreeNode { i...

  • c++ 整数/整数=整数

    整数/整数=整数 ex: int x = 1 int y = 4 x/y = 0 程序员何苦和自己过不去......

  • cplex

    la partie droite d'une contrainte doit etre constant (i.e. pas de variable) Pour compil...

  • python 用profile查看函数和语句耗时

    https://www.cnblogs.com/keanuyaoo/p/3281342.html

  • git 简单的使用:关联远程仓库、提交、版本回退、新建分支、合并分支

    generer une cle SSH : ssh-keygen -t rsa rsa pour indiquer l'algorithme utilise pour la...