aUNESCO's Memory of the World program has been collecting important world documents since 1992, preserving precious and potentially threatened material. Its archives include the diary of Ann Frank and the 13th century Magna Carta -- a document that challenged the English monarchy's absolute rule, ...
The UNESCO Memory of the World program inscribes significant documents and collections on registers in order to prevent 'collective amnesia and to make the worlds memory available to future generations. 'Imagine the world without memories' is the slogan of the Australian Committee, a warning against...
UNESCO's Memory of the World Programme, launched in 1992, is intended to protect and promote the world's documentary heritage through preservation and acce... Harvey,Ross - 《Australian Library Journal》 被引量: 15发表: 2003年 The repatriation of Greenland's cultural heritage During Greenland'...
Access to Information of Armed Force Records with reference to the Memory of the World Program, UNESCO 喜欢 0 阅读量: 10 作者: 小川,千代子 年份: 2016 收藏 引用 批量引用 报错 分享 求助全文 通过文献互助平台发起求助,成功后即可免费获取论文全文。 请先登入...
The computer isprogrammedto warn users before information is deleted. 这台计算机编程时已设计在信息删除前提醒用户。 牛津词典 The chances of an error occurring in a computerprogramincrease with the size of theprogram. 计算机程序越长,出错的概率也越大。
Instructor’s Manual for C++ How to Program, 3/e Deitel, Deitel Nieto ©2000. Deitel Associates, Inc. and Prentice Hall. All Rights Reserved. C++ How to Program: Third Edition Instructor’s Manual Contents Preface iii Chapter 1 Introduction to Computers and C++ Programming: Solutions 1 Chapte...
industry-leading Symbian OS and Windows Mobile®. Moonlight runs on Mono, and the mobile version of Silverlight will run on the .NET Compact Framework (which has a much lower memory footprint than CoreCLR). But the Mac OS X version of Silverlight runs on the exact same CoreCLR as on ...
I have written some test programs for memory leaks as follows: #include <stdio.h> #include <stdlib.h> #include <string.h> int main(int argc, const char *argv[]) { char s = (char)malloc(100); strcpy(s, "Hello world!"); printf("string is: ...
5.2.1Program Memory Theprogram counterregister holds the current address, reset automatically to 0000 when the chip is powered up or reset. The user program must therefore start at address 0000, but the first instruction is often GOTO the start of the program at some other labeled address. Thi...
it behaves exactly as if the commands were typed from the command line. All variables created in thematlabsession before the script is run are available inside the script, and any variables created in the script are left in memory after the script finishes. This means that the user will need...