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

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

Local

  • Make and answer phone calls Detect tone and pulse digit from the phone line Capture Caller ID

    Make and answer phone calls Detect tone and pulse digit from the phone line Capture Caller ID Support blind transfer, single-step transfer/conference, consultation transfer/conference, hold, unhold. Control of the Local phone handset, microphone and speaker of the modem Send and receive faxes Play and record on the phone line or sound card Play music in background mode Silence detection VU Meter Wave sound editor that allows your end-users to edit their own sound files. Voice recognition and voice synthesis. Full control over the serial port device ZModem file transfer utility File compression and encryption utility

    標簽: phone and Capture Detect

    上傳時間: 2013-11-30

    上傳用戶:水中浮云

  • 1. 如何生成自簽名的KeyStore以及導出供SP使用的公鑰 C:>keytool -v -genkey -alias idp -keystore idp.jks -keyalg RSA -

    1. 如何生成自簽名的KeyStore以及導出供SP使用的公鑰 C:>keytool -v -genkey -alias idp -keystore idp.jks -keyalg RSA -dname uid=idp 然后按照提示輸入密碼即可,這里選擇輸入123456作為密碼,同時主口令也使用該密碼 C:>keytool -v -export -alias idp -keystore idp.jks -file idp.cer 這個命令將導出公鑰證書,公鑰證書將會配置在Identity Assertion Provider的Details選項卡中,同時需要配置123456作為訪問證書的密碼 2. 如何編譯 修改build\目錄下build.Local.properties文件,將其中的WL_HOME指向具體的WebLogic Server安裝目錄 然后在build目錄下執行ant即可 demo/目錄中有編譯好的demo應用,可以直接使用

    標簽: idp KeyStore keystore keytool

    上傳時間: 2015-12-01

    上傳用戶:gxmm

  • B/S版ERP安裝方法 1、安裝IIS5.0、Microsoft .NET Framework 1.1及SQL Server2000 2、將目錄Copy_of_ERP和webctrl_clie

    B/S版ERP安裝方法 1、安裝IIS5.0、Microsoft .NET Framework 1.1及SQL Server2000 2、將目錄Copy_of_ERP和webctrl_client復制到C:/Inetpub/wwwroot下,并將Copy_of_ERP目錄設置成IIS虛擬目錄 3、在SQL Server2000中新建一個Storage用戶和LXTXERP數據庫,然后將Data目錄中的LXTXERP.BAK數據庫備份文件還原 4、修改Copy_of_ERP目錄下的Web.config文件的連接屬性sa用戶的密碼: <add key="mydns" value="data source=(Local) initial catalog=LXTXERP persist security info=False user id=sa pwd=123 workstation id=jl packet size=4096" /> 5、在Windows管理工具中打開Internet 服務管理器,運行Copy_of_ERP中的Login.aspx打開ERP登錄頁面,默認用戶:admin 密碼:123 6、OK

    標簽: webctrl_clie Copy_of_ERP Framework Microsoft

    上傳時間: 2015-12-09

    上傳用戶:zhuimenghuadie

  • SharpZipLib之前叫做NZipLib

    SharpZipLib之前叫做NZipLib,完全由 C# 開發的壓縮庫,支持Zip, GZip, Tar and BZip2 ,為2007年8月最新0852release版的源文件和文檔說明! Changes for v0.85.2 release Minor tweaks for CF, ZipEntryFactory and ZipFile. Fix for zip testing and Zip64 Local header patching. FastZip revamped to handle file attributes on extract + other fixes Null ref in path filter fixed. Extra data handling fixes Revamped build and conditional compilation handling Many bug fixes for Zip64. Minor improvements to C# samples. ZIP-1341 Non ascii zip password handling fix. ZIP-355 Fix for zip compression problem at low levels

    標簽: SharpZipLib NZipLib

    上傳時間: 2015-12-11

    上傳用戶:84425894

  • SharpZipLib之前叫做NZipLib

    SharpZipLib之前叫做NZipLib,完全由 C# 開發的壓縮庫,支持Zip, GZip, Tar and BZip2 ,為2007年8月最新0852release版的代碼實例! Changes for v0.85.2 release Minor tweaks for CF, ZipEntryFactory and ZipFile. Fix for zip testing and Zip64 Local header patching. FastZip revamped to handle file attributes on extract + other fixes Null ref in path filter fixed. Extra data handling fixes Revamped build and conditional compilation handling Many bug fixes for Zip64. Minor improvements to C# samples. ZIP-1341 Non ascii zip password handling fix. ZIP-355 Fix for zip compression problem at low levels

    標簽: SharpZipLib NZipLib

    上傳時間: 2015-12-11

    上傳用戶:love_stanford

  • 圖像處理的關于Snakes : Active Contour Models算法和水平集以及GVF的幾篇文章

    圖像處理的關于Snakes : Active Contour Models算法和水平集以及GVF的幾篇文章,文章列表為: [1]Snakes Active Contour Models.pdf [2]Multiscale Active Contours.pdf [3]Snakes, shapes, and gradient vector flow.pdf [4]Motion of level sets by mean curvature I.pdf [5]Spectral Stability of Local Deformations Spectral Stability of Local Deformations.pdf [6]An active contour model for object tracking using the previous contour.pdf [7]Volumetric Segmentation of Brain Images Using Parallel Genetic AlgorithmsI.pdf [8]Segmentation in echocardiographic sequences using shape-based snake model.pdf [9]Active Contours Without Edges.pdf 學習圖像處理的人必看的幾篇文章

    標簽: Contour Snakes Active Models

    上傳時間: 2014-01-15

    上傳用戶:wqxstar

  • 基于linux kernel 2.6.20的UDA1341聲音芯片的聲卡驅動

    基于linux kernel 2.6.20的UDA1341聲音芯片的聲卡驅動,在s3c2410 cpu下調試通過。 使用方法:源碼樹的根下新建Local目錄,并將其解壓縮到該目錄,修改源碼樹根下的Makefile文件的559行為: vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) $(core-y) $(core-m) $(drivers-y) $(drivers-m) $(net-y) $(net-m) $(libs-y) $(libs-m))) Local/ 就可以編譯了,不過是模塊編譯,編譯好了之后不要忘了insmod進內核啊

    標簽: kernel linux 1341 UDA

    上傳時間: 2015-12-26

    上傳用戶:小寶愛考拉

  • In this article, we present an overview of methods for sequential simulation from posterior distribu

    In this article, we present an overview of methods for sequential simulation from posterior distributions. These methods are of particular interest in Bayesian filtering for discrete time dynamic models that are typically nonlinear and non-Gaussian. A general importance sampling framework is developed that unifies many of the methods which have been proposed over the last few decades in several different scientific disciplines. Novel extensions to the existing methods are also proposed.We showin particular how to incorporate Local linearisation methods similar to those which have previously been employed in the deterministic filtering literature these lead to very effective importance distributions. Furthermore we describe a method which uses Rao-Blackwellisation in order to take advantage of the analytic structure present in some important classes of state-space models. In a final section we develop algorithms for prediction, smoothing and evaluation of the likelihood in dynamic models.

    標簽: sequential simulation posterior overview

    上傳時間: 2015-12-31

    上傳用戶:225588

  • The problem of image registration subsumes a number of problems and techniques in multiframe image

    The problem of image registration subsumes a number of problems and techniques in multiframe image analysis, including the computation of optic flow (general pixel-based motion), stereo correspondence, structure from motion, and feature tracking. We present a new registration algorithm based on spline representations of the displacement field which can be specialized to solve all of the above mentioned problems. In particular, we show how to compute Local flow, global (parametric) flow, rigid flow resulting from camera egomotion, and multiframe versions of the above problems. Using a spline-based description of the flow removes the need for overlapping correlation windows, and produces an explicit measure of the correlation between adjacent flow estimates. We demonstrate our algorithm on multiframe image registration and the recovery of 3D projective scene geometry. We also provide results on a number of standard motion sequences.

    標簽: image registration multiframe techniques

    上傳時間: 2016-01-20

    上傳用戶:520

  • This article describes a sniffer for Windows. WinSniff is an application for capturing packets on th

    This article describes a sniffer for Windows. WinSniff is an application for capturing packets on the network. It displays all the packets that are transmitted on the Local network and gives detailed information about each header in the packet. In order to keep it simple, I am not dealing with application level protocols. If you are interested, you can add features to support various application level protocols such as SMTP, FTP, NETBIOS etc

    標簽: application describes capturing for

    上傳時間: 2016-01-22

    上傳用戶:lijianyu172

主站蜘蛛池模板: 普宁市| 隆德县| 金沙县| 新巴尔虎右旗| 石首市| 宜阳县| 香港| 濮阳市| 大悟县| 雷山县| 云南省| 崇左市| 西平县| 象山县| 福清市| 紫阳县| 朝阳县| 宜城市| 静宁县| 寿光市| 泸州市| 洛宁县| 琼中| 沾化县| 屯留县| 郎溪县| 疏勒县| 青州市| 九龙城区| 奎屯市| 乌拉特前旗| 和林格尔县| 西峡县| 铁力市| 方正县| 乌拉特后旗| 梁山县| 色达县| 当涂县| 威信县| 华亭县|