搜索资源列表
JC 1.0
- JC1.0。本编译器包含完整的文档与程序。借助 Lex & Bison, masm 开发。语句5个,支持混合运算。输入输出作为两个 IO 语句(函数调用),由汇编实现并编译为 io.obj,将由 Link 链接。生成 EXE。整个流程完整清晰,代码易读。-JC1.0. The compiler includes complete documentation and procedures. With Lex Bison, can develop. Statement 5, support mixe
ASU-II
- 能力风暴 型号ASU-II 自由行走jc代码-ability storm models ASU-II code Freedom jc
jc
- 蚁群算法解旅行商问题的MATLAB源码, 城市坐标可自行修改。
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
cp1
- 此文档英文原文摘自www.cppreference.com 以下C-Free的支持者,为文档的翻译做出贡献,特此感谢: Dreamby , sirius , Vic Zhang , Lauren.Jc , Rexzhou , power , littlestone -Excerpt from the original English text of this document www.cppreference.com the following C-Fr
JC
- 这是进程状态转换可视化实验源码,用MFC的对话框做成的,进程状态在就绪,阻塞,挂起状态之间的转换。-This is the process of state transition visualization experiment source code, using MFC dialog box made of the process status in place, blocking, pending conversion between.
jc
- 操作系统进程遍历 包括(名称,ID,用户,路径)-Including operating system processes traverse (name, ID, user, path)
jc
- 一个列出当前所有进程及进程模块的小工具,希望能给你有所帮助!-A list of all current processes and process modules Gadgets
jc
- 可以算到1000以上的阶乘,通过循环来进行计算-More than can be counted to the factorial of 1000, through the cycle to be calculated
JC
- 模拟各种进程调度算法,并能管理各种进程调度算法的演示过程。-Simulate various process scheduling algorithms, and can manage the process of scheduling a demonstration of the process.
jc
- 操作系统的进程调度功能,对操作系统进程调度功能的模拟-Operating system process scheduling function, the operating system process scheduling function simulation
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
- matlab实现加汉明窗,矩形窗,并对它们进行傅里叶变换,并实现频谱的分析。-matlab realize Jia Hanming window, rectangular window, and they are subjected to Fourier transform, and to achieve the analysis of the frequency spectrum.
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
JC-Email-List-Manager-3.0-VIP
- Why your files are not be used? 1.The content is too simple 2.Is not a sourcecode or document 3.lost some files 4.Descr iption is not detailed or not correct 5.Compressed file has password 6.Sourcecode duplicate or already exisd
JC
- johnson cook vumat code
JC方程
- 清华大学JC方程,umat,跟书上是一样的 但是每次提交我没运行收敛