登录
首页 » 图形图像 » 一个很酷的多地区时间显示,视角是从北极往下看的地球.

一个很酷的多地区时间显示,视角是从北极往下看的地球.

于 2022-11-24 发布 文件大小:118.75 kB
0 175
下载积分: 2 下载次数: 1

代码说明:

一个很酷的多地区时间显示,视角是从北极往下看的地球.-a cool much of the time, the perspective is to look down from the North Pole of the Earth.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MFC in the use of VTK for image rendering, the novice is a good research referen...
    MFC中运用VTK进行图像的渲染,对新手来说是个不错的研究参考资料-MFC in the use of VTK for image rendering, the novice is a good research references
    2022-01-28 05:12:35下载
    积分:1
  • barcode generation principle : bar code data of the first part by the seven figu...
    条形码的生成原理: 条形码的第一数据部分是由 7个数字形成的,其形成的方法详述如下: n 首先使用 产生和 匹配的字母码,该字母码有6个字母组成,字母限于A和B。产生字母码的列表如下 字母码 0 AAA 1 AABABB 2 AABBAB 3 AABBBA 4 ABAABB 5 ABBAAB 6 ABBBAA 7 ABABAB 8 ABABBA 9 ABBABA 表一 映射表 n 将 和 产生的字母码按位进行搭配,来产生一个数字-字母匹配对。并通过查表来得到 形成的条形码第一数据部分。 将 和C进行搭配,并通过查表得到 形成的条形码的第二数据部分。 该映射表如表二所示: 数字-字母匹配对 二进制信息 0A 0001101 0B 0100111 0C 1110010 1A 0011001 1B 0110011 1C 1100110 2A 0010011 2B 0011011 2C 1101100 3A 0111101 3B 0100001 3C 1000010 4A 0100011 4B 0011101 4C 1011100 5A 0110001 5B 0111001 5C 1001110 6A 0101111 6B 0000101 6C 1010000 7A 0111011 7B 0010001 7C 1000100 8A 0110111 8B 0001001 8C 1001000 9A 0001011 9B 0010111 9C 1110100 表二 数字-字母映射表 n 绘制条形码:通过映射表二得到的二进制数码进行绘制,1对应黑线,0对应白线。 -barcode generation principle : bar code data of the first part by the seven figures formed, and the formation of detailed as follows : n the first use of the alphabet and matching code, the code l
    2022-01-25 20:25:14下载
    积分:1
  • Model examples using VB to develop all aspects of CAD. Includes the connection t...
    实例示范采用VB开发CAD的各个方面。包括连接CAD、操作CAD数据库、实体操作以及CAD事件应用。共44个实例-Model examples using VB to develop all aspects of CAD. Includes the connection to CAD, operate CAD databases, operating entities, as well as the application of CAD events. A total of 44 examples
    2022-07-28 02:46:18下载
    积分:1
  • 一个人编写的用c做得俄罗斯方块 一个人编写的用c做得俄罗斯方块...
    一个人编写的用c做得俄罗斯方块 一个人编写的用c做得俄罗斯方块-Prepared by a person doing Tetris c prepared by a person doing Tetris c
    2022-01-25 14:47:55下载
    积分:1
  • 显示三维网格模型
    三维模型大多是用三角网格形式描述的,基于OpenGL和C++绘制了三角网格模型,并实现了与键盘和鼠标的交互,通过点击鼠标键和按键盘响应键,可以对模型进行旋转、缩放、移动等操作。
    2023-05-17 08:20:04下载
    积分:1
  • 这是一款用vc++编写的简单的画程序,可以绘制直线、圆、矩...
    这是一款用vc++编写的简单的画图程序,可以绘制直线、圆、矩形-vc prepared with a simple drawing program, drawing a line or a circle, rectangle
    2022-03-12 13:49:17下载
    积分:1
  • 一对BMP来实现应用程序的两个值
    一个对BMP图像实现二值化处理的应用程序-one pair of BMP images to achieve two values of the application procedures
    2022-04-16 15:43:57下载
    积分:1
  • 用matlab编写的时候
    这是一个用matlab编写的时频分析的程序与一些例子,有的是从国外的硕士论文中摘取的,希望对人们有用!-using Matlab prepared by the time-frequency analysis of the procedures and some of the examples, Some of the foreign master"s thesis, which address the hope that the right people useful!
    2022-01-26 02:50:19下载
    积分:1
  • 微软的新的.NET平台为开发者带来了许多新的诸如GDI+、Globalization之类的编程机制,同时还发明了一门全新的类似Java的编程语言-C++。对于这...
    微软的新的.NET平台为开发者带来了许多新的诸如GDI+、Globalization之类的编程机制,同时还发明了一门全新的类似Java的编程语言-C++。对于这些新知识,我们应尽快了解、掌握并试图运用到实践项目中去,而通过实例学习的方法无疑是一个非常有效的途径。本文就通过一个简单的实例,向大家展示了在Visual C#中如何运用GDI+和Unsafe代码类等技术以实现简单的数字图像处理。 -Microsoft"s new.NET platform for developers to bring as many new GDI, Globalization like programming mechanism, and also invented a new Java-like programming language-C++. These new knowledge, we should understand, grasp and tried to apply it in practice projects, and through the example of learning is a very effective way. This paper through a simple example to illustrate the Visual C# and how to use GDI Unsafe code for such technology to achieve simple digital image processing.
    2022-09-07 07:10:02下载
    积分:1
  • 粒子编辑器
    A FREE WINDOWS cocos2d particle editor Upgraded to Cocos2dx 2.12,and support saving texture into plist。 
    2023-05-31 15:05:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载