前端开发
编程语言
数据库
服务器
系统/运维
网络/安全
移动开发
CMS教程
网站运营
保存到桌面
关于我们
收藏本站
素材狗

素材狗

  • 首页
  • 学习HTML/CSS
  • 学习PHP
  • 学习JAVA
  • 学习CMS
  • 编程问答
  • 实例代码
  • 学习Python学习Go学习Ruby学习C学习C++学习Perl学习Lua学习Rust学习Scala学习VB
  • 手机随时阅读

编程教程

前端开发

编程语言

数据库

服务器

系统/运维

网络/安全

移动开发

CMS教程

网站运营

前端问题

php问题

Java问题

Python问题

C/C++问题

C#/.NET问题

移动开发问题

数据库问题

07 12
使用模数运算符将秒转换为分钟和秒:%

使用模数运算符将秒转换为分钟和秒:%

#include stdio.h#define SEC_PER_MIN 60// seconds in a minuteint main(void){int sec, min, left;
发布于104天前
0 阅读
07 12
使用%u或%lu说明符

使用%u或%lu说明符

#include stdio.h#include string.h/* provides strlen() prototype */#define PRAISE this is a test test test test.
发布于104天前
0 阅读
07 12
读十六进制和八进制值

读十六进制和八进制值

#include stdio.hint main(void){int i = 0;int j = 0;int k = 0;int n = 0;printf(Enter three integer values:);
发布于104天前
0 阅读
07 12
浮点输入的变化

浮点输入的变化

#include stdio.hint main(void){float fp1 = 0.0f;float fp2 = 0.0f;float fp3 = 0.0f;int value_count = 0;
发布于104天前
0 阅读
07 12
读取float,int和另一个int

读取float,int和另一个int

#include stdio.hint main(void){int i = 0;int j = 0;int value_count = 0;float fp1 = 0.0f;printf(Enter: fp1 = 3.14159 i = 7 8\\n);
发布于104天前
0 阅读
07 12
询问您的姓名和喜欢的颜色。 使用printf()语句

询问您的姓名和喜欢的颜色。 使用printf()语句

#include stdio.hint main(){char name[20];char color[20];printf(What is your name?);
发布于104天前
0 阅读
07 12
读取一个字符串并通过atoi()函数将其转换为数值

读取一个字符串并通过atoi()函数将其转换为数值

#include stdio.h#include stdlib.hint main(){int age;char years[8];printf(How old was James?);
发布于104天前
0 阅读
07 12
从用户读取年份并转换为整数

从用户读取年份并转换为整数

#include stdio.h#include stdlib.hint main(){int methus;int you;char years[8];printf(How old are you?);
发布于104天前
0 阅读
07 12
什么是输出?

什么是输出?

什么是输出?使用printf()打印的内容可以叫作输出。#include stdio.h int main()
发布于104天前
0 阅读
07 12
转义序列是用于格式化输出的特殊序列字符

转义序列是用于格式化输出的特殊序列字符

转义序列\\n告诉程序添加一个新行。看看以下程序声明。下表描述了一些常见的转义序列。
发布于104天前
0 阅读
07 12
转义序列\r\n将光标移动到行的开头

转义序列\r\n将光标移动到行的开头

转义序列\\r将光标移动到行的开头。#include stdio.hint main(){printf(This escape sequence moves the cursor );
发布于104天前
0 阅读
07 12
取浮点数并进行多次计算

取浮点数并进行多次计算

#include stdio.hint main (){float d = 6.5;float half, square, cube;half = d / 2;square = d * d;
发布于104天前
0 阅读
07 12
以下程序printf()的输出是什么?

以下程序printf()的输出是什么?

#include stdio.h int main (void) { printf (Testing...); printf (....1);
发布于104天前
0 阅读
07 12
以下int和printf()输出是什么?

以下int和printf()输出是什么?

#include stdio.h int main (void) { int answer, result; answer = 100; result = answer - 10; printf (The result is %i\\n, result + 5);
发布于104天前
0 阅读
07 12
在printf()函数中进行数学计算

在printf()函数中进行数学计算

#include stdio.hint main(){printf(for %d years.\\n,65-19);printf(for %d years.\\n,969-65);
发布于104天前
0 阅读
07 12
使用printf()输出字符串,int和float类型变量

使用printf()输出字符串,int和float类型变量

#include stdio.hint main(){char menuitem[] = Slimy Orange Stuff \\Icky Woka Gu\\;
发布于104天前
0 阅读
07 12
说明指定字段宽度时scanf()的工作原理。

说明指定字段宽度时scanf()的工作原理。

#include stdio.hint main(void){char name1[11], name2[11];int count;printf(Please enter 2 names.\\n);
发布于104天前
2 阅读
07 12
使用函数验证输入

使用函数验证输入

#include stdio.h#include stdbool.hlong get_long(void);bool isWrongInput(long begin, long end,long low, long high);
发布于104天前
2 阅读
07 12
何时在scanf使用&

何时在scanf使用&

#include stdio.hint main(void){int age;float assets;char pet[30];// stringprintf(Enter your age, assets, and favorite pet.\\n);
发布于104天前
2 阅读
首页上一页 29 30 31 32 33 34 共 34页679条

学习编程

Python教程 开始学习
学习Python

Python不仅是一种计算机程序设计语言、还是一种面向对象、解释型的计算机程序语言,汇集整理Pytho......

Go教程 开始学习
学习Go

Go(又称 Golang)是 Google 的 Robert Griesemer,Rob Pike 及 Ken Thompson 开发的一种静态强类型、编译型语言。......

Ruby教程 开始学习
学习Ruby

Ruby是一种纯粹的面向对象编程语言。它由日本的松本行弘(まつもとゆきひろ/Yukihiro Matsumoto)创建于......

C教程 开始学习
学习C

C语言是一门面向过程的、抽象化的通用程序设计语言,广泛应用于底层开发。C语言能以简易的方式编......

最新发布

  • 网站图片丢失或者获取失败时显示默认图片的办法 4小时前
  • PHP正则表达式匹配字符方法汇总 4小时前
  • Nib文件是什么?Nib文件打开方法 5小时前
  • iOS、Mac OS X系统中编程实现汉字转拼音的方法(超级简单) 5小时前
  • iOS7 毛玻璃特效代码 5小时前

图文推荐

文章热榜

1 说明指定字段宽度时scanf()的工作原理。

#include stdio.hint main(void){char name1[11], name2[11];int count;printf(Please enter 2 names.\\n);

2 使用函数验证输入

#include stdio.h#include stdbool.hlong get_long(void);bool isWrongInput(long begin, long end,long low, long high);

3 何时在scanf使用&

#include stdio.hint main(void){int age;float assets;char pet[30];// stringprintf(Enter your age, assets, and favorite pet.\\n);

4 scanf跳过前两个输入整数

#include stdio.hint main(void){int n;printf(Please enter three integers:\\n);scanf(%*d %*d %d, n);

5 使用基本数据类型,并输出它们的值,int,floa

#include stdio.hint main(void){intintegerVar = 100;floatfloatingVar = 123.79;doubledoubleVar = 1.23e+11;

关于我们

© 2023 素材狗 版权所有并保留所有权