Giter VIP home page Giter VIP logo

existot01.github.io's People

Contributors

existot01 avatar

Watchers

 avatar

existot01.github.io's Issues

孤独 - Existo's Blog

http://existot01.top/2021/11/10/%E5%AD%A4%E7%8B%AC/

孤独,是近来我生活的色调,行事的方式已经不像之前有个心里的寄托,能在任何时候无所畏惧现在只有我一个人独行总是在幻想身边出现形影不离的人无数次做梦梦到她的回来即使是在醒来之后责骂自己但还是怀念那种心中念想着别人的感觉尽管知道不可能,但是我自己不允许我自己放弃这对我来说是莫大的悲哀对生活感到失望感到无助

C#接口 - Existo's Blog

http://existot01.top/2021/11/12/C-%E6%8E%A5%E5%8F%A3/

C#接口(Interface) C#中的接口与抽象类十分类似,但是接口大多只是用在当只有少数方法由基类声明由派生类实现时 接口本身并不实现任何功能 接口定义了属性、方法和事件,这些都是接口的成员。接口只包含了成员的声明。成员的定义是派生类的责任。 与抽象类一样,接口不能被实例化。

支配集、覆盖集、独立集与匹配 - Existo's Blog

http://existot01.top/2021/12/26/%E6%94%AF%E9%85%8D%E9%9B%86%E3%80%81%E8%A6%86%E7%9B%96%E9%9B%86%E3%80%81%E7%8B%AC%E7%AB%8B%E9%9B%86%E4%B8%8E%E5%8C%B9%E9%85%8D/

支配集设图$G=$是简单无向图,$S⊆V,S≠∅$,若对于$∀x∈V-S$,$x$都与$S$里至少一个顶点相邻,则称$S$是图$G$的支配集(dominating set)。 $S$是图$G$的支配集,若S的任何真子集都不是支配集,则称$S$为图$G$的极小支配集(minimal dominating set)。

OUCpass-log-2 - Existo's Blog

http://existot01.top/2022/09/09/OUCpass-log-2/#more

OUCpass 开发日志[2]在上一次我成功登录到教务系统以后,我就开始着手前端与后端的工作,前端微信小程序我一开始打算直接用组件库,但是weUI两年多不更新,而且文档也写得十分粗糙,我就打算另谋其他组件库,发现vant-ui还在更新,而且文档还能看,就打算使用vant-ui开发

deque - Existo's Blog

http://existot01.top/2022/05/29/deque/

Deque 双端队列295场周赛T4,01BFS用到双端队列,之前很少接触这个数据结构 Double-ended queues are sequence containers with the feature of expansion and contraction on both ends. 由此可见,双端队列也就是一个可以在front-end和back-end两端插入或删除的数据罢了 用法

可简单图化、连通图、欧拉图和哈密顿图的判断 - Existo's Blog

http://existot01.top/2021/12/08/%E5%8F%AF%E7%AE%80%E5%8D%95%E5%9B%BE%E5%8C%96%E3%80%81%E8%BF%9E%E9%80%9A%E5%9B%BE%E3%80%81%E6%AC%A7%E6%8B%89%E5%9B%BE%E5%92%8C%E5%93%88%E5%AF%86%E9%A1%BF%E5%9B%BE%E7%9A%84%E5%88%A4%E6%96%AD/

可图化设非负整数数列d=( d1,d2, …, dn ),若存在无向图G, 使得G的度数列是d, 则称d为可图化的. 可简单图化设非负整数列d=( d1,d2, …, dn ),若存在无向简单图G, 使得G的度数列是d,则称d为可简单图化的.

KMP - Existo's Blog

http://existot01.top/2022/03/24/KMP/#more

KMP 字符串匹配普通的字符串匹配算法十分直观易懂,但是遇到特殊情况效率极低,因此KMP算法是一种高效的字符串匹配算法 算法的核心思路是减少重复匹配的次数从而降低时间复杂度 普通匹配算法的时间复杂度 O(mn) KMP算法的时间复杂度 O(m+n)

近来的一些状况 - Existo's Blog

http://existot01.top/2021/11/07/%E8%BF%91%E6%9D%A5%E7%9A%84%E4%B8%80%E4%BA%9B%E7%8A%B6%E5%86%B5/

最近发生了很多很多事情,让我感觉我的人生充满戏剧性,先码一下,把程序赶完再回来写 —-11-08—- 累,真的很累,当初想让自己忙起来,这样就可以不去想某些人,某些事,能让自己从痛苦中摆脱出来,但是现在唯一的感觉就是累,漫无目的的累,不明所以的累,在忙完自己所认定的一件事以后,收获的不是满足,反而是空虚,以及不知道该做什么的无奈。感觉有好多事要做,不知道从哪里下手,不知道该听谁的话,我只是觉得自己

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.