搜索资源列表
C中加汇编_计算圆周率
- 介绍了在VC编辑器中,加入汇编语言的以实现混合编程的方法,并演示了计算圆周率的过程,很不错-introduced in VC editor, by adding assembly language to achieve the mixed programming method and demonstrated the calculation of the ratio of the circumference and very good! !
qw123
- 计算机能自动连续地工作,是由程序控制而实现的,程序是用程序设计语言按任务的要求事先编写的。程序设计语言按发展过程分为:机器语言、汇编语言和高级语言。-computer automatically consecutive work is programmed to achieve the procedure is used programming language by the requirements of prior preparation. By programming language d
aaaaaaaaaaaaa
- 课程安排,用拓扑排序实现 4、实现课程的拓扑排序。(选)(加) 问题描述:软件专业的学生要学习一系列课程,其中有些课程必须在其先修课程完成后才能学习,具体关系见下表: 课程编号 课程名称 先决条件 C1 程序设计基础 无 C2 离散数学 C1 C3 数据结构 C1,C2 C4 汇编语言 C1 C5 操作系统 C3 假设每门课程的学习时间为一学期,试为该专业的学生设计教学计划,使他们能在最短的时间内修完这些课程。-curriculum, using topolo
Pn9
- 用汇编语言实现的PN码,长度为9。。只需要8个cycle就可以出32bit。。效率很高。。和大家一起共享:)-using assembly language to achieve the PN code, the length of nine. . Only eight cycle will be 32 bit. . High efficiency. . And together we share :)
MD4_asm
- MD4_asm,加密解密必须掌握的程序,汇编语言实现
computercontroldesign
- matlab以及汇编语言实现的锅炉水位的控。
vc91445348451251
- 课程安排,用拓扑排序实现 4、实现课程的拓扑排序。(选)(加) 问题描述:软件专业的学生要学习一系列课程,其中有些课程必须在其先修课程完成后才能学习,具体关系见下表: 课程编号 课程名称 先决条件 C1 程序设计基础 无 C2 离散数学 C1 C3 数据结构 C1,C2 C4 汇编语言 C1 C5 操作系统 C3 假设每门课程的学习时间为一学期,试为该专业的学生设计教学计划,使他们能在最短的时间内修完这些课程。
C_C++pointer
- 指针是C和C++语言编程中最重要的概念之一,也是最容易产生困惑并导致程序出错的问题之一。利用指针编程可以表示各种数据结构, 通过指针可使用主调函数和被调函数之间共享变量或数据结构,便于实现双向数据通讯;并能像汇编语言一样处理内存地址,从而编出精练而高效的程序。指针极大地丰富了C和C++语言的功能。-Pointer is a C and C++ Language programming in the concept of one of the most important and most eas
M
- 这是一个用汇编语言写的关于32bit整数除法的快速实现算法。-This is a compilation of the language used to write on the rapid 32bit integer division algorithm.
MasmPointer
- 一篇探讨汇编语言实现指针的方法,此外本文还实现了一个原型系统,并使用该系统对链表、二叉树等非 平凡的指针程序的进行了自动的安全验证。-An assembly language to explore ways to achieve the target, in addition to this paper implements a prototype system and the use of the system of linked list, binary tree, such as no
hbok
- 汇编语言实现1位数的加减乘除运算,除法运算带余数-asghwegterg regergrhgehgrt erhgrrtjtyjyt
zishiiying
- 自适应滤波算法是自适应滤波器实现过程中较为重要的环节,数字信号处理器的出现为数字信号处理算法的 实现和大规模数据的实时处理提供了可能。通过对自适应最小均方算法(LMS) 及其各种改进算法的Matlab 仿真,进行分 析及归纳比较,得出结论,并在此基础上,提出算法的优化方案,以DSP 为平台,用汇编语言对自适应算法进行了描述,最终 以DSP 为平台完成了自适应滤波器的设计。-Adaptive filtering algorithm is an adaptive filter proce
High-Precision-Library
- C++语言高精度计算库 可以直接利用dll文件 也可以利用源代码内嵌入项目 国外开放源码资源 质量很高 许多部分利用汇编语言加速,实现精巧-C++ language using high-precision computation library dll file can also be used the source code open-source embedded projects abroad, many parts of resource quality hig
DSP
- 这是个压缩文件,里面有matlab程序可以直接运行,作用是实现该程序完成16个脉冲信号的脉压、MTI/MTD ,另外有C程序,作用主要是在visualdsp++环境中实现上述功能,但是要用到matlab产生的数据。最后还有个matlab比较程序.另外还有实现FFT的汇编语言程序。-This is a compressed file, which has matlab program can be run directly, is to implement the program complete
queen
- 经典的八皇后问题,采用MIPS汇编语言的实现方法。-solution of the eight queens problem by MIPS
bubbleSort_asm
- /* * Author: some gulu, not me. */ 冒泡排序算法的汇编语言实现。 及其它相关内排序算法。-bubbleSort ASM code
DFT
- 离散傅里叶变换matlab代码,同时有DSP环境下用汇编语言实现DFT的128位运算。-Discrete Fourier transform matlab code, while under the DSP assembly language environment to achieve DFT of 128 operations.
convertor
- 用单片机实现的,其中使用了与汇编语言互相调用的功能(MCU control unit ,the program is used for convertor control, and is used successfully,you can download this)
Bubblesort
- 冒泡排序,汇编语言,基于c,实现了对数组由小到大的排列,利用if条件判断(bubble sort is a easy method for sort)