Giter Club home page Giter Club logo

Hi there ๐Ÿ‘‹

้—จๆ˜ญ้œ–็š„Home

WELCOME TO MY HOME PAGE

โญ๐ŸŒ™ไธŽๅ…ถไปฐๆœ›ๆ˜Ÿ็ฉบ๏ผŒไธๅฆ‚ๅŽปๅšๆ‘˜ๆ˜Ÿๆ˜Ÿ็š„ไบบ๐ŸŒ™โญ


Myself

Name:้—จๆ˜ญ้œ–

Gender:๐Ÿšน

๐ŸŽ‚:2004 Aug 12th

โค๏ธ๐Ÿ’žโฃ๏ธ๐Ÿ’ Beloved๏ผš โ˜๏ธWanyun โ˜๏ธ

Dream๐Ÿ˜ถโ€๐ŸŒซ๏ธ:๐Ÿ•ต๏ธ๐Ÿ‘จโ€๐Ÿš€๐Ÿ‘จโ€๐Ÿ’ป๐Ÿฆธโ€โ™‚๏ธ๐Ÿง™โ€โ™‚๏ธ(ๆˆ‘ๆ˜ฏไธช่ดชๅฟƒ็š„ไบบ)

Like:๐Ÿฑ๐Ÿถ๐Ÿฟ๏ธ๐Ÿ‡๐Ÿฆ”

MBIT:ENFPโš›๏ธ

XMUM 2209 SWE STUDENT

Interest:| Algorithm | AI | Game Design | Data Science |

Contect: Email:[email protected]


Study Achievement

|Language|

  • C/C++
  • Java
  • Python
  • HTML
  • JavaScript
  • Golang
  • Rust

    Study Plan

    For Framework
Framework Status
Vue ---
React
Angular
#include<iostream>
#include<cmath>
using namespace std;
int main()
{   
    float x, y;
    for (y = 1.5f; y > -1.5f; y -= 0.1f)
    {
        for (x = -1.5f; x < 1.5f; x += 0.05f)
        {
            float a = x * x + y * y - 1;
            if ((a * a * a - x * x * y * y * y) <= 0)
            {
                cout << "*";
            }
            else
            {
                cout << " ";
            }
        }
        cout << endl;
    }
    system("pause");
    return 0;
}

heart

More About Me

Waiting for you to explore

Men Zhaolin's Projects

build-your-own-x icon build-your-own-x

Master programming by recreating your favorite technologies from scratch.

cspostgraduate-408 icon cspostgraduate-408

๐Ÿ’ฏ CSPostgraduate ่ฎก็ฎ—ๆœบ่€ƒ็ ” 408 ไธ“ไธš่ฏพ่ต„ๆ–™ๅŠ็œŸ้ข˜่ต„ๆบ

html-css-case icon html-css-case

่ฟ™้‡Œๆœ‰ๆˆ‘ๅœจๅ“”ๅ“ฉๅ“”ๅ“ฉๅ‘ๅธƒ็š„ๆ‰€ๆœ‰่ง†้ข‘็š„ๆบ็ 

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.