搜索资源列表
simu_computer_mul_str
- 2个1000位大整数相乘,模拟计算机的计算方式,先将乘数和被乘数都转换为0,1编码的长字符串,然后移位相加,最后转变回10进制。
SQLCode代码和SQL生成向导
- 这是个SQL语句和代码生成向导,当写字段较多的SQL语句时很省事,适用于Delphi、C++Builder。 通过本程序可以方便快速的生成对Oracle单表的Insert、Update、Delete语句和对应的Delphi组件。 如果你想对Oracle表进行Insert、Update、Delete操作,那么只要把通过本向导产生的组件和代码 粘贴在程序里就可以直接运行。 --------------------------------------- 使用者须知:因为Oracle
two_int_plus
- C/C++字符串模拟两个大正整数相加,可以改进。-C/C++ string to simulate two positive integers the sum ,code can be improved.
Vigenère
- 维吉尼亚算法的实现,构成 明文:每个字符惟一对应一个0~25间的数字。 密钥:一个字符串,其中每个字符同明文一样对应一个数字,代表位移值,如a 表示位移 0,b 表示位移 1,c 表示位移 2,...... )。 加密过程: 将明文数字串依据密钥长度分段,并逐一与密钥数字串相加(模26),得到密文数字串; 最后,将密文数字串转换为字母串。 -Virginia algorithm constitutes explicit: Each character correspon
3
- 字符串的功能实现,包括两个字符串相加,比较大小等功能-String function implementation, including the sum of two strings to compare the size of features such as
plus
- 大正整数相加,可以有128位,用字符串存的
1
- 实现两个数字字符串相加的功能,两个字符串长度可以改变,并将相加结果输出。-Achieve the function of the sum of two numerical strings, two string length can be changed, and the sum of the resulting output.
HugeInt
- (1) 程序可以实现巨型整数、长整型数、字符串之间的相加减 (2) 程序可以实现巨型整数、长整型数、字符串之间的大小对比,如大于、小于、等于、不等于、不大于、不小于运算的对比。 -(1) program can achieve huge integer, long integer, a string of phase between the addition and subtraction (2) program can achieve huge integer, long intege
HugeInt
- (1) 程序可以实现巨型整数、长整型数、字符串之间的相加减 (2) 程序可以实现巨型整数、长整型数、字符串之间的大小对比,如大于、小于、等于、不等于、不大于、不小于运算的对比。 -(1) program can achieve huge integer, long integer, a string of phase between the addition and subtraction (2) program can achieve huge integer, long intege
ARMcode
- 用汇编语言实现连续空间数据拷贝。用汇编语言实现两个数串的相加存储。用汇编语言实现字符串的反序存储连接。用调用函数的思想实现字符串的切割和反序存储。运用混合编程实现数串的相加存储。运用混合编程实现数串的反序存储和连接。运用混合编程和函数调用实现数串的切割和连接。几个小程序都是自己编的带有实验报告注释等等。适用于初学ARM的朋友。有混合编程。-Using assembly language to achieve a continuous spatial data copies. Using asse
ADD2
- 利用MFC实现两数的加法,两数以字符串的格式给出,可实现任意位的两数相加。-The use of MFC to achieve two number addition, both the number of the format of a string is given, enabling any number of the sum of two bits.
mystring
- 自己写的string的类,模仿库中的string,支持初始化,复值,字符串相加-Write their own string class, imitation library string, to support initialization, complex value, string concatenation
hw10
- 大整数加法运算,先将相加的两个数转换成字符串,再相加。-Large integer addition operation, first add the two numbers into a string, and then add.
AB
- 用字符串输入,然后像做加法一样,对应位相加,然后看是否进位,进位的话下一位加一,用电脑本身的加法是不可能实现20多位的加法的,所以自己写个高精度加法,加几千位甚至上万位都是没问题的。 -I have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum of A+ B.
DBMM
- 单表密码 定义: 1、 明表: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2、 明文 they will arrive tomorrow 3、 密钥 K=Monday 4、 密码实现 1) 将明文与密钥转为数字串: K=(12,14,13,3,0,24)
Vigenere
- 古典密码算法中的维吉尼亚密码算法 是一种简单的置换密码 输入密钥 为英文字符串 以密钥的阿斯克码与明文相加得密文-Classical cryptographic algorithms in Virginia cryptographic algorithm is a simple replacement for the English string password key to key usk code was added to the ciphertext and plaintext
myString
- 编写一个String类,并提供基本的字符串操作(如:字符串相加,获取字符串长度,字符串比较,字符串转换整形/浮点,获取C语言格式的字符串等操作),并编写程序使用该String类。 -Write a String class, and provide basic string operations (such as: adding a string to get the string length, string comparison, string integer/floating poin
asd
- 1. 编写程序完成如下功能: ⑴ 编写一个自己的字符串类MyString,它有一个私有的数据成员:指向字符串的指针m_data。编写该类的构造函数、拷贝构造函数和析构函数,在构造函数和拷贝构造函数中动态申请内存空间赋值给m_data。用于存储字符串。在析构函数中释放内存空间。 ⑵ 重载运算符“+”作为类MyString的成员函数,使能完成字符串相加功能。 ⑶ 编写main函数,测试该类及被重载的运算符。-A written procedure performs the fol
hwxStr2BCD
- 实现十六进制方式的字符串到字符(BCD码)的转换, 字符(BCD码)到十六进制的转换, 十六进制字符串相加的操作。-Way to achieve a hexadecimal string to a character (BCD code) conversion character (BCD code) to hexadecimal conversion, hexadecimal string together action.
LongIntAdd
- 主要实现长整形数据相加,采用字符串相加的方式,可以进行两个长整形数据相加-The main achievement of long integer data are added, using string concatenation approach can be summed two long integer data