登录
首页 » Others » kgxbpd

kgxbpd

于 2018-04-17 发布 文件大小:14KB
0 91
下载积分: 1 下载次数: 1

代码说明:

  This is the source code for Hata radio propagation model div hr()

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

发表评论

0 个回复

  • A lightweight, well designed metronome app for Android
    Metronome is a lightweight, well designed metronome app for Android focused on offering a consistent and usable design without limiting functionality.
    2018-01-01下载
    积分:1
  • ContactsManager
    Java源码下载,Android 联系人管理模块的代码,可读取联系人、修改、删除联系人,如何连接手机通讯录,如何获取头像列表,如何区分是存储在手机或是SIM卡中,对于Android的应用来说,联系人管理比较典型,但比较重要,源代码中的注释很丰富,这也是大家值得参阅本源码的一大原因(Java source code download, code Android contact management module, you can read contacts, modify, delete contacts, how to connect the phone book, How to Get Picture list, how to distinguish is stored in the phone or SIM card for the Android applications, contact management more typical, but more importantly, the comments in the source code is very rich, and this is all worth refer to the source of a major cause of)
    2014-04-16 09:24:01下载
    积分:1
  • STM32ofSPI
    说明:  STM32的SPI双机通信,源代码,主发从收(Dual STM32 of SPI communication, the source code, the main fat from the income)
    2020-11-16 21:59:40下载
    积分:1
  • android联系人带字母检索源码
    android联系人带字母检索源码/** * 联系人列表适配器。 * * @author guolin */public class ContactAdapter extends ArrayAdapter { /** * 需要渲染的item布局文件 */ private int resource; /** * 字母表分组工具 */ private SectionIndexer mIndexer; public ContactAdapter(Context context, int textViewResourceId, List objects) { super(context, textViewResourceId, objects); resource = textViewResourceId; } @Override public View getView(int position, View convertView, ViewGroup parent) { Contact contact = getItem(position); LinearLayout layout = null; if (convertView == null) { layout = (LinearLayout) LayoutInflater.from(getContext()).inflate(resource, null); } else { layout = (LinearLayout) convertView; } TextView name = (TextView) layout.findViewById(R.id.name); LinearLayout sortKeyLayout = (LinearLayout) layout.findViewById(R.id.sort_key_layout); TextView sortKey = (TextView) layout.findViewById(R.id.sort_key); name.setText(contact.getName()); int section = mIndexer.getSectionForPosition(position); if (position == mIndexer.getPositionForSection(section)) { sortKey.setText(contact.getSortKey()); sortKeyLayout.setVisibility(View.VISIBLE); } else { sortKeyLayout.setVisibility(View.GONE); } return layout; } /** * 给当前适配器传入一个分组工具。 * * @param indexer */ public void setIndexer(SectionIndexer indexer) { mIndexer = indexer; }}
    2014-04-13下载
    积分:1
  • LPC2368_CAN
    本文件是LPC2368的CAN总线使用例程。编译器为KEIL。(This document is a LPC2368 CAN bus using the routines. Compiler KEIL.)
    2012-09-14 15:10:28下载
    积分:1
  • android_lx_wave2
    android环境下,编写了一个播放类,可以播放播放wav、mp3等声音文件的源代码。(Android environment, the preparation of a broadcast category, you can play wav, mp3 and other sound file source code.)
    2016-10-29 11:13:11下载
    积分:1
  • android 日历事例源码
    android 日历事例源码
    2015-02-02下载
    积分:1
  • 37.TFT-SD-card
    stc12c5a60s2 单片机实现TFT 卡的读写控制!(stc12c5a60s2 MCU TFT card reader control!)
    2013-08-04 21:20:31下载
    积分:1
  • MCMC
    详解介绍MCMC,Gibbs抽样和MH算法,找这么多天最详细的(Detailed description MCMC, Gibbs sampling and MH algorithm to find the most detailed so many days)
    2021-05-13 14:30:02下载
    积分:1
  • Gapktoolv1.2
    图形界面,集成了apktool1.4 dex2jar jd-gui-0.3.3 jad 1.5.8g 的 APK 反编译工具。需要jre环境运行。 默认使用jad反编译,如果编译出来的java代码难以阅读,请选择使用jd-gui反编译。 保留smali文件删除gen、src修改res里的文件后可以重修打包成apk使用。 (Graphical interface, integrated apktool1.4 dex2jar jd-gui-0.3.3 jad 1.5.8g APK decompilation tool. Need jre environment run. Default jad decompile compiled java code is difficult to read, use jd-gui to decompile. Retain the smali file deletion gen, src modify res file can be rebuilt packaged into apk use.)
    2012-08-21 15:59:20下载
    积分:1
  • 696524资源总数
  • 103855会员总数
  • 91今日下载