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

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

add-ins

  • Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write

    Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write natural Java objects and some simple configuration files, and Hibernate automates all the interaction between your objects and the database. You don t even need to know the database is there, and you can change from one database to another simply by changing a few statements in a configuration file. If you ve needed to add a database backend to your application, don t put it off. It s much more fun than it used to be, and Hibernate: A Developer s Notebook shows you why.

    標簽: Hibernate persistence Developer you

    上傳時間: 2017-08-17

    上傳用戶:曹云鵬

  • ESRIMapObjectsLT 2 and MicrosoftVisual Basic6 to build an application that uses maps. Display a map

    ESRIMapObjectsLT 2 and MicrosoftVisual Basic6 to build an application that uses maps. Display a map with multiple layers. Control panning and zooming. Create a toolbar control. Base the display of map layers on scale. Perform spatial and logical queries. Display features with thematic renderers. Add vector data and images to a map programmatically.

    標簽: ESRIMapObjectsLT MicrosoftVisual application Display

    上傳時間: 2013-12-18

    上傳用戶:dbs012280

  • 全景圖像和多光譜圖像融合

    PixelFusion.dsp     This file (the project file) contains information at the project level and     is used to build a single project or subproject. Other users can share the     project (.dsp) file, but they should export the makefiles locally. PixelFusion.h     This is the main header file for the application.  It includes other     project specific headers (including Resource.h) and declares the     CPixelFusionApp application class. PixelFusion.cpp     This is the main application source file that contains the application     class CPixelFusionApp. PixelFusion.rc     This is a listing of all of the Microsoft Windows resources that the     program uses.  It includes the icons, bitmaps, and cursors that are stored     in the RES subdirectory.  This file can be directly edited in Microsoft Visual C++. PixelFusion.clw     This file contains information used by ClassWizard to edit existing     classes or add new classes.  ClassWizard also uses this file to store     information needed to create and edit message maps and dialog data     maps and to create prototype member functions.

    標簽: his brovey

    上傳時間: 2015-03-16

    上傳用戶:313777423

  • 16進制轉十進制

    DATAS SEGMENT w dw 0 keybuf db 255      db 0      db 255 dup(0)      ;定義鍵盤輸入需要的緩沖區 DATAS ENDS STACKS SEGMENT db 200 dup(?) STACKS ENDS CODES SEGMENT ASSUME CS:CODES,DS:DATAS,SS:STACKS START: MOV AX,DATAS MOV DS,AX mov dx,offset keybuf     ;用0a號功能,輸入一個字符串 mov ah,0ah               ;用回車結束 int 21h mov dl,0ah               ;再進行換行,以便在下一行顯示轉換后的字符串  mov ah,2     int 21h ;  push ax ;   push dx ;      mov dl,cl ;     mov ah,02 ;     int 21h   ;   pop dx ;  pop ax mov bx,offset keybuf+1   ;取出字符串的字符個數,作為循環的次數 mov cl,[bx] mov ch,0     mov ax,0             again:  inc bx mov ax,[w] push bx mov bx,16 mul bx pop bx            ;是小寫字母,則轉換為大寫字母 mov [w],ax mov dl,[bx]             ;取出一個字符, cmp dl,'9' jbe lab1 cmp dl,'F' jbe lab2 sub dl,32 lab2: sub dl ,07h lab1:  sub dl,30h add [w],dx  loop again   mov ax,[w]  mov bx,-1 push bx mov bx,10 lab3 :mov dx,0 div bx  push dx cmp ax,0 jnz lab3 lab5: pop dx cmp dx,-1 jz lab4 add dl,30h mov ah,02 int 21h        jmp  lab5            ;循環,處理完整個字符串 lab4:  MOV AH,4CH INT 21H CODES ENDS END START

    標簽: 匯編

    上傳時間: 2015-04-02

    上傳用戶:wcc0310

  • Delphi 泛型容器 TDictionary 的用法 Demo

    Collection of key-value pairs.  TDictionary represents a generic collection of key-value pairs.  This class provides a mapping from a collection of keys to a collection of values. When you create a TDictionary object, you can specify various combinations of initial capacity, equality operation, and initial content.  You can add a key that is associated with a corresponding value with the Add or AddOrSetValue methods. You can remove entries with Remove or Clear, which removes all key-value pairs. Adding or removing a key-value pair and looking up a key are efficient, close to O(1), because keys are hashed. A key must not be nil (though a value may be nil) and there must be an equality comparison operation for keys.  You can test for the presence or keys and values with the TryGetValue, ContainsKey and ContainsValue methods.  The Items property lists all Count dictionary entries. You can also set and get values by indexing the Items property. Setting the value this way overwrites any existing value.  The class TObjectDictionary inherits from TDictionary and provides an automatic mechanism for freeing objects removed from dictionary entries. 

    標簽: Delphi 泛型

    上傳時間: 2015-07-01

    上傳用戶:mirage

  • 7143_keilC51v612完全解密版

            keil C51 v6.12 完全解密版的安裝說明      安裝方法是先將V6.12安裝程序用復制到某個目錄下,如復制到D:\keilC51  然后執行D:\keilC51\setup\setup.exe 安裝程序,選擇安裝Eval Version版進  行安裝。  注冊碼:K199U-20071-12A9U      當出現Please insert the add-on disk的提示畫面,可按next按鈕(不用  插入軟盤)。      安裝好之后就可以使用,沒有代碼大小的限制,這是完全版,比 Eval版增  加浮點庫等內容。

    標簽: keilC51v612

    上傳時間: 2015-07-17

    上傳用戶:f29876

  • GoAhead Webs 2.1.5

    ===================================== GoAhead WebServer 2.1.8 Release Notes ===================================== .. NOTES: .. This document is maintained using the reStructuredText markup system. .. You may download this from <http://docutils.sf.net>. Also note that running .. the docutils code requires that a version of Python version 2.1 or later .. be installed on the machine. Since the GoAhead release procedure itself .. runs in Python, this should not be a problem. .. .. To add new entries to the release notes, follow the markup shown below .. (releases should be underlined with a row of '=' characters, each item .. noted within a release should be underlined with '-' characters.

    標簽: web server embedded arm

    上傳時間: 2016-01-30

    上傳用戶:zrxkn

  • GoAhead Webs 2.1.5 embedded webserver arm

    ===================================== GoAhead WebServer 2.1.8 Release Notes ===================================== .. NOTES: .. This document is maintained using the reStructuredText markup system. .. You may download this from <http://docutils.sf.net>. Also note that running .. the docutils code requires that a version of Python version 2.1 or later .. be installed on the machine. Since the GoAhead release procedure itself .. runs in Python, this should not be a problem. .. .. To add new entries to the release notes, follow the markup shown below .. (releases should be underlined with a row of '=' characters, each item .. noted within a release should be underlined with '-' characters.

    標簽: web html embed server arm small http

    上傳時間: 2016-01-30

    上傳用戶:zrxkn

  • keil單片機編寫程序

     1. 安裝Keil C51 V8.16版本,即uV3     2. 打開uVision3,點擊File---License Management...,打開License Management窗口,復制右上角的CID     3. 打開注冊機, 在CID窗口里填上剛剛復制的CID,其它設置不變     4. 點擊Generate生成許可號,復制許可號     5. 將許可號復制到License Management窗口下部的New License ID Code,點擊右側的Add LIC     6. 若上方的Product顯示的是PK51 Prof. Developers Kit即注冊成功,Support Period為有效期,一般可以到30年左右,若有效期較短,可多次生成許可號重新注冊。

    標簽: keil 單片機 注冊機

    上傳時間: 2016-02-25

    上傳用戶:woshishabi

  • pure ins

    純慣導結算程序,包括輸出位置信息,速度信息和四元數姿態信息。加入了圓錐誤差和劃槳誤差,用MATLAB語言編寫而成。

    標簽: pure ins

    上傳時間: 2016-05-06

    上傳用戶:raphaelcat

主站蜘蛛池模板: 含山县| 建阳市| 开阳县| 监利县| 平乡县| 襄汾县| 蓝田县| 湾仔区| 张家港市| 木兰县| 扶绥县| 新平| 宜兰县| 峨眉山市| 朝阳区| 九龙城区| 女性| 襄垣县| 桂阳县| 阿巴嘎旗| 寻甸| 香港| 昭通市| 梅河口市| 乌拉特前旗| 衡阳市| 锡林浩特市| 九龙县| 井冈山市| 南部县| 富蕴县| 保亭| 剑川县| 舟山市| 北票市| 揭东县| 北碚区| 中方县| 景洪市| 洛川县| 萨迦县|