搜索资源列表
servu6
- ServerU 转 关于软件的使用说明和注册,如无特别说明,请用记事本打开压缩包内的NFO文件。 一、算法注册机 1 运行未注册软件,得到软件机器码。 2 运行算法注册机,由注册机算出注册码。 3 然后在原软件注册处输入即可注册成功。 或者直接由注册机得到Name和Code等信息进行注册。 二、内存注册机(内存补丁) 1 前提安装原版软件;下载内存注册机。 2 把内存补丁复制到软件所在(硬盘的)目录内;运行内存补丁,接着输入
AT91RM9200-GettingStarted-GHS3_6-1_1
- This zip file provides Getting Started quickly on the AT91RM9200 Evaluation Kit (AT91RM9200-EK) with Green Hills 3.6.1 Multi® 2000 Software Tool. Includes main.html file for help.
TELCALLID-Delphi-cade
- 关于电话来电显示的源码,我想好东西一定要共同分享! 1)必须先安装MSComm32,Install.bat的内容如下: c:\windows\system\regsvr32 mscomm32.ocx regedit mscomm32.reg 2)必须到电信局申请来电显示功能,许多Modem不支持来电显示功能。 3)如果程序不能正常工作,可能所选择的Modem使用了"标准调制调解器"驱动程序或基它不兼容的驱动程序,建议使用Modem原配的驱动程序。
Dial.LDXS
- 1)必须先安装MSComm32,Install.bat的内容如下: c:\windows\system\regsvr32 mscomm32.ocx regedit mscomm32.reg 2)必须到电信局申请来电显示功能,许多Modem不支持来电显示功能。 3)如果程序不能正常工作,可能所选择的Modem使用了"标准调制调解器"驱动程序或基它不兼容的驱动程序,建议使用Modem原配的驱动程序。-Caller ID
Virii-1.src
- BAT/Killfiles delete all system files et delete reg key-BAT/Killfiles delete all system files et delete reg key
VisualPCPPTTSSample
- The Microsoft® Speech SDK 5.1 is the developer kit for the Microsoft® Windows environment. Tools, information, and sample engines and applications are provided to help you integrate and optimize your speech recognition and speech synthesis engi
Delphi-shapefile
- API to the shapelib verion 1.2.9. 读写arcgis shape 文件的源码和演示程序.-This API enables the access to the widely used ArcView® Shape format by the usage of the OpenSource Shapelib 1.2.9 library written by Framk Warmerdam.
lab4
- module counter_modk(clock, reset_n, Q) parameter n = 4 parameter k = 16 input clock, reset_n output [n-1:0] Q reg [n-1:0] Q always @(posedge clock or negedge reset_n) begin if (~reset_n) Q <= d0 else begi
jinwang
- 4位二进制计数器 基于quartus2程序-module CNT24(CLK,Q) output [3:0] Q input CLK reg [3:0] Q1 always @(posedge CLK) begin Q1<=Q1+1 end assign Q=Q1 endmodule
SVMMIV
- 这个例子是书上的Morlet小波程序,运行时总是出错。包括 ??? Error using ==> CWT_Morlet at 11 At least 1 parameter required! 这个问题是怎么回事?error的用法错在哪里了?还有,这个程序还有哪些错误呢?比如函数定义之类的问题?请各位大侠帮帮我吧。- Review the release notes for other MathWorks® products required for thi