<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp"--> <% set rs=server.createobject("adodb.recordset") sqltext="select * from RegUser where UserId= " & request.form("uid") & " " rs.open sqltext,co
資源簡(jiǎn)介:<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% ProductClass_2=request("ProductClass_2") set rs=server.createobject("adodb.recordset") sqltext="select * from Product" if request("Product_Name")<>"" then sqlte...
上傳時(shí)間: 2013-11-25
上傳用戶:wl9454
資源簡(jiǎn)介:<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp"--> <% set rs=server.createobject("adodb.recordset") sqltext="select * from RegUser where UserId= " & request.form("uid") & " " rs.open sqltext,co
上傳時(shí)間: 2013-12-08
上傳用戶:yuanyuan123
資源簡(jiǎn)介:<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% Id=Session("LoginSuccess") ProductList = Session("ProductList") Products = Split(Request("cpbm"), ", ") For I=0 To UBound(Products) PutToShopBag Products(I), ProductL...
上傳時(shí)間: 2013-12-09
上傳用戶:huql11633
資源簡(jiǎn)介:<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% Id=Session("LoginSuccess") ProductList = Session("ProductList") Products = Split(Request("cpbm"), ", ") For I=0 To UBound(Products) PutToShopBag Products(I), ProductL...
上傳時(shí)間: 2014-08-18
上傳用戶:小草123
資源簡(jiǎn)介:<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="util.asp" --> <% Head="您放入購物車的物品已經(jīng)全數(shù)退回!" Session("ProductList") = "" %> <html> <head> <meta http-equiv="Content-Type" content="text/html charset=gb2312"> <STYLE ...
上傳時(shí)間: 2015-11-05
上傳用戶:zhaoq123
資源簡(jiǎn)介:實(shí)現(xiàn)基本JPEG的壓縮和編碼 % 1. 首先通過DCT變換去除數(shù)據(jù)冗余; % 2. 使用量化表對(duì)DCT系數(shù)進(jìn)行量化; % 3. 對(duì)量化后的系數(shù)進(jìn)行Huffman編碼。
上傳時(shí)間: 2014-01-14
上傳用戶:asddsd
資源簡(jiǎn)介:% This program calculates radar ranges in a jamming environment. It works % with both Stand-off jamming and self-screening jamming for steady and Swerling type % targets with frequency agility, coherent integration and standard atmosph...
上傳時(shí)間: 2013-12-24
上傳用戶:sammi
資源簡(jiǎn)介:% COMPDIR Computes a search direction in a subspace defined by Z. % Helper function for NLCONST. % Returns Newton direction if possible. % Returns random direction if gradient is small. % Otherwise, returns steepest descent direct...
上傳時(shí)間: 2014-01-24
上傳用戶:Thuan
資源簡(jiǎn)介:% This routine provides a convenient way to produce Pd/FAD information % from likelihood ratio information.
上傳時(shí)間: 2016-01-05
上傳用戶:liglechongchong
資源簡(jiǎn)介:% This program calculates Dilution of Precision with respect to a GPS * % receiver given its Cartesian ECEF position and the positions of four or * % more visible GPS satellites. It is a validation of the DOP algorithm and * % contai...
上傳時(shí)間: 2014-01-25
上傳用戶:zq70996813
資源簡(jiǎn)介:% RBF 神經(jīng)網(wǎng)絡(luò)用于模式分類與函數(shù)擬合 % 使用平臺(tái) - Matlab6.5及以上
上傳時(shí)間: 2016-03-17
上傳用戶:athjac
資源簡(jiǎn)介:基于PCA和LDA的人臉識(shí)別。% Main function that reads in files, applies pre-processing, calls face % recognition algorithm, and then plots resulting accuracy.
上傳時(shí)間: 2014-09-03
上傳用戶:jqy_china
資源簡(jiǎn)介:對(duì)多徑信道的仿真 輸入碼元,是一行矩陣,可以是實(shí)數(shù)也可以是復(fù)數(shù) %fs是輸入碼元的比特率 %fd是多普勒頻移 %n_delay是多徑信道的徑數(shù) %t_delay是多徑信道各徑的時(shí)延時(shí)間 %p_delay是多徑信道各徑的功率db值
上傳時(shí)間: 2013-12-31
上傳用戶:lindor
資源簡(jiǎn)介:% 仿真主要完成OFDM系統(tǒng)建模,實(shí)現(xiàn)OFDM系統(tǒng)傳輸流程, % 并對(duì)OFDM信號(hào)的時(shí)域波形及功率普密度進(jìn)行分析.進(jìn)行循環(huán)譜相關(guān)切片的分析。
上傳時(shí)間: 2013-12-19
上傳用戶:jing911003
資源簡(jiǎn)介:%程序名稱:求解約束優(yōu)化問題的改進(jìn)粒子群優(yōu)化算法 %程序功能:求解帶各種約束條件的優(yōu)化問題 %輸入條件:各種初始條件,以及設(shè)定參數(shù) %輸出數(shù)值:最優(yōu)解位置以及函數(shù)極小值
上傳時(shí)間: 2016-12-06
上傳用戶:www240697738
資源簡(jiǎn)介:生成給定分布律的隨機(jī)數(shù) % r=specrnd(x,p)返回一個(gè)來自分布律P(x)=p的隨機(jī)數(shù) % r=specrnd(x,p,m,n)返回m*n隨機(jī)數(shù)矩陣 % p的默認(rèn)值為等概率
上傳時(shí)間: 2014-01-17
上傳用戶:weixiao99
資源簡(jiǎn)介:[p]=ss_Pe42(rho_in_dB) % SS_PE42 finds the measured error rate for the given value of % signal per interference ratio in dB.
上傳時(shí)間: 2014-01-13
上傳用戶:qw12
資源簡(jiǎn)介:Proteus在MCS-51%26ARM7系統(tǒng)中的應(yīng)用百例 Proteus在MCS-51%26ARM7系統(tǒng)中的應(yīng)用百例
上傳時(shí)間: 2014-07-02
上傳用戶:qq1604324866
資源簡(jiǎn)介:請(qǐng)將 basedzfb.asp和mdb5復(fù)制到同一目錄, 記事本打開basedzfb.asp修改商戶支付寶賬戶t2和安全校驗(yàn)碼t3即可, 安全校驗(yàn)碼,登陸支付寶后在商家工具中獲得校驗(yàn)碼。 調(diào)用支付寶接口URL:<%=itemURL%>。請(qǐng)?jiān)谡{(diào)用接口URL文件中加入<!--#include file="basedzfb...
上傳時(shí)間: 2014-01-01
上傳用戶:362279997
資源簡(jiǎn)介:用CY7C63723設(shè)計(jì)的鼠標(biāo)固件程序 chip.c - include file that defines CY7C63723 constants - combi.c - main source file - combi.hex - Intel hex file for programming a CY7C63723 microcontroller - combi.lst - output listing from c-compiler f...
上傳時(shí)間: 2014-02-15
上傳用戶:aappkkee
資源簡(jiǎn)介:電話應(yīng)用編程接口的pas文件。 The directives can be controlled using the Tapi.inc include file which is included in both Tapi.pas and TSPI.pas.
上傳時(shí)間: 2014-01-16
上傳用戶:zuozuo1215
資源簡(jiǎn)介:include file delphi
上傳時(shí)間: 2017-09-20
上傳用戶:love1314
資源簡(jiǎn)介:版權(quán)說明:版權(quán)屬于dqe2008.com 特色: 1、界面采用歐試風(fēng)格,設(shè)計(jì)唯美. 2、可調(diào)用留言,能做為評(píng)論模塊用于其他系統(tǒng)的開發(fā). 3、代碼簡(jiǎn)潔,功能實(shí)用. 使用說明: 2、帳號(hào)密碼以及一些參數(shù)在gustbook_Conn.asp中修改,用記事本打開...
上傳時(shí)間: 2017-07-14
上傳用戶:牧羊人8920
資源簡(jiǎn)介:asp實(shí)現(xiàn)限制一個(gè)ip只能訪問一次的方法 <%? '/////////////////////////////////////////////////////? '// //? '//作用:一個(gè)IP地址只允許訪問本頁一次 //? '//引用:<!-- #include file="Check_Ip.asp" --> //? '// //? '/////////////////////////...
上傳時(shí)間: 2016-07-14
上傳用戶:helei0915
資源簡(jiǎn)介:% binomial.m by David Terr, Raytheon, 5-11-04, from mathworks.com % Given nonnegative integers n and m with m<=n, compute the % binomial coefficient n choose m.
上傳時(shí)間: 2015-08-27
上傳用戶:mhp0114
資源簡(jiǎn)介:support vector classification machine % soft margin % uses "kernel.m" % % xtrain: (ltrain,N) with ltrain: number of points N: dimension % ytrain: (ltrain,1) containing class labels (-1 or +1) % xrun: (Lrun,N) with Lrun: number o...
上傳時(shí)間: 2015-09-04
上傳用戶:問題問題
資源簡(jiǎn)介:%The phase locked loop(PLL),adjusts the phase of a local oscillator %w.r.t the incoming modulated signal.In this way,the phase of the %incoming signal is locked and the signal is demodulated.This scheme %is used in PM and FM as wel...
上傳時(shí)間: 2015-09-28
上傳用戶:zhangzhenyu
資源簡(jiǎn)介:%BIQPBOX Bisection reflective line search for sqpbox % [nx,nsig,alpha] = BIQPBOX(s,c,strg,x,y,sigma,l,u,... % oval,po,normg,DS,mtxmpy,data,H) % returns the new feasible point nx, the corresponding sign vector nsig, % and the step s...
上傳時(shí)間: 2013-12-17
上傳用戶:sk5201314
資源簡(jiǎn)介:%WAVETEST Example Matlab script for WAVELET, using NINO3 SST dataset % % See "http://paos.colorado.edu/research/wavelets/" % Written January 1998 by C. Torrence % % Modified Oct 1999, changed Global Wavelet Spectrum (GWS) to be s...
上傳時(shí)間: 2014-01-06
上傳用戶:hullow
資源簡(jiǎn)介:To estimate the input-output mapping with inputs x % and outputs y generated by the following nonlinear, % nonstationary state space model: % x(t+1) = 0.5x(t) + [25x(t)]/[(1+x(t))^(2)] % + 8cos(1.2t) + process noise % y(t) = x(t...
上傳時(shí)間: 2014-01-05
上傳用戶:royzhangsz