zoukankan      html  css  js  c++  java
  • windwos phone 的多任务 GIS

    理论上,程序的切换不难,但是程序占用的的资源共享很难——包括屏幕和输入设备

    Let’s nail down some terminology that’s consistent with some events I’ll discuss later:

    When an application is run from the Start screen, it is said to be launched.

    When an application is terminated as a result of the Back button, it is closed.

    When the program is running and the user presses the Start button, the program is said to be deactivated, even though it really is quite dead. This is the tombstoned state.

    When a program comes out of tombstoning as the user navigates back to it, it is said to be activated, even though it’s really starting up from scratch.

  • 相关阅读:
    数据变换
    离群点的检验
    数据清洗
    数据采样
    FM与FFM
    EM算法与高斯混合模型
    最大熵模型
    PageRank
    软件技术基础
    原来炫酷的可视化地图,用Python就能搞定!
  • 原文地址:https://www.cnblogs.com/gisbeginner/p/2549283.html
Copyright © 2011-2022 走看看