资源列表

« 1 2 ... .95 .96 .97 .98 .99 64800.01 .02 .03 .04 .05 ... 66605 »

[其他小程序triangle

说明:一个不错的程序,用来证明三角个各个边的关系。-A good program, used to prove the relationship between the various sides of a triangle.
<夏瑞卿> 在 2025-02-08 上传 | 大小:1kb | 下载:0

[其他小程序push

说明:完整地描述了数据结构中的进栈过程:在堆栈中,用户只能在指定的一端插入和删除元素,因此具有后进先出(LIFO)的特性;在队列中,用户只能在一端插入元素而在另一端删除元素,因此呈现先进先出(FIFO)的特性。从数据结构角度看,它们都是线性结构。 -A complete descr iption of the data structure into the stack process: in the stack, users can in
<cindy> 在 2025-02-08 上传 | 大小:1kb | 下载:0

[按钮控件1

说明:用C#语言将VS中的数据导入到excel表格中和往数据库中写东西-C# language VS import data to excel in the table and write something to the database
<小明> 在 2025-02-08 上传 | 大小:1kb | 下载:0

[其他小程序LinkStack

说明:描述了链栈的进栈、出栈,以及多链栈的进栈、出栈的完整算法-Describes the chain stack into the stack, the stack, and multi-chain stack into the stack, the stack integrity algorithm
<cindy> 在 2025-02-08 上传 | 大小:1kb | 下载:0

[其他小程序BracketMatch

说明:括号匹配问题:假设表达式中只包含圆括号、方括号和花括号这三种括号,并且它们可互相嵌套。如,([{}])([ ])或({([ ][( )])})等均为正确的格式,但{[ ]})}或{[( )]或([ ]}均为不正确的格式。 -Bracket Match program
<cindy> 在 2025-02-08 上传 | 大小:1kb | 下载:0

[其他小程序ExpEvaluation

说明:表达式求值算法:表达式求值是高级语言编译中的一个基本问题,是栈的典型应用实例。 任何一个表达式都是由运算数(operand)、运算符(operator)和界限符(delimiter)组成的。运算数既可以是常数,也可以是被说明为变量或常量的标识符;运算符可以分为算术运算符、关系运算符和逻辑运算符三类;基本界限符有左右括号和表达式结束符等。 由于某些运算符可能具有比别的运算符更高的优先级,因此表达式求值不可能严格地从左到右进行。为了
<cindy> 在 2025-02-08 上传 | 大小:1kb | 下载:0

[其他小程序Conversion

说明:进制转换算法:设其他进制为th。十进制整数转换为th进制,采用“除th取余,逆序排列”法。具体做法是:用th去除十进制整数,可以得到一个商和余数;再用th去除商,又会得到一个商和余数,如此进行,直到商为零时为止,然后把先得到的余数作为th进制数的低位有效位,后得到的余数作为th进制数的高位有效位,依次排列起来。 -Conversion program
<cindy> 在 2025-02-08 上传 | 大小:1kb | 下载:0

[其他小程序NewtonIteration

说明:求最小PID可达方差,用于评价PID控制系统的控制系能,比最小方差控制最为评价基准更可靠-PID up to find the minimum variance control system for evaluation of PID control system can be more than the minimum variance control most reliable evaluation criteria
<黄少> 在 2025-02-08 上传 | 大小:1kb | 下载:0

[其他小程序ofdm

说明:产生供选择的16qam 64qamOFDM信号-Generating a signal for the selected 16qam 64qamOFDM
<hdl> 在 2025-02-08 上传 | 大小:1kb | 下载:0

[其他小程序toumingxuanzekuang

说明:易语言做透明选择框的源码,当然,举一反三,单选框什么的也可以这样弄!-Easy language to do transparent selection box source, of course, infer other things from one fact, radio buttons can also get what!
<张欣> 在 2025-02-08 上传 | 大小:1kb | 下载:0

[其他小程序test

说明:It is a simple C++ project which can get all the name of all the files o f a file
<luxin> 在 2025-02-08 上传 | 大小:1kb | 下载:0

[其他小程序cs_doa

说明:压缩感知实现阵列信号处理 对比MUSIC方法-Compressed sensing array signal processing to achieve contrast MUSIC algorithm
<冒冒> 在 2025-02-08 上传 | 大小:1kb | 下载:0
« 1 2 ... .95 .96 .97 .98 .99 64800.01 .02 .03 .04 .05 ... 66605 »

源码中国 www.ymcn.org