Italy and Spain would then be able to refinance their debt at close to the deposit rate of the ECB, which is currently 1 per cent on mandatory reserves and 25 basis points on excess reserve accounts.

  • 届时意大利和西班牙将能够以接近欧洲央行存款利率的利率水平为其债务再融资。欧洲央行目前的法定存款准备金利率为1%,超额存款准备金利率为0.25%。
  • 来源:互联网摘选更新时间:2026-04-04 13:42:36

  • 重点词汇
  • theirdet.他们的;她们的;它们的;(在提及性别不详的人时,用以代替his或her);
  • theart.这个;指已提到或易领会到的人或事物;指独一无二的、正常的或不言而喻的人或事物;用以泛指;与形容词连用,指事物或统称的人;用于姓氏的复数形式前,指家庭或夫妇;(指特定用途的事物)足够,恰好;每,一;当前的,本,此;(重读,表示所指的为知名或重要的人或事物)
  • depositn.订金,押金;存款;竞选保证金;沉淀物;
  • raten.速度,进度;比率;价格,费用;房产税;
  • Spainn.西班牙(欧洲国家);
  • wouldv.(will 的过去式,用于转述)将;想要;希望;愿意;喜欢;带出想象的结果;(表示可能发生的事情没有发生,是因为之前另一件事没有发生)就会;
  • currentlyadv.当前,目前;通常,一般,现在;容易,流畅;普遍地;
  • thenadv.那时;然后;那么;话说回来;
  • 相关例句
1、

Chapter n analyzes the present urban gas civil use in WISCO, and points out that the major problems are miscalculation of fluctuating needs of users, rigid maximum production, excess reserve, and redundant pipe net transport.

第二章,分析了武钢民用煤气输配系统的现状,对用户动态需求估计不准,按照最大能力组织生产,储备能力过剩,管网输送能力富余;

互联网摘选

2、

With fclose, there is little to do if the file handle does not close properly, so checking the return value for fclose is generally unnecessary.

使用fclose时,即使文件处理未正常关闭,也不会执行什么操作,因此通常不必检查fclose的返回值。

互联网摘选

3、

Of course, with the exception of fclose, you are likely already processing the return values on these.

当然,除fclose以外,您可能已经对这些函数的返回值都进行了处理。

互联网摘选

4、

While the C standard doesn't specify what happens without the fclose(), it's likely to leak memory.

在没有fclose()的情况下,C标准不能指定发生的情况时,很可能是内存泄漏。

互联网摘选

5、

It shows appropriate use of some system calls and library functions from C, including fopen, fclose, access, setvbuf, perror, strerror, and popen.

它演示了对一些系统调用和C库函数的适当使用,其中包括fopen、fclose、access、setvbuf、perror、strerror和popen。

互联网摘选

6、

An example of a library function that does have an associated system call is the fopen() function declared in stdio. h.

有相关系统调用的库函数的一个示例是stdio.h中声明的fopen()函数。

互联网摘选

7、

This function is a high-level way of opening a file; but, since the only way to open a file in Linux is to use the open() system call, fopen() makes use of open() in its implementation.

该函数是打开文件的高层次方式;但是,因为在Linux中打开文件的唯一方法是使用open()系统调用,所以fopen()在其实现中利用open()。

互联网摘选

8、

The fopen methods are probably the most familiar to old-time C and C++ programmers because they're more or less the tools you've had under your belt for years if you've worked with these languages.

fopen方法可能是以前的C和C++程序员最熟悉的,因为如果您使用过这些语言,那么它们或多或少都是您已掌握多年的工具。

互联网摘选

9、

Scattering Characters Analysis and Detection Algorithm of the Target for FOPEN SAR

FOPEN SAR地面目标散射特性分析及检测研究

互联网摘选

10、

It is needed for the file opening, closing, reading, and writing functions ( fopen(), fclose(), fgets(), getc(), and so on), for the printf() family of functions, and for the setvbuf() function.

文件的打开、关闭、读和写函数(fopen()、fclose()、fgets()、getc()等等)、printf()函数系列和setvbuf()函数都需要它。

互联网摘选

11、

This code finds all C source files and emits the file's name if the string fopen appears anywhere in the file.

这个命令会找到包含字符串fopen的所有C源代码文件并输出文件名。

互联网摘选

12、

For example, if you call fopen ( 3), there may be no point at which any of the open ( 2) variants in the library get called.

例如,如果调用fopen(3),可能在库中没有任何入口点来调用open(2)的变体。

互联网摘选

13、

Note: The "r" used in fopen indicates that the file is open for reading only.

注:fopen中使用的“r”将指示文件以只读方式打开。

互联网摘选

14、

But remember that fopen() only works with sequential datasets.

但是要记住,fopen()只适用于序列化数据集。

互联网摘选

15、

Foliage penetrating ( FOPEN) VHF/ UHF SAR can image hidden man-made targets with wide-angle and ultra-wideband to achieve both range and azimuth with high resolutions.

穿透叶簇的VHF/UHF超宽带(UWB)SAR具有相对带宽很宽,积累角大的特点,能同时获得距离、方位两个方向的高分辨能力,用于探测地面隐蔽人造目标。

互联网摘选

16、

Simplified EM Modeling for FOPEN UWB SAR Man-Made Target

穿透叶簇UWB雷达人造目标简化电磁模型

互联网摘选

17、

Processing the return value of fopen is simpler and more accurate.

处理fopen的返回值更简单并且更准确。

互联网摘选

18、

Design of Key Specifications for Airborne FOPEN UWB SAR

机载叶簇穿透超宽带SAR系统关键指标设计

互联网摘选

19、

The DIR pointer returned by opendir() is similar to the FILE pointer returned by fopen(); it's an OS-specific object used to track the directory stream, and you should ignore its contents.

opendir()返回的DIR指针与fopen()返回的FILE指针类似,它是一个用于跟踪目录流的操作系统特定的对象,您应该忽略其具体内容。

互联网摘选

20、

Because fopen returns False on failure, this will ensure that file processing happens only if the file opens successfully.

由于失败时fopen将返回False,这将确保仅当文件成功打开后才执行文件处理。

互联网摘选

  • 今日热词
  • 热门搜索

纳米英语英语词典(dict.nm3.cn)为您提供在线翻译英语词典单词大全英译汉汉译英等英语服务!可按单词字数词义分类查询。支持lj:关键词格式查询例句。

用户反馈
请选择反馈类型(可多选):
您的联系方式:
反馈内容:
提交成功 小编会尽快处理
回到顶部
点击反馈