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

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

Done

  • Ajax實現的WEB下載,由于OA系統是基于WEB方式的

    Ajax實現的WEB下載,由于OA系統是基于WEB方式的,如果只判斷用戶是否點擊“下載文件”,就來判斷用戶是否成功下載了文件。這種方式很顯然行不通,怎么辦呢?我想到的就是用一控件,然后用回調事件來處理數據庫方面的問題(下載記錄問題) 有興趣的朋友可在 http://www.interdrp.com/ 下載分銷系統 用測試帳號進系統后,點測試程序,再點WEB下載 可以看見效果 https://www.interdrp.com/software/ReYoWebDownLoad.zip(點擊下載此控件) API說明 ReYoWebDL.copyright="銳洋軟件擁有版權 http://www.interdrp.com/" //必須 ReYoWebDL.url="http://dl.baofeng.com/storm3/Storm2009-0504-1.exe" //下載文件的路徑 ReYoWebDL.path ="" //保存文件地址 ReYoWebDL.ReYoStartDownload() //下載動作 ReYoWebDL.ReYoStopDownload() //停止下載 ReYoWebDL.size //下載文件大小 ReYoWebDL.bytes//已下載大小 ReYoWebDL.speed //下載速度 KB/S ReYoWebDL.Done //下載是否完成 ReYoWebDL.cancle=true //是否取消下載 ReYoWebDL.urlsource //下載文件名 ReYoWebDL.percent //下載百分比

    標簽: WEB Ajax OA系統

    上傳時間: 2017-09-14

    上傳用戶:lingzhichao

  • Shop Cart

    An application that adds products to an electronic shopping cart. The application uses three classes: Product, ShoppingCart, and ShoppingCartApplication. Part of the work has been Done for you and is provided in the student archive. You will implement the method in ShoppingCartApplication that reads product information from the keyboard and creates a Product object.

    標簽: Product ShoppingCart

    上傳時間: 2015-11-12

    上傳用戶:chengzi74

  • Digital Phase Locked Loop

    This work titled A Digital Phase Locked Loop based Signal and Symbol Recovery System for Wireless Channel is intended to serve as a document covering funda- mental concepts and application details related to the design of digital phase locked loop (DPLL) and its importance in wireless communication. It documents some of the work Done during the last few years covering rudimentary design issues, complex implementations, and fixing configuration for a range of wireless propa- gation conditions. 

    標簽: Digital Locked Phase Loop

    上傳時間: 2020-05-27

    上傳用戶:shancjb

  • Wideband+TDD

    This book is an outgrowth of the pioneering development work Done by InterDigital Com- munication Corporation in 3rd Generation TDD WCDMA Technology. Many engineers and managers were involved in this development, which spanned a wide range of tech- nology areas, including system architecture, radio interface, radio modem design, radio resource management and hardware/software implementation. In addition, TDD WCDMA technology had many direct and indirect contributors across the globe in the context of the development of the 3GPP TDD WCDMA Standard.

    標簽: Wideband TDD

    上傳時間: 2020-06-01

    上傳用戶:shancjb

  • Feedback Control Theory

    Striking developments have taken place since 1980 in feedback control theory. The subject has be- come both more rigorous and more applicable. The rigor is not for its own sake, but rather that even in an engineering discipline rigor can lead to clarity and to methodical solutions to problems. The applicability is a consequence both of new problem formulations and new mathematical solutions to these problems. Moreover, computers and software have changed the way engineering design is Done. These developments suggest a fresh presentation of the subject, one that exploits these new developments while emphasizing their connection with classical control.

    標簽: Feedback Control Theory

    上傳時間: 2020-06-10

    上傳用戶:shancjb

  • spi 通信的master部分使用的verilog語言實現

    spi 通信的master部分使用的verilog語言實現,可以做為你的設計參考。module spi_master(rstb,clk,mlb,start,tdat,cdiv,din, ss,sck,dout,Done,rdata);    input rstb,clk,mlb,start;    input [7:0] tdat;  //transmit data    input [1:0] cdiv;  //clock divider input din; output reg ss;  output reg sck;  output reg dout;     output reg Done; output reg [7:0] rdata; //received dataparameter idle=2'b00; parameter send=2'b10; parameter finish=2'b11; reg [1:0] cur,nxt; reg [7:0] treg,rreg; reg [3:0] nbit; reg [4:0] mid,cnt; reg shift,clr;

    標簽: spi 通信 master verilog

    上傳時間: 2022-02-03

    上傳用戶:

  • PID-小車類-基于Cortex-M0的BLDC電機驅動

    #include "NUC1xx.h"#include "Hal.h"#include "pwm.h"//wait current PWM cycle Done, otherwise there maybe short pulse on FETvoid PWM_Stop(U8 ch){ switch(ch) { case PWM_CHANNEL_A: PWMA->u32CNR1 = 0; PWMA->u32CMR1 = 0; while(PWMA->u32PDR1 != 0); break; case PWM_CHANNEL_B: PWMA->u32CNR2 = 0; PWMA->u32CMR2 = 0; while(PWMA->u32PDR2 != 0); break; case PWM_CHANNEL_C: PWMA->u32CNR3 = 0; PWMA->u32CMR3 = 0; while(PWMA->u32PDR3 != 0); break; default: while(1); } PWMA->u32POE &= ~(1<<ch); PWMA->u32PCR &= ~(1<<(ch*8));}

    標簽: pid 電機 bldc

    上傳時間: 2022-06-01

    上傳用戶:kingwide

  • STM32CubeMX使用說明.

    安裝軟件到ST的網站上下載最新版本的STM32CubeMX 軟件:編寫這份文檔的時候最新版本是V4.17.0 將下載后的壓縮包解壓,雙擊里面的SetupSTM32CubeMX-4.17.0.exe 文件來安裝軟件, 出現下圖的界面的時候按Next 按鈕繼續:在下面的窗口中選擇“ I accept the terms of this license agreement ”然后繼續按Next 按鈕。2下一個出現的窗口是選擇軟件安裝的路徑, 默認安裝路徑是C:\Program Files(x86)\STMicroelectronics\STM32Cube\STM32CubeMX ,可以根據實際需要選擇別的路徑,本次安裝在D 盤相同的路徑上。按Next 按鈕后彈出一個確認窗口,按確定鍵確定。接著彈出下圖的配置窗口,按原來默認的配置,按Next 鍵繼續。3安裝完后,按Next 鍵繼續。按Done 鍵關閉下面的窗口,完成所有的安裝。4安裝固件包點擊桌面上的STM32CubeMX 圖標運行軟件。先修改軟件包的安裝路徑,點擊help 菜單選“ Updater Settings”選項。軟件包默認安裝在C:/Users/XIN/STM32Cube/Repository/ 目錄下,STM32Cube 軟件包比較大可以點擊Browse 按鍵修改安裝的路徑。修改完軟件包的安裝路徑后開始安裝 STM32Cube軟件包,點擊 help 菜單選 “Insta lnl ewsoftware and/or firmware packages ”選項。

    標簽: stm32cubemx

    上傳時間: 2022-06-19

    上傳用戶:jason_vip1

  • 路斯特ServoOne手冊

    German universities and scientists have repeatedly set the intermational standard in drive technology. Identification and active compensation of natural frequencies in oscillatory mechanics, status controls with monitoring structures incorporating acceleration sensors, adaptive compensation of measurement system deficiencies, self-adjusting detent torque compensation… everything invented with only a single aim in mind: to continue improv-ing the motion control, dynamics, precision and processing speed of your machines. For the industrial applicabability of this technology scientific publications in proceedings and laboratory test rigs are not enough. These features consequenty need to be converted into cost-efficient and easily manageable products. That 's exactly what we have Done.So in future, if you should need more than today ' smarket can offer you, now everything isgoing to be alright. With our new high-performance ServoOne drive series you will experi-ence 

    標簽: servoone

    上傳時間: 2022-06-24

    上傳用戶:kingwide

主站蜘蛛池模板: 潼南县| 固原市| 古田县| 隆回县| 澎湖县| 昌吉市| 江安县| 教育| 桃江县| 柞水县| 垦利县| 新晃| 成安县| 民权县| 衢州市| 玉树县| 大冶市| 多伦县| 浙江省| 乌兰县| 内丘县| 隆化县| 太保市| 六枝特区| 平陆县| 大余县| 肇庆市| 利川市| 平凉市| 阳原县| 长沙县| 高碑店市| 长顺县| 常宁市| 鄯善县| 连南| 革吉县| 吉林市| 大足县| 藁城市| 保定市|