binary integer 中文意思是什麼

binary integer 解釋
二進整數
  • binary : adj. 二,雙,復;【化學】二元的;【數學】二進制的。n. 二,雙,復;雙體,復體;【天文學】雙[聯]星【數學】二進制。
  • integer : n. 1. 【數學】整數 (opp. fraction)。2. 完整的東西,整體。
  1. First, lets convert both numbers to binary, then apply bitwise and and or for each bit using our truth tables, and, finally, convert the binary result back to an integer number

    首先,要將這兩個數字轉換成二進制數字,然後通過真值表對每一個位進行and和or運算,最後將二進制結果還原成整型數字。
  2. A least significant bit is the bit position in a binary integer giving the units value, that is, determining whether the number is even or odd

    ( least significant bit ,也就是二進制整數中給定單元值的位的位置,即確定這個數字是奇數還是偶數。
  3. In configuration optimization of truss with mixed variables, mixed coded strategies are proposed which are binary and floating coding, integer and floating coding

    對于混合變量的析架形狀優化問題,本文提出了混合編碼策略,即二進制和實數混合編碼、整數和實數混合編碼。
  4. Comparing the numerical solutions of binary coding and mixed coding, better solutions are obtained with the mixed coding, and the numerical solutions in most examples with integer and floating coding are best

    通過算例,對二進制編碼和兩種混合編碼方法進行了比較,說明混合編碼方式得到的結果比二進制編碼好,其中整數和實數編碼方式得到最優解是最好的。
  5. The numerical solutions show the integer - coded ga is effective. when number of the discrete value between representation for binary coding and in discrete list ca n ' t be corresponded by one - to - one, integer coding is predominant, and better solutions are achieved under the same parameters. in chapter 5, ga is applied to configuration optimization of truss with mixed variables and topology optimization of truss with singularity

    通過算例表明,整數編碼的遺傳演算法是有效的,而且在二進制編碼所能表示的離散值個數與變量的可選離散值數目不能一一對應大連理工大學博士學位論文一時,整數編碼顯示了它的優勢,在相同的控制參數下,能夠得到比二進制編碼更優的結果。
  6. Bitwise operations perform logical and, or, exlusive or, and not operations on binary representations of their integer arguments

    逐位運算在其二進制形式的整型變量上執行邏輯and 、 or 、 exlusive or和not運算。
  7. The next and last udf to cover bitwise operations is bitwise not that performs a bitwise logical not operation for one given integer value as translated to a binary expression

    下一個也是最後一個涉及逐位運算的udf是逐位not運算,在轉換成二進製表達式時,該udf對給定的整數值執行逐位邏輯not運算。
  8. Which encodes binary data as base 64 digits, to an equivalent 8 - bit unsigned integer array

    (它將二進制數據編碼為base 64數字)轉換成等效的8位無符號整數數組。
  9. A two - stage hybrid scheme is proposedbased on the criteria that decreasing mode nuinber reasonably and different attention shouldbe given to different class control variables, i. e., at the begirming stage, a larger granu1arity isused to make ga searching the area contaning optimal sollltion with less generation. thehybrid scheme of binary and integer code distinguished by voltage level is of clear levelconception thus can search the high voltage control variables more carefully. crossover andmutation of ga are also refined on the basis of above scheme

    並從合理減少模式數以及對不同變量給予不同程度關注的原則出發,提出了兩階段分層混合編碼方案:在遺傳演算法的開始階段,用較粗的粒度編碼,使遺傳演算法能夠用較少的迭代次數快速搜索到最優解所在的區域;按電壓等級分層的二進制和十進制混合編碼,具有清晰的層次概念,對那些影響較大的高壓網控制變量能夠有針對性地以更高的精度進行搜索。
  10. When calculate the correlation function of binary array pairs, using the boolean calculation instead of the decimal multiplication, using the method of count the number of 1 in binary integer to calculate the correlation function of binary array pairs, the speed of searching is obviously improved by these methods. by the algorithm introduced in this paper, the constant weight and normative perfect binary array pairs whose volume from 4 to 28 and quasi - perfect binary array pairs whose volume from 2 to 24 were searched and gi ved the new result

    此外,採用二進制整數來表示陣列,通過對整數的邏輯運算來實現陣列偶的移位變換、完全采樣變換等運算;在計算二進陣列偶的相關函數時,用整數的邏輯運算代替十進制中的乘法運算,並用計算二進制整數中1的個數的方法來計算二進陣列偶的相關函數,以上方法的採用明顯地提高了搜索速度。利用上述演算法,對體積為4 28的等重規范型最佳二進陣列偶和體積為2 24的準最佳二進陣列偶進行了搜索,並給出了新的結果。
  11. To overcome the shortcoming of the double - way authentication access control scheme based on harn ' s digital signature, a new double - way authentication protocol is proposed to improve the old one. a new single - key - lock - pair access control scheme is proposed as a improved access control scheme, based on the property that a integer can be denoted into only one binary digital

    針對基於harn數字簽名雙向認證訪問控制實現方案中所存在的問題,運用密碼技術改進了原方案的雙向認證協議,並作為對原訪問控制方案的改進,基於整數二進製表示的唯一性,提出了一種新的單鑰-鎖對訪問控制方案。
  12. The major tasks include : ( 1 ) expand the schema theorem for ga. the schema theorem with binary coding advanced by professor holland is expanded to limited integer, letter, floating point numbers the number of which value is limited, and their hybrid coding. ( 2 ) put forward replacing by the excellent chromosome ga ( recga ), superiority colony first ga ( scfga ) and improve the ga ; ( 3 ) make probability convergence analysis of recga using the theory of markov chain, random process ; ( 4 ) make convergence analysis of scfga using the principle of contractive mapping in functional analysis theory ; ( 5 ) design the test programs ( cap ) to resolve np problems ( course arrangement ) with gas ; based on recga, modify the arithmetic and then conduct tests

    主要有以下幾方面工作: ( 1 )將二進制編碼遺傳演算法的模式定理擴展到由有限整數、字母或取值個數有限的浮點數編碼,或它們混合編碼的遺傳演算法范圍; ( 2 )提出最佳個體替換策略遺傳演算法( recga ) 、優勢群體優先策略遺傳演算法( scfga ) ,對遺傳演算法進行改進; ( 3 )使用隨機過程理論markov鏈對recga進行了收斂性分析; ( 4 )使用泛函分析理論壓縮映射原理對scfga進行了收斂性分析; ( 5 )使用遺傳演算法設計了解決np類問題(排課問題)的測試程序( cap ) ,並根據recga對演算法進行改進並進行測試。
  13. Here we introduce the unique characteristic of h. 264 in detail, which includes intra frame residual coding, integer cosine transformation, binary adaptive arithmetic coding, concept network adaptation layer, an ember of different block sized used for motion prediction and 1 / 8 pixel motion estimation etc

    摘要介紹了h . 264獨有的特點,包括幀內預測、整數餘弦變換、二進制自適應算術編碼、概念性網路適配、多種塊尺寸運動搜索、 1 / 8像素運動估計精度等。
  14. Structure holds a binary integer value, together with a sign bit and an integer scaling factor that specifies what portion of the value is a decimal fraction

    結構存儲二進制整數值,以及符號位和指定值中的哪部分為純小數的整數比例因子。
  15. In sizing optimization of truss with discrete variables, integer coding is used and compared with binary coding

    對離散變量的桁架尺寸優化問題,本文首次採用整數編碼,並且與二進制編碼進行了比較。
  16. A data type is an attribute that specifies the type of data that the object can hold : integer data, character data, monetary data, date and time data, binary strings, and so on

    數據類型是一種屬性,用於指定對象可保存的數據的類型:整數數據、字元數據、貨幣數據、日期和時間數據、二進制字元串等。
  17. To verify that the function indeed works as designed, we, again, need to convert each integer to binary, perform exlusive or for each bit, and then convert the result back to integer : integer binary form 110 1101110 85 1010101 - exclusive or 59 0111011

    為了驗證該函數確實按照所設計的方式工作,我們需要再次將每個整型數字轉換成二進制數字,對每一個位執行exlusive or運算,然後將結果還原成integer :
  18. Combining integer with binary wavelet, a1video compression technique that only integer additions and shifts required is proposed in this paper, compared to the classic methods, the presented algorithm needs less hardware cost, and computational complexity is also reduced greatly

    摘要將視頻壓縮和小波理論的最新發展整數小波和二進制小波相結合,提出只需整數加法和移位的視頻壓縮演算法,該演算法所需的硬體成本比一般的基於三維小波變換的演算法成本大大降低,而速度大幅度加快。
  19. An integer that represents the binary form of a sid

    表示sid的二進制形式的整數。
  20. Decimal numbers have a binary integer value and an integer scaling factor that specifies what portion of the value is a decimal fraction

    數字具有一個二進制整數值,和一個整數比例因子,用於指定值的哪一部分是小數部分。
分享友人