-
Autentication Filter
本实例将通过ISAPI提供的功能实现访问控制过滤器(Autentication Filter)。可以设定最大访问用户的数量以及授权用户名和密码。(example through the provision of functional ISAPI access control filters (Autentication Filter). The visit can set a maximum number of users and the authorized user name and password.)
- 2004-10-28 16:21:04下载
- 积分:1
-
Matlab-senior-notes(2)
Matlab高级讲义之matlab语言基础(Matlab senior notes- matlab language based)
- 2011-12-24 21:11:43下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1
-
GetDomainName2
Get full domain name of windows workstation
- 2014-10-10 12:45:41下载
- 积分:1
-
at
说明: mc389模块at中文指令详解,通过超级终端进行调试.(mc389 module at the Chinese instructions Xiang Jie, through the HyperTerminal for debugging.)
- 2010-01-03 08:29:00下载
- 积分:1
-
Matlabebook
Matlab详细手册
Matlab详细手册
Matlab详细手册()
- 2007-09-06 15:28:41下载
- 积分:1
-
autocorrelation
时间序列中自相关函数的计算代码,内附程序说明(Time series in the calculation of the autocorrelation function of the code, containing a description of the procedures)
- 2010-10-10 10:44:54下载
- 积分:1
-
READ-CSV-FILES
读取csv文件 可以实现与matlab交互用,或与其他文件交互,程序较小但可用(read vsc files
Interacting with Matlab can be achieved using the Read CSV file, or interact with other documents, the program small but can be used)
- 2013-12-18 10:40:13下载
- 积分:1
-
VCamatlab
VC++与matlab混合编程实例和VC调用matab生成的DLL说明(The mixed VC++ with matlab programming examples and generated by the VC call matab DLL description)
- 2021-03-04 19:09:32下载
- 积分:1
-
Matlab
最近找的求解方程的程序,可以借鉴下,挺好的(Solving equations to find the most recent program, you can learn, the very good)
- 2011-09-28 08:40:30下载
- 积分:1