资源列表

[文档资料chang's 栈

说明:在用户最近访问的网页中进行“前进”和“后退”是Web浏览器的常用功能,实现该功能的一种方式是使用两个栈(backward 栈和forward栈)来存储用户访问的网址。?后退(BACK):如果backward栈为空,则该命令被忽略。否则,将当前页面压入forward栈,并从backward栈中弹出一个页面作为当前页面。 ?前进(FORWARD):如果forward栈为空,则该命令被忽略。否则,将当前页面压入backward栈,并从for
<kaiser1998> 在 2024-09-30 上传 | 大小:2178048 | 下载:0

[文件格式Compiladores

说明:libro sobre compiladores, y los analizadores
<Marioloez> 在 2024-09-30 上传 | 大小:4201472 | 下载:0

[文档资料Introduction of IMAQ module

说明:IMAQ 模块介绍 LabVIEW 机器视觉前面板上的模块有以下几类 2. Image Display control 3. IMAQ Vision controls 4. Machine Vision controls(IMAQ module introduction There are several types of modules on the LabVIEW machine vision front panel 2
<Mrwang2334> 在 2024-09-30 上传 | 大小:741376 | 下载:1

[文档资料NI Sound and Vibration Assistant

说明:NI Sound and Vibration Assistant Getting Started with the NI Sound and Vibration Assistant
<Mrwang2334> 在 2024-09-30 上传 | 大小:1521664 | 下载:0

[软件工程remote-v1.1

说明:遥控器电路,采用stm32f030f4p6主控,20引脚封装,元件简明(Remote control circuit, stm32f030f4p6 master control 20 pin package, simple components)
<ilegend> 在 2024-09-30 上传 | 大小:10834944 | 下载:0

[文档资料简单vrp实例代码 保证可用

说明:基于遗传算法的车辆路径问题求解。本文件夹奥阔修改后的遗传算法实例代码 保证可用 (适合初学者和小白)(The problem of vehicle routing problem based on genetic algorithm is solved. This folder Aokuo modified genetic algorithm code examples to ensure that available (for beg
<西瓜331> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[编程文档Beamforming

说明:波速成型算法、麦克风阵列语音信号技术相关文档以及webrtc相关文档(Wave speed forming algorithm, microphone array voice signal technology related documents and webrtc related documents)
<范大明> 在 2024-09-30 上传 | 大小:2930688 | 下载:0

[文档资料U-Boot启动第二阶段代码分析

说明:U-Boot第一阶段的启动流程。(nandflash启动,把nand的4k代码考到sram中,因为nand没址线,不能映射到内存,所以通过sram进行过度,sram中4k代码把整个uboot拷贝到sdram上,初始化好堆栈,为c语言提供条件,进入uboot的第二阶段! )这个阶段主要是初始化硬件设备,为加载U-Boot的第二阶段代码准备RAM空间最后跳转到lib_arm/board.c中start_armboot函数,这是第二阶段的入口
<张伟12> 在 2024-09-30 上传 | 大小:131072 | 下载:0

[文档资料Hadoop+HDFS+实践教程

说明:学习hadoop技术,了解hdfs技术,以及实践教学(teach you learn hadoop)
<hecyya> 在 2024-09-30 上传 | 大小:740352 | 下载:0

[文档资料C#开发典型模块大全

说明:本书以关键技术为核心,通过22个典型模块系统、全面地介绍了如何使用c#进行各领域的程序开发。(At the core of the key technology, this book introduces how to use c# to develop the program in various fields through 22 typical modules system.)
<disely> 在 2024-09-30 上传 | 大小:86863872 | 下载:0

[文档资料最大数

说明:求数组中的最大值,并将其输出到控制台,这是一种简单而有效的方法(It is a simple and effective way to find the maximum of the array and output it to the console.)
<张惠雨> 在 2024-09-30 上传 | 大小:16384 | 下载:0

[文档资料基于LSD的直线提取算法

说明:基于LSD的直线提取算法的原理、特点介绍(Introduction of straight line extraction algorithm based on LSD)
<artemis_wss> 在 2024-09-30 上传 | 大小:955392 | 下载:0

源码中国 www.ymcn.org