上一页 1 ··· 6 7 8 9 10 11 12 13 14 15 下一页

2018年8月19日

【c学习-6】

摘要: void myFunction4(){ //根据用户字段和密码字段判定是否允许登录 //定义原密码和用户字段 char user[10]={"liupeng"};//设置用户名字段 char password[10]={"Lp200107"};//设置密码字段 char struser,strpas 阅读全文

posted @ 2018-08-19 08:00 activecode 阅读(149) 评论(0) 推荐(0)

2018年8月18日

【版本控制——svn】

摘要: reposity_name //版本库 { Passwd //验证密码文件 Authz //权限控制 Server.conf //主配置 } Authz //权限控制 //由[groups]标签控制;[/]指定版本库的控制在根目录下; //账户名=权限 Passwd //验证密码文件 //用户名=密 阅读全文

posted @ 2018-08-18 21:25 activecode 阅读(203) 评论(0) 推荐(0)

【c学习-5】

摘要: int main(){ //二维数组的应用 int i,j; int a[2][3]; for(i=0;i void myFunction(){ int a[3]; int i; int max; for(i=0;imax){ max=a[i]; k=i; } printf("min :%3d\n" 阅读全文

posted @ 2018-08-18 17:00 activecode 阅读(187) 评论(0) 推荐(0)

2018年8月16日

webmin纯web界面管理linux系统

摘要: 关键字: 摘要:从Windows环境的管理转到Linux环境的管理时所面临的挑战之一是,您需要去学习利用新的工具。作为一个管理员,您希望理解操作系统的细节以发挥它的最大功效。但是,当您还处在学习阶段时,就需要去完成具体的工作。为加速您驾驭Linux的进度,我们将安装一个叫做Webmin的程序。如We 阅读全文

posted @ 2018-08-16 14:30 activecode 阅读(20023) 评论(0) 推荐(0)

【c学习-5】

摘要: 下表列出了c程序中常见的保留字 转义字符常量 阅读全文

posted @ 2018-08-16 11:34 activecode 阅读(176) 评论(0) 推荐(0)

2018年8月15日

【c学习-4】

摘要: #include<stdio.h>#include "SeqList.h"int main(){dataType myAge=18;printf("myAge=%d\n",myAge);return 0;} 阅读全文

posted @ 2018-08-15 17:49 activecode 阅读(122) 评论(0) 推荐(0)

2018年8月14日

【c学习-3】

摘要: 恢复内容开始 恢复内容结束 阅读全文

posted @ 2018-08-14 17:14 activecode 阅读(170) 评论(0) 推荐(0)

【c学习-2】

摘要: #include #define MYVAR 18 int main(){ //float x=3.14; //x=3.14++; //printf("%c\n",x); //int x=1; printf("%%"); char chTemp=getchar(); printf("%c\n",chTemp); int x[4]={1,2,3,4,5}; printf("%d\n",... 阅读全文

posted @ 2018-08-14 11:03 activecode 阅读(128) 评论(0) 推荐(0)

2018年8月13日

【c学习-1】

摘要: #include int main(){ int a,b,max; printf("请输入两个整数:"); //格式化输出函数 scanf("%d%d\n",&a,&b); //格式化输入函数 max=a; if(max int main(){ int age; printf("请输入你的年龄:\n"); ... 阅读全文

posted @ 2018-08-13 09:30 activecode 阅读(155) 评论(0) 推荐(0)

2018年8月12日

开发工具cfree安装报错解决

摘要: 报错如下: 【 配置: mingw5 - CUI Debug, 编译器类型: MinGW 检查文件依赖性... 正在编译 C:\Users\qian\Documents\C-Free\Temp\未命名1.cpp... [Warning] C:\Users\qian\Documents\C-Free\ 阅读全文

posted @ 2018-08-12 16:36 activecode 阅读(1915) 评论(0) 推荐(0)

上一页 1 ··· 6 7 8 9 10 11 12 13 14 15 下一页

导航