-
sensor
GPS测试仪,主要完成方位定位,经纬度,海拔,速度,时间(Positioning GPS tester to complete orientation, latitude, longitude, altitude, speed, time)
- 2013-04-13 11:36:41下载
- 积分:1
-
mojiydjm
高仿墨迹天气引导界面共有4个视图,截图里的图片都是实现后的静态图,运行程序可以看到动画效果。第一个界面中有四个动画效果,最上面的“极低耗电”标示,最下面的箭头标示,还有中间旋转的电池图标和电子表的闪动,第二个界面最上面的“极小安装”动画和最下面的箭头动画和第一个图中的一样,不做过多介绍第三个界面中间云移动效果使用了平移动画,火箭喷气效果使用了animation-list的逐帧动画。(High imitation ink weather interface to guide a total of four views, the screenshot of the picture is after the realization of the static graph, run the program to see the animation. Mark the first interface has four animation, the top extremely low power consumption, the bottom arrow mark, and intermediate rotation of the battery icon and electronic table of flashing, at the top of the second interface minimal installation animation and the bottom arrow animation and the first figure, not do too introduce the three interface between mobile cloud effect translational animation, rocket jet effect using the animation list frame by frame animation.)
- 2016-07-04 10:34:16下载
- 积分:1
-
搭建redis环境 分析&环境搭建
说明: 搭建redis环境搭建,以及查询数据库 缓存优化(Building redis environment)
- 2020-06-25 01:00:01下载
- 积分:1
-
FirstMissingPositive112_Done
给出数组中的一串数字,找到里面缺省的第一个正整数(For example,
Given [1,2,0] return 3,
and [3,4,-1,1] return 2.
Your algorithm should run in O(n) time and uses constant space.
)
- 2017-05-01 12:32:34下载
- 积分:1
-
javaStack
该源码通过java语言详细描述了栈这种数据结构的实现方法(The source language is described in detail by java stack Realization of this data structure)
- 2010-10-10 11:20:05下载
- 积分:1
-
article5
JAVA implementation of BnB
- 2014-08-15 02:21:50下载
- 积分:1
-
java-game
java扫雷程序,实现简单的扫雷操作,计分功能等等。(java demining program, minesweeping operations to achieve a simple, scoring and more.)
- 2016-10-20 19:40:37下载
- 积分:1
-
bmob_query
实现用户的注册,登陆,与Bmob数据库相连实现对数据库的操作,用户实现发布新闻的功能(Implement user registration, login, and Bmob connected to achieve operation of the , users realize the function of press release)
- 2015-08-14 19:54:34下载
- 积分:1
-
ListTouchBottomGravityManyTest
Touch tests for a list where all of the items do not fit on the screen, and the list stacks from the bottom.
- 2014-02-27 13:40:15下载
- 积分:1
-
Compiler
说明: LL(1)文法和预测分析方法
1.文法使用产生式来定义;
2.分别求出文法中每一个非终结符的FIRST集、FOLLOW集和SELECT集;
3.画出预测分析表;
4.判定给定的文法是否是LL(1)文法;
5.给定符号串判定是否是文法中的句子,分析过程用分析表格的方式打印出来。(LL(1) Grammar and Predictive Analysis
1. Grammar is defined by production.
2. Find out the FIRST set, FOLLOW set and SELECT set of each non-terminator in grammar.
3. Draw a forecast analysis table.
4. Determine whether a given grammar is LL(1) grammar;
5. Given a string of symbols to determine whether it is a sentence in grammar, the analysis process is printed out in the form of an analysis table.)
- 2020-06-15 22:30:02下载
- 积分:1