├── .github └── workflows │ └── CI.yaml ├── .gitignore ├── README.md ├── Reisen ├── AvZDSL │ ├── AvZDSL │ │ ├── AvZDSL.h │ │ └── information.txt │ ├── README.md │ ├── examples │ │ └── [FE]jd4.cpp │ ├── release │ │ ├── 0.1.0+avz2.zip │ │ ├── 0.1.0+avz2pre.zip │ │ ├── 0.1.1+avz2.zip │ │ ├── 0.2.0+avz2.zip │ │ ├── 0.2.1+avz2.zip │ │ ├── 0.2.2+avz2.zip │ │ ├── 0.2.3+avz2.zip │ │ └── 0.2.4+avz2.zip │ └── version.txt ├── DanceCheat │ ├── DanceCheat │ │ ├── DanceCheat.h │ │ └── information.txt │ ├── README.md │ ├── release │ │ ├── 1.0.0+avz1.zip │ │ ├── 1.0.0+avz2.zip │ │ ├── 1.0.0+avz2pre.zip │ │ ├── 1.0.1+avz2.zip │ │ ├── 1.1.0.zip │ │ └── 1.2.0.zip │ └── version.txt ├── MousePosPatch │ ├── MousePosPatch │ │ ├── information.txt │ │ └── patch.h │ ├── README.md │ ├── release │ │ ├── 1.0.0+avz1.zip │ │ └── 1.0.1+avz1.zip │ └── version.txt ├── cob_marker │ ├── README.md │ ├── cob_marker │ │ ├── cob_marker.h │ │ └── information.txt │ ├── release │ │ └── 0.0.1.zip │ └── version.txt ├── fodder │ ├── README.md │ ├── fodder │ │ ├── fodder.h │ │ └── information.txt │ ├── release │ │ └── 1.0.0+avz2.zip │ └── version.txt ├── mod │ ├── README.md │ ├── mod │ │ ├── information.txt │ │ ├── mod.h │ │ ├── mod_avz1.h │ │ └── mod_avz2.h │ ├── release │ │ ├── 0.1.0.zip │ │ ├── 0.1.1.zip │ │ ├── 0.1.2.zip │ │ ├── 0.1.3.zip │ │ └── 0.1.4.zip │ └── version.txt └── refresh │ ├── LICENSE │ ├── README.md │ ├── examples │ ├── PE-activate.cpp │ └── output │ │ └── PP-225.xlsx │ ├── refresh │ ├── csv2xlsx.exe.b85 │ ├── global_vars.h │ ├── information.txt │ ├── io.h │ ├── merge_csv.h │ ├── refresh.h │ ├── summon_simulate.h │ ├── task.h │ ├── to_gbk.h │ └── utils.h │ ├── release │ ├── 1.0.0+avz1.zip │ ├── 1.0.1+avz1.zip │ ├── 1.1.0+avz1.zip │ ├── 1.1.1+avz1.zip │ ├── 1.1.2+avz1.zip │ └── 1.1.3+avz1.zip │ └── version.txt ├── crescendo ├── AverageSpawn │ ├── AverageSpawn │ │ ├── AverageSpawn.h │ │ └── information.txt │ ├── README.md │ ├── release │ │ └── 1.0.0.zip │ └── version.txt ├── Overwatch │ ├── LICENSE │ ├── Overwatch │ │ ├── information.txt │ │ ├── macro.h │ │ ├── overwatch.h │ │ ├── overwatch_avz1.h │ │ └── overwatch_avz2.h │ ├── README.md │ ├── examples │ │ └── 水无16_情况1.cpp │ ├── release │ │ ├── 1.0.0.zip │ │ ├── 1.0.1.zip │ │ └── 1.0.2.zip │ └── version.txt ├── SimpleAvZ │ ├── .clang-format │ ├── LICENSE │ ├── README.md │ ├── SimpleAvZ │ │ ├── cannon.h │ │ ├── card.h │ │ ├── error.h │ │ ├── global.h │ │ ├── ice_filler.h │ │ ├── information.txt │ │ ├── iterator.h │ │ ├── lib.h │ │ ├── macro.h │ │ ├── maid.h │ │ ├── time.h │ │ ├── util.h │ │ └── zombie.h │ ├── doc │ │ ├── About.md │ │ ├── CHANGELOG.md │ │ └── README(eng).md │ ├── examples │ │ ├── [DE]二十炮.cpp │ │ ├── [FE]神之十六炮.cpp │ │ ├── [ME]二十炮.cpp │ │ └── [PE]最后之作.cpp │ ├── release │ │ ├── 1.0.0.zip │ │ ├── 1.0.0_eng.zip │ │ ├── 1.0.1.zip │ │ ├── 1.0.1_eng.zip │ │ ├── 1.0.2.zip │ │ ├── 1.0.2_eng.zip │ │ ├── 1.0.3.zip │ │ ├── 1.0.3_eng.zip │ │ ├── 1.1.0.zip │ │ ├── 1.1.1.zip │ │ └── 1.1.2.zip │ └── version.txt ├── avz-more │ ├── README.md │ └── inc │ │ ├── avz_more.h │ │ ├── avz_more_autoplay.h │ │ └── avz_more_debug.h ├── avz-smart-cannon │ ├── README.md │ └── inc │ │ ├── GetZombieAbscissas.h │ │ └── avz_smart_cannon.h └── avz-testing │ ├── README.md │ ├── examples │ ├── 七八九列曾炸率测试 │ │ ├── game1_13.dat │ │ └── 七八九列曾炸率测试.cpp │ ├── 完整阵型炸率测试(以PE靠天无为例) │ │ ├── PE靠天无炮炸率测试.cpp │ │ └── game1_13.dat │ └── 超多炮砸率测试(以FE18守全为例) │ │ ├── FE18守全减速PD砸率测试.cpp │ │ └── game1_13.dat │ └── inc │ ├── avz_logger.h │ └── avz_testing.h ├── extension_list.txt ├── generate-release.sh ├── mint └── ShowWavelength │ ├── README.md │ ├── ShowWavelength │ ├── Draw.h │ ├── ShowWavelength.h │ └── information.txt │ ├── example │ └── test.cpp │ ├── release │ └── 2025_05_10.zip │ └── version.txt ├── qrmd ├── AutoFodder │ ├── AutoFodder │ │ ├── AutoFodder_2_0.h │ │ ├── information.txt │ │ └── main.h │ ├── README.md │ ├── release │ │ └── 2023_07_31.zip │ └── version.txt ├── GetZombieAbscissas │ ├── GetZombieAbscissas │ │ ├── GetZombieAbscissas_1_0.h │ │ ├── GetZombieAbscissas_2_0.h │ │ ├── information.txt │ │ └── main.h │ ├── README.md │ ├── beta │ │ ├── GetZombieAbscissas_2.h │ │ ├── GetZombieCoordinate │ │ │ ├── v1 │ │ │ │ └── test.cpp │ │ │ └── v2 │ │ │ │ ├── GetZombieAbscissas_2.h │ │ │ │ └── test2.cpp │ │ ├── structtest.cpp │ │ ├── test.cpp │ │ ├── test2.cpp │ │ └── vectortest.cpp │ ├── example │ │ └── SlowestZombieSeparate │ │ │ ├── README.md │ │ │ ├── SlowestZombieSeparate.cpp │ │ │ └── game3_13.dat │ ├── inc │ │ └── GetZombieAbscissas.h │ ├── release │ │ ├── 2022_06_08.zip │ │ ├── 2023_08_14.zip │ │ └── 2024_01_29.zip │ └── version.txt ├── KeyAssistant │ ├── KeyAssistant │ │ ├── KeyAssistant.h │ │ └── information.txt │ ├── README.md │ ├── bin │ │ ├── KeyAssistant.dll │ │ └── KeyAssistant.exe │ ├── example │ │ └── KeyAssistant.cpp │ ├── release │ │ └── 2022_07_06.zip │ └── version.txt ├── PlantFixerPlus │ ├── PlantFixerPlus │ │ ├── PlantFixerPlus_1_0.h │ │ ├── PlantFixerPlus_2_0.h │ │ ├── information.txt │ │ └── main.h │ ├── README.md │ ├── release │ │ ├── 2022_08_16.zip │ │ └── 2023_08_14.zip │ ├── version.txt │ └── 演示.gif ├── SelectCardsPlus │ ├── README.md │ ├── SelectCardsPlus │ │ ├── SelectCardsPlus_1_0.h │ │ ├── SelectCardsPlus_2_0.h │ │ ├── information.txt │ │ └── main.h │ ├── example │ │ └── SelectCardsPlus.cpp │ ├── release │ │ ├── 2022_08_05.zip │ │ ├── 2023_08_14.zip │ │ └── 2023_08_14_hotfix.zip │ ├── version.txt │ └── 演示.gif ├── SetZombiesPlus │ ├── README.md │ ├── SetZombiesPlus │ │ ├── SetZombiesPlus_1_0.h │ │ ├── SetZombiesPlus_2_0.h │ │ ├── information.txt │ │ └── main.h │ ├── example │ │ └── SetZombiesPlus.cpp │ ├── release │ │ ├── 2022_08_05.zip │ │ ├── 2022_11_27.zip │ │ └── 2023_07_31.zip │ └── version.txt ├── TickPlanter │ ├── README.md │ ├── TickPlanter │ │ ├── TickPlanter.h │ │ └── information.txt │ ├── example │ │ ├── PE24_begin.cpp │ │ └── README.md │ ├── release │ │ └── 2022_06_05.zip │ └── version.txt └── qmLib │ ├── AvZTemplate.code-snippets │ ├── README.md │ ├── qmLib │ ├── 2_0 │ │ ├── click.h │ │ ├── constant.h │ │ ├── drawBar.h │ │ ├── fighting.h │ │ ├── global.h │ │ ├── main.h │ │ ├── memory.h │ │ ├── paint.h │ │ └── tool.h │ ├── information.txt │ └── main.h │ ├── release │ ├── 2023_08_03.zip │ ├── 2023_08_09.zip │ └── 2023_08_17.zip │ └── version.txt ├── shallowdream └── shallowdream │ ├── README.md │ ├── release │ └── 2022_10_20.zip │ ├── shallowdream │ ├── information.txt │ └── shallowdream.h │ └── version.txt ├── sin20 └── sin20_tools │ ├── README.md │ ├── inc │ ├── 2023_01_23.zip │ ├── 2023_02_07.zip │ ├── 2023_02_15.zip │ ├── information.txt │ └── sin20_tools.h │ └── version.txt ├── vector ├── AsmInsertCode │ ├── README.md │ ├── asm_insert_code │ │ ├── asm_insert_code.h │ │ └── information.txt │ ├── example │ │ └── demo.cpp │ ├── release │ │ └── 2025_05_18.zip │ └── version.txt ├── avz1 │ ├── README.md │ ├── avz1 │ │ ├── api.h │ │ ├── avz1_cannon.h │ │ ├── avz1_card.h │ │ ├── avz1_click.h │ │ ├── avz1_compatible.h │ │ ├── avz1_debug.h │ │ ├── avz1_execption.h │ │ ├── avz1_global.h │ │ ├── avz1_iterator.h │ │ ├── avz1_memory.h │ │ ├── avz1_pvzfunc.h │ │ ├── avz1_pvzstruct.h │ │ ├── avz1_tick.h │ │ ├── avz1_time_operation.h │ │ ├── information.txt │ │ └── libavz1.h │ ├── pack.py │ ├── release │ │ ├── 2022_11_27.zip │ │ ├── 2022_12_08.zip │ │ ├── 2023_04_05.zip │ │ └── 2025_11_23.zip │ └── version.txt ├── showme │ ├── 221001.md │ ├── 221126.md │ ├── README.md │ ├── example │ │ ├── README.md │ │ ├── showme_bar_221001.cpp │ │ └── showme_bar_221126.cpp │ ├── pack.py │ ├── release │ │ ├── 2022_10_01.zip │ │ ├── 2022_10_07.zip │ │ ├── 2022_11_26.zip │ │ ├── 2023_05_02.zip │ │ └── 2024_01_23.zip │ ├── showme │ │ ├── information.txt │ │ ├── sm.h │ │ ├── sm_obj.h │ │ └── sm_painter.h │ └── version.txt └── win32gui │ ├── README.md │ ├── example │ ├── hello_world.cpp │ ├── multi_page.cpp │ ├── single_page.cpp │ └── tas.cpp │ ├── release │ └── 2024_02_05.zip │ ├── version.txt │ └── win32gui │ ├── information.txt │ └── main.h └── xiao_He ├── MakeSkip ├── MakeSkip │ ├── MakeSkip.h │ └── information.txt ├── README.md ├── release │ ├── 0.1.0.zip │ └── 0.2.0.zip └── version.txt └── TestCobCd ├── README.md ├── TestCobCd ├── TestCobCd.h └── information.txt ├── release └── 1.0.0.zip └── version.txt /.github/workflows/CI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/.github/workflows/CI.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/README.md -------------------------------------------------------------------------------- /Reisen/AvZDSL/AvZDSL/AvZDSL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/AvZDSL/AvZDSL/AvZDSL.h -------------------------------------------------------------------------------- /Reisen/AvZDSL/AvZDSL/information.txt: -------------------------------------------------------------------------------- 1 | version 0.2.4+avz2 2 | avz 2.3.3_2023_05_01 3 | -------------------------------------------------------------------------------- /Reisen/AvZDSL/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/AvZDSL/README.md -------------------------------------------------------------------------------- /Reisen/AvZDSL/examples/[FE]jd4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/AvZDSL/examples/[FE]jd4.cpp -------------------------------------------------------------------------------- /Reisen/AvZDSL/release/0.1.0+avz2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/AvZDSL/release/0.1.0+avz2.zip -------------------------------------------------------------------------------- /Reisen/AvZDSL/release/0.1.0+avz2pre.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/AvZDSL/release/0.1.0+avz2pre.zip -------------------------------------------------------------------------------- /Reisen/AvZDSL/release/0.1.1+avz2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/AvZDSL/release/0.1.1+avz2.zip -------------------------------------------------------------------------------- /Reisen/AvZDSL/release/0.2.0+avz2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/AvZDSL/release/0.2.0+avz2.zip -------------------------------------------------------------------------------- /Reisen/AvZDSL/release/0.2.1+avz2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/AvZDSL/release/0.2.1+avz2.zip -------------------------------------------------------------------------------- /Reisen/AvZDSL/release/0.2.2+avz2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/AvZDSL/release/0.2.2+avz2.zip -------------------------------------------------------------------------------- /Reisen/AvZDSL/release/0.2.3+avz2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/AvZDSL/release/0.2.3+avz2.zip -------------------------------------------------------------------------------- /Reisen/AvZDSL/release/0.2.4+avz2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/AvZDSL/release/0.2.4+avz2.zip -------------------------------------------------------------------------------- /Reisen/AvZDSL/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/AvZDSL/version.txt -------------------------------------------------------------------------------- /Reisen/DanceCheat/DanceCheat/DanceCheat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/DanceCheat/DanceCheat/DanceCheat.h -------------------------------------------------------------------------------- /Reisen/DanceCheat/DanceCheat/information.txt: -------------------------------------------------------------------------------- 1 | version 1.2.0 2 | avz 2022_10_01 3 | -------------------------------------------------------------------------------- /Reisen/DanceCheat/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/DanceCheat/README.md -------------------------------------------------------------------------------- /Reisen/DanceCheat/release/1.0.0+avz1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/DanceCheat/release/1.0.0+avz1.zip -------------------------------------------------------------------------------- /Reisen/DanceCheat/release/1.0.0+avz2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/DanceCheat/release/1.0.0+avz2.zip -------------------------------------------------------------------------------- /Reisen/DanceCheat/release/1.0.0+avz2pre.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/DanceCheat/release/1.0.0+avz2pre.zip -------------------------------------------------------------------------------- /Reisen/DanceCheat/release/1.0.1+avz2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/DanceCheat/release/1.0.1+avz2.zip -------------------------------------------------------------------------------- /Reisen/DanceCheat/release/1.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/DanceCheat/release/1.1.0.zip -------------------------------------------------------------------------------- /Reisen/DanceCheat/release/1.2.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/DanceCheat/release/1.2.0.zip -------------------------------------------------------------------------------- /Reisen/DanceCheat/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/DanceCheat/version.txt -------------------------------------------------------------------------------- /Reisen/MousePosPatch/MousePosPatch/information.txt: -------------------------------------------------------------------------------- 1 | version 1.0.1+avz1 2 | avz 2022_10_01 3 | -------------------------------------------------------------------------------- /Reisen/MousePosPatch/MousePosPatch/patch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/MousePosPatch/MousePosPatch/patch.h -------------------------------------------------------------------------------- /Reisen/MousePosPatch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/MousePosPatch/README.md -------------------------------------------------------------------------------- /Reisen/MousePosPatch/release/1.0.0+avz1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/MousePosPatch/release/1.0.0+avz1.zip -------------------------------------------------------------------------------- /Reisen/MousePosPatch/release/1.0.1+avz1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/MousePosPatch/release/1.0.1+avz1.zip -------------------------------------------------------------------------------- /Reisen/MousePosPatch/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/MousePosPatch/version.txt -------------------------------------------------------------------------------- /Reisen/cob_marker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/cob_marker/README.md -------------------------------------------------------------------------------- /Reisen/cob_marker/cob_marker/cob_marker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/cob_marker/cob_marker/cob_marker.h -------------------------------------------------------------------------------- /Reisen/cob_marker/cob_marker/information.txt: -------------------------------------------------------------------------------- 1 | version 0.0.1 2 | avz 2025_11_10 3 | -------------------------------------------------------------------------------- /Reisen/cob_marker/release/0.0.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/cob_marker/release/0.0.1.zip -------------------------------------------------------------------------------- /Reisen/cob_marker/version.txt: -------------------------------------------------------------------------------- 1 | 0.0.1 2 | -------------------------------------------------------------------------------- /Reisen/fodder/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/fodder/README.md -------------------------------------------------------------------------------- /Reisen/fodder/fodder/fodder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/fodder/fodder/fodder.h -------------------------------------------------------------------------------- /Reisen/fodder/fodder/information.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/fodder/fodder/information.txt -------------------------------------------------------------------------------- /Reisen/fodder/release/1.0.0+avz2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/fodder/release/1.0.0+avz2.zip -------------------------------------------------------------------------------- /Reisen/fodder/version.txt: -------------------------------------------------------------------------------- 1 | 1.0.0+avz2 2 | -------------------------------------------------------------------------------- /Reisen/mod/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/mod/README.md -------------------------------------------------------------------------------- /Reisen/mod/mod/information.txt: -------------------------------------------------------------------------------- 1 | version 0.1.4 2 | avz 2022_10_01 3 | -------------------------------------------------------------------------------- /Reisen/mod/mod/mod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/mod/mod/mod.h -------------------------------------------------------------------------------- /Reisen/mod/mod/mod_avz1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/mod/mod/mod_avz1.h -------------------------------------------------------------------------------- /Reisen/mod/mod/mod_avz2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/mod/mod/mod_avz2.h -------------------------------------------------------------------------------- /Reisen/mod/release/0.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/mod/release/0.1.0.zip -------------------------------------------------------------------------------- /Reisen/mod/release/0.1.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/mod/release/0.1.1.zip -------------------------------------------------------------------------------- /Reisen/mod/release/0.1.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/mod/release/0.1.2.zip -------------------------------------------------------------------------------- /Reisen/mod/release/0.1.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/mod/release/0.1.3.zip -------------------------------------------------------------------------------- /Reisen/mod/release/0.1.4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/mod/release/0.1.4.zip -------------------------------------------------------------------------------- /Reisen/mod/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/mod/version.txt -------------------------------------------------------------------------------- /Reisen/refresh/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/refresh/LICENSE -------------------------------------------------------------------------------- /Reisen/refresh/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/refresh/README.md -------------------------------------------------------------------------------- /Reisen/refresh/examples/PE-activate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/refresh/examples/PE-activate.cpp -------------------------------------------------------------------------------- /Reisen/refresh/examples/output/PP-225.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/refresh/examples/output/PP-225.xlsx -------------------------------------------------------------------------------- /Reisen/refresh/refresh/csv2xlsx.exe.b85: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/refresh/refresh/csv2xlsx.exe.b85 -------------------------------------------------------------------------------- /Reisen/refresh/refresh/global_vars.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/refresh/refresh/global_vars.h -------------------------------------------------------------------------------- /Reisen/refresh/refresh/information.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/refresh/refresh/information.txt -------------------------------------------------------------------------------- /Reisen/refresh/refresh/io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/refresh/refresh/io.h -------------------------------------------------------------------------------- /Reisen/refresh/refresh/merge_csv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/refresh/refresh/merge_csv.h -------------------------------------------------------------------------------- /Reisen/refresh/refresh/refresh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/refresh/refresh/refresh.h -------------------------------------------------------------------------------- /Reisen/refresh/refresh/summon_simulate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/refresh/refresh/summon_simulate.h -------------------------------------------------------------------------------- /Reisen/refresh/refresh/task.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/refresh/refresh/task.h -------------------------------------------------------------------------------- /Reisen/refresh/refresh/to_gbk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/refresh/refresh/to_gbk.h -------------------------------------------------------------------------------- /Reisen/refresh/refresh/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/refresh/refresh/utils.h -------------------------------------------------------------------------------- /Reisen/refresh/release/1.0.0+avz1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/refresh/release/1.0.0+avz1.zip -------------------------------------------------------------------------------- /Reisen/refresh/release/1.0.1+avz1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/refresh/release/1.0.1+avz1.zip -------------------------------------------------------------------------------- /Reisen/refresh/release/1.1.0+avz1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/refresh/release/1.1.0+avz1.zip -------------------------------------------------------------------------------- /Reisen/refresh/release/1.1.1+avz1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/refresh/release/1.1.1+avz1.zip -------------------------------------------------------------------------------- /Reisen/refresh/release/1.1.2+avz1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/refresh/release/1.1.2+avz1.zip -------------------------------------------------------------------------------- /Reisen/refresh/release/1.1.3+avz1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/refresh/release/1.1.3+avz1.zip -------------------------------------------------------------------------------- /Reisen/refresh/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/Reisen/refresh/version.txt -------------------------------------------------------------------------------- /crescendo/AverageSpawn/AverageSpawn/AverageSpawn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/AverageSpawn/AverageSpawn/AverageSpawn.h -------------------------------------------------------------------------------- /crescendo/AverageSpawn/AverageSpawn/information.txt: -------------------------------------------------------------------------------- 1 | version 1.0.0+avz1 2 | avz 2022_10_01 -------------------------------------------------------------------------------- /crescendo/AverageSpawn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/AverageSpawn/README.md -------------------------------------------------------------------------------- /crescendo/AverageSpawn/release/1.0.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/AverageSpawn/release/1.0.0.zip -------------------------------------------------------------------------------- /crescendo/AverageSpawn/version.txt: -------------------------------------------------------------------------------- 1 | 1.0.0 2 | -------------------------------------------------------------------------------- /crescendo/Overwatch/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/Overwatch/LICENSE -------------------------------------------------------------------------------- /crescendo/Overwatch/Overwatch/information.txt: -------------------------------------------------------------------------------- 1 | version 1.0.1 2 | avz 2022_10_01 -------------------------------------------------------------------------------- /crescendo/Overwatch/Overwatch/macro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/Overwatch/Overwatch/macro.h -------------------------------------------------------------------------------- /crescendo/Overwatch/Overwatch/overwatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/Overwatch/Overwatch/overwatch.h -------------------------------------------------------------------------------- /crescendo/Overwatch/Overwatch/overwatch_avz1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/Overwatch/Overwatch/overwatch_avz1.h -------------------------------------------------------------------------------- /crescendo/Overwatch/Overwatch/overwatch_avz2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/Overwatch/Overwatch/overwatch_avz2.h -------------------------------------------------------------------------------- /crescendo/Overwatch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/Overwatch/README.md -------------------------------------------------------------------------------- /crescendo/Overwatch/examples/水无16_情况1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/Overwatch/examples/水无16_情况1.cpp -------------------------------------------------------------------------------- /crescendo/Overwatch/release/1.0.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/Overwatch/release/1.0.0.zip -------------------------------------------------------------------------------- /crescendo/Overwatch/release/1.0.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/Overwatch/release/1.0.1.zip -------------------------------------------------------------------------------- /crescendo/Overwatch/release/1.0.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/Overwatch/release/1.0.2.zip -------------------------------------------------------------------------------- /crescendo/Overwatch/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/Overwatch/version.txt -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/.clang-format -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/LICENSE -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/README.md -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/SimpleAvZ/cannon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/SimpleAvZ/cannon.h -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/SimpleAvZ/card.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/SimpleAvZ/card.h -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/SimpleAvZ/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/SimpleAvZ/error.h -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/SimpleAvZ/global.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/SimpleAvZ/global.h -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/SimpleAvZ/ice_filler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/SimpleAvZ/ice_filler.h -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/SimpleAvZ/information.txt: -------------------------------------------------------------------------------- 1 | version 1.0.0+avz1 2 | avz 2022_10_01 -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/SimpleAvZ/iterator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/SimpleAvZ/iterator.h -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/SimpleAvZ/lib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/SimpleAvZ/lib.h -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/SimpleAvZ/macro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/SimpleAvZ/macro.h -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/SimpleAvZ/maid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/SimpleAvZ/maid.h -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/SimpleAvZ/time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/SimpleAvZ/time.h -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/SimpleAvZ/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/SimpleAvZ/util.h -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/SimpleAvZ/zombie.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/SimpleAvZ/zombie.h -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/doc/About.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/doc/About.md -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/doc/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/doc/CHANGELOG.md -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/doc/README(eng).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/doc/README(eng).md -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/examples/[DE]二十炮.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/examples/[DE]二十炮.cpp -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/examples/[FE]神之十六炮.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/examples/[FE]神之十六炮.cpp -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/examples/[ME]二十炮.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/examples/[ME]二十炮.cpp -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/examples/[PE]最后之作.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/examples/[PE]最后之作.cpp -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/release/1.0.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/release/1.0.0.zip -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/release/1.0.0_eng.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/release/1.0.0_eng.zip -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/release/1.0.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/release/1.0.1.zip -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/release/1.0.1_eng.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/release/1.0.1_eng.zip -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/release/1.0.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/release/1.0.2.zip -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/release/1.0.2_eng.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/release/1.0.2_eng.zip -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/release/1.0.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/release/1.0.3.zip -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/release/1.0.3_eng.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/release/1.0.3_eng.zip -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/release/1.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/release/1.1.0.zip -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/release/1.1.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/release/1.1.1.zip -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/release/1.1.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/release/1.1.2.zip -------------------------------------------------------------------------------- /crescendo/SimpleAvZ/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/SimpleAvZ/version.txt -------------------------------------------------------------------------------- /crescendo/avz-more/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/avz-more/README.md -------------------------------------------------------------------------------- /crescendo/avz-more/inc/avz_more.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/avz-more/inc/avz_more.h -------------------------------------------------------------------------------- /crescendo/avz-more/inc/avz_more_autoplay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/avz-more/inc/avz_more_autoplay.h -------------------------------------------------------------------------------- /crescendo/avz-more/inc/avz_more_debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/avz-more/inc/avz_more_debug.h -------------------------------------------------------------------------------- /crescendo/avz-smart-cannon/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/avz-smart-cannon/README.md -------------------------------------------------------------------------------- /crescendo/avz-smart-cannon/inc/GetZombieAbscissas.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/avz-smart-cannon/inc/GetZombieAbscissas.h -------------------------------------------------------------------------------- /crescendo/avz-smart-cannon/inc/avz_smart_cannon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/avz-smart-cannon/inc/avz_smart_cannon.h -------------------------------------------------------------------------------- /crescendo/avz-testing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/avz-testing/README.md -------------------------------------------------------------------------------- /crescendo/avz-testing/examples/七八九列曾炸率测试/game1_13.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/avz-testing/examples/七八九列曾炸率测试/game1_13.dat -------------------------------------------------------------------------------- /crescendo/avz-testing/examples/七八九列曾炸率测试/七八九列曾炸率测试.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/avz-testing/examples/七八九列曾炸率测试/七八九列曾炸率测试.cpp -------------------------------------------------------------------------------- /crescendo/avz-testing/examples/完整阵型炸率测试(以PE靠天无为例)/PE靠天无炮炸率测试.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/avz-testing/examples/完整阵型炸率测试(以PE靠天无为例)/PE靠天无炮炸率测试.cpp -------------------------------------------------------------------------------- /crescendo/avz-testing/examples/完整阵型炸率测试(以PE靠天无为例)/game1_13.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/avz-testing/examples/完整阵型炸率测试(以PE靠天无为例)/game1_13.dat -------------------------------------------------------------------------------- /crescendo/avz-testing/examples/超多炮砸率测试(以FE18守全为例)/FE18守全减速PD砸率测试.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/avz-testing/examples/超多炮砸率测试(以FE18守全为例)/FE18守全减速PD砸率测试.cpp -------------------------------------------------------------------------------- /crescendo/avz-testing/examples/超多炮砸率测试(以FE18守全为例)/game1_13.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/avz-testing/examples/超多炮砸率测试(以FE18守全为例)/game1_13.dat -------------------------------------------------------------------------------- /crescendo/avz-testing/inc/avz_logger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/avz-testing/inc/avz_logger.h -------------------------------------------------------------------------------- /crescendo/avz-testing/inc/avz_testing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/crescendo/avz-testing/inc/avz_testing.h -------------------------------------------------------------------------------- /extension_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/extension_list.txt -------------------------------------------------------------------------------- /generate-release.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/generate-release.sh -------------------------------------------------------------------------------- /mint/ShowWavelength/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/mint/ShowWavelength/README.md -------------------------------------------------------------------------------- /mint/ShowWavelength/ShowWavelength/Draw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/mint/ShowWavelength/ShowWavelength/Draw.h -------------------------------------------------------------------------------- /mint/ShowWavelength/ShowWavelength/ShowWavelength.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/mint/ShowWavelength/ShowWavelength/ShowWavelength.h -------------------------------------------------------------------------------- /mint/ShowWavelength/ShowWavelength/information.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/mint/ShowWavelength/ShowWavelength/information.txt -------------------------------------------------------------------------------- /mint/ShowWavelength/example/test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/mint/ShowWavelength/example/test.cpp -------------------------------------------------------------------------------- /mint/ShowWavelength/release/2025_05_10.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/mint/ShowWavelength/release/2025_05_10.zip -------------------------------------------------------------------------------- /mint/ShowWavelength/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/mint/ShowWavelength/version.txt -------------------------------------------------------------------------------- /qrmd/AutoFodder/AutoFodder/AutoFodder_2_0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/AutoFodder/AutoFodder/AutoFodder_2_0.h -------------------------------------------------------------------------------- /qrmd/AutoFodder/AutoFodder/information.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/AutoFodder/AutoFodder/information.txt -------------------------------------------------------------------------------- /qrmd/AutoFodder/AutoFodder/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/AutoFodder/AutoFodder/main.h -------------------------------------------------------------------------------- /qrmd/AutoFodder/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/AutoFodder/README.md -------------------------------------------------------------------------------- /qrmd/AutoFodder/release/2023_07_31.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/AutoFodder/release/2023_07_31.zip -------------------------------------------------------------------------------- /qrmd/AutoFodder/version.txt: -------------------------------------------------------------------------------- 1 | 2023_07_31 2 | -------------------------------------------------------------------------------- /qrmd/GetZombieAbscissas/GetZombieAbscissas/GetZombieAbscissas_1_0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/GetZombieAbscissas/GetZombieAbscissas/GetZombieAbscissas_1_0.h -------------------------------------------------------------------------------- /qrmd/GetZombieAbscissas/GetZombieAbscissas/GetZombieAbscissas_2_0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/GetZombieAbscissas/GetZombieAbscissas/GetZombieAbscissas_2_0.h -------------------------------------------------------------------------------- /qrmd/GetZombieAbscissas/GetZombieAbscissas/information.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/GetZombieAbscissas/GetZombieAbscissas/information.txt -------------------------------------------------------------------------------- /qrmd/GetZombieAbscissas/GetZombieAbscissas/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/GetZombieAbscissas/GetZombieAbscissas/main.h -------------------------------------------------------------------------------- /qrmd/GetZombieAbscissas/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/GetZombieAbscissas/README.md -------------------------------------------------------------------------------- /qrmd/GetZombieAbscissas/beta/GetZombieAbscissas_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/GetZombieAbscissas/beta/GetZombieAbscissas_2.h -------------------------------------------------------------------------------- /qrmd/GetZombieAbscissas/beta/GetZombieCoordinate/v1/test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/GetZombieAbscissas/beta/GetZombieCoordinate/v1/test.cpp -------------------------------------------------------------------------------- /qrmd/GetZombieAbscissas/beta/GetZombieCoordinate/v2/GetZombieAbscissas_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/GetZombieAbscissas/beta/GetZombieCoordinate/v2/GetZombieAbscissas_2.h -------------------------------------------------------------------------------- /qrmd/GetZombieAbscissas/beta/GetZombieCoordinate/v2/test2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/GetZombieAbscissas/beta/GetZombieCoordinate/v2/test2.cpp -------------------------------------------------------------------------------- /qrmd/GetZombieAbscissas/beta/structtest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/GetZombieAbscissas/beta/structtest.cpp -------------------------------------------------------------------------------- /qrmd/GetZombieAbscissas/beta/test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/GetZombieAbscissas/beta/test.cpp -------------------------------------------------------------------------------- /qrmd/GetZombieAbscissas/beta/test2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/GetZombieAbscissas/beta/test2.cpp -------------------------------------------------------------------------------- /qrmd/GetZombieAbscissas/beta/vectortest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/GetZombieAbscissas/beta/vectortest.cpp -------------------------------------------------------------------------------- /qrmd/GetZombieAbscissas/example/SlowestZombieSeparate/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/GetZombieAbscissas/example/SlowestZombieSeparate/README.md -------------------------------------------------------------------------------- /qrmd/GetZombieAbscissas/example/SlowestZombieSeparate/SlowestZombieSeparate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/GetZombieAbscissas/example/SlowestZombieSeparate/SlowestZombieSeparate.cpp -------------------------------------------------------------------------------- /qrmd/GetZombieAbscissas/example/SlowestZombieSeparate/game3_13.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/GetZombieAbscissas/example/SlowestZombieSeparate/game3_13.dat -------------------------------------------------------------------------------- /qrmd/GetZombieAbscissas/inc/GetZombieAbscissas.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/GetZombieAbscissas/inc/GetZombieAbscissas.h -------------------------------------------------------------------------------- /qrmd/GetZombieAbscissas/release/2022_06_08.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/GetZombieAbscissas/release/2022_06_08.zip -------------------------------------------------------------------------------- /qrmd/GetZombieAbscissas/release/2023_08_14.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/GetZombieAbscissas/release/2023_08_14.zip -------------------------------------------------------------------------------- /qrmd/GetZombieAbscissas/release/2024_01_29.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/GetZombieAbscissas/release/2024_01_29.zip -------------------------------------------------------------------------------- /qrmd/GetZombieAbscissas/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/GetZombieAbscissas/version.txt -------------------------------------------------------------------------------- /qrmd/KeyAssistant/KeyAssistant/KeyAssistant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/KeyAssistant/KeyAssistant/KeyAssistant.h -------------------------------------------------------------------------------- /qrmd/KeyAssistant/KeyAssistant/information.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/KeyAssistant/KeyAssistant/information.txt -------------------------------------------------------------------------------- /qrmd/KeyAssistant/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/KeyAssistant/README.md -------------------------------------------------------------------------------- /qrmd/KeyAssistant/bin/KeyAssistant.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/KeyAssistant/bin/KeyAssistant.dll -------------------------------------------------------------------------------- /qrmd/KeyAssistant/bin/KeyAssistant.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/KeyAssistant/bin/KeyAssistant.exe -------------------------------------------------------------------------------- /qrmd/KeyAssistant/example/KeyAssistant.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/KeyAssistant/example/KeyAssistant.cpp -------------------------------------------------------------------------------- /qrmd/KeyAssistant/release/2022_07_06.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/KeyAssistant/release/2022_07_06.zip -------------------------------------------------------------------------------- /qrmd/KeyAssistant/version.txt: -------------------------------------------------------------------------------- 1 | 2022_07_06 -------------------------------------------------------------------------------- /qrmd/PlantFixerPlus/PlantFixerPlus/PlantFixerPlus_1_0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/PlantFixerPlus/PlantFixerPlus/PlantFixerPlus_1_0.h -------------------------------------------------------------------------------- /qrmd/PlantFixerPlus/PlantFixerPlus/PlantFixerPlus_2_0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/PlantFixerPlus/PlantFixerPlus/PlantFixerPlus_2_0.h -------------------------------------------------------------------------------- /qrmd/PlantFixerPlus/PlantFixerPlus/information.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/PlantFixerPlus/PlantFixerPlus/information.txt -------------------------------------------------------------------------------- /qrmd/PlantFixerPlus/PlantFixerPlus/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/PlantFixerPlus/PlantFixerPlus/main.h -------------------------------------------------------------------------------- /qrmd/PlantFixerPlus/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/PlantFixerPlus/README.md -------------------------------------------------------------------------------- /qrmd/PlantFixerPlus/release/2022_08_16.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/PlantFixerPlus/release/2022_08_16.zip -------------------------------------------------------------------------------- /qrmd/PlantFixerPlus/release/2023_08_14.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/PlantFixerPlus/release/2023_08_14.zip -------------------------------------------------------------------------------- /qrmd/PlantFixerPlus/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/PlantFixerPlus/version.txt -------------------------------------------------------------------------------- /qrmd/PlantFixerPlus/演示.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/PlantFixerPlus/演示.gif -------------------------------------------------------------------------------- /qrmd/SelectCardsPlus/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/SelectCardsPlus/README.md -------------------------------------------------------------------------------- /qrmd/SelectCardsPlus/SelectCardsPlus/SelectCardsPlus_1_0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/SelectCardsPlus/SelectCardsPlus/SelectCardsPlus_1_0.h -------------------------------------------------------------------------------- /qrmd/SelectCardsPlus/SelectCardsPlus/SelectCardsPlus_2_0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/SelectCardsPlus/SelectCardsPlus/SelectCardsPlus_2_0.h -------------------------------------------------------------------------------- /qrmd/SelectCardsPlus/SelectCardsPlus/information.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/SelectCardsPlus/SelectCardsPlus/information.txt -------------------------------------------------------------------------------- /qrmd/SelectCardsPlus/SelectCardsPlus/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/SelectCardsPlus/SelectCardsPlus/main.h -------------------------------------------------------------------------------- /qrmd/SelectCardsPlus/example/SelectCardsPlus.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/SelectCardsPlus/example/SelectCardsPlus.cpp -------------------------------------------------------------------------------- /qrmd/SelectCardsPlus/release/2022_08_05.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/SelectCardsPlus/release/2022_08_05.zip -------------------------------------------------------------------------------- /qrmd/SelectCardsPlus/release/2023_08_14.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/SelectCardsPlus/release/2023_08_14.zip -------------------------------------------------------------------------------- /qrmd/SelectCardsPlus/release/2023_08_14_hotfix.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/SelectCardsPlus/release/2023_08_14_hotfix.zip -------------------------------------------------------------------------------- /qrmd/SelectCardsPlus/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/SelectCardsPlus/version.txt -------------------------------------------------------------------------------- /qrmd/SelectCardsPlus/演示.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/SelectCardsPlus/演示.gif -------------------------------------------------------------------------------- /qrmd/SetZombiesPlus/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/SetZombiesPlus/README.md -------------------------------------------------------------------------------- /qrmd/SetZombiesPlus/SetZombiesPlus/SetZombiesPlus_1_0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/SetZombiesPlus/SetZombiesPlus/SetZombiesPlus_1_0.h -------------------------------------------------------------------------------- /qrmd/SetZombiesPlus/SetZombiesPlus/SetZombiesPlus_2_0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/SetZombiesPlus/SetZombiesPlus/SetZombiesPlus_2_0.h -------------------------------------------------------------------------------- /qrmd/SetZombiesPlus/SetZombiesPlus/information.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/SetZombiesPlus/SetZombiesPlus/information.txt -------------------------------------------------------------------------------- /qrmd/SetZombiesPlus/SetZombiesPlus/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/SetZombiesPlus/SetZombiesPlus/main.h -------------------------------------------------------------------------------- /qrmd/SetZombiesPlus/example/SetZombiesPlus.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/SetZombiesPlus/example/SetZombiesPlus.cpp -------------------------------------------------------------------------------- /qrmd/SetZombiesPlus/release/2022_08_05.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/SetZombiesPlus/release/2022_08_05.zip -------------------------------------------------------------------------------- /qrmd/SetZombiesPlus/release/2022_11_27.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/SetZombiesPlus/release/2022_11_27.zip -------------------------------------------------------------------------------- /qrmd/SetZombiesPlus/release/2023_07_31.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/SetZombiesPlus/release/2023_07_31.zip -------------------------------------------------------------------------------- /qrmd/SetZombiesPlus/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/SetZombiesPlus/version.txt -------------------------------------------------------------------------------- /qrmd/TickPlanter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/TickPlanter/README.md -------------------------------------------------------------------------------- /qrmd/TickPlanter/TickPlanter/TickPlanter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/TickPlanter/TickPlanter/TickPlanter.h -------------------------------------------------------------------------------- /qrmd/TickPlanter/TickPlanter/information.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/TickPlanter/TickPlanter/information.txt -------------------------------------------------------------------------------- /qrmd/TickPlanter/example/PE24_begin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/TickPlanter/example/PE24_begin.cpp -------------------------------------------------------------------------------- /qrmd/TickPlanter/example/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/TickPlanter/example/README.md -------------------------------------------------------------------------------- /qrmd/TickPlanter/release/2022_06_05.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/TickPlanter/release/2022_06_05.zip -------------------------------------------------------------------------------- /qrmd/TickPlanter/version.txt: -------------------------------------------------------------------------------- 1 | 2022_06_05 -------------------------------------------------------------------------------- /qrmd/qmLib/AvZTemplate.code-snippets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/qmLib/AvZTemplate.code-snippets -------------------------------------------------------------------------------- /qrmd/qmLib/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/qmLib/README.md -------------------------------------------------------------------------------- /qrmd/qmLib/qmLib/2_0/click.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/qmLib/qmLib/2_0/click.h -------------------------------------------------------------------------------- /qrmd/qmLib/qmLib/2_0/constant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/qmLib/qmLib/2_0/constant.h -------------------------------------------------------------------------------- /qrmd/qmLib/qmLib/2_0/drawBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/qmLib/qmLib/2_0/drawBar.h -------------------------------------------------------------------------------- /qrmd/qmLib/qmLib/2_0/fighting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/qmLib/qmLib/2_0/fighting.h -------------------------------------------------------------------------------- /qrmd/qmLib/qmLib/2_0/global.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/qmLib/qmLib/2_0/global.h -------------------------------------------------------------------------------- /qrmd/qmLib/qmLib/2_0/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/qmLib/qmLib/2_0/main.h -------------------------------------------------------------------------------- /qrmd/qmLib/qmLib/2_0/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/qmLib/qmLib/2_0/memory.h -------------------------------------------------------------------------------- /qrmd/qmLib/qmLib/2_0/paint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/qmLib/qmLib/2_0/paint.h -------------------------------------------------------------------------------- /qrmd/qmLib/qmLib/2_0/tool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/qmLib/qmLib/2_0/tool.h -------------------------------------------------------------------------------- /qrmd/qmLib/qmLib/information.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/qmLib/qmLib/information.txt -------------------------------------------------------------------------------- /qrmd/qmLib/qmLib/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/qmLib/qmLib/main.h -------------------------------------------------------------------------------- /qrmd/qmLib/release/2023_08_03.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/qmLib/release/2023_08_03.zip -------------------------------------------------------------------------------- /qrmd/qmLib/release/2023_08_09.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/qmLib/release/2023_08_09.zip -------------------------------------------------------------------------------- /qrmd/qmLib/release/2023_08_17.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/qmLib/release/2023_08_17.zip -------------------------------------------------------------------------------- /qrmd/qmLib/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/qrmd/qmLib/version.txt -------------------------------------------------------------------------------- /shallowdream/shallowdream/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/shallowdream/shallowdream/README.md -------------------------------------------------------------------------------- /shallowdream/shallowdream/release/2022_10_20.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/shallowdream/shallowdream/release/2022_10_20.zip -------------------------------------------------------------------------------- /shallowdream/shallowdream/shallowdream/information.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/shallowdream/shallowdream/shallowdream/information.txt -------------------------------------------------------------------------------- /shallowdream/shallowdream/shallowdream/shallowdream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/shallowdream/shallowdream/shallowdream/shallowdream.h -------------------------------------------------------------------------------- /shallowdream/shallowdream/version.txt: -------------------------------------------------------------------------------- 1 | 2022_10_20 -------------------------------------------------------------------------------- /sin20/sin20_tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/sin20/sin20_tools/README.md -------------------------------------------------------------------------------- /sin20/sin20_tools/inc/2023_01_23.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/sin20/sin20_tools/inc/2023_01_23.zip -------------------------------------------------------------------------------- /sin20/sin20_tools/inc/2023_02_07.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/sin20/sin20_tools/inc/2023_02_07.zip -------------------------------------------------------------------------------- /sin20/sin20_tools/inc/2023_02_15.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/sin20/sin20_tools/inc/2023_02_15.zip -------------------------------------------------------------------------------- /sin20/sin20_tools/inc/information.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/sin20/sin20_tools/inc/information.txt -------------------------------------------------------------------------------- /sin20/sin20_tools/inc/sin20_tools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/sin20/sin20_tools/inc/sin20_tools.h -------------------------------------------------------------------------------- /sin20/sin20_tools/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/sin20/sin20_tools/version.txt -------------------------------------------------------------------------------- /vector/AsmInsertCode/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/AsmInsertCode/README.md -------------------------------------------------------------------------------- /vector/AsmInsertCode/asm_insert_code/asm_insert_code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/AsmInsertCode/asm_insert_code/asm_insert_code.h -------------------------------------------------------------------------------- /vector/AsmInsertCode/asm_insert_code/information.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/AsmInsertCode/asm_insert_code/information.txt -------------------------------------------------------------------------------- /vector/AsmInsertCode/example/demo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/AsmInsertCode/example/demo.cpp -------------------------------------------------------------------------------- /vector/AsmInsertCode/release/2025_05_18.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/AsmInsertCode/release/2025_05_18.zip -------------------------------------------------------------------------------- /vector/AsmInsertCode/version.txt: -------------------------------------------------------------------------------- 1 | 2025_05_18 -------------------------------------------------------------------------------- /vector/avz1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/avz1/README.md -------------------------------------------------------------------------------- /vector/avz1/avz1/api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/avz1/avz1/api.h -------------------------------------------------------------------------------- /vector/avz1/avz1/avz1_cannon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/avz1/avz1/avz1_cannon.h -------------------------------------------------------------------------------- /vector/avz1/avz1/avz1_card.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/avz1/avz1/avz1_card.h -------------------------------------------------------------------------------- /vector/avz1/avz1/avz1_click.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/avz1/avz1/avz1_click.h -------------------------------------------------------------------------------- /vector/avz1/avz1/avz1_compatible.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/avz1/avz1/avz1_compatible.h -------------------------------------------------------------------------------- /vector/avz1/avz1/avz1_debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/avz1/avz1/avz1_debug.h -------------------------------------------------------------------------------- /vector/avz1/avz1/avz1_execption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/avz1/avz1/avz1_execption.h -------------------------------------------------------------------------------- /vector/avz1/avz1/avz1_global.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/avz1/avz1/avz1_global.h -------------------------------------------------------------------------------- /vector/avz1/avz1/avz1_iterator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/avz1/avz1/avz1_iterator.h -------------------------------------------------------------------------------- /vector/avz1/avz1/avz1_memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/avz1/avz1/avz1_memory.h -------------------------------------------------------------------------------- /vector/avz1/avz1/avz1_pvzfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/avz1/avz1/avz1_pvzfunc.h -------------------------------------------------------------------------------- /vector/avz1/avz1/avz1_pvzstruct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/avz1/avz1/avz1_pvzstruct.h -------------------------------------------------------------------------------- /vector/avz1/avz1/avz1_tick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/avz1/avz1/avz1_tick.h -------------------------------------------------------------------------------- /vector/avz1/avz1/avz1_time_operation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/avz1/avz1/avz1_time_operation.h -------------------------------------------------------------------------------- /vector/avz1/avz1/information.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/avz1/avz1/information.txt -------------------------------------------------------------------------------- /vector/avz1/avz1/libavz1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/avz1/avz1/libavz1.h -------------------------------------------------------------------------------- /vector/avz1/pack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/avz1/pack.py -------------------------------------------------------------------------------- /vector/avz1/release/2022_11_27.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/avz1/release/2022_11_27.zip -------------------------------------------------------------------------------- /vector/avz1/release/2022_12_08.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/avz1/release/2022_12_08.zip -------------------------------------------------------------------------------- /vector/avz1/release/2023_04_05.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/avz1/release/2023_04_05.zip -------------------------------------------------------------------------------- /vector/avz1/release/2025_11_23.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/avz1/release/2025_11_23.zip -------------------------------------------------------------------------------- /vector/avz1/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/avz1/version.txt -------------------------------------------------------------------------------- /vector/showme/221001.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/showme/221001.md -------------------------------------------------------------------------------- /vector/showme/221126.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/showme/221126.md -------------------------------------------------------------------------------- /vector/showme/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/showme/README.md -------------------------------------------------------------------------------- /vector/showme/example/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/showme/example/README.md -------------------------------------------------------------------------------- /vector/showme/example/showme_bar_221001.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/showme/example/showme_bar_221001.cpp -------------------------------------------------------------------------------- /vector/showme/example/showme_bar_221126.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/showme/example/showme_bar_221126.cpp -------------------------------------------------------------------------------- /vector/showme/pack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/showme/pack.py -------------------------------------------------------------------------------- /vector/showme/release/2022_10_01.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/showme/release/2022_10_01.zip -------------------------------------------------------------------------------- /vector/showme/release/2022_10_07.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/showme/release/2022_10_07.zip -------------------------------------------------------------------------------- /vector/showme/release/2022_11_26.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/showme/release/2022_11_26.zip -------------------------------------------------------------------------------- /vector/showme/release/2023_05_02.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/showme/release/2023_05_02.zip -------------------------------------------------------------------------------- /vector/showme/release/2024_01_23.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/showme/release/2024_01_23.zip -------------------------------------------------------------------------------- /vector/showme/showme/information.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/showme/showme/information.txt -------------------------------------------------------------------------------- /vector/showme/showme/sm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/showme/showme/sm.h -------------------------------------------------------------------------------- /vector/showme/showme/sm_obj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/showme/showme/sm_obj.h -------------------------------------------------------------------------------- /vector/showme/showme/sm_painter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/showme/showme/sm_painter.h -------------------------------------------------------------------------------- /vector/showme/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/showme/version.txt -------------------------------------------------------------------------------- /vector/win32gui/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/win32gui/README.md -------------------------------------------------------------------------------- /vector/win32gui/example/hello_world.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/win32gui/example/hello_world.cpp -------------------------------------------------------------------------------- /vector/win32gui/example/multi_page.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/win32gui/example/multi_page.cpp -------------------------------------------------------------------------------- /vector/win32gui/example/single_page.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/win32gui/example/single_page.cpp -------------------------------------------------------------------------------- /vector/win32gui/example/tas.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/win32gui/example/tas.cpp -------------------------------------------------------------------------------- /vector/win32gui/release/2024_02_05.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/win32gui/release/2024_02_05.zip -------------------------------------------------------------------------------- /vector/win32gui/version.txt: -------------------------------------------------------------------------------- 1 | 2024_02_05 -------------------------------------------------------------------------------- /vector/win32gui/win32gui/information.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/win32gui/win32gui/information.txt -------------------------------------------------------------------------------- /vector/win32gui/win32gui/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/vector/win32gui/win32gui/main.h -------------------------------------------------------------------------------- /xiao_He/MakeSkip/MakeSkip/MakeSkip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/xiao_He/MakeSkip/MakeSkip/MakeSkip.h -------------------------------------------------------------------------------- /xiao_He/MakeSkip/MakeSkip/information.txt: -------------------------------------------------------------------------------- 1 | version 0.2.0 2 | avz 2022_10_01 3 | -------------------------------------------------------------------------------- /xiao_He/MakeSkip/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/xiao_He/MakeSkip/README.md -------------------------------------------------------------------------------- /xiao_He/MakeSkip/release/0.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/xiao_He/MakeSkip/release/0.1.0.zip -------------------------------------------------------------------------------- /xiao_He/MakeSkip/release/0.2.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/xiao_He/MakeSkip/release/0.2.0.zip -------------------------------------------------------------------------------- /xiao_He/MakeSkip/version.txt: -------------------------------------------------------------------------------- 1 | 0.1.0 2 | 0.2.0 3 | -------------------------------------------------------------------------------- /xiao_He/TestCobCd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/xiao_He/TestCobCd/README.md -------------------------------------------------------------------------------- /xiao_He/TestCobCd/TestCobCd/TestCobCd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/xiao_He/TestCobCd/TestCobCd/TestCobCd.h -------------------------------------------------------------------------------- /xiao_He/TestCobCd/TestCobCd/information.txt: -------------------------------------------------------------------------------- 1 | version 1.0.0 2 | avz 2022_10_01 -------------------------------------------------------------------------------- /xiao_He/TestCobCd/release/1.0.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qrmd0/AvZLib/HEAD/xiao_He/TestCobCd/release/1.0.0.zip -------------------------------------------------------------------------------- /xiao_He/TestCobCd/version.txt: -------------------------------------------------------------------------------- 1 | 1.0.0 2 | --------------------------------------------------------------------------------