- 博客(3)
- 收藏
- 关注
转载 linux 下 pip 安装教程
二、安装setuptools软件包:1、下载setuptools包# wget http://pypi.python.org/packages/source/s/setuptools/setuptools-2.0.tar.gz# 若报错则“http”后面需要加“s”;2、解压setuptools包# tar zxvf s...
2019-07-21 10:01:00 126
转载 2、C语言实现通讯录
main函数入口://test.c#include<stdio.h>#include<stdlib.h>#include<string.h>#include "address.h"//显示界面void Interface_Display() { printf("**********...
2019-05-11 20:46:00 183
转载 C语言实现简单的计算器(加、减、乘、除)
利用运算符做为swich case 语句条件,实现简单程序的编写;并且对输入的运算做判断,除数为零也需做判断; 1 #include<stdio.h> 2 3 int add(int a, int b); 4 int sub(int a, int b); 5 int mul(int a, int b); 6 int div(int a, i...
2019-05-07 20:12:00 4074
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人