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

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

column

  • 使用viginear,column permutation,DES加密和解密

    使用viginear,column permutation,DES加密和解密

    標簽: permutation viginear column DES

    上傳時間: 2013-11-26

    上傳用戶:xwd2010

  • PCF8578 LCD圖形點陣液晶驅動器芯片簡介及封裝庫

    The PCF8578 is a low power CMOS1 LCD row and column driver, designed to drive dotmatrix graphic displays at multiplex rates of 1:8, 1:16, 1:24 or 1:32. The device has40 outputs, of which 24 are programmable and configurable for the following ratios ofrows/columns: 32¤8, 24¤16, 16¤24 or 8¤32. The PCF8578 can function as a stand-alone LCDcontroller and driver for use in small systems. For larger systems it can be used inconjunction with up to 32 PCF8579s for which it has been optimized. Together these twodevices form a general purpose LCD dot matrix driver chip set, capable of driving displaysof up to 40960 dots. The PCF8578 is compatible with most microcontrollers andcommunicates via a two-line bidirectional bus (I2C-bus). Communication overhead isminimized by a display RAM with auto-incremented addressing and display bankswitching.

    標簽: 8578 PCF LCD 圖形點陣

    上傳時間: 2013-10-23

    上傳用戶:頂得柱

  • PCF2116系列LCD驅動器芯片簡介及封裝庫

    1 FEATURES· Single chip LCD controller/driver· 1 or 2-line display of up to 24 characters per line, or2 or 4 lines of up to 12 characters per line· 5 ′ 7 character format plus cursor; 5 ′ 8 for kana(Japanese syllabary) and user defined symbols· On-chip:– generation of LCD supply voltage (external supplyalso possible)– generation of intermediate LCD bias voltages– oscillator requires no external components (externalclock also possible)· Display data RAM: 80 characters· Character generator ROM: 240 characters· Character generator RAM: 16 characters· 4 or 8-bit parallel bus or 2-wire I2C-bus interface· CMOS/TTL compatible· 32 row, 60 column outputs· MUX rates 1 : 32 and 1 : 16· Uses common 11 code instruction set· Logic supply voltage range, VDD - VSS: 2.5 to 6 V· Display supply voltage range, VDD - VLCD: 3.5 to 9 V· Low power consumption· I2C-bus address: 011101 SA0.

    標簽: 2116 PCF LCD 驅動器芯片

    上傳時間: 2013-11-08

    上傳用戶:laozhanshi111

  • SelectionDemo also has code (not included in the preceding snippet) that changes the table s selecti

    SelectionDemo also has code (not included in the preceding snippet) that changes the table s selection orientation. By changing a couple of boolean values, you can make the table allow either column selections or individual cell selections, instead of row selections.

    標簽: SelectionDemo the preceding included

    上傳時間: 2015-05-04

    上傳用戶:gut1234567

  • The code is fairly straightforward, except perhaps for the call to convertcolumnIndexToModel. That c

    The code is fairly straightforward, except perhaps for the call to convertcolumnIndexToModel. That call is necessary because if the user moves the columns around, the view s index for the column doesn t match the model s index for the column. For example, the user might drag the Vegetarian column (which the model considers to be at index 4) so it s displayed as the first column — at view index 0. Since prepareRenderer gives us the view index, we need to translate the view index to a model index so we can be sure we re dealing with the intended column

    標簽: convertcolumnIndexToModel straightforward perhaps fairly

    上傳時間: 2013-12-10

    上傳用戶:it男一枚

  • Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this mo

    Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this motion into a forward and backward whil orbits. The current function makes use of two sensors to generate a bi-directional spectrogram. The method can be extended to any time-frequency distribution % % compute the forward/backward Campbell/specgtrogram % % INPUT: % y (n x 2) each column is measured from a different sensor % /////// % __ % |s1| y(:,1) % |__| % __ % / \ ________|/ % | | | s2 |/ y(:,2) % \____/ --------|/ % % Fs Sampling frequnecy % % OUTPUT: % B spectrogram/Campbel diagram % x x-axis coordinate vector (time or Speed) % y y-axis coordinate vector (frequency [Hz])

    標簽: experience elliptical decompose important

    上傳時間: 2015-06-23

    上傳用戶:372825274

  • pb datawindow 技巧 例子: 使DataWindow列只能追加不能修改 如何使DataWindow中的數據只能追加新記錄而不能修改

    pb datawindow 技巧 例子: 使DataWindow列只能追加不能修改 如何使DataWindow中的數據只能追加新記錄而不能修改,利用 column 的 Protect 屬性可以很方便的做到這一點,方法如下: 將每一列的 Protect 屬性設置為: If( IsRowNew(), 0, 1) ) 在 PowerScript 中可以動態修改 Protect 屬性: dw_1.Modify("column_name_here.Protect= 1~tIf(IsRowNew(),0,1) ") 這樣,DataWindow 中只有新追加的記錄可修改,而其他記錄是只讀的。

    標簽: DataWindow datawindow 修改 pb

    上傳時間: 2013-12-09

    上傳用戶:

  • Address book helps you look up your addresses from the system tray. It is quite useful in that way

    Address book helps you look up your addresses from the system tray. It is quite useful in that way 慶ause it stays out of the way and is easily accessible when needed. Double clicking on any URL will start the default web browser and take you to that URL. Double clicking on the phone number will dial that number. Every column supports sorting and can be customized to your needs. Preview will display the notes associated with each record. This program can also import Comma Separated Values (*csv) text files of Outlook Express.

    標簽: addresses Address system useful

    上傳時間: 2014-07-08

    上傳用戶:lyy1234

  • TFIND searches for one or more strings (boolean AND) in a text file. TFIND reports all lines whe

    TFIND searches for one or more strings (boolean AND) in a text file. TFIND reports all lines where the string(s) were found (or NOT found by option). The search can be limited to a field in a fixed field (i.e. column oriented) list. An extended search mode is available, where only letters and digits are relevant. Other options: case sensitive search, alternative errorlevel with number of hits, header line with file name, LFN, custom prefix

    標簽: TFIND searches boolean reports

    上傳時間: 2016-01-24

    上傳用戶:lindor

  • A Windows FTP client written without CInternetSession or CFtpConnection classes. Demonstrates manual

    A Windows FTP client written without CInternetSession or CFtpConnection classes. Demonstrates manual manipulation of Winsock sockets, FTP principles, and GUI concepts such as List controls with in-place label-editing and column sorting, progress indicators, and reading and writing to the Registry

    標簽: CInternetSession CFtpConnection Demonstrates Windows

    上傳時間: 2014-01-04

    上傳用戶:FreeSky

主站蜘蛛池模板: 济阳县| 彭水| 襄城县| 巫溪县| 康乐县| 阿克苏市| 陇西县| 兰考县| 科技| 鹰潭市| 阿图什市| 寻乌县| 崇义县| 阜城县| 合肥市| 平原县| 介休市| 鄂尔多斯市| 高碑店市| 阳曲县| 新干县| 象州县| 临澧县| 定州市| 廉江市| 集贤县| 城固县| 阿勒泰市| 喜德县| 宾川县| 肃南| 伊宁县| 布尔津县| 体育| 霸州市| 勐海县| 阳朔县| 宁波市| 兰州市| 青海省| 凉山|