搜索资源列表
jc
- 汇编语言的基础教程,以及与c程序语言的相关内容
闰年计算
- data segment ;定义数据段 infon db 0dh,0ah,'Please input a year: $' Y db 0dh,0ah,'This is a leap year! $' N db 0dh,0ah,'This is not a leap year! $' w dw
UMAT-JC
- 适用于ABAQUS的自定义材料子程序,适用于Johnson-Cook材料模型-Apply to custom material ABAQUS subroutine for Johnson-Cook material model
Fibonacci-Sequence
- 汇编 菲波那契数列 include irvine32.inc 原理:f3=f2+f1 .data str1 byte "请输入所求的菲波那契数列的位数:",0 str2 byte "此程序中菲波那契数列最大位置:",0 j dword 2 求最大位置 f1 dword 1,0,0 用3个32位表示一个96位 f2 dword 1,0,0 用3个32位表示一个96位 m dword ? .code main proc mov
JC-EUO-02B-02
- 智能水壶,自动读取温度,高原沸点检测。多重保护-Intelligent kettle
reliability_JC
- JC算法计算系统可靠度,JC算法也成为验算点法,是普遍使用的可靠度计算方法-JC algorithm system reliability, JC algorithm has become a checking point method, the reliability calculation method commonly used