Giter Site home page Giter Site logo

workspace's Introduction

WorkSpace

日常各类项目代码存放空间
目录:

WorkSpace/
        |
        |----cprogram/
                |
                |----Decimal_to_Binary (二进制与十进制互相转换)
		
                |
                |----determinant (求给定行列式的值,大一下半学年个人从线性代数的延伸)
                |
                |----hello (HelloWorld代码)
                |
                |----matrix (对矩阵的各种处理(包括化为行最简式、求逆、求秩))
                |
                |----linkedList(用链表实现数据的增删改查,这是对功能的一个简单测试系统)
                |
                |----binaryTree(用C语言实现的二叉树)(后来增加了二叉树图形化打印的功能)
                |
                |----queue(用C语言实现的队列)
        |
        |----html/
            |
            |----hello.html (HelloWorld代码)
        |
        |----java/
            |
            |----CalendarPrint (按年打印日历,格式为3行4列,题目来源于一位外地信管学生的大作业)
            |
            |----Hello (HelloWorld代码)
            |
            |----MyEditor (一个GUI文本编辑器的尝试)
        |
        |----python/
            |
            |----calculator (一个GUI计算器的尝试)
            |
            |----gobang (一个五子棋游戏,题目来源于一位计科好友的假期练手)
            |
            |----hello (HelloWorld代码)
            |
            |----machineLearning/ (机器学习相关项目)
                |
                |----mylock/ (手写数字识别密码锁(与五子棋组合)(仓库中只有代码不含训练与测试数据))
                |
                |----knn/ (KNN 最近邻算法)
                |
                |----k-means/ (K-Means 聚类算法)
            |
            |----opencv (OpenCV图片、摄像头图像读取[及膨胀与腐蚀])
            |
            |----rose (图像处理:提取图片里玫瑰的轮廓用turtle库将其画出)
            |
            |----webCrawling/
                |
                |----crawlScheduleAndGrade.py (requests爬虫, 爬取学校教务网站的个人课表和成绩)
            |
            |----drawPig.py (用 Turtle 绘制小猪佩奇。。。)

workspace's People

Contributors

nice-future avatar

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.