资源列表
Auditorio.sh
- Anything tha you want to be
A-quadratic-equation-solution
- 求一个一元二次方程的解,输入一元二次方程,运用此程序求解-A quadratic equation solution
Visual-Basic-Excese-of-text
- VB入门练习,接收text输入的练习,并设置text的enabled的属性-VB entry to practice, practice receives text input, and set the text attributes of the enabled
calcu
- 计算N!-M!(N>M)-Calculate N!-M! (N> M)
panduan2deNcifang
- 判断输入的一个数是否为2的幂次方,如果是酒将其输出-Judge entered a number is 2 raised to a power, if it is wine output
File
- 关于文件的一个小程序,fprintf函数的用法,希望对大家有点用处-File a small program, the fprintf function of the usage of some use, we want to
radar
- 偏振雷达数据处理,偏振雷达基本数据格式按照2.0数据格式标准,在数据类型类型中增加了5个偏振量,分别为ZDR、PHDP、KDP、LDRH、ROHV-failed to translate
DoubleBall
- 一段java小程序,用来模拟产生双色球。-For some java applet to simulate produce color ball.
Magic-square
- 魔方阵的小程序,适合初学者使用参考!仅供参考!-Magic square of small procedures, suitable for beginners reference!
integrator
- Integrator test circuit in LTspice for linear technology IC LT1490
endian_conv_win
- TCP endian convert progra-TCP endian convert programm
main
- /* 算法训练 ? 算法训练 区间k大数查询 ? 问题描述 给定一个序列,每次询问序列中第l个数到第r个数中第K大的数是哪个。 输入格式 第一行包含一个数n,表示序列长度。 第二行包含n个正整数,表示给定的序列。 第三个包含一个正整数m,表示询问个数。 接下来m行,每行三个数l,r,K,表示询问序列从左往右第l个数到第r个数中,从大往小第K大的数是哪个。序列元素从1开始标号。 输出格式 总共输出m行,每行一个数,表示