登录
首页 » GO » go语言实现的快速排序 go-algorithm

go语言实现的快速排序 go-algorithm

于 2020-06-22 发布
0 258
下载积分: 1 下载次数: 1

代码说明:

说明:  go语言实现的快速排序,冒泡排序,二分查找,等八大排序和查找。(Language to achieve quick sort, bubble sort, binary search, such as eight sort and search.)

文件列表:

go-algorithm, 0 , 2019-01-07
go-algorithm\binary-search.go, 835 , 2018-04-02
go-algorithm\chan0perf.go, 830 , 2018-07-26
go-algorithm\chanconv.go, 356 , 2018-07-25
go-algorithm\channel_val_ref.go, 761 , 2018-07-25
go-algorithm\common, 0 , 2018-06-05
go-algorithm\common\bytes.go, 2312 , 2018-05-08
go-algorithm\common\crypto, 0 , 2018-06-05
go-algorithm\common\crypto\bn256, 0 , 2018-06-05
go-algorithm\common\crypto\bn256\bn256.go, 10736 , 2018-05-28
go-algorithm\common\crypto\bn256\bn256_test.go, 6696 , 2018-05-08
go-algorithm\common\crypto\bn256\constants.go, 2469 , 2018-05-08
go-algorithm\common\crypto\bn256\curve.go, 5484 , 2018-05-08
go-algorithm\common\crypto\bn256\example_test.go, 1163 , 2018-05-08
go-algorithm\common\crypto\bn256\gfp12.go, 3645 , 2018-05-08
go-algorithm\common\crypto\bn256\gfp2.go, 3888 , 2018-05-08
go-algorithm\common\crypto\bn256\gfp6.go, 5784 , 2018-05-08
go-algorithm\common\crypto\bn256\main_test.go, 2193 , 2018-05-08
go-algorithm\common\crypto\bn256\optate.go, 8673 , 2018-05-08
go-algorithm\common\crypto\bn256\twist.go, 5308 , 2018-05-08
go-algorithm\common\crypto\crypto.go, 5811 , 2018-05-28
go-algorithm\common\crypto\crypto_test.go, 6701 , 2018-05-28
go-algorithm\common\crypto\ecies, 0 , 2018-06-05
go-algorithm\common\crypto\ecies\.gitignore, 256 , 2018-05-08
go-algorithm\common\crypto\ecies\LICENSE, 1527 , 2018-05-08
go-algorithm\common\crypto\ecies\README, 3186 , 2018-05-28
go-algorithm\common\crypto\ecies\ecies.go, 9798 , 2018-05-08
go-algorithm\common\crypto\ecies\ecies_test.go, 13951 , 2018-05-28
go-algorithm\common\crypto\ecies\params.go, 4017 , 2018-05-28
go-algorithm\common\crypto\randentropy, 0 , 2018-06-05
go-algorithm\common\crypto\randentropy\rand_entropy.go, 1230 , 2018-05-08
go-algorithm\common\crypto\secp256k1, 0 , 2018-06-05
go-algorithm\common\crypto\secp256k1\.gitignore, 256 , 2018-05-08
go-algorithm\common\crypto\secp256k1\curve.go, 10464 , 2018-05-28
go-algorithm\common\crypto\secp256k1\ext.h, 3476 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1, 0 , 2018-06-05
go-algorithm\common\crypto\secp256k1\libsecp256k1\.gitignore, 700 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\.travis.yml, 2393 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\COPYING, 1057 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\Makefile.am, 5545 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\README.md, 3097 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\TODO, 158 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\autogen.sh, 47 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\build-aux, 0 , 2018-06-05
go-algorithm\common\crypto\secp256k1\libsecp256k1\build-aux\m4, 0 , 2018-06-05
go-algorithm\common\crypto\secp256k1\libsecp256k1\build-aux\m4\ax_jni_include_dir.m4, 4332 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\build-aux\m4\ax_prog_cc_for_build.m4, 4034 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\build-aux\m4\bitcoin_secp.m4, 2320 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\configure.ac, 15245 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\contrib, 0 , 2018-06-05
go-algorithm\common\crypto\secp256k1\libsecp256k1\contrib\lax_der_parsing.c, 3610 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\contrib\lax_der_parsing.h, 3909 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\contrib\lax_der_privatekey_parsing.c, 5114 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\contrib\lax_der_privatekey_parsing.h, 3724 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\include, 0 , 2018-06-05
go-algorithm\common\crypto\secp256k1\libsecp256k1\include\secp256k1.h, 25517 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\include\secp256k1_ecdh.h, 1014 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\include\secp256k1_recovery.h, 4700 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\libsecp256k1.pc.in, 327 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\obj, 0 , 2018-06-05
go-algorithm\common\crypto\secp256k1\libsecp256k1\obj\.gitignore, 0 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\sage, 0 , 2018-06-05
go-algorithm\common\crypto\secp256k1\libsecp256k1\sage\group_prover.sage, 11802 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\sage\secp256k1.sage, 8836 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\sage\weierstrass_prover.sage, 9554 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src, 0 , 2018-06-05
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\asm, 0 , 2018-06-05
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\asm\field_10x26_arm.s, 28456 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\basic-config.h, 944 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\bench.h, 1726 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\bench_ecdh.c, 1651 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\bench_internal.c, 13544 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\bench_recover.c, 2022 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\bench_schnorr_verify.c, 2462 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\bench_sign.c, 1594 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\bench_verify.c, 3928 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\ecdsa.h, 1172 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\ecdsa_impl.h, 10391 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\eckey.h, 1208 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\eckey_impl.h, 3178 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\ecmult.h, 1481 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\ecmult_const.h, 581 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\ecmult_const_impl.h, 8952 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\ecmult_gen.h, 2277 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\ecmult_gen_impl.h, 8359 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\ecmult_impl.h, 14095 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\field.h, 6436 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\field_10x26.h, 1909 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\field_10x26_impl.h, 45369 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\field_5x52.h, 1711 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\field_5x52_asm_impl.h, 13127 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\field_5x52_impl.h, 14622 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\field_5x52_int128_impl.h, 9190 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\field_impl.h, 8758 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\gen_context.c, 2356 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\group.h, 7862 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\group_impl.h, 27525 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\hash.h, 1712 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\hash_impl.h, 12674 , 2018-05-08
go-algorithm\common\crypto\secp256k1\libsecp256k1\src\java, 0 , 2018-06-05

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

发表评论

0 个回复

  • 大屏幕显示, 大屏幕显示, 大屏幕显示
    大屏幕显示, 大屏幕显示, 大屏幕显示-display
    2023-08-31 18:25:03下载
    积分:1
  • Chess_Master
    2阶微分方程组求解,国际象棋游戏,解压后运行程序(2nd equation slover,international chess game use matlab,have 5000lines code ,but you must install of)
    2020-06-20 05:40:01下载
    积分:1
  • wireless
    说明:  用于组态王驱动的例子,用vs2003编程(An example for Kingview driver, programmed with VS2003)
    2019-03-08 16:57:33下载
    积分:1
  • 华为C++内部培训资料,详细易懂,比较RA…
    华为公司C++内部培训资料,内容详细易懂,相当的珍贵-Huawei C++ internal training materials and detailed easy to understand, quite rare
    2022-08-09 07:00:07下载
    积分:1
  • acc.m
    计算图像各种分割性能指标,最终结果保存在data里,有精确度、精准度、召回率、F1-score等指标。(The final results are stored in data, including accuracy, accuracy, recall rate, F1-score and so on.)
    2019-05-30 09:30:39下载
    积分:1
  • TDM File
    说明:  TDM文件操作,并进行文件读写 根据文件夹路径读写 数据显示在表格和波形图里(labview TDM read/write)
    2021-04-12 19:28:57下载
    积分:1
  • a traditional checker
    a traditional checker-type game in which the lining up of five pieces in a straight line scores victory
    2022-02-02 11:18:29下载
    积分:1
  • 声音信号MUSIC算法matlab程序
    用于二维声源定位的music算法matlab程序,可实现二维平面声源定位(Matlab program of music algorithm for two-dimensional sound source localization can realize two-dimensional plane sound source localization)
    2020-12-17 12:49:11下载
    积分:1
  • CompAct-VSA Design and modelling
    说明:  本文介绍了一种新型变刚度执行机构(CompAct-VSA)的设计与建模。压实- vsa的工作原理是基于具有连续调节枢轴点的杠杆臂机构。提出的概念允许开发具有大刚度范围和快速刚度调节响应的驱动单元。执行机构的实现利用凸轮形杠杆臂与可变枢轴驱动齿条和小齿轮传动系统。这种实现导致了高度集成和模块化的组装。尺寸和重量确实是VSAs设计中的一个开放问题,这最终限制了它们在多自由度机器人系统中的实现。本文介绍了执行机构的原理、工作原理和模型。初步结果表明,所提出的压实vsa设计具有快速的刚度调节响应和较大的刚度范围。(This paper describes the design and modelling of a new variable stiffness actuator (CompAct-VSA). The principle of operation of CompAct-VSA is based on a lever arm mechanism with a continuously regulated pivot point. The proposed concept allows for the development of an actuation unit with a wide range of stiffness and a fast stiffness regulation response. The implementation of the actuator makes use of a cam shaped lever arm with a variable pivot axis actuated by a rack and pinion transmission system. This realization results in a highly integrated and modular assembly. Size and weight are indeed an open issue in the VSAs design, which ultimately limit their implementation in multi-dof robotic systems. The paper introduces the mechanics, the principle of operation and the model of the actuator. Preliminary results are presented to demonstrate the fast stiffness regulation response and the wide range of stiffness achieved by the proposed CompActVSA design.)
    2019-03-19 23:31:15下载
    积分:1
  • T400的SPW420的程序
    是西门子开发的卷径、张力计算,用于钢铁、造纸、纺织行业(It is the diameter diameter and tension calculation developed by SIEMENS, which is used in the steel, papermaking and textile industries)
    2020-11-17 16:59:41下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载