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

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

于 2020-06-22 发布
0 226
下载积分: 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 个回复

  • MessageBoard
    用Java语言实现论坛,可以注册登录,发表留言,查看留言(Login with Java language)
    2018-11-13 10:29:25下载
    积分:1
  • TheArtofComputerProgrammingVolume3
    Knuth不僅僅是傑出的programmer,同時也是世界聞名的數學家和演算法的專家。他的經典巨著The Art of Computer Programming裡頭寫的是他畢生研究演算法和程式設計的精華(Knuth is not only an outstanding programmer, but also world-renowned mathematicians and experts algorithm. His classic masterpiece, The Art of Computer Programming is written inside his life-long study of algorithms and the essence of programming)
    2009-04-09 14:58:09下载
    积分:1
  • 这是一张ascii表,学计算机的人都知道它的作用,这里我就不多说了。...
    这是一张ascii表,学计算机的人都知道它的作用,这里我就不多说了。-This is a ascii table, a computer who know their role, I am not here to talk a lot.
    2022-02-11 10:31:28下载
    积分:1
  • XCDM15
    JQUERY full-screen album code with thumbnails supports keyboard direction keys to switch pictures
    2019-05-05 15:58:33下载
    积分:1
  • androidCarCamera
    说明:  本设计是将安卓技术、单片机技术、无线通信技术等相关技术应用到视频监控系统中,可实现视频监控系统的设备移动化,由可移动监控平台、控制软件两部分组成。通过无线网络对监控平台进行移动方向、速度的控制,平台上的安卓手机摄像头实时采集视频图像信号并通过无线WiFi网络将视频信号实时传输到手机端观看。具有控制方便,监控灵活,模块化,可拓展性强等优点,可应用于险情探测、防爆、现场巡视、家庭安防、图像采集等领域。此部分是安卓端代码。(This design applies Android technology, microcontroller technology, wireless communication technology and other related technologies to the video surveillance system, which can realize the equipment mobility of the video surveillance system. It consists of mobile monitoring platform and control software. The mobile direction and speed of the monitoring platform are controlled by wireless network. The Android mobile camera on the platform collects video image signals in real time and transmits them to the mobile terminal for viewing through wireless WiFi network. It has the advantages of convenient control, flexible monitoring, modularization and expansibility. It can be used in danger detection, explosion-proof, on-site inspection, family security, image acquisition and other fields.)
    2020-10-04 16:37:39下载
    积分:1
  • 二维射线追踪的代码,用的是有序重建算法,比较实用的一种算法。...
    二维射线追踪的代码,用的是有序重建算法,比较实用的一种算法。-Two-dimensional ray tracing code, using the orderly reconstruction algorithm, an algorithm more practical.
    2022-06-28 02:14:52下载
    积分:1
  • 一个小的手机游戏(包括客户端和服务端)
    一个小的手机游戏(包括客户端和服务端)-a small cell phone games (including client and server)
    2022-04-21 17:08:42下载
    积分:1
  • calibration
    介绍一下制作这个类库的流程:新建一个项目→选择 类库 → 在这个类库的基础上添加新建项 → 用户控件→添加 引用HalconDotNet → 拖一个 Halcon显示图像的HalconWindow 上去 → 改写,添加 放大 缩小的功能 完毕。(Description: halcon and C # joint programming, control function 1, support the mouse button zoom and left drag 2, support in the image after scaling, region, xld, roi can reproduce 3, support region, xld in accordance with the specified color display, and In the zoom after the recurrence of 4, support rectangle 1, rectangle 2, circle, and straight roi drawing 5, you can display the current position of the left mouse button image gray value 6, you can save the original image, or screenshots of the current window (Halcon and C # joint programming))
    2017-08-03 09:21:27下载
    积分:1
  • 基于MATLAB的机械故障诊断技术案例教程
    说明:  基于matlab机械故障诊断教程,里面涵盖了很多程序,都可以直接用,还有模式识别,遗传算法、粒子群、支持向量机等,适合研究故障诊断方向使用(Based on the matlab mechanical fault diagnosis tutorial, it covers many programs that can be used directly, as well as pattern recognition, genetic algorithms, particle swarms, support vector machines, etc., suitable for research on fault diagnosis.)
    2021-01-18 13:08:44下载
    积分:1
  • 益智游戏,贴方块,J2ME开发,这是MOTOV300版本,160关,好玩。...
    益智游戏,贴方块,J2ME开发,这是MOTOV300版本,160关,好玩。-puzzle games, and pasted chunks and J2ME development, which is MOTOV300 version, 160 customs and fun.
    2022-07-03 11:50:12下载
    积分:1
  • 696518资源总数
  • 105949会员总数
  • 22今日下载