资源列表
SCORE
- 按照学号的顺序输入20个学生的成绩及(0~100)存入一维数组SCORE,然后统计每个学生的名次并在屏幕输出。(In accordance with the number of students enter the order of 20 students' results and (0~100) into a one-dimensional array of SCORE, and then statistics of each student's ranking and output on t
实验1
- 简单运算和延时 [目的] 熟悉TASM、TLINK的操作,练习用简单的指令和伪指令编写完整的程序,并调试通过。 [设计要求] 1. 在数据段建立以 NUMB 为首址,以 byte 为单位的数据区域,NUMB 和 NUMB+1单元分别为36H和18H, 再编写 .EXE 程序,求这两个数的差与商。 2.用 NOP 指令编一段完整的 .EXE 延时程序,循环 40000 次。 3.观察有关寄存器、存储单元和 FLAGS 的改变。(Simple operation and delay
getabs
- 输入一个数字,输出绝对值。当输入不合规范时,会做出提示。(input a number and output the absolute value. When the input is out of specification, it will make a prompt.)
huibian
- 8255的A口作为输入口,与逻辑电平开关K7~K8相连。8255的B口作为输出口,与发光二极管LED7~LED8相连。编写程序,使得逻辑电平开关的变化在发光二极管上显示出来。即当开关k7(或K8)置于L时,对应发光二极管LED7(或LED8)点亮;置于H时熄灭(The 8255 A port is used as the input port and is connected with the logic level switch K7 - K8. The 8255 B port is used
student
- 实现学生成绩等信息的统计和计算,进行平均数,分数段的统计等(achieve statistics and calculation of students' grades and other information)
相对熵
- 计算相对熵,三角不等式,验证,,接口和毁容啊看就看定期维护(Calculating relative entropy)
NativeBayes
- 朴素贝叶斯垃圾邮件分类器,好歹哦后期维护阿里斯顿啊两千万(Naive Bayes spam classifier)
BZCF
- 可以很简单的计算三维数据的平均值和标准差,只需要一行程序即可解决。(The average and standard deviation of the three dimensional data can be calculated)
mips-isa4
- ISA Assembly language
MATLAB中的基本语法和语句示例代码
- MATLAB中的基本语法和语句示例代码,以便大家学习和使用。(The basic syntax and sentence sample code in MATLAB,So that everyone can learn and use.)
BrackOD
- od断点工具反编译工具 吾爱论坛专用工具(Od breakpoint tool decompiles special tool love forum tools)
方程求解程序
- 有函数f(x)=ex可展开成:f(0)+f’(0)x/1!+f”(0)x /2!+…。编写函数程序求ex,使误差小于0.0000001。(The function f (x) =ex can develop into: F (0) +f (0) "x/1! +f" (0) x + /2.... Write function program ex, so that the error is less than 0.0000001.)