小黯
小黯
全部文章
分类
# HTML+CSS(1)
# PAT乙级(Basic Level)真题(30)
# PAT乙级(Basic Level)练习题(42)
# PAT甲级(Advanced Level)练习题(10)
# 排序算法(8)
# 数据结构二(9)
# 算法笔记(5)
C语言(4)
归档
标签
去牛客网
登录
/
注册
小黯的博客
全部文章
(共109篇)
C语言qsort()函数用法总结
目录 函数简介 一、数组排序(整型、double、字符串) 1.参考代码: 2.测试: 二、结构体排序(多级排序) 1.参考代码: 2.测试: 函数简介 简介来源于百度百科 头文件: ...
2020-07-13
0
686
C语言动态数组(malloc()函数动态分配内存)
malloc()函数简介 头文件:<stdlib.h> 或者 <malloc.h>. 函数声明: void *malloc( int size ); 用法: <mark>(分配类型 * )malloc( 分配元素个数 * sizeof ...
2020-07-13
0
864
Tree Traversals Again(PAT)
1.题目描述 An inorder binary tree traversal can be implemented in a non-recursive way with a stack. For example, suppose that when a 6-node binary tre...
2020-07-13
0
481
The Dominant Color(PAT)
1.题目描述 Behind the scenes in the computer’s memory, color is always talked about as a series of 24 bits of information for each pixel. In an image,...
2020-07-13
0
473
Colors in Mars(PAT)
1.题目描述 People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6-digit n...
2020-07-13
0
482
List Sorting(PAT)
1.题目描述 Excel can sort records according to any column. Now you are supposed to imitate this function. Excel可以根据任何列对记录进行排序。现在你应该模仿这个函数。 2.输入描述: ...
2020-07-13
0
457
Median(PAT)
1.题目描述 Given an increasing sequence S of N integers, the median is the number at the middle position. For example, the median of S1={11, 12, 13, 1...
2020-07-13
0
427
Travel Plan(PAT)
1
2020-07-13
0
401
Password(PAT)
1.题目描述 To prepare for PAT, the judge sometimes has to generate random passwords for the users. The problem is that there are always some confusing...
2020-07-13
0
642
首页
上一页
2
3
4
5
6
7
8
9
10
11
下一页
末页