摘要:
目录: 字符串基础知识 字符串指针指向的内存只可读不可写 字符串指针存储的是首地址,输出中文字符需设定中文环境 字符串拷贝strcpy 计算长度函数实现strlen 检索字符串函数strstr 排序函数qsort 比较两个字符串是否相等strcmp 将一个串中的所有字符都设为指定字符strcat 查 阅读全文
posted @ 2016-11-19 18:54
呉语伦比
阅读(152)
评论(0)
推荐(0)
摘要:
``` #include #include //堆排序,查找最大值,最小值速度最快 //取最大值,取最小值怎么写 //大顶堆,小顶堆。 void show(int *p, int n) { for (int i = 0; i 0;j--)//从尾部循环到头部 ,自下而上 { int parent = j / 2; int child =... 阅读全文
posted @ 2016-11-19 16:04
呉语伦比
阅读(128)
评论(0)
推荐(0)

浙公网安备 33010602011771号