资源列表
[C#编程] decimal-to-binary
说明:十进制数组到二进制数组的转换,并以二进制又对齐的方式输出二进制。-Decimal array into a binary array conversion, and output binary to binary and aligned manner.<张艳> 在 2025-06-07 上传 | 大小:1kb | 下载:0
[C#编程] linear-regression
说明:对n个数据点(xi,yi),i=0,1,...,n-1用直线y=ax+ b做回归分析~ -The number of n stronghold (xi, yi), I = 0, 1,... , n- 1 in a straight line y = ax+ b do regression analysis ~<lyy> 在 2025-06-07 上传 | 大小:1kb | 下载:0
[C#编程] xishujuzhen
说明:实现稀疏矩阵的加减乘和转置,方便利用该程序进行简要矩阵的运算-The sparse matrix addition and subtraction, multiplication, and transpose to facilitate the use of the program briefly matrix computing<哈文> 在 2025-06-07 上传 | 大小:1kb | 下载:0
[C#编程] Perpetual-calendar
说明:运行程序可直接显示今天是某年某月某日,且只显示本月月历!-Operational procedure can be directly display today is once upon a time, and only show this month calendar!<黄建军> 在 2025-06-07 上传 | 大小:1kb | 下载:0
[C#编程] CSharp-connect-oracle-
说明:c#与数据库oracle数据库连接的几种方式-c# CONN ORACLE<qingchun> 在 2025-06-07 上传 | 大小:1kb | 下载:0
[C#编程] ConsoleApplication1
说明:数据结构试验报告:线性表,同学录管理系统-The linear table Classmates management system<朱楠建> 在 2025-06-07 上传 | 大小:1kb | 下载:0
[C#编程] thethirdwork_1
说明: 按照古希腊三角几何,如果一定数目的卵石可以排列成对称的三角几何图形,则该数字被称为“三角形数”。例如,前10个三角形数分别为0,1,3,6,10,15,21,28,36,45。-In accordance with the ancient Greek trigonometry, if a certain number of pebbles can be arranged in a symmetrical triangle geometry, the number is called "<yuyang> 在 2025-06-07 上传 | 大小:1kb | 下载:0
[C#编程] zhongzhuihouzhuizhuanhuan
说明:演示用算符优先法对算术表达式求值的过程。 (1)从键盘输入任意一个语法正确的(中缀)表达式,显示并保存该表达式。 (2)利用栈结构,把上述(中缀)表达式转换成后缀表达式,并显示栈的状态变化过程和所得到的后缀表达式。 (3)利用栈结构,对上述后缀表达式进行求值,并显示栈的状态变化过程和最终结果。 -Demonstration by operator precedence for arithmetic expression evaluation process. (1) fro<buzhengtian> 在 2025-06-07 上传 | 大小:1kb | 下载:0
[C#编程] hw5
说明:实现删除嵌套的注释。每次从键盘上读取三行字符串。若发现存在嵌套的情况,即在注释内又存在的/*或*/,就把这/*或*/删除,注释外的部分保留。/与*优先级是左结合,即当前出现/*/时,优先删除/*。--Achieve delete nested comments. Each read three lines of string from the keyboard. If it is found of the presence of nested, the comment /* or* /, put<范萍伟> 在 2025-06-07 上传 | 大小:1kb | 下载:0