Giter Club home page Giter Club logo

haersmovingcastle's Projects

-topic50 icon -topic50

第一个只出现一次的字符,通过哈希表来记录每个字符出现的次数,然后再读取哈希表

c-1 icon c-1

学生管理系统+自助订餐系统

c-2 icon c-2

该项目是做一个贪吃蛇游戏

c-ocr icon c-ocr

C-OCR是携程自研的OCR项目,主要包括身份证、护照、火车票、签证等旅游相关证件、材料的识别。 项目包含4个部分,拒识、检测、识别、后处理。

interview icon interview

📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。

message icon message

C++基于UDP的聊天软件 2nd ver2.31

mini-search-engine icon mini-search-engine

迷你搜索引擎项目,后台程序在Linux环境下用C/C++开发,前台页面在windows环境下用PHP实现。

smartfactory icon smartfactory

C# 集成了离线人脸识别、离线实时语音识别和离线语音合成功能的WPF项目

tcp_chat icon tcp_chat

使用C++与QT框架编写的简易TCP聊天软件

top15 icon top15

二进制中的1的个数。总结:把一个整数减去1,再和原整数做位与运算,会将该整数最右边的1变成0。

top42 icon top42

连续子数组的最大和

topic-16 icon topic-16

实现函数power(double base,int exponent),求base的exponent次方

topic-22 icon topic-22

代码的鲁棒性:输入的头指针不能为空;节点的总数是否满足要求;输入的参数k为特殊值的考虑。

topic-26 icon topic-26

输入两棵二叉树A和B,判断B是不是A的子结构。先是遍历A树,先确定与B树头节点相等的节点,再去判断剩下的叶子结点是不是相等的。递归的终止条件是到达了A树或B树的叶节点。

topic-32 icon topic-32

从上到下打印二叉树的每个节点,同一层的按从左到右的顺序打印。规律是先入先出,即队列。二是分行从上到下打印二叉树。三是Z形打印二叉树。涉及到了队列和栈

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.