告诉你excel表格如何快速提取名字和电话号码 摘要:很多时候在职场的办公中会遇到题目中的问题,可以借助软件,金芝号码提取整理助手,来完成,你可以栢渡搜一下它,软件作者的徽veve188。有时候在办公时,我们会接收到别人发过来的一个excel表格,由于对…… 文章列表 2021年11月04日 0 点赞 0 评论 931 浏览 评分:9.9
1021迭代法求平方根(c语言代码 2种求法) 摘要://迭代法求// #includeint main() { int n; double x1=1.0,x2; scanf("%d",&n); while(1) { x2=…… 文章列表 2021年11月05日 0 点赞 1 评论 172 浏览 评分:9.9
1028求一元二次方程(c语言) 摘要:#include<stdio.h> #include<math.h> int main() { int a,b,c; double x1,x2,m; scanf("%d%d%d…… 文章列表 2021年11月05日 0 点赞 0 评论 182 浏览 评分:9.9
【C语言】十进制转换八、十六进制(自定义函数) 摘要:## 原理  ## 代码实现 …… 文章列表 2021年11月06日 0 点赞 0 评论 870 浏览 评分:9.9
《龟兔赛跑预测》题解 摘要:#include <iostream>#include <algorithm>#include <stdio.h>using namespace std; int main(void){ int…… 文章列表 2021年11月08日 0 点赞 0 评论 382 浏览 评分:9.9
pycharm远程调试记录 摘要:第一步、下载商业版pycharm第二步、新建工程首先,要在Pycharm中新建一个空的项目,后面我们拉服务器上的项目代码就会放置在这个项目目录下。我这边的名字是 lvremote,你可以自己定义。第三…… 文章列表 2021年11月08日 0 点赞 0 评论 257 浏览 评分:9.9
C语言基础知识第四章 摘要:第一种发法:两个“&”符号的意思是:表示 与,意为同时都要满足。则运用两个“&”将两个公式相结合 参考代码:#include<stdio.h> …… 文章列表 2021年11月10日 0 点赞 0 评论 393 浏览 评分:9.9
吃瓜…… 摘要:#include<stdio.h>void main(){ int a;printf("魑魅魍魉"); scanf("%d",&a); if(a<18) printf("仍是少年\n"); else…… 文章列表 2021年11月12日 0 点赞 1 评论 137 浏览 评分:9.9
1076-内部收益率 摘要:#include<stdio.h> #include<math.h> #include<string.h> #define n 100 double f(double a[],int T,do…… 文章列表 2021年11月14日 0 点赞 0 评论 198 浏览 评分:9.9