登录
首页 » Java » DATCOM GUI

DATCOM GUI

于 2021-05-06 发布
0 83
下载积分: 1 下载次数: 1

代码说明:

DATCOM GUI版进行飞行器气动计算

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

发表评论

0 个回复

  • android在WiFi下手机与电脑的socket通信
    在wifi局域网下,手机可以和电脑通过socket通信。手机做服务端,电脑做客户端;也可以反过来,电脑做服务端,手机做客户端。下面介绍的是手机作为服务端,电脑使用MFC编程作为客户端,原理是,手机建立一个ServerSocket,并获取自己的ip地址和端口port;然后电脑通过socket连接手机的ip:port。
    2014-07-02下载
    积分:1
  • android 自定义充值控件 实例源码
    android 自定义充值控件 实例源码
    2014-06-03下载
    积分:1
  • android 仿微信查看图片效果以及listview反弹效果
    android 仿微信查看图片效果以及listview反弹效果
    2015-04-27下载
    积分: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
  • 拍照/选择图片,并显示,防QQ空间动态布图片
    拍照/从相册中选中图片,并显示缩略图。
    2015-05-06下载
    积分:1
  • android gif图片播放 实例 附完整源码
    git播放
    2013-06-26下载
    积分:1
  • android 下载网络图片 实例源码
    通过链接下载图片
    2015-01-23下载
    积分:1
  • android AppWidgetExample(AppWidget示例)源码
    android AppWidgetExample(AppWidget示例)源码
    2014-03-16下载
    积分:1
  • android PDF阅读 例子源码下载
    android PDF阅读 例子源码下载
    2015-04-22下载
    积分:1
  • android 蓝牙 扫描 连接 实例源码下载
    android 蓝牙 扫描 连接 实例源码下载
    2014-08-29下载
    积分:1
  • 696524资源总数
  • 103920会员总数
  • 65今日下载