- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
第章习题c(The ninth chapter exercises C).doc
第9章习题c(The ninth chapter exercises C)
9.27 input a line of digital characters, please use array elements as counters to count the number of each number of characters. The number of characters0is counted by the element of subscript 0, and the number of the character1 is counted by subscript 1,.......
#include stdio.h
Void main ()
{
Int num[10]={0}, i;
Char ch;
Printf (input one line numeric character: \n);
While ((ch=getchar ()) - =\n)
Num[ch-0]++;
Printf (the number of characters in the input character is as follows: \n);
For (i=0; i10; i++)
If (Num)
Printf (\%c\has:%d \n,0+i, num[i]);
}
9.28 write functions, the array with 10 integers for the following operation: starting from the subscript n elements until the last element, move forward in a position. The result of moving output.
#include stdio.h
#include stdlib.h
#include time.h
#define M 10
Int fun928 (int a[], int n, int POS)
{
Int i;
For (i=pos; in; i++)
A[i]=a[i+1];
Return n-1;
}
Void arrin (int a[], int n)
{
Int i;
*
Printf (input%d data to array: \n, n);
Printf (======================================\n);
For (i=0; in; i++)
{
Printf (arr[%d]=, I);
Scanf (%d, a[i]);
}
* /
Printf (======================================\n);
Srand ((unsigned) time (NULL));
For (i=0; in; i++)
A[i]=rand ()% (100-50) +50;
}
Void arrout (int a[], int n)
{
Int i;
Printf (output%d data to array: \n, n);
Printf (======================================\n);
For (i=0; in; i++)
If ((i+1)%5)
Printf (arr[%d]=%-6d, I, a[i]);
Else
Printf (arr[%d]=%d\n, I, a[i]);
Printf (\n);
Printf (======================================\n);
}
Void main ()
{
Int arr[M], del;
Int n=M;
Arrin (arr, n);
Printf (output before shift: \n);
Arrout (arr, n);
Printf (start shift subscript:);
Scanf (%d, del);
N=fun928 (arr, N, del);
Printf (shifted output: \n);
Arrout (arr, n);
}
9.29 write the function, the array of all odd numbers in another array to return.
#include stdio.h
#define M 20
Int fun929 (int a[], int b[], int n)
{
Int i, cnt=0;
For (i=0; in; i++)
If (a[i]%2=
您可能关注的文档
- Eu 掺杂SrO-MgO-BO-SiO发光玻璃的一步法合成及其发光性能研究.doc
- 具有自修复功能的推力矢量飞机间接适应飞行控.doc
- 纤维素等离子改性.doc
- 甲醇及下游研究组王笑天电话-邮箱xiaotian.doc
- 相互作用专题8 受力分析 共点力的平衡学案答案2016.6.17.doc
- 第-章配合物和配位平衡.doc
- 不同磷脂配比构成的脂蛋白对j细胞胆固醇转运和sr-bi表达的影响.docx
- 有色金属行业:目前形势依然利于基本金属板块,继续关注碳酸锂及汽车尾气催化剂相应标的-月月度策略报告.doc
- sl-系列高效湿法制粒机.doc
- 离子液体中的酶促反应综述.doc
- 2025年无人机低空医疗物资投放社会效益报告.docx
- 2025年再生塑料行业包装回收利用产业链重构研究.docx
- 《AI眼镜周边产品市场机遇:2025年终端销售与需求增长洞察》.docx
- 2025年坚果加工行业深加工技术突破与市场拓展策略报告.docx
- 2025年通信芯片行业技术竞争与未来趋势报告.docx
- 《2025年生鲜电商配送冷链事故分析与预防措施》.docx
- 《商业航天融资新趋势2025民营卫星企业资本涌入估值分析市场动态》.docx
- 2025年能源绿色健康行业创新技术与市场应用报告.docx
- 2025年无人机低空医疗救援通信方案分析报告.docx
- 2025年烹饪机器人行业市场集中度分析报告.docx
最近下载
- GB∕T3280-2015不锈钢冷轧钢板和钢带(高清版) (1).doc VIP
- 人教版三年级数学下册《三位数除以一位数(商是三位数)》除数是一位数的除法PPT优质课件.pptx VIP
- 2023版29490-2023企业知识产权合规管理体系管理手册及全套程序文件_20250707_223634.docx
- 《韩国商务模板》课件.pptx VIP
- 客户反馈处理的规定和流程.pdf VIP
- 图上作业法讲解.ppt
- 《屈原列传》课件67张.pptx VIP
- 《屈原列传》课件24张.pptx VIP
- 新教材新高考政治基础知识全套背诵课件(统编版必修+选修共7册).pptx
- DB29-1-2013 天津市居住建筑节能设计标准.pdf VIP
原创力文档


文档评论(0)