搜索资源列表
SparcZ
- 用win32汇编编写的类木马的东西,运行后在机子上打开23端口,用telnet登陆,可以运行下列命令: open filename - open the file or program msg message - place message plainly over screen box message - show within a messagebox cdopen - to open CDROM drive door cdclose - to close CDROM d
masm5
- 1、下载个masm5.0(简单,适合初学者),里面至少应包含masm.exe和link.exe,可能还包含其他的,不过我们只需要最基本的这两个。 2、将masm5.0压缩包里的程序解压(包含masm.exe和link.exe),放到一个目录中(如D:\masm),然后就在这个目录下建立个文本文件(如XX.txt)写入个汇编程序,保存,将后缀名改为XX.asm。 3、进入命令提示行(开始--运行--输入cmd) 4、进入程序所在文件夹(用dos的cd命令),以2中的为例,键入“d
SPCE061A_MAX_Sub_good
- 凌阳子程序大全+++趣味语音识别程序+++61板自检程序+++语音电子钟程序+++语音识别且识别过程在图形液晶显示模组LCD上显示实验+++复读机程序+++数据传送指令演示程序+++冒泡排序程序+++LED键盘模组自检程序+++led单向循环流水灯程序+++点亮IOA口外接LED键盘模组的不同的led来显示按键输入值+++外部中断实验+++触键唤醒实验+++IRQ5,4,6时基信号中断实验+++定时器实验+++定时器A/B的irq0、irq1和irq2中断实验+++双路DAC实验+++ADC转换
d1321r3-ATA-ATAPI-5
- ATA/ATAPI-5规范 ATA接口相关开发的标准-This standard specifies the AT Attachment Interface between host systems and storage devices. It provides a common attachment interface for systems manufacturers, system integrators, software suppliers, and suppliers
LED
- 系统实验板原理图掌握七段码显示器硬件线路原理掌握用HD7279A 芯片 实现显示的编程方法 HD7279A 是一片具有串行接口的,可同时驱动8 位共阴式数码管(或64 只独立LED)的 智能显示驱动芯片该芯片同时还可连接多达64 键的键盘矩阵 HD7279A 内部含有译码器可直接接受16 进制码HD7279A 还同时具有2 种译码方 式HD7279A 还具有多种控制指令如消隐闪烁左移右移段寻址等-System board schematic master code displ
asm
- intel 汇编指令,所有的基本指令都有,使用汇编的弟兄们可以-intel compilation instructions, all have the basic commands, use the compilation of the brothers can take a look at
ELEVATOR
- 采用汇编语言实现的模拟电梯的控制和运行。该电梯除实现了普通的识别静态指令的基本电梯功能外,额外支持电梯运行过程中的动态指令识别,可随时调整电梯前进的方向与目的地。此外,该模拟电梯还配备了紧急维修、暂停行驶、贵宾直达等特殊功能,并保证了较完备的安全性与可靠性。-The use of assembly language to achieve the simulation of the control and operation of elevators. In addition to the ele
massey_speech_project
- This the source code to the Massey School of Engineering Speech project.It has the Alice Artificial Intelligence engine included and only needs a Microsoft Agent character to work. The program will work without MSagent as well however. The program
gsm
- gsm code for 8051 .make calls and send sms using at commands. lcd interfaced
ModemCall
- 使用串口modem发起at呼叫指令,用gsm , cdma modem群呼-Initiated at the call using a serial modem commands, with gsm, cdma modem group call
SmartWaveCom
- Delphi写的通用AT短信收发程序 采用AT命令写的短信收发程序。 1.接口数据库可自行创建(SQL2000) 发送短信表结构为: CREATE TABLE [dbo].[SMS_Send] ( [id] [int] IDENTITY (1, 1) NOT NULL , [mobile] [nvarchar] (20) COLLATE Chinese_PRC_CI_AS NULL , [Msg] [nvarchar] (160) COLLATE Chinese_P
shell_v3
- linux环境下,实现的shell解释器,实现功能主要有: 1. 基本界面由输入提示符开头 2. 执行可执行文件包括参数 3. 错误提示 4. 内置简单shell 命令 cd exit 5. 单次I/O 重定向 > < 6. 单次管道 | 7. 后台运行 & 8. 顺序执行多个命令 ;-linux environment, to achieve the shell interpreter to realize functions are: 1
MONITORING-AND-CONTROL--ON-LABVIEW
- 摘 要 针对实现液罐的监测与控制系统,采用下位机:以C52单片机为核心,控制HC-SR04超声波测距模块和DS18B20分别对液面高度和液罐中温度进行测量。上位机:在PC机中通过LabVIEW进行编程,其主要功能为:数字时钟、液罐液位的模拟、波形图、液位超限的报警功能、液位控制的自动和手动模式、以及对数据进行存储。单片机对液位和温度的数据进行采集后,LabVIEW可选择性的使其在面板中进行显示,同时还可发送指令给单片机控制进水阀和出水阀的开闭,也可通过自动模式对液位进行控制。相比于传统控制系统,
TC35_VB
- VB通过短信猫发送短信,tc35短信猫,通过AT命令发送短信,接收短信-VB to send text messages via SMS cat tc35 cats SMS through AT commands to send SMS and receive SMS, etc.
tgmpreview
- 功能强大而易于使用的打印/预览组件功能强大而易于使用的打印/预览组件-TGmPrinter is an easy-to-use but powerful print/preview component with the following features:Full page preview with the abilits to show margins and a variable shadow using any colourPreview navigation (First, Prev,
LEUP1
- 程序 DEMOCRW 和 DEMOPRO 是用于学习 80X86 CPU 的保护模式特性,核心都在常规内存中,方便查看内部数据和堆栈。 本程序必须运行在纯 DOS 下(如 Windows 98 的 启动 DOS ),运行后驻留内存,再运行 DEBUG 实验。 出现保护异常会用黑底黄字显示当前信息(错误代码、中断号(实际是中断号*4)、V86 堆栈)并退出异常程序。 启动时会报告各数据的地址,以及再要显示报告数据的程序地址。 2 RDRXSGEE 程序原为用于 STC89C5
tut09
- This the example from Iczelion s Win32 Assembly Tutorial part 9. In order to assemble the example, you have to have ml.exe, link.exe and nmake.exe in your path. If they re not in the path, you will have to edit makefile to include the full path
AT_SPBT2632C2A_AT2
- This some AT commands for AT_SPBT2632C2A_AT2 sending from C8051F340 MCU
Speech-Recognition-System
- 本文介绍了基于MATLAB的语音识别系统,包括对语音信号的特征提取,包括语音信号的特征提取,快速傅立叶变换,离散余弦转换,线性预测分析,梅尔频率倒谱系数以及高斯混合模型。-This paper aims at development and performance analysis of a speaker dependent speech recognition system using MATLAB® . The issues that were considered are 1
C-Sharp-serial-AT-SMS-reading
- C # serial AT commands to achieve SMS reading-C# serial AT commands to achieve SMS reading