搜索资源列表
meteoroid
- j2me 无缝转 android 迅速移直的基础包-seamless transfer j2me android package quickly shift the basis of straight
Line2
- iPhone平台上开发的应用程序,在屏幕上绘制直线,实现直线随手指一动等,可用于股票等应用的制作-iPhone platform development of applications that draw a straight line on the screen to achieve a straight line with the finger movement and so on, can be used for applications such as the production of
GPS-theory
- 本人收集的关于GPS经纬度到直线距离结算公式,求GPS两点夹角以及轴向角的数学理论及示意图。-I collect GPS latitude and longitude to the straight-line distance on the settlement formula, find the angle between the GPS points and the axial angle and schematic diagram of the mathematical theory.
MyBallGame2
- 在自学android的过程中自行开发的简单小游戏。为2.2系统,自行试验中可以在真机上运行。因为是自学作品,程序中或许会存在bug。 游戏内容是阻止小球运行出屏幕,可在屏幕上画直线,一旦小球接触到直线便会反方向运动。小球有三次超出屏幕Game Over.-The content of the game is to prevent the ball running off the screen, draw a straight line on the screen, once the ball
Android-system-boot-analyze-
- Android系统启动过程分析 本文主要介绍Android系统的启动过程,以Androidinit进程之后部分为主,init之前部分同标准Linux内核启动完全相同。于Android启动过程复杂,涉及C、C++及java部分内容,本文以流程分析为主线旨在让大家在分析Android系统时有个清晰的思路。鉴于本人水平有限,如有阐述不正之处,还请不吝指正,感激不尽! 系统启动大致可分为一下几个阶段: • bootloader---初始化、从Flash读取Kernel镜像及一些必
Android-start-boot-analyze-
- Android系统启动过程分析 本文主要介绍Android系统的启动过程,以Androidinit进程之后部分为主,init之前部分同标准Linux内核启动完全相同。于Android启动过程复杂,涉及C、C++及java部分内容,本文以流程分析为主线旨在让大家在分析Android系统时有个清晰的思路。鉴于本人水平有限,如有阐述不正之处,还请不吝指正,感激不尽! 系统启动大致可分为一下几个阶段: • bootloader---初始化、从Flash读取Kernel镜像及一些必
LCD5110
- 诺基亚5110源码程序,可以绘制任意直线和图片,可以参考-Nokia 5110 source program can draw any straight line and pictures, can refer to
11
- Android平板电脑开发实战详解和典型案例——光盘源码 此书出版时间:2013-02-01 从Android 2.0趣味特性、Android 4.0新特性的基础知识到完整综合案例,由浅入深,循序渐进地进行了详解,既适合Android 4.0初学者学习,也适合有一定基础的读者进一步提升之用。 第11章 android 蓝牙与无线以太网直连 11.1 基础知识 11.2 蓝牙连接功能的开发 11.2.1 功能预览 11.2.2 案例的开发 11.3 手机间蓝牙
110610_VerticalSeekBar
- 将Android自带控件SeekBar进行重新实现,将其竖直起来的范例代码。-Android comes SeekBar controls will be re-implemented the sample code it straight up.
HWcomponents_android_v1.7_20130726
- 视频直录播的so库以及文档说明、接口说明,可直接用到项目中。-Video taped so straight libraries and documentation, interface specification, can be directly used in the project.
calc
- 超声波无损检测直探头分贝差计算器,功能简单实用,初学作品-Ultrasonic NDT straight probe decibel difference calculator
android_ui_1.024_52b8117f
- 作为开发者,为啥我们要关心UI,前面的一堆通通可以忽略掉,直接跳到最后一条。因为好的UI设计可以帮助我们卖出更多拷贝,赚到更多钱。-As a developer, is what we should be concerned about the UI, in front of a bunch of all can be ignored, jump straight to the last one. Because of good UI design can help us sell more c
QZLineDemo
- 主要介绍IOS开发中如何用Quartz 2D绘制线段,直线,虚线之类的东东,比较有用!-IOS development focuses on how to use Quartz 2D drawing lines, straight lines, dashed like stuff, more useful!
Caro-Pro
- if you make a straight or diagonal line consisting of 5 cells. You will win!
599b7ada0b0d
- 好多同学反映不知道哪里去下载,我直接给你好了,时频分析工具箱。最新版哦。2.0-Many students do not know where to go to download reflect, I went straight to Hello, and time-frequency analysis toolbox. The latest version of Oh. 2.0
htgjym
- 一个画图软件,可以画直线、矩形、圆形、三角形、立方体、圆柱体。 直线可以延长、缩短、拖动;矩形、圆形、三角形需要可以拖动、改变大小。 实现方式: 一个主view类(一个自定义view),在主view类中定义了统一的paint、bitmap、canvas,以及子类中需要用到的3个点downPoint,movePoint,upPoint。 其他子类(画直线的view、画矩形的view)都是继承这个主view类。-A drawing software, you can draw a st
MultiThreadClient
- 一个简单socket集成客户端和服务器应用源码,这个小应用的源码比较齐全,客户端和服务端部分的源码都已经有了,虽然有点简单,己在网上找了段时间的代码,改了一段时间的socket自的客户端和服务器端的代码,由于自己在局域网内一会要用客户端一会要用服务器烦死了,就一气之下直把客户端和服务器写在一起了,拿给大家玩玩吧,在局域网里可以类似QQ的来进行聊天。 -A simple socket integrated client and server application source code, com
zxtyyx
- 本项目是一个Android纯代码实现的折线图小例子源码,没有使用任何第三方的东西,使用了点之间直接绘制直线的方式绘制的整体的折线图,对分辨率也做了适配可以根据分辨率动态调整绘制出的折线图。-This project is a pure Android code to achieve the line chart small example source code, without the use of any third party, used between direct rendering
modbus_rtu
- Modbus双直流电机调试,实现小车直行,左转,右转,后退-Modbus dual DC motor debugging, to achieve car straight, turn left, turn right, back