当前位置:网站首页>Guangguangzai's CSDN journey
Guangguangzai's CSDN journey
2022-07-27 02:24:00 【Guangguangzi】
About self introduction :
I am a sophomore from Xi'an University of Posts and Telecommunications , My major is computer science and Technology , At present, I have contacted c,c++,python Language , Have a preliminary grasp of some programming knowledge . Next, we should learn by ourselves , To learn more about c And c++ Knowledge about , Finish right c Introduction to language .
About programming goals :
My requirement for myself is in the next study , take c Solid command of language , It can be used c Language knowledge to design my own project , It is to integrate knowledge and learning, so as to improve the level of their professional courses .
About time allocation :
In the next study , I made such a plan , I'm learning c In the process of , Constantly infiltrate and learn the knowledge of data structure , Plan in 4 months , take c Master the language well , Study in the next six months c++, Let yourself know more about knowledge in other fields , And continue to learn operating systems and Computer Networks .
I plan to invest in programming learning every day 4-5 Hours to study , Put in every week 18 About hours to learn programming , After basic mastery , Spend time reviewing professional courses , input 3 Hours or so to learn and consolidate .
About ideal company :
The company I want to enter most is ByteDance , Alibaba , Tencent, etc .
#include<stdio.h>
int main()
{
printf("Hello CSDN\n");
return 0;
}边栏推荐
- 指针得真正奥义!!!
- 全连MGRE与星型拓扑MGRE
- js中的数组方法和循环
- (题意+详细思路+加注释代码) Codeforces Round #805 (Div. 3)F. Equate Multisets
- Timer interrupt experiment
- Lecture 3 - GPIO input / output library function usage and related routines
- RS-485 bus communication application
- C语言——数据类型、基本数据类型的取值范围
- OSPF configuration in mGRE environment and LSA optimization - reduce the amount of LSA updates (summary, special areas)
- Lora illumination sensor node data acquisition
猜你喜欢

HCIA Basics (1)

Can bus communication application

C语言——数组、字符串处理函数、strlen、strcpy和strncpy、strcat和strncat、strcmp和strncmp

HCIP第一天静态路由综合实验

全连MGRE与星型拓扑MGRE

静态路由综合实验

Codeforces Round #807 (Div. 2), problem: (C) Mark and His Unfinished Essay

Codeforces Round #796 (Div. 2), problem: (1688C) Manipulating History
![Today, let's talk about escape characters [cute new version]](/img/8a/5d60d362c5de42fac0b9abd0754241.png)
Today, let's talk about escape characters [cute new version]

Esp8266wi fi data communication
随机推荐
在有序数组找具体某个数字
RS-485 bus communication application
全网显示 IP 归属地,是怎么实现的?
Experiment exercise of two-layer packaging technology (HDLC, ppp--pap\chap, GRE)
动态路由配置
C language - characters and strings, arithmetic operators, type conversions
HCIP-第四天-OSPF路由协议
HCIP oSPF综合实验
OSPF protocol overview and basic concepts
Find a specific number in an ordered array
Golang bufio Reader 源码详解
Nb-iot access to cloud platform
WAN technology experiment
Today, let's talk about escape characters [cute new version]
Lora communication application development
NB-IOT联网通信
C语言的常数知识讲解
(prefix and / thinking) codeforces round 806 (Div. 4) F Yet Another Problem About Pairs Satisfying an Inequality
C language - value range of data type and basic data type
Detailed source code of golang bufio reader