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

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

text-fading

  • 我對mo安裝目錄下VB的MoView例子的frmIdentify窗體修改

    我對mo安裝目錄下VB的MoView例子的frmIdentify窗體修改,其中添加 了1個label空件組(10個),1個text控件組(10個),2個command(Edit 、Save)按鈕,要實現的功能是對讀入的圖形文件的相關記錄的指定字段的 屬性值,并能保存,用了Recordset對象的Edit函數、Update函數,

    標簽: frmIdentify MoView 目錄 修改

    上傳時間: 2016-04-28

    上傳用戶:as275944189

  • pc實現短信收發的源程序

    pc實現短信收發的源程序,支持TEXT模式和UTP模式。

    標簽: 短信 收發 源程序

    上傳時間: 2016-05-02

    上傳用戶:wanqunsheng

  • ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is

    ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is no edit possibility, just quick view - so it s useful to implement "View file" feature in your Delphi/C++Builder application. The following view modes are implemented: Text, Binary, Hex, Unicode: all files, of unlimited size. Plain file dump is shown. Used ATBinHex component: only visible part of file is loaded into memory. Modes are suitable for huge files and files of unknown type. RTF/UTF-8: RTF and UTF-8 encoded texts. File is shown using RichEdit control. Image: all general image formats: BMP JPG ICO GIF PNG... File is shown using ATImageBox component. Multimedia: all file types supported by MS Windows Media Player: AVI MPEG WMV MP3... File is shown using WMP ActiveX control. Internet: all file types supported by MS Internet Explorer: HTML XML DOC XLS... File is shown using MSIE ActiveX control. Plugins: all files supported by Total Commander Lister plugins.

    標簽: component ATViewer Builder various

    上傳時間: 2013-12-24

    上傳用戶:小鵬

  • 在第一章里

    在第一章里,例子程序HelloCE調用DrawText函數顯示了一行文本。代碼如下: DrawText (hdc, TEXT ("Hello Windows CE!"), -1, &rect, DT_CENTER | DT_VCENTER | DT_SINGLELINE) DrawText 是一個相當高級的函數,允許由程序顯示文本,而由Windows處理大部分細節。DrawText的頭幾個參數幾乎是不言而喻,很直觀。當前正在使用的設 備環境句柄被傳入,同時傳入的還有被TEXT宏包圍的用來顯示的文本,聲明成Unicode字符串是為了符合Windows CE的需要。

    標簽:

    上傳時間: 2016-05-15

    上傳用戶:zhichenglu

  • There are two files in the zip folder. bpsk_spread.m and jakesmodel.m Steps for simulation: 1] Run

    There are two files in the zip folder. bpsk_spread.m and jakesmodel.m Steps for simulation: 1] Run jakesmodel.m first 2] Then run bpsk_spread.m . 3] Note that during the first run bpsk_spread.m has no rayleigh fading.This is because the corresponding code has been commented 4] The resulting performance is stored in BER_awgn. 5] Now uncomment the Rayleigh Fading code in bpsk_spread.m file. 6] Same time comment BER_awgn (line 112) and uncomment BER_ray variable. 7] Run the simulation. To compare the perfromances of the receiver using DSSS plot the BER_awgn and BER_ray

    標簽: bpsk_spread jakesmodel simulation folder

    上傳時間: 2016-05-19

    上傳用戶:ynsnjs

  • This program prints a calendar for a year specified. The user enters a year for the calendar and t

    This program prints a calendar for a year specified. The user enters a year for the calendar and the programs automatically prints the calendar in text format.

    標簽: calendar year for specified

    上傳時間: 2016-05-25

    上傳用戶:hwl453472107

  • This book code procedure according to the chapter arrangement, the 1st chapter of example under "1"

    This book code procedure according to the chapter arrangement, the 1st chapter of example under "1" the table of contents, the 2nd chapter of example under "2" the table of contents, to the order analogizes. Under corresponding table of contents including Java source code document and by it correspondence translation class document. The reader may use software and so on the text editor opens the Java source code document, examines this book the detailed code. 13th chapter the code defers to the project project laying aside. May directly use NetBeans to open the project document to carry on the code examination.

    標簽: chapter arrangement according procedure

    上傳時間: 2014-11-01

    上傳用戶:希醬大魔王

  • segment,一個簡單的中文分詞程序

    segment,一個簡單的中文分詞程序,命令行如下: java -jar segmenter.jar [-b|-g|-8|-s|-t] inputfile.txt -b Big5, -g GB2312, -8 UTF-8, -s simp. chars, -t trad. chars Segmented text will be saved to inputfile.txt.seg

    標簽: segment 程序

    上傳時間: 2014-01-04

    上傳用戶:ynzfm

  • Tasks Read the textbook about the details of Vigenére Cipher. Implement the algorithm by C or C++.

    Tasks Read the textbook about the details of Vigenére Cipher. Implement the algorithm by C or C++. Requirements You do this lab in a group of two students. Your program should have input and output as follows: csci>a.out --> Please input the key: receptive --> Please input the plain text: wearediscoveredsaveyourself --> The cipher text is : nicvtwqngfzgvtwavzvcqyglmgj -->The original message is: wearediscoveredsaveyourself • You should test your program with several runs.

    標簽: the Implement algorithm textbook

    上傳時間: 2013-12-21

    上傳用戶:bruce5996

  • SourceModeling 這個java程序可以統計出給出的txt文本中所有的英文字母和使用的字符出現的字數并顯示出來

    SourceModeling 這個java程序可以統計出給出的txt文本中所有的英文字母和使用的字符出現的字數并顯示出來,使用ASCII碼讀取。(之后可以使用這個代碼進行Huffman編碼的基礎) 2.2 DecOfInd.txt 為被統計的文檔。SM.java為統計的java程序。 SM.class是SM.java生成的類文件。 compute.txt是輸出結果到屏幕后的信息text復制。

    標簽: SourceModeling java txt 程序

    上傳時間: 2016-06-07

    上傳用戶:qiao8960

主站蜘蛛池模板: 巢湖市| 宜兰县| 左权县| 长子县| 洪泽县| 康马县| 镶黄旗| 那曲县| 寿光市| 兴隆县| 柳河县| 阜宁县| 兴义市| 扎囊县| 云梦县| 佛坪县| 佛教| 菏泽市| 定日县| 商丘市| 邢台市| 西青区| 古蔺县| 抚远县| 东宁县| 武乡县| 汕尾市| 布尔津县| 焦作市| 三亚市| 叶城县| 偏关县| 东莞市| 宁安市| 黄山市| 巫山县| 娄底市| 大厂| 鹿泉市| 赞皇县| 宁武县|