標(biāo)題: Titlebook: Automatic Coding: Choice of Data Structures; James Richard Low Book 1976 Springer Basel AG 1976 character.coding.data structure.data struc [打印本頁] 作者: EVOKE 時間: 2025-3-21 18:09
書目名稱Automatic Coding: Choice of Data Structures影響因子(影響力)
書目名稱Automatic Coding: Choice of Data Structures影響因子(影響力)學(xué)科排名
書目名稱Automatic Coding: Choice of Data Structures網(wǎng)絡(luò)公開度
書目名稱Automatic Coding: Choice of Data Structures網(wǎng)絡(luò)公開度學(xué)科排名
書目名稱Automatic Coding: Choice of Data Structures被引頻次
書目名稱Automatic Coding: Choice of Data Structures被引頻次學(xué)科排名
書目名稱Automatic Coding: Choice of Data Structures年度引用
書目名稱Automatic Coding: Choice of Data Structures年度引用學(xué)科排名
書目名稱Automatic Coding: Choice of Data Structures讀者反饋
書目名稱Automatic Coding: Choice of Data Structures讀者反饋學(xué)科排名
作者: 無可非議 時間: 2025-3-21 23:12 作者: gain631 時間: 2025-3-22 00:44 作者: 正論 時間: 2025-3-22 08:06
Appendices,In this implementation a set is always be represented by a one-word descriptor. This descriptor usually contains a pointer to some other storage and perhaps additional information. In the following routine descriptions, a value set argument is represented by the one-word descriptor. Similarly, all set-valued primitives return a one-word descriptor作者: 描繪 時間: 2025-3-22 10:27
https://doi.org/10.1007/978-3-0348-5504-4character; coding; data structure; data structures; efficiency; implementation; information; language; Match作者: 向外 時間: 2025-3-22 14:07 作者: Cpr951 時間: 2025-3-22 18:35 作者: 龍卷風(fēng) 時間: 2025-3-22 22:31 作者: 殺蟲劑 時間: 2025-3-23 04:43
https://doi.org/10.1007/978-981-19-9135-6itten in SAIL and PDP-10 assembly language. The assembly language parts of the system have been abstracted from the standard SAIL compiler, and are used to parse user programs and do the machine code emission in the final compiler. All the rest is written in SAIL. We make extensive use of the LEAP i作者: 可轉(zhuǎn)變 時間: 2025-3-23 07:44 作者: Living-Will 時間: 2025-3-23 11:39 作者: Excitotoxin 時間: 2025-3-23 16:52 作者: 織布機 時間: 2025-3-23 18:40 作者: Encoding 時間: 2025-3-24 01:27 作者: breadth 時間: 2025-3-24 04:13 作者: Ige326 時間: 2025-3-24 07:33
s can be remedied by providing a library of representations for the information structures and a user assisted automatic system to choose appropriate elements from this library for the user‘s programs. The main problems in such an automatic approach are: 1). Building a library of representations; 2)作者: Landlocked 時間: 2025-3-24 11:10 作者: 截斷 時間: 2025-3-24 15:27 作者: Ascendancy 時間: 2025-3-24 21:57 作者: 割公牛膨脹 時間: 2025-3-25 02:08 作者: 非秘密 時間: 2025-3-25 06:57 作者: 頌揚本人 時間: 2025-3-25 08:09
Information Gathering,mitive operations as implemented for given representations: simulation and mathematical analysis. We will now discuss techniques for obtaining information about the use of the abstract structures of the user’s program.作者: 性上癮 時間: 2025-3-25 15:29 作者: cumber 時間: 2025-3-25 19:42
Conclusions and Directions for Future Research, list indices can be easily handled by simple modifications. Others such as storage fragmentation and using internal properties of other structures (such as the fact that the . allocator usually returns items in increasing order) are not so easily handled.作者: aristocracy 時間: 2025-3-25 20:33 作者: moratorium 時間: 2025-3-26 02:53
Martina Dickson,Melissa McMinn,Dean Cairnsystem we are totally ignoring these latter costs, because all the representations which are candidates for selection are fixed in advance, and we have already programmed and debugged the library of their implementation.作者: radiograph 時間: 2025-3-26 05:09 作者: Armada 時間: 2025-3-26 09:27 作者: Priapism 時間: 2025-3-26 15:25
https://doi.org/10.1007/978-981-19-9135-6level data structures logically consists of three major components: ., and . (See Figure 1). We will note other techniques which we feel are applicable to a selection system which are not part of our system.作者: GUMP 時間: 2025-3-26 19:03
Overview of the System,level data structures logically consists of three major components: ., and . (See Figure 1). We will note other techniques which we feel are applicable to a selection system which are not part of our system.作者: Trochlea 時間: 2025-3-26 23:17
Introduction,n a continuous stream of developments which decrease the effort of a human programmer in producing a computer program, including symbolic assemblers, macro assemblers, algorithmic languages, text editors, debugging systems and so forth. An important part of this series of developments has been the d作者: 好色 時間: 2025-3-27 03:26
Overview of the System,itten in SAIL and PDP-10 assembly language. The assembly language parts of the system have been abstracted from the standard SAIL compiler, and are used to parse user programs and do the machine code emission in the final compiler. All the rest is written in SAIL. We make extensive use of the LEAP i作者: 色情 時間: 2025-3-27 08:30 作者: 手勢 時間: 2025-3-27 12:14
Information Gathering, is going to choose representations. In the previous chapter we discussed two techniques for obtaining information about the time functions of the primitive operations as implemented for given representations: simulation and mathematical analysis. We will now discuss techniques for obtaining informa作者: 就職 時間: 2025-3-27 14:08
Selection of Data Structures,inferior) to the other representation for the given purpose. The most common considerations used in such decisions involve the amount of storage space (working set size in a virtual memory) occupied by the data structures, and the execution time (cpu time) necessary for performing all the access and作者: 花爭吵 時間: 2025-3-27 19:53
Results,lly handle triples. All of the phases up to the user interrogation phase (monitoring, static analysis) process the operations on triples; only the interrogation and selection phase and final compiler would have to be modified. Also, of course, the library of primitive operations on associations (whi作者: 開頭 時間: 2025-3-27 22:17
Conclusions and Directions for Future Research,d to choose optimum structures, it has led us to specific defects in our models of storage and execution time. Some of these, like the use of constant list indices can be easily handled by simple modifications. Others such as storage fragmentation and using internal properties of other structures (s作者: Arb853 時間: 2025-3-28 02:35 作者: collagenase 時間: 2025-3-28 06:47
Making More than a Name: Eliza Lynn Linton and the Commodification of the Woman Journalist at the ,sistencies, particularly between her boundary-breaking career and her advocacy for a conservative, separate spheres ideology.. It would be easy, then, to dismissively identify the surprising disparity between Linton’s persona in print and her representation of the ‘underlying truth’ of her life as o作者: Mhc-Molecule 時間: 2025-3-28 12:12 作者: Fierce 時間: 2025-3-28 15:36 作者: Carcinogen 時間: 2025-3-28 19:43