资源列表

« 1 2 ... .52 .53 .54 .55 .56 66257.58 .59 .60 .61 .62 ... 66603 »

[其他小程序array_compare

说明:比较两个数组,要求从数组最后一个元素开始逐个元素向前比较,如果2个数组长度不等,则只比较较短长度数组个数元素。返回比较中发现的不相等元素的个数。-Compare two arrays, the last element from an array requires start-by-element comparison forward, if the two arrays of unequal length, only the rela
<逍遥> 在 2025-04-06 上传 | 大小:1.52mb | 下载:0

[其他小程序array_iterate

说明:输入一个由随机数组成的数列(数列中每个数均是大于0的整数,长度已知),和初始计数值m。从数列首位置开始计数,计数到m后,将数列该位置数值替换计数值m,并将数列该位置数值出列,然后从下一位置从新开始计数,直到数列所有数值出列为止。如果计数到达数列尾段,则返回数列首位置继续计数。-Input by the random number consisting of a number of columns (number of columns a
<逍遥> 在 2025-04-06 上传 | 大小:780kb | 下载:0

[其他小程序cal_score

说明:选秀节目打分,分为专家评委和大众评委,score[]  数组里面存储每个评委打的分数,judge_type[]  里存储与  score[]  数组对应的评委类别,judge_type[i]  ==  1,表示专家评委,judge_type[i]  ==  2,表示大众评委,n表示评委总数。打分规则如下:专家评委和大众评委的分数先分别取一个平均分(平均分取整),然后,总分&
<逍遥> 在 2025-04-06 上传 | 大小:1.54mb | 下载:0

[驱动编程key5110

说明:本程序是在MSP430F149上,用诺基亚5110屏幕,显示当前按键的键值。适合刚上手5110的程序代码-This procedure is in MSP430F149, the Nokia 5110 with a screen that displays the current keypad keys. Suitable program code 5110 just to get started
<关大胜> 在 2025-04-06 上传 | 大小:29kb | 下载:0

[其他小程序Joseph_Circle

说明:约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-Josephus is the application of a mathematical problem: Given n individuals (with numbers 1,2,3 ... n,
<逍遥> 在 2025-04-06 上传 | 大小:1.41mb | 下载:0

[其他小程序calculate

说明:输入一个只包含个位数字的简单四则运算表达式字符串,计算该表达式的值 注: 1、表达式只含 +, -, *, / 四则运算符,不含括号 2、表达式数值只包含个位整数(0-9),且不会出现0作为除数的情况 3、要考虑加减乘除按通常四则运算规定的计算优先级 4、除法用整数除法,即仅保留除法运算结果的整数部分。比如8/3=2。输入表达式保证无0作为除数情况发生 5、输入字符串一定是符合题意合法的表达式,其中只包括数字字符
<逍遥> 在 2025-04-06 上传 | 大小:4.2mb | 下载:0

[其他小程序fopen

说明:对一个二进制文件进行转换,将其输出为txt文档格式。-dat to txt
<wu> 在 2025-04-06 上传 | 大小:5kb | 下载:0

[对话框与窗口ThrowPenguin

说明:mfc下的编写了一个企鹅图形,并且可以拖动-mfc prepared under a penguin graphics, and you can drag
<johnny> 在 2025-04-06 上传 | 大小:1.59mb | 下载:0

[C#编程serial

说明:c#写的串口通信软件,最基本的串口操作,希望对于像我这样的初学者有帮助-a serial port communication software write by C#
<ghh136> 在 2025-04-06 上传 | 大小:96kb | 下载:0

[其他小程序gongziguanli

说明:职工工资管理,可实现工资的增删查改等功能,方便工资的管理!-Wages management, enabling wage CRUD functions to facilitate the management of wages!
<张雪艳> 在 2025-04-06 上传 | 大小:2kb | 下载:0

[Windows编程hafuman

说明:给定n个权值作为n个叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树(Huffman tree)。通过这个程序,可以实现哈弗曼树。-Given n as n weights leaf node, construct a binary tree, if the weighted path length to a minimum, said this is the optimal binary t
<刘丫丫> 在 2025-04-06 上传 | 大小:514kb | 下载:0

[Windows编程Stack

说明:栈是一种数据结构,它按照后进先出的原则存储数据,先进入的数据被压入栈底,最后的数据在栈顶,需要读数据的时候从栈顶开始弹出数据。-A stack is a data structure that stores data in accordance with the principle of LIFO, first enter the data is pushed onto the stack at the end, the last da
<刘丫丫> 在 2025-04-06 上传 | 大小:342kb | 下载:0
« 1 2 ... .52 .53 .54 .55 .56 66257.58 .59 .60 .61 .62 ... 66603 »

源码中国 www.ymcn.org