【C语言】十进制转换八、十六进制(自定义函数) 摘要:## 原理  ## 代码实现 …… 文章列表 2021年11月06日 0 点赞 0 评论 932 浏览 评分:9.9
《龟兔赛跑预测》题解 摘要:#include <iostream>#include <algorithm>#include <stdio.h>using namespace std; int main(void){ int…… 文章列表 2021年11月08日 0 点赞 0 评论 463 浏览 评分:9.9
pycharm远程调试记录 摘要:第一步、下载商业版pycharm第二步、新建工程首先,要在Pycharm中新建一个空的项目,后面我们拉服务器上的项目代码就会放置在这个项目目录下。我这边的名字是 lvremote,你可以自己定义。第三…… 文章列表 2021年11月08日 0 点赞 0 评论 384 浏览 评分:9.9
C语言基础知识第四章 摘要:第一种发法:两个“&”符号的意思是:表示 与,意为同时都要满足。则运用两个“&”将两个公式相结合 参考代码:#include<stdio.h> …… 文章列表 2021年11月10日 0 点赞 0 评论 445 浏览 评分:9.9
吃瓜…… 摘要:#include<stdio.h>void main(){ int a;printf("魑魅魍魉"); scanf("%d",&a); if(a<18) printf("仍是少年\n"); else…… 文章列表 2021年11月12日 0 点赞 1 评论 184 浏览 评分: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 评论 244 浏览 评分:9.9
2021-11-14DAY373 摘要: 回首过去一周的听课效果,我觉得没有多大的变化。就像我之前刷过的一个视频中讲的,“为什么我懂了那么多的道理,可就是过不好这一生”。这就涉及到如何从认知层上升到应用层的问题了。看了《如何在大学里深…… 文章列表 2021年11月15日 0 点赞 1 评论 227 浏览 评分:9.9
递归,求勒让德多项式 05 摘要:#include<stdio.h> int main(){ float pn(float x, int n); int n; float x; printf("输入x,输入n(n>=…… 文章列表 2021年11月16日 0 点赞 0 评论 400 浏览 评分:9.9
各位大佬,晚上好 摘要: 这是我来到这里的第二天(之前有一个号,只是把账号搞忘了,重新注册了一个),第一天进来我就报名了这里的比赛。 我想我在毕业后能成为谷歌或微软的内部人员,或许面试时HR会认为我的…… 文章列表 2021年11月19日 0 点赞 0 评论 429 浏览 评分:9.9