# c_course **Repository Path**: cpu_code/c_course ## Basic Information - **Project Name**: c_course - **Description**: No description available - **Primary Language**: C - **License**: 0BSD - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # c_course * @Author: cpu_code * @Date: 2020-05-02 18:31:22 * @LastEditTime: 2020-07-12 12:36:50 * @FilePath: \c_course\README.md * @Gitee: https://gitee.com/cpu_code * @CSDN: https://blog.csdn.net/qq_44226094 ## 介绍 个人学习C代码,关键字、变量、常量、转义字符、字符串、运算符、循环、分支、跳转、输入输出、函数、数组、指针、存储类型、文件输入输出、结构体、位操作、预处理、链表、队列、二叉树 ## 文件说明 * [first__初次接触语言](#first__初次接触语言) * [num:num__变量](#num__变量) * [string__字符串](#string__字符串) * [operation__运算符](#operation__运算符) * [loop__循环](#loop__循环) * [branch__分支](#branch__分支) * [input_out__输入输出](#input_out__输入输出) * [初次接触语言](#first) * [初次接触语言](#first) * [contact_project__联系人的微系统](#contact_project__联系人的微系统) * [linear_list__线性表](#linear_list__线性表) * [linked_list__线性表](#linked_list__线性表) -------------- ## [first__初次接触语言](first) * [printf.c: 输出信息](first/printf.c) * [num.c: 定义变量](first/num.c) * [scanf.c: 输入变量](first/scanf.c) * [multiply.c: 乘法](first/multiply.c) * [fun.c: 函数调用](first/fun.c) * [nogood.c: 错误程序](first/nogood.c) * [fun.c: 函数调用](first/fun.c) ------------------ ## [num__变量](num) * [platinum.c: 浮点数、输入](num/platinum.c) * [float.c: 浮点](num/float.c) * [char.c: 进制](num/char.c) * [double.c: 进制](num/double.c) * [pri_type.c: 进制](num/pri_type.c) * [type_lib.c: 进制](num/type_lib.c) ------------------ ## [string__字符串](string) * [talkback.c: 获取字符串的长度](string/talkback.c) * [praise.c: 宏定义字符串](string/praise.c) * [praise_zd.c: 输出%zd](string/praise_zd.c) * [pizza.c: 浮点小数](string/pizza.c) * [defines.c: 各类型的最大最小](string/defines.c) * [printout.c: 变量、常量](string/printout.c) * [wigth.c: 字段宽度](string/wigth.c) * [floats.c: 控制输出格式](string/floats.c) * [flats.c: 打印不同大小的值](string/flats.c) * [stringf.c: 字符串格式](string/stringf.c) * [intconv.c: 不匹配的整型转换](string/intconv.c) * [floatcnv.c: 不匹配的浮点型转换](string/floatcnv.c) * [prntval.c: printf()的返回值](string/prntval.c) * [longstrg.c: 打印较长的字符串](string/longstrg.c) * [input.c: 输入使用&](string/input.c) * [varwid.c: 变宽输出字段](string/varwid.c) * [skip.c: 跳过输入中的前两个整数](string/skip.c) --------------------------- ## [operation__运算符](operation) * [choes.c: #define、const](operation/choes.c) * [choes_while.c: while循环](operation/choes_while.c) * [goif.c: 输出并行](operation/goif.c) * [squares.c: 平方](operation/squares.c) * [wheat.c: 指数输出](operation/wheat.c) * [divide.c: 除法](operation/divide.c) * [rules.c: 优先级](operation/rules.c) * [sizeof.c: 类型大小](operation/sizeof.c) * [min_sec.c: 取余](operation/min_sec.c) * [add_one.c: 自增](operation/add_one.c) * [post_pre.c: 自增前后区别](operation/post_pre.c) * [bottles.c: 自增的有效位](operation/bottles.c) * [addemup.c: 迭代增加](operation/addemup.c) * [convert.c: 自动类型转换](operation/convert.c) * [pound.c: 参数的函数](operation/pound.c) * [running.c: 强制类型转换](operation/running.c) ------------------------- ## [loop__循环](loop) * [summing.c: 求所有和](loop/summing.c) * [when.c: while的退出条件](loop/when.c) * [while.c: while下的范围](loop/while.c) * [while_semicolon.c: while后的;](loop/while_semicolon.c) * [cmpflt.c: 浮点数比较](loop/cmpflt.c) * [t_and_f.c: C中的真和假的值](loop/t_and_f.c) * [truth.c: 哪些值为真](loop/truth.c) * [trouble.c: 误用=会导致无限循环](loop/trouble.c) * [boolean.c: _Bool类型的变量 variable](loop/boolean.c) * [sweetie.c: 计数循环](loop/sweetie.c) * [sweetie_for.c: for计数](loop/sweetie_for.c) * [for_cube.c: for创立方表](loop/for_cube.c) ---------------------- ## [branch__分支](branch) ---------------------- ## [input_out__输入输出](input_out) ------------------ ## [branch__函数](branch) ------------------- ## [branch__数组指针](branch) ---------------------- ## [branch__字符串](branch) ------------------ ## [branch__存储](branch) -------------------- ## [branch__文件输入输出](branch) ------------------ ## [branch__结构体](branch) ------------------------ ## [branch__位操作](branch) ------------------ ## [branch__预编译](branch) -------------------- ## [branch__数据结构](branch) ----------------- ## [contact_project__联系人的微系统](contact_project) * [main.c: 联系人的小项目](contact_project/main.c) ----------------------- ## [linear_list__线性表](linear_list) * [linked.c:链表](linear_list/linked.c) * [order.c:有序表](linear_list/order.c) * [dynamic_alloc__动态分配空间](linear_list/dynamic_alloc.c) * [dynamic_chain__动态链表](linear_list/dynamic_chain.c) * [sequent_list__顺序表](linear_list/sequent_list.c) * [mul_array__数组指针](linear_list/mul_array.c) --------------------- ## [linked_list__线性表](linked_list) * [init_one_list__链表建立](linked_list/init_one_list.c) -------------------- ## [sequence__排序](sequence) * [bubbling__冒泡排序](linksequenceed_list/bubbling.c) * [choice__选择排序](linksequenceed_list/choice.c) * [rapid__快速排序](linksequenceed_list/rapid.c) * [insert__插入排序](linksequenceed_list/insert.c) * [shell__shell排序](linksequenceed_list/shell.c) * [unordered_array__无序排序](linksequenceed_list/unordered_array.cpp)