2022年6月18日 c语言是一门 结构化 的程序设计语言 生活中的结构 1.顺序结构:顺序,从上到下,没有插叙补叙 2.选择结构:中途有分叉,可A可B可C等选择 3.循坏结构:一直循环,或某一刻出去 本节课着重介绍后二者 分支语句 ~ if与switch 什么是语句: c语...
2022/06/18
2022/06/16
2022年6月16日-3
2022年6月16日 *解引用操作符、间接访问操作符 #include<stdio.h> int main() { int a = 114 ; // 先申请一个4字节空间 printf( " 我要打印%p\n " , ...
2022/06/15
2022年6月15日-2
2022年6月15日 转义字符,(让某个字符不再是之前的意义) 数数"c:\test\32\test.c"字符串中有多少个字符 #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #inc...
-
Here is my notes during this experiment. I will not provide with the entire answer directory, but you can get some useful snippets from thi...
-
2025年3月4日 - scarletborder 新手向,通过学习一些最佳实践得出编写liteloaderQQNT插件的经验心得 在这篇教程中,笔者会介绍开发插件的一些必备知识,最终带领读者开发一个插件,这个插件会在设置栏目中增加选项以控制是否启用后续功能,如是,为QQNT的...
-
【Experiment description】 The task of this experiment is to penetrate the host of the intranet through the proxy through the host of the ext...