士兰微电子,SC7A20三轴加速度传感器芯片。芯片通过I2C/SPI接口与MCU通信。
2021-10-17 23:15:41 1.1MB Gsenso 重力传感器
1
android禁止调用oncreat方法
2021-10-13 10:09:47 21KB android 重力感应 禁止oncreat
1
点击查看大图 AllTrans EGM2008 Calculator是一款特殊的计算机,可以用快速简便的方法来计算EGM2008大地水准面起伏。
2021-10-12 15:45:55 8.17MB 地球重力模型
1
g-sensor debug ,用于Android手机,采集重力加速度传感器的数据。
2021-10-09 17:55:32 2.88MB g-sensor debug 重力加速度
1
均匀球体重力异常正演模拟Matlab代码
2021-10-06 21:44:28 804B 重力正演模拟
1
这是一个灵活的视频播放器。 MediaPlayer与VideoView完全分开,可以替换为其他播放器内核,如ExoPlayer和ijkPlayer。 可以完全自定义播放器视图,我们称之为控制面板。 此外,可以使用MediaPlayerManager来控制播放行为,例如全屏模式,小屏幕模式以及RecyclerView中的智能匹配模式。Features全屏,小屏播放内部支持RecyclerView中播放自定义UIAPP内全局播放静音循环播放手势操作(小窗:单指拖动,双指缩放;全屏:音量,亮度,快进)ijkPlayer支持ExoPlayer支持重力感应支持PreviewDownloadDemo DownloadGetting startedbuild.gradledependencies {     // required     implementation 'org.salient.artvideoplayer:artplayer-java:0.6.0'     // Default control panel: optional     implementation 'org.salient.artvideoplayer:artplayer-ui:0.6.0'      //ijkPlayer: optional      implementation 'org.salient.artvideoplayer:artplayer-ijk:0.6.0'      implementation "org.salient.artvideoplayer:artplayer-armv7a:0.6.0"       //Other ABIs: optional      implementation "org.salient.artvideoplayer:artplayer-armv5:0.6.0"      implementation "org.salient.artvideoplayer:artplayer-x86:0.6.0"      // Other ABIs: optional (minSdk version >= 21)      implementation "org.salient.artvideoplayer:artplayer-arm64:0.6.0"      implementation "org.salient.artvideoplayer:artplayer-x86_64:0.6.0"      //ExoPlayer2 : optional      implementation "org.salient.artvideoplayer:artplayer-exo:0.6.0" }Usagejavaimport org.salient.artplayer.VideoView;VideoView videoView = new VideoView(this); videoView.setUp("http://vfx.mtime.cn/Video/2018/06/27/mp4/180627094726195356.mp4"); videoView.setControlPanel(new ControlPanel(this)); videoView.start();xmlAndroidManifest.xml <!-- required -->Activity@Overridepublic void onBackPressed() {  if (MediaPlayerManager.instance().backPress(this)) {      return;   }  super.onBackPressed(); }@Overrideprotected void onPause() {  super.onPause();  MediaPlayerManager.instance().pause(); }@Overrideprotected void onDestroy() {  super.onDestroy();  MediaPlayerMa
2021-10-01 20:04:19 54.78MB 开源项目
1
在GPS计算软件中加载此模型可以计算点位的正常高
2021-09-28 23:21:50 3.96MB EGM96
1
EGM96重力场模型数据文件
2021-09-28 23:17:07 1.75MB EGM96重力场模型数据文件
1
对于重力场模型很好的资料,介绍了几乎所有的重力场模型以及最新的重力场模型
1
基于BP神经网络的重力异常分离.pdf
2021-09-25 17:05:53 1.24MB 神经网络 深度学习 机器学习 数据建模