-
cSharp fiveChesscode
具有一种算法的五子棋游戏,游戏界面还不错,请大家多多关照,我以学习CSharp为主,独立编程的能力还有待提高
- 2022-10-05 07:35:04下载
- 积分:1
-
vb导线间接平差
Option Explicit
Option Base 1
Dim sAngle() As Double, sdAngle() As Double, sEdge() As Double, s0Edge() As Double
"分别存放角度观测值、坐标方位角、观测边长和近似边长
Dim ajk() As Double, bjk() As Double "坐标方位角改正数的系数
Dim detX() As Double, detY() As Double, reX() As Double, reY() As Double
"分别存放各测站相对于导线中前一结点的X、Y坐标增量和坐标闭合差
Dim strFileName As String "存放数据文件名(含路径)
Dim iType%, iAngleType%, Xa#,
- 2023-01-20 01:25:03下载
- 积分:1
-
使用汇编计算93的499次方
计算93的499次方,解决大大数字的相关运算问题,使用汇编语言,使用AT&T语法更改相关数字可以完成其他大数的类似计算
- 2023-05-27 12:20:03下载
- 积分:1
-
这本书(v0.95)全部代码文件进行了
本书对Linux 早期操作系统内核(v0.95)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时间内对Linux 的工作机理获得全面而深刻的理解,- This book (v0.95) the complete code document has carried on the
detailed comprehensive annotation and the explanation to the Linux
early time operating system essence, is for the purpose of enabling
the reader to obtain comprehensive and the profound understanding in
the as far as possible short time to the Linux work mechanism,
- 2022-03-19 06:09:15下载
- 积分:1
-
PI值的计算算法,c++代码,值得好好学习
PI值的计算算法,c++代码,值得好好学习-PI value of the algorithm, c code, it is worth to learn
- 2022-03-11 23:47:39下载
- 积分:1
-
使用RSA数字签名
//Rivest,Shamir,Adelman(RSA)#include#include#include#include#include#include#includeint enumber(char);char denumber(int);int CK_PRIME(long int);long int Get_GCD(long int,long int)
- 2022-01-22 03:04:32下载
- 积分:1
-
some acm good problems
几个acm的经典题目,汉诺塔、找羊群-some acm good problems
- 2022-02-04 10:12:42下载
- 积分:1
-
计算器能够实现加、减、乘、除简单运算,还能够实现数据的输入,输出,计算,显示及程序退出等功能...
计算器能够实现加、减、乘、除简单运算,还能够实现数据的输入,输出,计算,显示及程序退出等功能-calculators can be achieved, plus or minus, multiplication and simple operation, but also to achieve the data input and output, calculation, Display and exit procedures, and other functions
- 2023-03-25 05:10:03下载
- 积分:1
-
用高斯消去法求方程组,程序中的数组是动态定义的,感觉代码写的比较好...
用高斯消去法求方程组,程序中的数组是动态定义的,感觉代码写的比较好-using Gaussian elimination method for equations, the process is a dynamic array definition of the impression that the code was better
- 2023-01-11 09:30:03下载
- 积分:1
-
研究动态可重构FFT或基于OFDM技术的认知无线电
OFDM已经被广泛应用于各种通信系统中,例如IEEE802.11a/n[2]、[3]、IEEE802.16e(WiMAX)和MB-OFDM。正交频分复用(OFDM)为所需的频带安排数据,并通过IFFT将其转换成正交频率信号并发送出去。
- 2022-12-05 05:25:03下载
- 积分:1