- 博客(2)
- 资源 (8)
- 收藏
- 关注
原创 c程序调用其他文件中的函数或变量的方法
同一文件下:#include <stdio.h>int main(void){ void func(void); extern int num; printf("hello"); return 0;}int num =7;void func(void){ printf("There are %d persons",num)...
2020-03-21 19:28:50 6400
原创 《C程序设计语言》学习笔记——练习2-4
看了些网上的答案,对于不同长度的字符串,去掉相同字符后,得到的字符串不是很全。#include<stdio.h>#define MAXLEN 100 //字符串长度为100,可以自己定义int my_getline(char ch[] , int len); //把输入的字符,保存在字符数组中。void my_squeeze(char ch1[] , ...
2020-03-06 19:51:21 186
Practical Modern SCADA Protocols(student)
2018-01-08
有关数据库mysql操作的常用命令
2018-01-08
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人