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

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

does

  • This function returns NULL when called for an MDI main frame window (CMDIFrameWnd). In an MDI applic

    This function returns NULL when called for an MDI main frame window (CMDIFrameWnd). In an MDI application, the MDI main frame window does not have a view associated with it. Instead, each individual child window (CMDIChildWnd) has one or more associated views. The active view in an MDI application can be obtained by first finding the active MDI child window and then finding the active view for that child window.

    標簽: CMDIFrameWnd MDI function returns

    上傳時間: 2016-02-23

    上傳用戶:love_stanford

  • Summary Many control applications require converting some analog input to a digital format. The ADC

    Summary Many control applications require converting some analog input to a digital format. The ADCINC12 User Module is a general-purpose, 12-bit analog to digital converter (ADC) that does just that. This Application Note is meant to be a simple introduction into its operation. The steps required to define, place, and write software are presented. Examples are developed in both assembly and C.

    標簽: applications converting Summary control

    上傳時間: 2013-12-01

    上傳用戶:WMC_geophy

  • THIS DESIGN IS PROVIDED TO YOU "AS IS". XILINX MAKES AND YOU RECEIVE NO WARRANTIES OR CONDITIONS, EX

    THIS DESIGN IS PROVIDED TO YOU "AS IS". XILINX MAKES AND YOU RECEIVE NO WARRANTIES OR CONDITIONS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, AND XILINX SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT, OR FITNESS FOR A PARTICULAR PURPOSE. This design has not been verified on hardware (as opposed to simulations), and it should be used only as an example design, not as a fully functional core. XILINX does not warrant the performance, functionality, or operation of this Design will meet your requirements, or that the operation of the Design will be uninterrupted or error free, or that defects in the Design will be corrected. Furthermore, XILINX does not warrant or make any representations regarding use or the results of the use of the Design in terms of correctness, accuracy, reliability or otherwise.

    標簽: CONDITIONS WARRANTIES YOU PROVIDED

    上傳時間: 2016-03-21

    上傳用戶:1427796291

  • ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind

    ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind (of Team Vexillium). t uses a ring0 driver to hook KiExceptionDispatch procedure to detect the exceptions, and then shows information about the exception on stdout (using the ring3 part of the program ofc). The difference between this method, and the standard debug API method it that this method monitores all of XP processes, and the program does not have to attach to any other process to monitor it, hence it s harder to detect. The code currently is considered as ALPHA, and it has been reported to BSoD sometimes (on multi core/cpu machines). Take Care!

    標簽: Exception ExcpHook Coldwind Monitor

    上傳時間: 2014-02-10

    上傳用戶:jing911003

  • // // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image p

    // // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image processing. // Conceptual background: // A histogram is just a frequency count of every pixel value in the image. // There are various well-known mathematical operations that you can perform on an image // using histograms, to enhance the image, etc. // Histogram stretch (aka automatic gain control): // Stretches the image histogram to fill the entire range of values. This is a "point operation," // meaning each pixel is scaled to a new value, without examining the neighboring pixels. The // histogram stretch does not actually require you to calculate the full histogram. The scaling factor // is calculated from the minimum and maximum values in the image.

    標簽: Sample Histogram Grabber sample

    上傳時間: 2013-12-15

    上傳用戶:ryb

  • Swfdec still is development software, but has also followed a rigid no-crashes-allowed policy. I b

    Swfdec still is development software, but has also followed a rigid no-crashes-allowed policy. I believe it s stable enough now to be installed as a default plugin for people that can live with occasional crashes of their browser. But don t blame me if it does crash. File a bug at https://bugs.freedesktop.org/enter_bug.cgi?product=swfdec

    標簽: no-crashes-allowed development followed software

    上傳時間: 2016-04-14

    上傳用戶:franktu

  • PlotSphereIntensity(azimuth, elevation) PlotSphereIntensity(azimuth, elevation, intensity) h = Plo

    PlotSphereIntensity(azimuth, elevation) PlotSphereIntensity(azimuth, elevation, intensity) h = PlotSphereIntensity(...) Plots the intensity (as color) of a number of points on a unit sphere. Input: azimuth (phi), in degrees elevation (theta), in degrees intensity (optional, if not provided, a green sphere is produced) All inputs must be vectors or matrices of the same size. Data does not have to be evenly spaced. When there aren t enough points to draw a smooth sphere, additional points (with color) are interpolated. Output: h - a handle to the patch object The axes are also plotted: positive x axis is red positive y axis is green positive z axis is blue

    標簽: PlotSphereIntensity elevation azimuth intensity

    上傳時間: 2014-01-15

    上傳用戶:ruan2570406

  • *** *** *** *** *** *** *** *** *** *** *** *** *** * assniffer v0.1 alpha, Copyright (C) 2004, Coc

    *** *** *** *** *** *** *** *** *** *** *** *** *** * assniffer v0.1 alpha, Copyright (C) 2004, Cockos Incorporated ******************************************************************************* Usage: assniffer output_directory [-d deviceindex] [flags (see below)] -nopromisc disables promiscuous mode -allports watches ports other than 80/8080 (slower) -nosubdirs does not create subdirectories, uses filename for whole url Default MIME extension replaces URL s extension, or: -nomime does not make extensions based on MIME type -addmime makes MIME extensions appended to URL -debugfn adds debug info to filenames

    標簽: assniffer Copyright alpha 2004

    上傳時間: 2014-01-24

    上傳用戶:yyyyyyyyyy

  • Addfilter is a command-line application which adds and removes filter drivers for a given drive or v

    Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this by using the SetupDi APIs. The sample works on the x86 platform. It has only been tested in a 32-bit environment. Since Addfilter is not a driver, it does not deal with Plug and Play or Power Management.

    標簽: command-line application Addfilter drivers

    上傳時間: 2016-05-17

    上傳用戶:xzt

  • Matlab is an ideal tool for simulating digital communications systems, thanks to its easy scripting

    Matlab is an ideal tool for simulating digital communications systems, thanks to its easy scripting language and excellent data visualization capabilities. One of the most frequent simulation tasks in the field of digital communications is bit-error- rate testing of modems. The bit-error-rate performance of a receiver is a figure of merit that allows different designs to be compared in a fair manner. Performing bit-error-rate testing withMatlab is very simple, but does require some prerequisite knowledge

    標簽: communications simulating scripting digital

    上傳時間: 2014-01-02

    上傳用戶:plsee

主站蜘蛛池模板: 双城市| 海阳市| 灵石县| 平罗县| 鄂尔多斯市| 堆龙德庆县| 博乐市| 广元市| 邯郸县| 枣庄市| 女性| 宝丰县| 洛南县| 灵丘县| 新巴尔虎左旗| 平罗县| 湄潭县| 新密市| 龙门县| 屯昌县| 松滋市| 额济纳旗| 镇宁| 邵东县| 盐山县| 库尔勒市| 连城县| 吉首市| 东辽县| 顺昌县| 崇阳县| 松滋市| 涿州市| 新河县| 黄梅县| 彩票| 桦甸市| 荥经县| 太仓市| 故城县| 柏乡县|