搜索资源列表
ex02.c
- 输入一个整数,求该整数的二进制表达中有多少个1-Enter an integer, find the binary representation of the integer number 1
chuzuichangzuiduanzifuchuan
- 找出最长及最短字符串.练习字符串处理: 编写程序,由键盘输入若干字符串,输出最长及最短的字符串。-To find out the longest and the shortest string. Practice string processing: preparation of procedures, a number of strings from the keyboard input, output and the longest and shortest strings.
0206.tar
- ①  构造1个具有1个整形参数的子函数,取出参数,并能够把低十位置一,还要结果返回;  ②构造1个具有2个参数的子函数,子函数将第1个指针参数中的每个元素做求和运算, 第2个参数传递的是第1个参数的元素数目 具体步骤:1、先在linux环境找到终端。2、切换路径到home路径下,建立工作文件夹,并且将工作路径切换至此。 3、建立主函数main,并且创建两个进程,进程1实现①,进程2实现②。 -① construct a child with a plastic pa
Contact-management-employees
- 设计一个通讯录,可以实现输入、显示、查找、删除、插入、保存、读入、按序号查找、拷贝等功能。-Design a book, you can achieve input, display, search, delete, insert, save, read, by serial number to find, copy and other functions.
Practice1_13
- 在自然数中找合数,就是从3开始向上试探找出N了连续的自然数中的合数。-Find in the natural number composite number, that is, 3 to start up a test to find N consecutive natural number of a composite number.