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

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

NAME

  • 數據庫后臺管理工具

    數據庫后臺管理工具,針對MS SQL Server,創建數據庫,備份恢復數據庫,用戶訪問統計等功能,運行時需要修改Ydlogin.ini文件里的Server NAME 為 SQL Server 服務器名。

    標簽: 數據庫 后臺 管理工具

    上傳時間: 2013-12-25

    上傳用戶:咔樂塢

  • The application you are going to create mimics entering an employee into a database .The user wil be

    The application you are going to create mimics entering an employee into a database .The user wil be required to enter an employee s NAME and age

    標簽: application The entering employee

    上傳時間: 2014-12-07

    上傳用戶:ouyangtongze

  • 先編寫MFC DLL

    先編寫MFC DLL,打開VC++6.0 => File => New => Project => MFC AppWizzard(dll),在 Project NAME 里輸入Calc =>Next => Finish. 好了,現在你打開Workspace的FileView就可以看到已經有Calc.h、Calc.cpp、stdafx.h、stdafx.cpp這4個文件了.

    標簽: MFC DLL 編寫

    上傳時間: 2013-12-21

    上傳用戶:13681659100

  • 交通燈: 1. 因為本設計是交通燈的控制

    交通燈: 1. 因為本設計是交通燈的控制,所以要先了解實際交通燈的變化規律。假設一個十字路口為東西南北走向。初始狀態0為東西紅燈,南北紅燈。然后轉狀態1南北綠燈通車,東西紅燈。過一段時間轉狀態2,南北綠燈閃幾次轉亮黃燈,延時幾秒,東西仍然紅燈。再轉狀態3,東西綠燈通車,南北紅燈。過一段時間轉狀態4,東西綠燈閃幾次轉亮黃燈,延時幾秒,南北依然紅燈。最后循環至狀態1。 2. 雙色LED是由一個紅色LED管芯和一個綠色管芯封裝在一起,公用負端。當紅色正端加高電平,綠色正端加低電平,紅燈亮;紅色正端加低電平,綠色正端加高電平,綠燈亮;兩端都加高電平,黃燈亮。 急救車和交通燈: 中斷服務程序的關鍵是:1. 保護進入中斷時的狀態,并在推出中斷之前恢復進入時的狀態;2. 必須在中斷程序中設定是否允許中斷重入,即設置EX0位。 本設計使用了INT0中斷,一般中斷程序進入時應保護 PSW,ACC以及中斷程序使用但非其專用的寄存器。本設計中的INT0程序保護了PSW,ACC,2等三個寄存器并且在退出前恢復了這三個寄存器。另外中斷程序中涉及到關鍵數據的設置時應關中斷,及設置時不允許重入。本設計中沒有涉及這種情況。 NAME:trled1.asm trled2.asm

    標簽: 交通燈 控制

    上傳時間: 2014-01-05

    上傳用戶:凌云御清風

  • CBC下寫的串口編程

    CBC下寫的串口編程,API函數實例 I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of having to learn Windows programming and Win95 serial comm programming at the same time. I found both tasks confusing at best. It was particularly frustrating because I had, over the years, written so much stuff (including lots of serial comm software) for the DOS environment and numerous embedded applications. Interrupt driven serial comm, DMA transfer serial comm, TSR serial comm, C, assembler, various processors... you NAME it, it had written it. Yet, everything I knew seemed upside-down in the message-driven-callback world of Windows.

    標簽: CBC 串口編程

    上傳時間: 2014-06-20

    上傳用戶:cccole0605

  • matlab NumMFs = 2 MF1= in3mf1 : gbellmf ,[3 2 -3 0] MF2= in3mf2 : gbellmf ,[3 2 3 0] [Input4]

    matlab NumMFs = 2 MF1= in3mf1 : gbellmf ,[3 2 -3 0] MF2= in3mf2 : gbellmf ,[3 2 3 0] [Input4] NAME = in4 Range = [-3 3] NumMFs = 2 MF1= in4mf1 : gbellmf ,[3 2 -3 0] MF2= in4mf2 : gbellmf ,[3 2 3 0] [Output1] NAME = out Range = [-10 10] NumMFs = 16 MF1= outmf1 : linear ,[41.3729301501 10.029755738 3.1622770253 4.2875458985

    標簽: gbellmf matlab NumMFs Input4

    上傳時間: 2015-04-28

    上傳用戶:努力努力再努力

  • 一、 實驗內容 S語言的編譯程序的詞法分析部分實現 從左到右掃描每行S語言源程序的符號

    一、 實驗內容 S語言的編譯程序的詞法分析部分實現 從左到右掃描每行S語言源程序的符號,拼成單詞,換成內部表示(token) 二、 實驗要求 要求實現編譯器的以下功能:  組織源程序的輸入  按規則拼寫單詞,并轉換成二元形式  刪除空格及無用符號(如回車符,字符常數的引號符等)  發現并定位錯誤  建立單詞表、符號表、常數表等文件 三、 實現方法 數據結構 1、 輸入 S語言源程序,為文本文件 2、 輸出 詞法分析程序的運行結果是:產生一個單詞序列文件(token文件)和一個常數表、一個符號表文件,并輸出錯誤信息。 (1) token文件結構 token文件用于存放從S語言源程序中掃描出來的一個個單詞符號的機內表示,其文件結構如下: typedef struct token { nt label char NAME[30] int code int addr }token 說明:  label:單詞序號;  NAME[30]:單詞本身;  code:單詞的編輯;  addr:地址,單詞本身保留字時值為-1,為標識符成常數時為大于0常數,即該標識符成常數在符號表中的入口地址。

    標簽: 語言 實驗 編譯

    上傳時間: 2015-04-29

    上傳用戶:refent

  • vb內嵌flash應用 Type=Exe Form=frmMain.frm Reference=*G{00020430-0000-0000-C000-000000000046}#2.0#0#..

    vb內嵌flash應用 Type=Exe Form=frmMain.frm Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\WINDOWS\SYSTEM\stdole2.tlb#OLE Automation Object={D27CDB6B-AE6D-11CF-96B8-444553540000}#1.0#0 SWFLASH.OCX Startup="frmMain" ExeNAME32="FlashTutorial.exe" Command32="" NAME="FlashTutorial" HelpContextID="0" CompatibleMode="0" MajorVer=1 MinorVer=0 RevisionVer=0 AutoIncrementVer=0 ServerSupportFiles=0 VersionCompanyNAME="funky frog systems" CompilationType=0 OptimizationType=0 FavorPentiumPro(tm)=0 CodeViewDebugInfo=0 NoAliasing=0 BoundsCheck=0 OverflowCheck=0 FlPointCheck=0 FDIVCheck=0 UnroundedFP=0 StartMode=0 Unattended=0 Retained=0 ThreadPerObject=0 MaxNumberOfThreads=1

    標簽: 0000 000000000046 Reference 00020430

    上傳時間: 2014-11-02

    上傳用戶:lizhen9880

  • ICTCLAS的JNI調用接口文件: Title:ICTCLAS Caller * <p>Description:do chinese word segmentation.do

    ICTCLAS的JNI調用接口文件: Title:ICTCLAS Caller * <p>Description:do chinese word segmentation.don t change the pakage and CLASS NAME, orelse you can t use it. * 請不要改變包名、類名以及native的方法名,否則調用將失效。 * 由于ICTCLAS本身存在很多魯棒性問題,調用segSentence時,string參數請保證不要過長或帶有亂碼。調用次數過多(如處理幾十G的數據)會有可能造成內存溢出。 * 故基本只能用于較小規模數據(相對幾十G來說)。 * 請運行時設置jvm足夠的堆??臻g。

    標簽: ICTCLAS segmentation Description chinese

    上傳時間: 2014-01-25

    上傳用戶:it男一枚

  • abel Tool Sample Requires: Visual Basic 6 and MapObjects 2.x Data: redlands.shp (Redlands sample

    abel Tool Sample Requires: Visual Basic 6 and MapObjects 2.x Data: redlands.shp (Redlands sample data set from MO 2.x) Interactive Labeling Tool If the check box is checked, then the mouse down location will search for the closest line, and label it with the street NAME. If the check box is not checked, then the mouse down will turn into a pan/zoom tool. There is a slider bar to control the search tolerance in screen pixels for the labeling.

    標簽: MapObjects Requires Redlands redlands

    上傳時間: 2013-12-17

    上傳用戶:sunjet

主站蜘蛛池模板: 罗平县| 玉溪市| 县级市| 揭阳市| 通山县| 札达县| 蚌埠市| 芜湖县| 潜江市| 南投县| 定陶县| 威远县| 吉林省| 齐齐哈尔市| 涿州市| 上蔡县| 四川省| 涿州市| 尖扎县| 汤阴县| 建昌县| 松阳县| 昔阳县| 平和县| 博爱县| 元氏县| 新密市| 株洲市| 天津市| 海原县| 喀喇沁旗| 青神县| 宁安市| 乌鲁木齐县| 蓬溪县| 简阳市| 克拉玛依市| 乌拉特中旗| 定陶县| 长丰县| 肃宁县|