登录
首页 » GO » go-algorithm

go-algorithm

于 2020-06-22 发布 文件大小:960KB
0 240
下载积分: 1 下载次数: 0

代码说明:

  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 个回复

  • 124
    计算特征多项式的 m 序列的自相关系数。(Calculate the characteristic polynomial of the m sequence of autocorrelation coefficients.)
    2009-12-31 11:32:16下载
    积分:1
  • 新闻爬虫代码
    1、自动爬取新闻页面的信息 2、使用Python语言编写(1. Automatic crawling of news page information 2. Writing in Python Language)
    2019-03-20 16:39:32下载
    积分:1
  • 限定鼠标区域的VC的例子
    限定鼠标区域的VC的例子-limited region of the mouse example VC
    2022-02-10 03:48:51下载
    积分:1
  • Chapter02
    说明:  《PyQt5快速开发与实战》 第二章节 程序(PyQt5 Rapid Development and Practice Chapter 2 Procedure)
    2019-07-28 21:30:14下载
    积分:1
  • TIM4_Rotaty_Enconder
    使用定时器4的编码器模式,已经经过测试能够使用,使用的是增量式编码器,只用AB相,没有Z相(Initialize Rotary Enconder)
    2020-06-20 20:20:02下载
    积分:1
  • WidebandSpecSensing
    认知无线电,宽频带频谱感知算法仿真。包括频谱感知算法,信号建模,仿真图(cognitive radio. wide frequency band spectrum sensing, including algorithm, modeling, figures)
    2018-04-11 10:17:27下载
    积分:1
  • 并网仿真
    单相逆变并网电路的主电路与控制电路的 simulink 拓扑结构图, 主电路由直流源、 mosfet 全桥、 LC 无源滤波器、 负载 R1、 R2 组成, 其中 R1 为 恒定负载, R2 为仿真负载突变并入的。 控制电路为 SPWM 闭环调制, 通过检测输出端的电压有效值通过 PI 控制器反 馈回控制端使输出电压尽可能为一个优质的正弦波且有效值在 220V 左右, 频率 为 50Hz, 根据相关准则输出电压波形 THD 应在 5%以内。(The Simulink topology of the main circuit and the control circuit of the single-phase inverter grid connected circuit, The main circuit is composed of DC source, MOSFET full bridge, LC passive filter, load R1 and R2, wherein R1 is The constant load, R2, is incorporated into the simulation load mutation. The control circuit is SPWM closed loop modulation, and the effective value of the output voltage is detected through the PI controller The feed back control makes the output voltage as high as possible a sine wave, and the effective value is about 220V, frequency For 50Hz, the output voltage waveform THD shall be within 5%, according to the relevant guidelines.)
    2017-10-10 19:52:06下载
    积分:1
  • 看着超级玛莉不停的追赶着你的鼠标,是不是很有意思呢?
    看着超级玛莉不停的追赶着你的鼠标,是不是很有意思呢?-watching Super Mario Bros. kept wondering what your mouse is not very interesting?
    2022-03-01 03:33:08下载
    积分:1
  • CH376
    stm32通过ch376读取鼠标坐标,用鼠标来测量距离(STM32 reads the mouse coordinates by CH376, and uses the mouse to measure the distance)
    2021-01-12 14:28:48下载
    积分:1
  • 打兔子游戏,datuzi,仅供参考,代码不是很完美
    打兔子游戏,datuzi,仅供参考,代码不是很完美-Rabbit playing the game, datuzi, only for reference, the code is not perfect
    2022-03-05 20:57:37下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载