c语言,程序源代码,产品管理.doc
17****21
亲,该文档总共16页,到这已经超出免费预览范围,如果喜欢就直接下载吧~
相关资料
c语言,程序源代码,产品管理.doc
-.-.可修编.用c编写的产品管理系统,含有产品录入和按价格围搜索,产品信息修改等功能#include<stdio.h>#include<string.h>#include<stdlib.h>typedefstructgoods{chargoods_num[10];chargoods_name[20];chargoods_product[20];intgoods_birth;intgoods_price;structgoods*next;}gd;gd*h_goods;voidLogin();//登陆int
温度转换,c语言程序源代码.pdf
#include<stdio.h>intmain(intargc,constchar*argv[]){//温度转换01intfahr,celaius;intlower,upper,step;lower=0;//温度表下限upper=300;//温度表上限step=20;//步⻓fahr=lower;while(fahr<=upper){celaius=5*(fahr-32)/9;printf("%d\t%d\n",fahr,celaius);fahr=fahr+step;}printf("Hello,Wo
删除C语言程序源代码中的注释.doc
/*删除源代码中的注释(/*...*/形式)**采用最原始的思路和方法实现*/#include<stdio.h>#include<stdlib.h>intmain(intargc,char*argv[]){charsource[]="#include<stdio.h>///***ab///*cdef***/***\n#include\"stdlib.h\"\n\nintmain(intargc,char*argv[])\n{\n\tinta=9;\n/*laf*/\n\tprintf(\"/*OK*/%d
分页存储管理模拟实验程序源代码(C语言).doc
c语言密码程序且不回显源代码.doc
完美运行#include<stdio.h>#include<string.h>voidmain(){charq;charkey[10],password[10]="china";inti;printf("请输入密码:\n");for(i=0;i<5;i++){q=getch();key[i]=q;printf("*");}while(strncmp(key,password,5)>0||strncmp(key,password,5)<0){printf("密码错误请重新输入\n");for(i=0;i<5