-
计算机算法设计 约瑟夫循环问题
计算机算法设计代码 约瑟夫循环 用VC编译 可在计算机上执行 代码旁附有我的注释
- 2022-06-02 05:22:34下载
- 积分:1
-
JPEG Decoder in Java
这是Java上用于jpeg解码的开源代码,里面注释非常清晰,是学习的很好材料,里面的主要类有DCT.java HuffmainTable.java,JPEGComponent.java, JPEGDecoder... 希望跟大家分享,谢谢大家!!!!!!!!!!!!!
- 2022-06-20 05:50:11下载
- 积分:1
-
hillcipher,虚无主义,普莱费尔,railfence,波里比阿
希利弗,虚无主义者,游乐场,围栏,波里比乌斯
- 2022-12-24 11:00:03下载
- 积分:1
-
约瑟夫问题
约瑟夫问题是一个经典的问题。已知n个人(不妨分别以编号1,2,3,…,n 代表)围坐在一张圆桌周围,从编号为 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-19 18:25:03下载
- 积分:1
-
vb CRC校验源码
"CRC算法函数
Public Function CRC(STR1 As String) As String
Dim CRCREG As Long
Dim MVAL As Long
Dim R As Integer
Dim T As Integer
CRCREG = 65535
For R = 1 To Len(STR1) Step 2
MVAL = Val("&H" + Mid(STR1, R, 2))
CRCREG = CRCREG Xor MVAL
CRCREG = C
- 2022-02-10 03:39:12下载
- 积分:1
-
二叉树的中序遍历
二叉树的中序遍历-binary tree which preorder
- 2022-01-30 15:19:38下载
- 积分:1
-
计算方法中的根据给出的一组数值(x,y)构造出相应的方程
计算方法中的根据给出的一组数值(x,y)构造出相应的方程-Calculation method is based on a set of values given by (x, y) constructed the corresponding equation
- 2022-08-06 18:34:51下载
- 积分:1
-
这个类提供了一组函数接口声卡输入…
The SoundIn class provide a set of functions to interface a sound card for input signal. -SoundIn provide a set of function "s to a sound card interface for input signal.
- 2022-08-20 13:27:24下载
- 积分:1
-
encryption algorithm, a mathematical formula group, the original transformed int...
加密算法,通过一组数学公式,把原文转换成密文-encryption algorithm, a mathematical formula group, the original transformed into ciphertext
- 2022-04-02 08:57:59下载
- 积分:1
-
Newton method for solution of non
Newton method for solution of non-linear equations in C
- 2022-07-07 09:50:58下载
- 积分:1