资源列表

« 1 2 ... .32 .33 .34 .35 .36 7737.38 .39 .40 .41 .42 ... 14954 »

[编译器/词法分析Compiler

说明:(1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你可以存贮一个删除了所有不必要空格和注释的C++源程序的压缩文本。因此,程序中还应该有这
<陈新杰> 在 2025-11-11 上传 | 大小:573kb | 下载:0

[汇编语言8259

说明:8259A可编程中断控制器实验 单片的 pc机中断控制器8259A的地址为20H、21H。编程时要根据中断类型型号设置中断矢量,8259中断屏蔽寄存器IMR对应位要清零(允许中断),中断服务结束返回前要使用中断结束命令: MOV AL,20H OUT 20H,AL 中断结束返回dos时应将IMR对应位置1,以关闭中断。 -8259A programmable interrupt controller chip in the pc test machine interrupt
<方婷> 在 2025-11-11 上传 | 大小:169kb | 下载:0

[书籍源码PSNR

说明:A simple PSNR calculator that might be handy in measuring the PSNR between two fr a mes in a video. Typically used in measuring the distortion when videos are encoded and decoded.
<Nikhiln> 在 2025-11-11 上传 | 大小:427kb | 下载:0

[书籍源码smooth

说明:SMOOTH uses a vectorized implementation that may be slow when X and/or fr a me_LENGTH are very large. The number of elements that are used for calculation is length(X)*fr a me_LENGTH. The algorithm vectorizes the operation by creating a matrix of ind
<Nikhiln> 在 2025-11-11 上传 | 大小:1kb | 下载:0

[书籍源码new

说明:It creates an m-file for a matlab function and populate with a header template describing the purpose of the function, the input and output parameters, and other relevant information. In addition, it inserts information related to the author of
<Nikhiln> 在 2025-11-11 上传 | 大小:1kb | 下载:0

[书籍源码Intermediate_Nodes

说明:The program takes the intermediate stoichiometric matrix of a chemical reaction mechanism as the input and gives the intermediate nodes in terms of all the possible combinations of p-(q-1) reaction steps. This program is complimentary to the "Reactio
<Nikhiln> 在 2025-11-11 上传 | 大小:1kb | 下载:1

[书籍源码kpib

说明:kpib.m contains code for GPIB and serial port communication for a number of scientific instruments, organized so that a single common command syntax can operate them all. For example, the command: r = kpib(INSTRUMENT,GPIB, read ) will return the
<Nikhiln> 在 2025-11-11 上传 | 大小:100kb | 下载:0

[并行运算bankM

说明:C#在Inter C++ 并行环境下实现的排队算法。-C# in the Inter C++ parallel queuing algorithm realized in the environment.
<matt.wang> 在 2025-11-11 上传 | 大小:15kb | 下载:0

[汇编语言18B20

说明:18B20测温,且能够实现多个18B20单总线通信-18B20 temperature, and can achieve more than a single bus communication 18B20
<shengren> 在 2025-11-11 上传 | 大小:38kb | 下载:0

[汇编语言bresenham-ellips

说明:生成椭圆的BRESENHAM算法(含头文件)-bresenham_ellips
<ZHQ> 在 2025-11-11 上传 | 大小:1kb | 下载:0

[汇编语言DC

说明:电机测速!以及调整PWM波实现电机的调速!-Motor Speed! And adjust the motor speed to achieve PWM wave!
<shengren> 在 2025-11-11 上传 | 大小:42kb | 下载:0

[书籍源码omapl-1xbootload

说明:介绍了dsp中omapl13x系列dsp中加载bootloader的方法-Introduced in omapl13x series dsp dsp bootloader loaded the method
<黄涛> 在 2025-11-11 上传 | 大小:1.56mb | 下载:0
« 1 2 ... .32 .33 .34 .35 .36 7737.38 .39 .40 .41 .42 ... 14954 »

源码中国 www.ymcn.org