资源列表

排序选择:

« 1 2 ... .66 .67 .68 .69 .70 206471.72 .73 .74 .75 .76 ... 267454 »

[其他小程序array_iterate

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

[家庭/个人应用tinyxml_2_6_2.tar

说明:TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs. It reads XML and creates C++ objects representing the XML document. The objects can be manipulated, changed, and saved again as XML.
<Jinyul Kim> 在 2025-06-29 上传 | 大小:205kb | 下载:0

[软件工程chuang33

说明:用于源码开发的文件,可以编辑多重语言,并且可以上传整个文件夹-Development Tools
<刘芬> 在 2025-06-29 上传 | 大小:885kb | 下载:0

[其他小程序cal_score

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

[matlab例程duanlu

说明:本程序采用MATLAB语言对电力系统的各种短路计算进行分析计算,如单相接地短路,两相短路,两相接地短路等。-This procedure using MATLAB language for a variety of short-circuit calculation power system analysis and calculation, such as single-phase ground short circuit, two-phase short-circuit, two-phase
<> 在 2025-06-29 上传 | 大小:2kb | 下载: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-06-29 上传 | 大小: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, respectively) sitting around a
<逍遥> 在 2025-06-29 上传 | 大小:1.41mb | 下载:0

[图形图像处理(光照,映射..)Matlab

说明:Matlab的有关学习代码,对初学者有一定帮助-Matlab' s about learning code, have some help for beginners
<张蕾> 在 2025-06-29 上传 | 大小:25kb | 下载:0

[其他小程序scheduler

说明:操作系统任务调度问题。操作系统任务分为系统任务和用户任务两种。其中,系统任务的优先级 < 50,用户任务的优先级 >= 50且 <= 255。优先级大于255的为非法任务,应予以剔除。现有一任务队列task[],长度为n,task中的元素值表示任务的优先级,数值越小,优先级越高。函数scheduler实现如下功能,将task[] 中的任务按照系统任务、用户任务依次存放到 system_task[] 数组和 user_task[] 数组中(数组中元素的值是任务在task[] 数组
<逍遥> 在 2025-06-29 上传 | 大小:743kb | 下载:1

[单片机(51,AVR,MSP430等)Battery-charger

说明:电池充电器: 使用STM8S103F3开发的蓄电池充电器,目前已投入生产使用,带工厂模式设置,过热保护,过电压检测,恒流恒压及浮冲判断-Battery charger: The battery charger is developed using STM8S103F3, at present it has been used in production, with the factory pattern set, overheat protection, overvoltage dete
<李三古> 在 2025-06-29 上传 | 大小:169kb | 下载:0

[其他小程序calculate

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

[单片机(51,AVR,MSP430等)software

说明:二氧化锆氧气传感器的氧气含量测量程序(此程序应经应用到产品)-Procedures for the measurement of oxygen content of two zirconia oxygen sensor (this procedure shall be applied to the product)
<丁南> 在 2025-06-29 上传 | 大小:192kb | 下载:0
« 1 2 ... .66 .67 .68 .69 .70 206471.72 .73 .74 .75 .76 ... 267454 »

源码中国 www.ymcn.org