登录
首页 » Windows_Unix » gcc_android_cameral_driver

gcc_android_cameral_driver

于 2014-09-24 发布 文件大小:53KB
0 115
下载积分: 1 下载次数: 34

代码说明:

  gcc2235 gc0308 gc0328 gc0329 gc2035 camera android 内核驱动代码(gcc2235 gc0308 gc0328 gc0329 gc203 camera android kernel driver code.)

文件列表:

gc0308.c,60015,2014-08-09
gc0328.c,54857,2014-08-09
gc0329.c,52394,2014-08-09
gc2035.c,64439,2014-08-09
gc2235.c,33465,2014-08-09

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

发表评论

0 个回复

  • 7336_PDF_C04
    Power Electronic Devices Handbook part 4
    2009-05-22 18:01:54下载
    积分:1
  • sip协议的sipboard 语音直播app源码
    基于sip协议的语音直播app源码
    2015-01-02下载
    积分:1
  • prjHello
    Google Android SDK开发范例大全(完整版)虽然半行代码都没有写,但向导却帮忙写好了程序进入点、布局配置、字符 串常数、应 用程序访问权限等, 除了可作为程序模板之外, 也是 Android 手机程 序的最佳学习范例。让 我们回过头来看看刚才 Android 项目建立向导帮忙做了哪些工作, 以此来 了解 Android 应 用程序的生命周期及其文件组成方式; 首先, 展开 (package helloworld.irdc.eracom.com.cn import android.app.Activity import android.os.Bundle public class HelloWorld extends Activity { * Called when the activity is first created. @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState) setContentView(R.layout.main) } } )
    2015-12-22 12:23:05下载
    积分:1
  • android 异步 执行 任务 例子 附讲解
    Rules::The AsyncTask instance must be created in UI thread. .execute must be invoked on the UI thread.Never call  objMyTask.onPreExecute(), objMyTask.doInBackground(), objMyTask.onProgressUpdate(),  objMyTask.onPostExecute manually.The AsyncTask can be executed only once (an exception will be thrown if a second execution is attempted.)AsyncTask have Four Main Method... onPreExecute()  doInBackground() onProgressUpdate() onPostExecute()  onPreExecute-This method is called first when you start AsyncTask using objAsync.execute().And mostly this method is use for initializing dialog(ProgressDialog,CustomDialog) and showing. doInBackground-The main purpose of AsyncTask is accomplished by this method.Any non-UI thread process is running in this method.Such as Rss Feed Reader,Image and video Uploading and Downloading.You cant handle your View in this method.Because this method is non-UI thread.While any background process is running if you want to handle UI therea are  onProgressUpdate method. after completion of process this method send result to OnPostExecute. onProgressUpdate-While backgrounding task is running ,you can handle your UI using this method .Such as status of downloading or uploading task.and this method is called from  doInBackground.Using publishProgress() you can call onProgressUpdate method to update UI while process is running. onPostExecute -This method is called after the background computation finishes.The result of background process in passed in this method as parameters.And now you can dismiss progress dialog ,to indicate that background task is completed. You can cancel AsyncTask using objAsyncTask.cancel().then you just check in doInBackground, if (isCancelled()) { break; } else {        //continue... } See this Image For more Clear.
    2013-07-05下载
    积分:1
  • DateException
    Button Activity Source Code for Andriod.
    2013-11-22 15:51:05下载
    积分:1
  • XP框架(MIUI9专版)_20171012002004
    XP框架(MIUI9专版)_20171012002004(Xposed MIUI9 20171012002004)
    2018-06-10 02:44:20下载
    积分:1
  • APKParser-src
    apk parser in java and android
    2015-06-24 17:51:36下载
    积分:1
  • Chat-Socket-Demo
    一个android端与Java后台通过socket进行传输的代码。(A Java back end android transmitted through the socket code.)
    2015-10-12 20:39:20下载
    积分:1
  • TilePuzzle_Android
    拼图游戏代码,java实现,可参考,仅供学习(Jigsaw code, java implementation, reference, only to learn)
    2013-09-24 16:33:20下载
    积分:1
  • Dingwei
    用android开发的定位程序,能够实时显示速度,海拔等,学习android定位必备(android location)
    2012-02-26 23:07:01下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载