-
Reprap软件源代码
RepRap被视为是一个完整的复制系统,而不是简单的一块硬件。为此,该系统包括计算机辅助设计(CAD)的3D建模系统和计算机辅助制造(CAM)软件和驱动程序的形式,把RepRap用户的设计转换成一组指令,通过RepRap的硬件,转变成了物理物体。 已经有为RepRap开发了两种不同的CAM工具链。首先,简单地题为“RepRap Host”,是RepRap领导开发人员Adrian Bowyer用Java语言编写。第二,“Skeinforge”,是由Enrique Perez独立编写。两者都是完整的工具链系统,把3D模型转换为命令打印机的机器语言G-code。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-02-07 09:15:06下载
- 积分:1
-
空间的影响
Space Impact是一款可在多部诺基亚手机上使用的视频游戏系列,其中第一款游戏作为诺基亚3310内置游戏的一部分首次亮相,之后又被推出
- 2022-12-21 13:15:03下载
- 积分:1
-
划屏的实现源码
代码实现了划屏功能,涉及到ViewGroup的使用,scrollTo,scrollBy的使用,onInterceptTouchEvent,onTouchEvent的使用机制,VelocityTracker类的使用,onMeasure,onLayout方法
的使用机制,以及Layout与ViewGroup的关系问题,另外我在原URL实现的功能上增加了按钮划屏功能,丰富了知识含金量,有助于学习者理解代码实现过程。
- 2022-03-04 17:59:42下载
- 积分:1
-
ShipCalendar
java经典日历,在android移动端实现日历列表功能(java calendar)
- 2014-07-05 13:49:29下载
- 积分:1
-
android 支付宝 快捷支付实例源码下载(含文档)
android 支付宝实例源码
- 2014-08-17下载
- 积分: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
-
基于jsp的失物招领系统的设计与实现
基于jsp的失物招领系统的设计与实现基于jsp的失物招领系统的设计与实现
- 2019-05-31下载
- 积分:1
-
Android手机虚拟GPS定位源码
利用hook实现GPS虚拟定位
- 2018-01-25下载
- 积分:1
-
android 涂鸦
资源描述 一个非常强大的涂鸦源码,图文混排,适合大家学习
- 2022-02-06 04:53:23下载
- 积分:1
-
WIFI2
Android手机端通过WIFI获取WIFI ROBOT智能小车视频(MJPEG)源代码
(Android mobile client access via WIFI WIFI ROBOT smart car video (MJPEG) source code)
- 2013-09-28 13:32:37下载
- 积分:1