搜索资源列表
66
- 通过和用户交互的形式,按照先序遍历输入一个二叉树,二叉数采用数组的结构存储,按层次遍历给结点编号,父亲结点和左右孩子通过两个公式联系,如父亲结点是i,则左孩子为2i+1,右孩子为2i+2.初始数组均被赋成星号,用户理论上可以输入ASCII码以内的任何值,但为了利于验证,只能输入可见字符(除作为标志的星号,回车表示该结点没有数据). 该程序的先序建树,先序输出以及中序输出是采用栈和循环实现的,后序输出是用递归来实现的,在先序建树子程序中,利用反逻辑,将叶子结点,树建完成,和用户输入回车等情况用
表达式解析器源代码(可以计算各种函数)
- 表达式解析器源代码(可以计算各种函数)。可以解析用户输入的表达公式。对MIS开发有用-expression parser source code (which can be calculated various functions). Users can input the analytical expression formula. Right useful MIS
EXP
- 大智慧公式破解,文件格式为EXP,请输入你要破解的公式后得到密码-Great wisdom formula crack, file format for the EXP, enter the formula you want to crack the password obtained
RSA1
- 通过判断素数,根据公式自动生成公钥私钥,输入明文,生成密文,实现RSA加密及解密算法-Through to determine prime numbers, according to the formula automatically generate a public key private key, enter the explicit, to generate ciphertext, the realization of RSA encryption and decryption algo
school
- 为校园工资管理系统,包含教授,普通教授,勤工学生等。由学校发工资者。通过输入工资计算公式即可。-Salary management system for the campus, including professors, ordinary professor, attendance students. Wages were by the school. You can pay by entering the formula.
Encryption-Software
- 加密软件: 输入任意一段明文M,以及密钥K 根据以下公式将其转换为密文C。Ci = mi + K ,其中i = 0,1,……n-1 , K 为密钥;具有输入输出界面。 -Encryption Software: Any period of plaintext M, and the key K according to the following formula to convert ciphertext C. Ci = mi+ K, where i = 0,1, ... ... n-1
jiami
- E002M 数据加密1 要求:(1)输入任意一串明文M。 (2)根据以下公式将其转换为密文C。 j=i+k mod 26 其中,j,i 为字母在26个字母表中的第j、i位 k为输入参数 k=1,2,…..,10 (3)具有输入输出界面。-E002M data encryption 1 Requirements: (1) enter any string of plaintext M-. (2) In accordance with the followi
5
- 编写的一个图形界面应用程序(Application),输入身高和体重,按BMI公式计算体重指数-Preparation of a graphical interface application (Application), enter the height and weight, body mass index calculated according to BMI
5910694
- 能解释运行你动态输入的+-和SQR,ABS等公式的代码,(Can explain dynamic input + - and SQR, run your ABS formula such as code,)