搜索结果
查询Tags标签: 第四版,共有 68条记录-
【C语言程序设计第四版】例11-6代码
#include <stdio.h> #include <stdlib.h> #include <time.h>struct card{int suit;int face; };void deal(struct card *wdeck){int i , m, t;static int temp[52] = {0};srand(time(NULL)); // 放入时间戳作为随机种子for (i = 0; i < 52; i++) {…
2021/9/25 17:11:58 人评论 次浏览 -
【C语言程序设计第四版】例10-6代码
#include <stdio.h>int max(int a[], int m, int n){int k, u ,v;if (m ==n) {return a[m];}k = (m+n)/2;u = max(a, m ,k);v = max(a, k+1, n);return (u>v) ? u: v; }int min(int a[], int m, int n){int k, u ,v;if (m ==n) {return a[m];}k = (m+n)/2;u = m…
2021/9/21 17:11:28 人评论 次浏览 -
【C语言程序设计第四版】例10-6代码
#include <stdio.h>int max(int a[], int m, int n){int k, u ,v;if (m ==n) {return a[m];}k = (m+n)/2;u = max(a, m ,k);v = max(a, k+1, n);return (u>v) ? u: v; }int min(int a[], int m, int n){int k, u ,v;if (m ==n) {return a[m];}k = (m+n)/2;u = m…
2021/9/21 17:11:28 人评论 次浏览 -
【C语言程序设计第四版】例10-3, 10-4代码
#include <stdio.h> int gcd(int m, int n); void reverse(int num); int main(void){int m, n;scanf("%d", &m);reverse(m);// scanf("%d%d",&m, &n); // printf("%d", gcd(m, n));return 0; }int gcd(int m ,int…
2021/9/21 14:56:47 人评论 次浏览 -
【C语言程序设计第四版】例10-3, 10-4代码
#include <stdio.h> int gcd(int m, int n); void reverse(int num); int main(void){int m, n;scanf("%d", &m);reverse(m);// scanf("%d%d",&m, &n); // printf("%d", gcd(m, n));return 0; }int gcd(int m ,int…
2021/9/21 14:56:47 人评论 次浏览 -
【C语言程序设计第四版】例9-3代码
#include <stdio.h>struct student{int num;char name[40];int computer, english, math;double average; }; int update_score(struct student *p, int n, int num, int course, int score);int main(void){int course, i , n, num, pos, score;struct student stu…
2021/9/19 14:04:46 人评论 次浏览 -
【C语言程序设计第四版】例9-3代码
#include <stdio.h>struct student{int num;char name[40];int computer, english, math;double average; }; int update_score(struct student *p, int n, int num, int course, int score);int main(void){int course, i , n, num, pos, score;struct student stu…
2021/9/19 14:04:46 人评论 次浏览 -
【C语言程序设计第四版】例9-2代码
#include <stdio.h>struct student{int num;char name[40];int computer, english, math;double average; };int main(void){int i, index, j ,n;struct student students[50], temp;printf("Input n:");scanf("%d", &n);for (i = 0; i <…
2021/9/19 12:05:30 人评论 次浏览 -
【C语言程序设计第四版】例9-2代码
#include <stdio.h>struct student{int num;char name[40];int computer, english, math;double average; };int main(void){int i, index, j ,n;struct student students[50], temp;printf("Input n:");scanf("%d", &n);for (i = 0; i <…
2021/9/19 12:05:30 人评论 次浏览 -
《算法(第四版)》PDF下载
自取:https://url03.ctfile.com/f/24333903-511477348-238a2b (访问密码:5831),【点击普通下载即】
2021/9/3 14:05:55 人评论 次浏览 -
《算法(第四版)》PDF下载
自取:https://url03.ctfile.com/f/24333903-511477348-238a2b (访问密码:5831),【点击普通下载即】
2021/9/3 14:05:55 人评论 次浏览 -
使用VS Code 学习算法(第四版)
最近在学习算法(第四版),书中一直在使用命令行来执行Java程序,而使用Eclipse时,很难使用命令行,或者说我根本就不会用,于是就想研究一下使用VS Code来编写代码,使用命令行来执行程序。看了一下官网,就知道了安装Java Extension Pack。 打开VS Code, 在插件中搜索J…
2021/7/9 12:36:43 人评论 次浏览 -
不服不行!疯狂java讲义第五版和第四版的区别
1.笔试常见的问题? 面试常见的问题上面给的面试题链接基本都有。我只提几点: 写SQL:写SQL很常考察group by、内连接和外连接。手写代码:手写代码一般考单例、排序、线程、消费者生产者。我建议排序算法除了冒泡排序,最好还能手写一种其他的排序代码。试想:如果一般面…
2021/7/7 22:36:33 人评论 次浏览 -
这次不鸽!PDF第四版终于出炉!
大家好,我是鸽秀。咕咕咕咕咕鸽了很久的 PDF 第四版终于出来了.... 艾玛,太不容易了,鸽的这段时间主要是用来处理自己的毕业事宜了。 毕竟毕业季琐事太多,懂的都懂,抱歉抱歉! 说回正题,相较于第三版,第四版做了如下改动,我可没有偷懒啊(疯狂找借口ing):对于第…
2021/6/18 23:29:23 人评论 次浏览 -
(重读)JavaScript高级程序设计第四版
什么是JavaScript 1995年 JavaScript诞生 因为网速慢,网页越来越复杂,用户每次操作页面,请求服务器时变得很慢,体验不好 网景公司和sun公司 共同开发了一款脚本语言liveScript 后来改名为JavaScript 为什么叫JavaScript,网传是为了蹭java的热度做宣传 后来微软发布IE…
2021/6/13 20:24:47 人评论 次浏览