Coder Social home page Coder Social logo

baixu1217's Projects

bigdata icon bigdata

大数据是目前IT行业热议的话题,在当今互联网时代,Big Data也占据了主导地位,有其重要的价值所在。关于大数据间的运算,我们将long long int型所不能存储得下的两个数实现输入输出及做相应的四则运算。

commentconvert--state icon commentconvert--state

由C语言的注释全部转换为C++的注释风格,这里用到了有限状态机。有限状态机FSM是软件上常用的一种处理办法,它把复杂的控制逻辑分解成有限个稳定状态,在每个状态上进行处理。 有限状态机是闭环系统,可以在有限的状态,处理无穷的事务。

maze icon maze

迷宫问题是找到迷宫的入口,然后根据上下左右方向寻迹,直至找到迷宫出口。主要是通过栈或者递归的方法。

suffixexpression icon suffixexpression

此仓库是通过栈来实现后缀表达式,**是将后缀表达式中的数据部分存入栈中,当遇到操作符时,就取出栈中的两个数据进行运算,运算结果再压入栈中。直到运算完成,此时栈中只剩一个元素,取它的Top(),此值便为表达式的运算结果。

threechess icon threechess

大家肯定对五子棋再熟悉不过了吧,今天写的小程序是三子棋的游戏。即玩家和电脑下棋,若哪一方的三个棋子先成一条线,则哪一方先赢。

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.