登录
首页 » Android » android,模拟点击软件

android,模拟点击软件

于 2022-05-10 发布 文件大小:53.31 MB
0 181
下载积分: 2 下载次数: 1

代码说明:

代码主要是集成adb 模拟根据坐标点击屏幕不同位置

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

发表评论

0 个回复

  • 编码的 3D 游戏
    3D 培训 我写的 3D 游戏培训编程 glUseProgram(m_programSkyBox.Program); glGenBuffers(1, &skyBoxVertexBuffer); glBindBuffer(GL_ARRAY_BUFFER, skyBoxVertexBuffer); float vertices[24] = { -1.0, -1.0, 1.0, 1.0, -1.0, 1.0, -1.0, 1.0, 1.0, 1.0, 1.0, 1.0, -1.0, -1.0, -1.0, 1.0, -1.0, -1.0, -1.0, 1.0, -1.0, 1.0, 1.0, -1.0, }; glBufferData(GL_ARRAY_BUFFER, sizeof(vertices), vertices, GL_STATIC_DRAW); glGenBuffers(1, &skyBoxIndexBuffer); glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, skyBoxIndexBuffer); GLubyte indices[14] = {0, 1, 2, 3, 7, 1, 5, 4, 7, 6, 2, 4, 0, 1}; 绘图 skybox: glClearColor(0.5f, 0.5f, 0.5f, 1); glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); glUseProgram(m_programSkyBox.Program); glDisable(GL_DEPTH_TEST); // skybox should be drawn behind anything else glBindTexture(GL_TEXTURE_CUBE_MAP, m_textures.Cubemap); glBin
    2022-07-02 11:39:51下载
    积分:1
  • SaveQQ
    一个完整的Android项目,首先进入界面输入账户密码进行登陆,若登陆账号没注册过则先进行保存,并提示保存成功否则提示登陆成功。(A complete Android project, first enter the interface to enter the account password for login, if the login account has not been registered, save it first, and prompt the successful save or prompt the successful login.)
    2019-04-30 15:17:16下载
    积分:1
  • MyAppWeixin
    仿微信界面,有摇一摇功能,此款软件用来学习android非常有用。(Imitation of micro letter interface, a wave function, this software is very useful to study the android. )
    2013-08-11 20:24:27下载
    积分:1
  • Gallery相册浏览
    该代码是一款简单的画廊式相册浏览功能,代码就一个类,可以轻松的拷贝到自己的项目中,也可以很好的进行完善,修改简单。
    2022-01-29 01:27:39下载
    积分:1
  • 768575
    LoaderManager异步加载数据库,精选android学习源码,很好的参考资料。(LoaderManager asynchronous loading the database, select the Android learning source code, a good reference.)
    2013-12-17 12:57:18下载
    积分:1
  • 多功能android滑动刻度尺
    运行之后点击菜单键或点击左上角的menu建,弹出对话框,提供了四种选择单位,动态变化,然后手指左右滑动取值,
    2022-04-24 15:57:17下载
    积分:1
  • linux_development_guide_CN-JZ4770
    this is android guid
    2012-04-12 10:23:29下载
    积分:1
  • Android自定义dialog实现processDialog“正在加载”Loading
    Android使用Animation实现图片旋转的processDialog——进度条,通过自定义dialog实现,运行时手机屏幕上会显示“正在加载”字样,你可熟悉一下Android Animation类的使用方法。加载动画是使用ImageView显示。
    2023-02-04 03:45:03下载
    积分:1
  • 健康生活,养身助手
    完成了基本的界面,包括主界面,图形化界面等。页面比较人性化,操作简单实用。整体框架实用滑动窗口的设计理念,利用最小的空间实现极大地内容呈现。
    2022-10-11 04:15:03下载
    积分:1
  • imiFirewall
    手机安全防火墙源码是一套比较全面的安卓手机安全方面的源码,总结起来就是三大防火墙电话防火墙、短信防火墙和网络防火墙和一些零碎的小工具。网络防火墙有流量预警功能,可以设置2G3G和wifi的数据流量和显示流量统计。小工具有android的命令行工具,测试了一下可以使用一些简单的liunx命令。还有一个超级终端功能。任务管理器可以结束进程和查看进程的通话防火墙支持通话黑白名单,可以选择电话被拒接以后的回复语、短信防火墙跟电话防火墙功能差不多。(Mobile security firewall source code is a more comprehensive Android mobile phone safety aspects of the source code, to sum up is three firewall phone firewall, SMS firewall and network firewall and some fragmentary gadget. Network firewall has traffic warning function, you can set the 2G3G and WiFi data flow and display traffic statistics. As a command line tool with Android, you can use some simple liunx command test. There is also a super terminal function. Task manager to end of the process and check process call firewall support call black and white list, can choose the telephone was refused to reply, SMS firewall with phone firewall functions in a similar way.)
    2016-07-21 11:41:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载