摘要:
1.自己实现三个常用函数 strlen,strcpy,strstr 自己实现strstr函数,如果找到返回首地址,找不到则返回NULL 自己实现strlen函数 自己实现strcpy函数 2.字符串的排序以及自己实现strcmp 字符串的排序调用qsort 字符串的排序,冒泡法 自己实现strcmp 阅读全文
posted @ 2018-01-23 21:03
喵小喵~
阅读(288)
评论(0)
推荐(0)
摘要:
1 #include 2 #include 3 #include 4 5 //随机初始化数组 6 void fill(int *a,int n) 7 { 8 time_t ts; 9 unsigned int num = time(&ts); 10 srand(num); 11 for (int i = 0; i *pint2) 37 ... 阅读全文
posted @ 2018-01-23 19:11
喵小喵~
阅读(383)
评论(0)
推荐(0)
摘要:
模拟代码进入过程: main.cpp 1 #include <iostream> 2 #include "AppDelegate.h" 3 #include "CCApplication.h" 4 #include "CCApplicationProtocol.h" 5 using namespac 阅读全文
posted @ 2018-01-23 17:47
喵小喵~
阅读(282)
评论(0)
推荐(0)
摘要:
1.Apache的安装 地址:链接:https://pan.baidu.com/s/1kWdSWwZ 密码:nuqo 2.在相应路径下写html如图所示 new.html代码: 3.cgi路径: cgi代码 运行效果: 点击post后: 阅读全文
posted @ 2018-01-23 16:20
喵小喵~
阅读(194)
评论(0)
推荐(0)

浙公网安备 33010602011771号