资源列表
zifutongji
- c++入门小程序,主要功能统计输入的字符出现次数并显示出现次数最多的一个字符-c++ entry-small procedures, the main functions of statistics the number of characters entered and shown in a number of characters
main
- 猜1-1000的数字,可循环猜,超级好玩的-Guess 1-1000 figures, can be recycled guess, super fun
L_C_S
- This program finds Least Common Divisor (LCS) of two or more numbers.
mono
- MONO alphabetic cipher in c
GraphOne
- 图表的相关操作,很小很精悍,老师写的,绝对正确-Graph related operations, is very small and lean, the teacher wrote, absolutely correct
1
- 已知BUF单元有一个单字节无符号数X,按要求编写一程序段计算(无符号子数据),并将其存于累加器-BUF unit known to have a single-byte unsigned number X, according to calculations prepared in a block (unsigned child data), and stored in the accumulator
CPP
- 这个函数是用来比较三个数大小的 返回值是最小值 -Input numerical and compare the smallest size selection
passwordgen
- 密码生成器,可以生成足够强度的密码。根据源码可以调整密码长度和组成方式-Password generator can generate passwords of adequate strength. Source can be adjusted according to the password length and composition of
mfcconsole
- 将此文件加入工程,再将MFC工程的 属性Linker/system/subsystem 的Windows (/SUBSYSTEM:WINDOWS) 改为 Console (/SUBSYSTEM:CONSOLE) 再 #include <iostream> using namespace std 就可以对MFC程序 打印控制台调试信息-Add this file works, then the properties of MFC project Linker/syste
ipv6.sh.tar
- 连接ipv6 运行前先赋予执行权限 就这样了,应该没有疑问了-connect to ipv6
tiaoshuibisai
- 这是一个有关跳水比赛的小程序,主要讲的是如何运用for循环-This is a small program about diving competition, mainly talking about how to use a for loop
2
- 题目:判断101-200之间有多少个素数,并输出所有素数。 程序分析:判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除, 则表明此数不是素数,反之是素数。 -Title: Determine the number between 101-200 primes and outputs all primes. Program analysis: determine the primes method: a few were removed from 2 t