representable meaning in English
可表示的
能被描绘的, 能上演的, 能被表现的, 能被代表的, 能被描述的
Examples
- Given the same number of bits , unsigned integers usually represent twice the number of absolute values representable by signed integers
给予相同的位元,无号整数通常能表示由有号整数所代表的值的绝对值的两倍数目 - Round toward negative infinity means round the result of a floating - point operation to the representable value nearest to and no greater than the result
四舍五入到负无限意思是调整浮点运算的结果成最接近结果并且不大于结果的最接近值 - Securitization of bank assets refers to combined management and investment activities in which commercial banks , by making use of the legally representable nature of their credit assets and other claimable credits , put certain assets into asset - pools , issue asset - backed securities backed by the assets in the pools in order to transform the illiquid credit assets into cash assets . then the asset - backed securities are entrusted . upon the expiration of the securities ’ terms , the underlying assets are realized to repay the principals and interests of the securities
银行资产证券化是商业银行利用信贷资产和其他可主张的债权在法律上可被代表的特性,以确定的财产进入资产池为担保发行资产支持证券,将沉淀的信贷资产变为现金资产,然后将该证券委以信托增值,在证券期满时,变现担保财产偿还证券本息的一种组合经营和投资活动。 - Plain integer literals that are above the largest representable plain integer ( e . g . , 2147483647 when using 32 - bit arithmetic ) are accepted as if they were long integers instead . 2 . 1 there is no limit for long integer literals apart from what can be stored in available memory
普通十进制整数最大可以为2147483647 (也就是使用32位比特数字的最大值) ,普通的八进制和十六进制数可以4294967295 ,但大于2147483647的数就通过减4294967295变为负数了.长整数的大小是没有限制的,仅仅受制于可用的内存容量