资源列表
Poly
- 自定义了类型——多项式,实现多项式的相加和输出功能。-Define the type polynomial, realize the sum of polynomial and output functions
MyDllTest
- c++中使用dll的学习程序,程序相对比较简单,易懂。-a code for study dll in c++ ,which is relatively simple ,but useful
tongji
- 统计分析的源码,柱状图,扇形图等各种形式的详细代码-Statistical analysis Statistical analysis Statistical analysis Statistical analysis source
fenbushijisuan
- 分布式计算,包括c++,c++到com,com接口等基础知识和例子-Distributed computing, including C++, c++ com, com, interface basics and examples
803_I_E_B
- VB源程序,一个测量和预测人的智力体力情绪周期性变化状况的小程序。-predictor human s emotion, intelligence and body energy
test_Pic_Compare
- Image comparator source code developed by me :)
VS-run-faster
- Run Fater Visual Studio IDE
sensors_cpp
- L3G4200D + the ADXL345 + HMC5883L + BMP085-L3G4200D+ the ADXL345+ HMC5883L+ BMP085
2103_module
- 2103新特旗舰应用,编程C语言,使用新技术-2103 new special flagship application
Encryption
- 题目:某个通信公司采用公用电话传输数据,数据是4位数字的整数,在传送数据过程中是加密的,加密规则是:每位数字都加上5,然后用和除以10的余数代替该数字;再将第1位和第4位交换;第2位和第三位交换。-Title: a communications company to a public telephone transmission of data, data is the four-digit integer, in the process of transmission of data is e
Decryption
- 某个公司想用电话传送数据,但又担心窃听。数据都是由四个数字组成的整数。为了使数据传送更安全一些,公司要求你编写一个加密数据的程序。程序读取一个四位整数,然后按如下规则加密:每位数字都加上7,然后用和除以10的余数取代该数字;再把第一位与第三位交换,第二位与第四位交换。再单独编写一个程序,读取一个加密后的四位数字的整数,把它解密成原来的数。-And then write a separate program to read an encrypted four-digit integer, and
Palindrome
- 回文是指数字或文本正向和逆向读时都一样的文本。例如,下列五位整数都是回文: 12321、55555、45554和11611。写出判断一个五位num为回文的表达式-Palindrome refers to the forward and reverse reading of the numbers or text are the same text. For example, the following five integers are palindromes: 12321,55555,4555