~Onlooker 2018-11-05 03:13 采纳率: 0%
浏览 1000
已采纳

如何使用 c [保持]读取文本文件中的浮点数

The text file contains the text below, how to write a program to save it to a variable called 'a'?

Bank    Rate(1) Rate(2) Rate(3)
A   1.11    1.52    1.26
B   3.22    4.24    5.25
C   1.68    7.68    7.2
D   3.26    4.23    1.7

转载于:https://stackoverflow.com/questions/53147840/how-can-i-read-a-float-numbers-which-are-in-a-text-file-using-c

  • 写回答

1条回答 默认 最新

  • ?yb? 2018-11-05 03:57
    关注

    Open the file, read each line, and then scan for the floats. You can accomplish this quite easily. There are about a dozen similar questions dedicated directly to reading float numbers from files using C posted here.

    Here are some similar questions on StackOverflow which you can use to help accomplish your task:

    Read int OR float from file in C

    How to read floats from file in c?

    C - Read in float value using getchar and print out float using printf

    Reading float using scanf in c

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 关于#hadoop#的问题
  • ¥15 (标签-Python|关键词-socket)
  • ¥15 keil里为什么main.c定义的函数在it.c调用不了
  • ¥50 切换TabTip键盘的输入法
  • ¥15 可否在不同线程中调用封装数据库操作的类
  • ¥15 微带串馈天线阵列每个阵元宽度计算
  • ¥15 keil的map文件中Image component sizes各项意思
  • ¥20 求个正点原子stm32f407开发版的贪吃蛇游戏
  • ¥15 划分vlan后,链路不通了?
  • ¥20 求各位懂行的人,注册表能不能看到usb使用得具体信息,干了什么,传输了什么数据