亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

Member-function

  • Student status management system is development two aspects that typical information management syst

    Student status management system is development two aspects that typical information management system, IMS( MIS), its development includes primarily the background database creates with support and the front end applies the procedure.Creates to rise to the former request the consistency of data is strong with the integrity, the library that the safeness of data like.But request the latter very much to apply the procedure function complete, easy usage etc. characteristics.

    標(biāo)簽: management development information Student

    上傳時(shí)間: 2015-11-01

    上傳用戶:1101055045

  • php開發(fā)的行業(yè)搜索系統(tǒng)!!! 2. 安裝 ------------ a. 解壓程序rar文件

    php開發(fā)的行業(yè)搜索系統(tǒng)!!! 2. 安裝 ------------ a. 解壓程序rar文件,用二進(jìn)制方式上傳到你的網(wǎng)站的根目錄或某一目錄下 注意:一定要將ftp上傳工具設(shè)置為二進(jìn)制方式,再上傳程序文件 b. unix或linux服務(wù)器下, 將以下文件屬性改為:666 (或777) - function/base_info.php - function/emphasis_info.php - function/admin_pass_info.php - function/search_info.php - function/userfield_info.php - template/default/目錄下的所有html文件 c. unix或linux服務(wù)器下, 將upfile/目錄屬性改為:777 d. 建立一個(gè)mysql數(shù)據(jù)庫,并記下用戶名和密碼,以便安裝時(shí)使用 e. 進(jìn)入安裝目錄http://www.your_website.com/install/, 自動(dòng)運(yùn)行安裝程序 f. 安裝完成后,要求刪除安裝目錄install/及其下文件 g. 后臺(tái)管理目錄http://www.your_website.com/adiministrator/ h. 可修改adiministrator/目錄為你希望的獨(dú)特的名字

    標(biāo)簽: a. php 搜索

    上傳時(shí)間: 2014-11-29

    上傳用戶:小草123

  • Student result management system Use the C language realization system 2, the data structure mak

    Student result management system Use the C language realization system 2, the data structure making use of the structure body several realization student s result design 3, the system have increment, search, insert, row preface etc. basic function 4, the each function mold piece request of system use the form of function realization 5, completion design mission combine write a course a design report. 6, student the existence document of the result information in

    標(biāo)簽: system realization management structure

    上傳時(shí)間: 2013-11-29

    上傳用戶:1966640071

  • 本書由知名的C++專家Matthew H.Austern執(zhí)筆

    本書由知名的C++專家Matthew H.Austern執(zhí)筆,引導(dǎo)你進(jìn)入泛型編程思維模型,并將你帶往此一模型的最重要成品:C++ Standard Template Library(STL)。本書揭示STL的奧秘,告訴你STL不僅僅是一組方便運(yùn)用的容器類(container classes)。對(duì)于泛型組件和可交互作用的組件而言,STL是一個(gè)具備擴(kuò)充能力的框架(framework)、 《泛型編程與STL》闡述了泛型編程的中心思想:concepts、modeling、refinement,并為你展示這些思想如何導(dǎo)出STL的基礎(chǔ)概念:iterators、containers、function objects。循此路線,你可以把STL想像為一個(gè)由concepts(而非明確之functions或classes)組成的程序庫:、你將學(xué)習(xí)其正式結(jié)構(gòu)并因此獲得其潛在威力所帶來的完整優(yōu)勢(shì)。本書使你能夠: ●以你自己的“可移植組件”及“可交互作用之泛型組件”擴(kuò)充STL; ●產(chǎn)生一些算法,讓它們和它們所處理之型別(types)及數(shù)據(jù)結(jié)構(gòu)徹底劃清界線; ●撰寫更精致、更高效、更有效力的代碼,可跨平臺(tái)重復(fù)使用。

    標(biāo)簽: Matthew Austern

    上傳時(shí)間: 2014-01-06

    上傳用戶:Avoid98

  • % 文件名:randlsbget.m % 程序員:余波 % 編寫時(shí)間:2007.6.25 % 函數(shù)功能: 本函數(shù)將完成提取隱秘于上的秘密信息 % 輸入格式舉例:result=( scover.

    % 文件名:randlsbget.m % 程序員:余波 % 編寫時(shí)間:2007.6.25 % 函數(shù)功能: 本函數(shù)將完成提取隱秘于上的秘密信息 % 輸入格式舉例:result=( scover.jpg ,56, secret.txt ,2001) % 參數(shù)說明: % output是信息隱藏后的圖象 % len_total是秘密信息的長(zhǎng)度 % goalfile是提取出的秘密信息文件 % key是隨機(jī)間隔函數(shù)的密鑰 % result是提取的信息 function result=randlsbget(output,len_total,goalfile,key) ste_cover=imread(output) ste_cover=double(ste_cover) % 判斷嵌入信息量是否過大 [m,n]=size(ste_cover) frr=fopen(goalfile, a ) % p作為信息嵌入位計(jì)數(shù)器將信息序列寫回文本文件 p=1 % 調(diào)用隨機(jī)間隔函數(shù)選取像素點(diǎn) [row,col]=randinterval(ste_cover,len_toal,key) for i=:len_toal if bitand(ste_cover(row(i),col(i)),1)==1 fwrite(frr,1, bit1 ) result(p,1) else fwrite(frr,0, bit1 ) result(p,1)=0 end if p==len_total break end p=p+1 end fclose(frr)

    標(biāo)簽: randlsbget result scover 2007

    上傳時(shí)間: 2015-11-10

    上傳用戶:yzhl1988

  • The subroutines glkern.f and lokern.f use an efficient and fast algorithm for automatically adapti

    The subroutines glkern.f and lokern.f use an efficient and fast algorithm for automatically adaptive nonparametric regression estimation with a kernel method. Roughly speaking, the method performs a local averaging of the observations when estimating the regression function. Analogously, one can estimate derivatives of small order of the regression function.

    標(biāo)簽: automatically subroutines and algorithm

    上傳時(shí)間: 2015-11-25

    上傳用戶:luke5347

  • 嘿嘿,大俠看到不要見笑呀... 大家都知道使用DLL的好處.于是我就想把FORM封裝到DLL里面去. 到網(wǎng)上找,發(fā)現(xiàn)是MDI和模式窗體的,非模式的也有很多問題.便想自己解決這個(gè)問題. 原來是用

    嘿嘿,大俠看到不要見笑呀... 大家都知道使用DLL的好處.于是我就想把FORM封裝到DLL里面去. 到網(wǎng)上找,發(fā)現(xiàn)是MDI和模式窗體的,非模式的也有很多問題.便想自己解決這個(gè)問題. 原來是用DLL創(chuàng)建一個(gè)對(duì)象返回,但發(fā)現(xiàn)有很多的問題. 想了半天就去尋根問柳吧. 找到了類. 我就想把類封裝進(jìn)DLL,到時(shí)簡(jiǎn)單的返回一個(gè)類,然后在主程序里操作不就簡(jiǎn)單了? 找了半天發(fā)現(xiàn)了TFormClass,于是試了試從DLL導(dǎo)出來,像一般的程序一樣創(chuàng)建窗體發(fā)現(xiàn)成功. 接著我又想看看其他的類是不是也能這樣,就拿TFrame來實(shí)驗(yàn). function GetDllFrameClass():TFrame stdcall 第一次是這樣聲明的,失敗.奇怪?! 試了好多次都不行,就想到了TFormClass(Ctrl+左鍵),進(jìn)去看看,發(fā)現(xiàn)是這樣聲明的. TFormClass = class of TForm 哎呀,恍然大悟!! class(TFrame) 是聲明一個(gè)類, 這個(gè)類繼承了TFrame類 f: TFrame 是一個(gè)對(duì)象 class of TFrame 聲明的是類類型, f:TFrameClass 是一個(gè)類. function GetDllFrameClass():TFrame 返回就不是類而是對(duì)象了,照TFormClass修改后TFrameClass = class of TFrame 運(yùn)行...成功,

    標(biāo)簽: DLL FORM MDI 模式

    上傳時(shí)間: 2013-12-10

    上傳用戶:kiklkook

  • >項(xiàng)目名稱:電腦電子商務(wù)平臺(tái) >1.運(yùn)行環(huán)境JDK1.6+Oracle10g+Tomcat5.5 >2.開發(fā)工具: MyEclipse Enterprise Workbench

    >項(xiàng)目名稱:電腦電子商務(wù)平臺(tái) >1.運(yùn)行環(huán)境JDK1.6+Oracle10g+Tomcat5.5 >2.開發(fā)工具: MyEclipse Enterprise Workbench 項(xiàng)目名稱:電腦電子商務(wù)平臺(tái) 1.運(yùn)行環(huán)境JDK1.6+Oracle10g+Tomcat5.5 2.開發(fā)工具: MyEclipse Enterprise Workbench 5.1.0 GA 3.開發(fā)框架:Struts1.38+Ibertis2.3 4.功能描述: 項(xiàng)目后臺(tái)和前臺(tái).后臺(tái)是網(wǎng)站管理員對(duì)商務(wù)網(wǎng)的產(chǎn)品和商品的分類進(jìn)行管理,客戶的會(huì)員管理前臺(tái)顯示最新的產(chǎn)品信息,會(huì)員注冊(cè)登 陸后可以享用購物車和網(wǎng)上訂購產(chǎn)品功能. 使用說明: 1.數(shù)據(jù)庫配置,在ORACLE10的客戶工具運(yùn)行ddl里的CREATE TABLE SHOP.sql創(chuàng)建數(shù)據(jù)庫表 2.用MyEclipse上傳項(xiàng)目到tomcat5.5中,然后啟動(dòng)tomcat. 3.系統(tǒng)后臺(tái)數(shù)據(jù)管URL是http://localhost:8080/omegshop/admin/adminLogin.jsp 默認(rèn)的用戶名是admin,密碼admin. 4.系統(tǒng)前臺(tái)URL是http://localhost:8080/omegshop/index.jsp, 注冊(cè)用戶名: member 密碼: member

    標(biāo)簽: Enterprise MyEclipse Workbench gt

    上傳時(shí)間: 2015-12-07

    上傳用戶:onewq

  • unit Video interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrl

    unit Video interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf // Types for event-procedures type TCapStatusProc = procedure(Sender: TObject) of object TCapStatusCallback = procedure(Sender: TObject nID: integer status: string) of object TVideoStream = procedure(sender: TObject lpVhdr: PVIDEOHDR) of object TAudioStream = procedure(sender: TObject lpWHdr: PWAVEHDR) of object // Property Editor for driver selection type TDrivereditor = class(TPropertyEditor) function GetAttributes: TPropertyAttributes override procedure GetValues(Proc: TGetStrProc) override function GetValue: string override procedure SetValue(const Value: string) override end

    標(biāo)簽: interface Messages Graphics Controls

    上傳時(shí)間: 2013-12-21

    上傳用戶:heart520beat

  • This application report describes the use of Timer_A3 to decode RC5 and SIRC TV IR remote control si

    This application report describes the use of Timer_A3 to decode RC5 and SIRC TV IR remote control signals. The decoder described in this report is interrupt-driven and operates a background function using specific features the Timer_A3. Only a small portion of the MSP430 CPU?s nonreal-time resources is used. Specific hardware bit-latching capabilities of the Timer_A3 module are used for real-time decoding of the IR data signal, independent and asynchronous to the CPU. CPU activity and power consumption are kept to an absolute minimum level. The Timer_A3 decoder implementation also allows other tasks to occur simultaneously if required. The solutions provided are written specifically for MSP430x11x(1) and MSP430x12x derivatives, but can be adapted to any other MSP430 incorporating Timer_A3. 電視遙控器設(shè)計(jì)基於MSP430

    標(biāo)簽: application describes Timer_A control

    上傳時(shí)間: 2014-01-01

    上傳用戶:qq21508895

主站蜘蛛池模板: 云和县| 和田市| 会东县| 彭水| 澳门| 牡丹江市| 富平县| 长兴县| 蓬溪县| 辽宁省| 宁安市| 个旧市| 建瓯市| 保定市| 沂南县| 敦化市| 南城县| 如皋市| 锡林郭勒盟| 华池县| 普安县| 白城市| 北辰区| 磴口县| 石首市| 铜鼓县| 乌鲁木齐县| 西乌珠穆沁旗| 江油市| 大埔区| 库车县| 卫辉市| 耒阳市| 宽甸| 宜宾县| 鹤山市| 巴中市| 霞浦县| 皮山县| 营山县| 乌拉特中旗|