排序
读入的两个字符串s1
以下程序的功能是读入的两个字符串s1,s2进行连接操作(s2连接到s1后)。#include 'string.h'void main(){ char s1[100],s2[100]; int i,j; gets(s1); get...
是将读入的字符串s1复制给字符串s2
以下程序的功能是将读入的字符串s1复制给字符串s2。#include 'stdio.h'void main( ){int i; char s1[20],s2[20]; printf('enter string1'); gets(s1);for(i=0; ① ;i...
将读入的字符串str进行逆序后输出
以下程序的功能是将读入的字符串str进行逆序后输出。#include 'stdio.h'void main(){ char str[100],k;int n,i,j; gets(str); n=0; while( ① ) n++; for( ...



![如何快速调整图像色调?——使用[亮度/对比度]命令-伊丞小站(YLIMHS.COM)](https://www.ylimhs.com/wp-content/uploads/2020/05/20200504_5eb02b08e8fee.png)


