登录
首页 » GO » go-algorithm

go-algorithm

于 2020-06-22 发布 文件大小:960KB
0 241
下载积分: 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 个回复

  • 传输特性
    电力线载波通信基于信息节点建模程序,多分枝模型(powerline communication modeling)
    2018-06-19 14:50:35下载
    积分:1
  • C# 锁屏程序
    C# 锁屏程序,也就是大家俗称的“挂机锁”,本程序在界面方面使用了IrisSkin2.dll换肤控件,可实现如截图所示的漂亮窗口。可设置窗体透明度,锁屏程序在输入密码后即可启动,不过要注意一定不要忘记密码哦,否则需要重启电脑了。
    2023-08-11 22:05:03下载
    积分:1
  • MY-Project
    俄罗斯方块游戏的c++简单实现,参考学习很有价值(Tetris game c++ simple realization, learning valuable reference)
    2013-09-09 09:51:59下载
    积分:1
  • 某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:    每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和...
    某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:    每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和第四位交换,第二位和第三位交换。-A company to transfer data using public telephones, the data is four integers, in the transmission process is encrypted, encryption rules are as follows: Each figures with five, and then divided by 10 instead of the more than a few numbers, and then The first and fourth exchange, the second and third exchange.
    2022-01-26 00:00:43下载
    积分:1
  • 超市管理系统Delphi源代码(含控件)
    Delphi超市管理系统,功能包括仓库管理、销售业绩管理、库存统计、进货记录、管理员权限设置、操作员数据表更新等,错误代码:   0000:未知错误   0001:操作员表打开错误   0002:名称字段内容为空   0003:代号(编码)字段内容为空   0004:代号(编码)字段内容已存在   0005:操作员数据表更新错误   0006:系统权限表打开错误   0007:权限不够   0008:业务员表打开错误   0009:业务员表更新错误   0010:商场及仓库表打开错误   0011:商场及仓库表更新错误   0012:商品资料表打开错误   0013:商品资料表更新错误   0014:型号字段内容为空   0015:数量或金额数据为空或非数字   0016:库存统计表更新错误   0017:库存期初表   0018:销售记录表   0019:库存统计表打开错误   0020:进货记录表打开错误   0021:进货记录表更新错误   0022:销售退货记录表更新错误   0023:销售退货记录表打开错误   0024:进货退货记录表更新错误   0025:进货退货记录表打开错误   0026:开始日期大于结束日期   0027:临时数据表
    2022-02-10 04:07:26下载
    积分:1
  • 提供的源码有两个:分别是用于仿真模拟铱星卫星通信系统和Teledesic卫星通信系统。使用的编程语言是TCL,模拟环境是NS2。通过更改地球终端的地理位置,可以...
    提供的源码有两个:分别是用于仿真模拟铱星卫星通信系统和Teledesic卫星通信系统。使用的编程语言是TCL,模拟环境是NS2。通过更改地球终端的地理位置,可以仿真和模拟卫星通信系统,并对卫星系统的性能进行分析和测试。-Provided by the source code there are two: namely, for the simulation of Iridium satellite communications system and the Teledesic satellite-communications systems. Using the programming language is TCL, simulated environment is NS2. By changing the Earth terminal location, you can simulate and analog satellite communication systems, and satellite systems performance analysis and testing.
    2022-09-26 11:50:03下载
    积分:1
  • 九游戏里面详细说明了这个词的“可恶”的数字
    游戏里面详细描述了九个字,令人发指的数字,几个数字
    2022-03-03 11:20:56下载
    积分:1
  • DOS下256色汉字显示turboc代码,使用UCDOS字库
    DOS下256色汉字显示turboc代码,使用UCDOS字库-DOS under the Chinese characters display 256 colors TurboC code, use the font UCDOS
    2023-07-05 10:55:03下载
    积分:1
  • lssy3
    说明:  Typical case management: Manage customer case content Legal consulting management: users publish online consulting details, background view, management and other related operations Web AD management: includes some image AD management. Generate JS calls, add couplets AD management and floating ads, can control whether to display (off), very powerful function
    2020-11-23 19:30:05下载
    积分:1
  • SAR压制干扰
    说明:  该程序用于产生干扰,用于SAR压制干扰仿真,附运行说明(SAR Jamming:The program is used to generate jamming, SAR suppression jamming simulation, with operating instructions.)
    2021-03-14 14:30:18下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载