登录
首页 » Java » zidingyideDialog

zidingyideDialog

于 2020-06-16 发布 文件大小:1139KB
0 167
下载积分: 1 下载次数: 0

代码说明:

  erilyAlertDialog 是由Herily[虚拟名]研究android对话框源码后的结晶,继承自AlertDialog并根据需要重写了部分代码,使其能满足自己所需要的风格的对话框。你可以像使用AlertDialog一样的使用HerilyAlertDialog。你也可以直接使用HerilyAlertDialog来直接替换已有项目中的AlertDialog而不需要做任何修改。 2.如果你想更换对话框风格,你可以替换掉drawable-hidp中对应的.png图片资源即可。 3.建议配置成双选择形式来使用(通过配置文件或者某一个定向变来空控制到底使用哪一种对话框)(Erily Alert Dialog is the crystallization of the Android dialog source code studied by Herily [virtual name]. It inherits from Alert Dialog and rewrites part of the code according to the need to make it meet the style of dialog box it needs. You can use HerilyAlert Dialog as you would use Alert Dialog. You can also use HerilyAlert Dialog directly to replace Alert Dialog in existing projects without any modifications. 2. If you want to change the dialog style, you can replace the corresponding. PNG image resources in drawable-hidp. 3. It is recommended to configure the dialog box in a double-choice format (to control which dialog box to use by configuring a file or a directional variable))

文件列表:

Android例子源码HerilyAlertDialog完全自定义的Dialog, 0 , 2017-01-10
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master, 0 , 2017-01-10
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\.gitignore, 332 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library, 0 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\AndroidManifest.xml, 267 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\demo, 0 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\demo\activity_main.xml, 4713 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\demo\AndroidManifest.xml, 863 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\demo\MainActivity.java, 9448 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\demo\SeActivity.java, 599 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\libs, 0 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\libs\android-support-v4.jar, 484258 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\proguard-project.txt, 781 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\proguard.cfg, 1248 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\project.properties, 632 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res, 0 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\anim, 0 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\anim\loading_anim.xml, 1243 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable, 0 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_bg_bottom_dark.xml, 262 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_bg_center_dark.xml, 160 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_bg_full_dark.xml, 201 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_bg_top_dark.xml, 256 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_btn_center_drawable.xml, 227 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_btn_left_drawable.xml, 225 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_btn_right_bdrawable.xml, 226 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_btn_singlebtn_drawable.xml, 227 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_btn_text_color.xml, 478 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_select_item_drawable.xml, 241 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_select_multiplechoice_check_mark_dark.xml, 4218 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_select_multiplechoice_check_mark_light.xml, 2263 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_select_singlechoice_check_mark_dark.xml, 2222 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_select_singlechoice_check_mark_light.xml, 3174 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_textinput_drawable.xml, 411 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_textinput_drawable2.xml, 199 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi, 0 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_btncenter_press.9.png, 6003 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_btnleft_press.9.png, 2003 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_btnright_press.9.png, 2050 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_btnsingle_press.9.png, 2632 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_btn_area_bg.9.png, 730 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_btn_middledivider.png, 99 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_btn_updivider.png, 3577 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_select_divider.png, 2812 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_select_item_pressed_radio.9.png, 2830 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_select_item_pressed_radio2.9.png, 2830 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_select_radiobtn_choice.png, 1568 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_select_radiobtn_unchoice.png, 979 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_textinput_active.9.png, 212 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_textinput_normal.9.png, 172 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_title_divider_line.png, 119 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_title_icon_def.png, 5991 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_off_disabled_focused_holo_dark.png, 433 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_off_disabled_focused_holo_light.png, 433 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_off_disabled_holo_dark.png, 354 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_off_disabled_holo_light.png, 361 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_off_focused_holo_dark.png, 450 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_off_focused_holo_light.png, 515 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_off_holo_dark.png, 361 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_off_holo_light.png, 362 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_off_pressed_holo_dark.png, 2422 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_off_pressed_holo_light.png, 2375 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_on_disabled_focused_holo_dark.png, 938 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_on_disabled_focused_holo_light.png, 783 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_on_disabled_holo_dark.png, 585 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_on_disabled_holo_light.png, 624 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_on_focused_holo_dark.png, 2425 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_on_focused_holo_light.png, 2461 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_on_holo_dark.png, 2150 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_on_holo_light.png, 2181 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_on_pressed_holo_dark.png, 2982 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_on_pressed_holo_light.png, 2651 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_off_disabled_focused_holo_dark.png, 1382 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_off_disabled_focused_holo_light.png, 1461 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_off_disabled_holo_dark.png, 654 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_off_disabled_holo_light.png, 717 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_off_focused_holo_dark.png, 1658 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_off_focused_holo_light.png, 1835 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_off_holo_dark.png, 682 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_off_holo_light.png, 794 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_off_pressed_holo_dark.png, 2430 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_off_pressed_holo_light.png, 2526 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_on_disabled_focused_holo_dark.png, 2055 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_on_disabled_focused_holo_light.png, 2166 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_on_disabled_holo_dark.png, 1058 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_on_disabled_holo_light.png, 1169 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_on_focused_holo_dark.png, 2799 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_on_focused_holo_light.png, 2943 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_on_holo_dark.png, 1808 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_on_holo_light.png, 2208 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_on_pressed_holo_dark.png, 3261 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_on_pressed_holo_light.png, 2896 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\loading_01.png, 1335 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\loading_02.png, 1305 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\loading_03.png, 1282 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\loading_04.png, 1316 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\loading_05.png, 1327 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\loading_06.png, 1294 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\loading_07.png, 1280 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\loading_08.png, 1293 , 2014-01-22

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

发表评论

0 个回复

  • 一个完整经典的拼图游戏。(随书光盘上的)
    一个完整经典的拼图游戏。(随书光盘上的) -a complete classic pieces of the jigsaw. (On the CD with the book)
    2022-03-25 23:30:18下载
    积分:1
  • Delphi 数据定时自动备份程序
    Delphi 数据定时自动备份程序,备份前请设置自动备份的时间、需要备份到的目标文件夹,程序需要一直运行着,时间到自动备份所选择的目录文件。
    2023-06-18 19:10:03下载
    积分:1
  • pplane6
    matlab file training for student in class 8
    2020-09-23 17:07:50下载
    积分:1
  • Crawling data
    用来爬取天天基金中的股票型基金净值信息代码(Used to crawl the net value information code of stock funds in Tiantian Fund)
    2018-12-23 12:22:08下载
    积分:1
  • fourier2020.11.30
    说明:  测井曲线的傅立叶变换,import pandas as pd import matplotlib.pyplot as plt import myfuntion as mf import pylab as py from matplotlib.font_manager import FontProperties(import pandas as pd import matplotlib.pyplot as plt import myfuntion as mf import pylab as py from matplotlib.font_manager import FontProperties)
    2020-12-14 17:12:49下载
    积分:1
  • CADENCE的ALLERGO如果用过的话,相信这个东西是你所需要的,是封装生成工具,会带来很大的方便。...
    CADENCE的ALLERGO如果用过的话,相信这个东西是你所需要的,他是封装生成工具,会带来很大的方便。-magnitude of ALLERGO if used, I believe this is something you need, He is Packaging generation instruments will bring great convenience.
    2022-07-14 23:32:53下载
    积分:1
  • IMPORTANT PPT FOR IMAGE COMPRESSION SYSTEM.
    IMPORTANT PPT FOR IMAGE COMPRESSION SYSTEM.
    2022-01-24 13:19:30下载
    积分:1
  • 无控件版Delphi图书管理系统源码Access数据库
    无控件版Delphi图书管理系统源码Access数据库,采用面向对象的程序设计理念编写,程序无使用第三方外部控件,因此在Delphi7环境下可直接编译代码,运行时请注意access的路径,运行界面效果如演示截图所示。   本套系统主要用来管理图书资料的,并不包括类似图书馆那样的租借模块,基本是数据库的简单操作,可修改成其它档案资料管理系统。
    2022-03-22 14:42:08下载
    积分:1
  • doudihzu
    是一款游戏,有很多级别的对手,你可以随便选择(Is a game, there are many levels of opponent, you could choose)
    2011-08-02 21:24:51下载
    积分:1
  • 顾伟三机九节点仿真程序
    电力系统潮流计算体现在数学就上是多元非线性方程组的求解问题,求解的方法有很多种。牛顿—拉夫逊法是数学上解非线性方程式的有效方法,收敛性好、迭代次数少。将牛顿—拉夫逊法用于潮流计算是以导纳矩阵为基础的,由于利用了导纳矩阵的对称性、稀疏性及节点编号顺序优化等技巧,使牛顿—拉夫逊法解题规模和计算速度进一步提高,此算法至今仍是潮流计算中广泛采用的优秀算法。(Power flow calculation in power system is a problem of solving multivariate non-linear equations in mathematics. There are many methods to solve it. Newton-Raphson method is an effective method for solving nonlinear equations in mathematics. It has good convergence and fewer iterations. The application of Newton-Raphson method to power flow calculation is based on admittance matrix. Because of the use of symmetry, sparsity and optimization of node number sequence of admittance matrix, the scale and speed of Newton-Raphson method are further improved. So far, this algorithm is still an excellent one widely used in power flow calculation.)
    2018-11-14 22:13:29下载
    积分:1
  • 696518资源总数
  • 106259会员总数
  • 28今日下载