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

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

message

  • 簡單的計算器

    // 學生管理.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #define MAX_LOADSTRING 100 // Global Variables: HINSTANCE hInst; // current instance TCHAR szTitle[MAX_LOADSTRING]; // The title bar text TCHAR szWindowClass[MAX_LOADSTRING]; // The title bar text // Foward declarations of functions included in this code module: ATOM MyRegisterClass(HINSTANCE hInstance); BOOL InitInstance(HINSTANCE, int); LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); LRESULT CALLBACK About(HWND, UINT, WPARAM, LPARAM); struct person {   char name[10];   int ID;   int cj_yw;   int cj_sx;   struct person* next;   struct person* pro; }per; int APIENTRY WinMain(HINSTANCE hInstance,                      HINSTANCE hPrevInstance,                      LPSTR     lpCmdLine,                      int       nCmdShow) {   // TODO: Place code here. MSG msg; HACCEL hAccelTable; // Initialize global strings LoadString(hInstance, IDS_APP_TITLE, szTitle, MAX_LOADSTRING); LoadString(hInstance, IDC_MY, szWindowClass, MAX_LOADSTRING); MyRegisterClass(hInstance); // Perform application initialization: if (!InitInstance (hInstance, nCmdShow))  { return FALSE; } hAccelTable = LoadAccelerators(hInstance, (LPCTSTR)IDC_MY); // Main message loop: while (Getmessage(&msg, NULL, 0, 0))  { if (!TranslateAccelerator(msg.hwnd, hAccelTable, &msg))  { Translatemessage(&msg); Dispatchmessage(&msg); } } return msg.wParam; } // //  FUNCTION: MyRegisterClass() // //  PURPOSE: Registers the window class. // //  COMMENTS: // //    This function and its usage is only necessary if you want this code //    to be compatible with Win32 systems prior to the 'RegisterClassEx' //    function that was added to Windows 95. It is important to call this function //    so that the application will get 'well formed' small icons associated //    with it. // ATOM MyRegisterClass(HINSTANCE hInstance) { WNDCLASSEX wcex; wcex.cbSize = sizeof(WNDCLASSEX);  wcex.style = CS_HREDRAW | CS_VREDRAW; wcex.lpfnWndProc = (WNDPROC)WndProc; wcex.cbClsExtra = 0; wcex.cbWndExtra = 0; wcex.hInstance = hInstance; wcex.hIcon = LoadIcon(hInstance, (LPCTSTR)IDI_MY); wcex.hCursor = LoadCursor(NULL, IDC_ARROW); wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW+1); wcex.lpszMenuName = (LPCSTR)IDC_MY; wcex.lpszClassName = szWindowClass; wcex.hIconSm = LoadIcon(wcex.hInstance, (LPCTSTR)IDI_SMALL); return RegisterClassEx(&wcex); } // //   FUNCTION: InitInstance(HANDLE, int) // //   PURPOSE: Saves instance handle and creates main window // //   COMMENTS: // //        In this function, we save the instance handle in a global variable and //        create and display the main program window. // BOOL InitInstance(HINSTANCE hInstance, int nCmdShow) {    HWND hWnd;    hInst = hInstance; // Store instance handle in our global variable    hWnd = CreateWindow(szWindowClass, szTitle, WS_OVERLAPPEDWINDOW,       CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL);    if (!hWnd)    {       return FALSE;    }    ShowWindow(hWnd, nCmdShow);    UpdateWindow(hWnd);    return TRUE; } // //  FUNCTION: WndProc(HWND, unsigned, WORD, LONG) // //  PURPOSE:  Processes messages for the main window. // //  WM_COMMAND - process the application menu //  WM_PAINT - Paint the main window //  WM_DESTROY - post a quit message and return // // LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) { int wmId, wmEvent; PAINTSTRUCT ps; HDC hdc; TCHAR szHello[MAX_LOADSTRING]; LoadString(hInst, IDS_HELLO, szHello, MAX_LOADSTRING); switch (message)  { case WM_COMMAND: wmId    = LOWORD(wParam);  wmEvent = HIWORD(wParam);  // Parse the menu selections: switch (wmId) { case IDM_ABOUT:   DialogBox(hInst, (LPCTSTR)IDD_ABOUTBOX, hWnd, (DLGPROC)About);   break; case IDM_EXIT:   DestroyWindow(hWnd);   break; default:   return DefWindowProc(hWnd, message, wParam, lParam); } break; case WM_PAINT: hdc = BeginPaint(hWnd, &ps); // TODO: Add any drawing code here... RECT rt; GetClientRect(hWnd, &rt); DrawText(hdc, szHello, strlen(szHello), &rt, DT_CENTER); EndPaint(hWnd, &ps); break; case WM_DESTROY: PostQuitmessage(0); break; default: return DefWindowProc(hWnd, message, wParam, lParam);    }    return 0; } // Mesage handler for about box. LRESULT CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) { switch (message) { case WM_INITDIALOG: return TRUE; case WM_COMMAND: if (LOWORD(wParam) == IDOK || LOWORD(wParam) == IDCANCEL)  { EndDialog(hDlg, LOWORD(wParam)); return TRUE; } break; }     return FALSE; }

    標簽: 學生 計算器

    上傳時間: 2016-12-29

    上傳用戶:767483511

  • 2民生行用卡源代碼

    Received: from mail.creditcard.cmbc.com.cn (unknown [111.205.122.39]) by newmx82.qq.com (NewMx) with SMTP id  for <714620454@QQ.COM>; Fri, 20 Oct 2017 03:56:09 +0800 X-QQ-FEAT: nHaaMjwLeTyzuDp5C5V++RVfPHSVEqOujK0vwZroSro= X-QQ-MAILINFO: MjJD59SVx+LnQ1oU2sDuZ8tZJyZAOGTJaybWFAYRjurknrZoc6gjmnU06 o+pkiTJsdtxgA5CmtpN2ggrWb/T2GoG07QFXqgJtIk+5X1iaz4UykQ9M2a782+Fdn83doxC 4Ej1t99JoZcj8dDkeM5dzZTSR8uZGwHEnIK9Uim+NcaroB2EUWgclSmSzIxUHIbJ1nTLA8G B4/wa X-QQ-mid: mx82t1508442969ti70kc84u X-QQ-ORGSender: master@creditcard.cmbc.com.cn Received: from sedm([195.203.59.13]) by mail.creditcard.cmbc.com.cn(1.0) with SMTP id sedm587; Thu, 19 Oct 2017 17:48:11 +0800 Date:Thu, 19 Oct 2017 17:48:11 +0800 (CST) message-ID:<0305-euid-31911508406491578> To:=?gbk?B?zsTS1SDFrsq/?=<714620454@QQ.COM> From:master<master@creditcard.cmbc.com.cn> Subject: =?gbk?B?w/HJ+tDF08O/qDIwMTfE6jEw1MK159fTttTVy7Wl?= X-Priority: 3 X-MSMail-Priority: Normal MIME-Version: 1.0 Content-Type: multipart/related; boundary="****MAIN_BOUNDARY****2727BD00F7949069C75FEDD44F1F2988" This is a multi-part message in MIME format. --****MAIN_BOUNDARY****2727BD00F7949069C75FEDD44F1F2988 Content-Type: multipart/alternative; boundary="****SUB_BOUNDARY****2727BD00F7949069C75FEDD44F1F2988" --****SUB_BOUNDARY****2727BD00F7949069C75FEDD44F1F2988 Content-Type: text/html; charset="gb2312" Content-Transfer-Encoding: base64

    標簽: 源代碼

    上傳時間: 2017-11-17

    上傳用戶:wendingchang

  • DHT11溫濕度檢測

    由STC89C51單片機來控制DHT11傳感器采集的溫濕度的轉換、1602液晶屏的顯示,以及蜂鳴器的報警。

    標簽: DHT 11 溫濕度檢測

    上傳時間: 2018-04-27

    上傳用戶:luson

  • JAVA SMPP 源碼

    Introduction jSMPP is a java implementation (SMPP API) of the SMPP protocol (currently supports SMPP v3.4). It provides interfaces to communicate with a message Center or an ESME (External Short message Entity) and is able to handle traffic of 3000-5000 messages per second. jSMPP is not a high-level library. People looking for a quick way to get started with SMPP may be better of using an abstraction layer such as the Apache Camel SMPP component: http://camel.apache.org/smpp.html Travis-CI status: History The project started on Google Code: http://code.google.com/p/jsmpp/ It was maintained by uudashr on Github until 2013. It is now a community project maintained at http://jsmpp.org Release procedure mvn deploy -DperformRelease=true -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=sonatype-nexus-staging -Dgpg.passphrase=<yourpassphrase> log in here: https://oss.sonatype.org click the 'Staging Repositories' link select the repository and click close select the repository and click release License Copyright (C) 2007-2013, Nuruddin Ashr uudashr@gmail.com Copyright (C) 2012-2013, Denis Kostousov denis.kostousov@gmail.com Copyright (C) 2014, Daniel Pocock http://danielpocock.com Copyright (C) 2016, Pim Moerenhout pim.moerenhout@gmail.com This project is licensed under the Apache Software License 2.0.

    標簽: JAVA SMPP 源碼

    上傳時間: 2019-01-25

    上傳用戶:dragon_longer

  • GSM 03.40

    Digital cellular telecommunications system (Phase 2+); Technical realization of the Short message Service (SMS) Point-to-Point (PP) (3GPP TS 03.40 version 7.5.0 Release 1998)

    標簽: GSM

    上傳時間: 2019-06-14

    上傳用戶:twogozi

  • Optical+Communications+Essentials

    Ever since ancient times, people continuously have devised new techniques and technologies for communicating their ideas, needs, and desires to others. Thus, many forms of increasingly complex communication systems have appeared over the years. The basic motivations behind each new one were to improve the transmission fidelity so that fewer errors occur in the received message, to increase the transmission capacity of a communication link so that more infor- mation could be sent, or to increase the transmission distance between relay sta- tions so that messages can be sent farther without the need to restore the signal fidelity periodically along its path.

    標簽: Communications Essentials Optical

    上傳時間: 2020-05-31

    上傳用戶:shancjb

  • 歐母龍PLC例程PLC控制器源碼255個合集

    歐母龍PLC例程PLC控制器源碼255個合集:1600T俄羅斯壓力機.rar200噸壓機程序 omron 的機子C系列的.rar3MK136舊磨床現程序.rar3電機延時控制啟停.rar5V編碼器信號如何接入CP1H高數計數案例.rar6路搶答器源碼.rar902002 OMRON.rarASCII Generic Protocol Macro Object Code.zipASCII Generic Protocol Macro.zipC3電樞異物吸引.rarCalendar Calculation.zipcarbon.rarCompact Flash Memory Write.zipCounter Multiplex.zipcp1h 高速計數觸發中斷注意點.rarcp1h-x40用在非標飲料線上的程序,有注解.rarCP1H與愛默生溫控模塊的通訊程序.rarCP1L and CP1H EasyModbus FB.zipCPM1A編寫的贊揚15T立式注塑機.rarCPM2A Interupt High Speed Counting Sample.zipCPM2A自身時鐘六個時間段觸發程序.rarCQM1 Host Link Master.zipCQM1H 21的例子程序,有溫度壓力等PID控制。.rarCQMaster.swp.zipCS CJ CP NSJ password set.zipCS1 C Mode Hostlink.zipCS1-CJ1 Floating Point to Fixed Point Conversion for HMI.zipcub.rarCX-Programmer Ver.5 Introduction Guide R120-E1-01..zipCX-Programmer Ver.5 Introduction to Function Blocks Guide R121-E1-01.zipC_Mode_Hostlink.zipDeviceNet Explicit message Example.zipdieban.rarEasy to use Modbus RTU Master for CP1L CP1H CJ1 CJ2 CS1.zipExample of Using Daylight Saving FB's.zipExample Scale Meter Protocol.zipFB Calculate Day Of Week.zipFB Day light savings function block.zipFB Extract Time Date into SecMin Hr Day Mth Yr.zipFB Scale with parameters.zipGKF1250離心機CXP.rargkf1250離心機cxpgkf離心機omron.rarJH21-200程序.rarLED液壓機.rarlogging+ filewrite.ziplpr-des.rarModbus Protocol Macro Object Code.zipModbus Protocol Macro.zipModbus RTU Sample Code CJ1-SCB.rarModbus TCP Client using FB's.zipOmron CS1 Sequencer.zipOMRON E6CP絕對值編碼器使用實例。編碼器為8位格雷碼輸出.rarOmron Modbus Slave Ladder.zipOmron Plc 變頻一帶三例程.rarOMRON PLC編程示范.raromron--MOV傳送指令.raromron-cs1g-h-cpu42日本機的程序.rarOmron_CJ2_to_AB_EIP_Tag_Datalink_Example.rarOMRON接駁臺.rarOMRON控制2伺服.rarOMRON溫度,壓力模擬量輸入程序.rarOMRON照明設備程序.raromron的PLC案例程序.rarOMRON程序舉例.rarOMRON程序舉例2.rarOMRON紙病分析系統-PLC程序(CJ1G).zipomron脈沖輸出到驅動器的程序.rarPCB 沉銅線程序.rarPID溫度控制的PLC程序設計實例.rarPinstamp.zipPLC Clock adjustment with screen.zipPLC錳鋼程序cpm2a.zipPolls and Writes setpoints to E5CK Process Controller - E5CK.swp.zipPRO9連拉.rarProcess states sequence logics.zipQuadrature Input for Standard CPM1A DC Inputs.zipRandom Number Generator.zipScaling in CJ1 CS1 PLC's.zipSMS - GSM PLC Communications.zipsony 公司 某機臺控制程序.rarStepNext.cpt.zipSTUP Example.zipTemplate for Step-Step Next Sequence.zipToggle Button.zipTracking product on conveyor.zipTXD-RXD Quickstart Programs.zipTXD-RXD Serial Port Handling.zipUseable timer.zipV600-E5CK.zipV700-V720 RFID Protocol Macro.zipVB與OMRON PLC通訊源碼.rarWoodwood Controler Example Protocol Program.zipYH32-315油壓機程序.rar一個CJ1M的程序.rar一個OMRON程序,帶位置控制模塊.rar一個生產線上潤滑控制的小程序.rar一些簡單的cpm1a程序.rar一控三恒壓供水程序.rar三層提升機歐姆龍CQM1H程序.rar三菱400噸和200號沖床程序.rar上海產自動模切機飛達部程序.zip上海獅印全自動啤機程序.rar東芝壓鑄機梯形圖.rar兩步法吹瓶機.rar鄉林剪臺.rar買書的隨書樣例.rar井研磨邊機.rar交通燈注釋全.rar今機立式注塑機程序.rar伺服電機正反轉控制.rar位置控制(旋轉編碼器與PLC).rar充磁機程序.rar先啟后停 后啟先停 事例.rar沖床程序.rar分揀線主機一個CJ1M的分揀線程序下掛CP1H.rar利慧利樂灌裝機程序.rar刮水器停止位置檢查程序.rar力泰翻胚機程序.rar北人04印刷機程序.rar北人LQD10騎馬裝訂程序.rar半自動吹瓶機的程.rar南京印刷機.zip卡板程式.rar壓制機程序(帶解釋,注釋).rar壓力機控制程序.rar原創液壓機程序帶注釋歐姆龍PLC加信捷文本.rar原點搜索程序.rar雙翻分揀機.rar雙邊機.rar反滲透整套PLC控制.rar臺灣產染色機歐姆龍PLC帶3只IO擴展控制程序.rar臺灣大拉無板.rar啤酒廠酒瓶美容機.rar四川綿陽建豐熱磨工段.rar在用設備程序.rar垂直涂布.rar外端子設計數值.rar大型熱電廠 PLC程序(帶注解).rar大搖動超聲波清洗機.rar大連75密練注釋程序.rar安呼12級.rar富佳扶梯程序.rar對齊度編程!!.rar小車控制程序.rar小車送料”例程.rar廣東鍛壓氣壓沖床程序(80T)有詳細注解.rar廣告牌燈箱.rar微電機刷簧自動組裝程序.rar微粉磚自動送料帶OMRON CQM2A+擴展程序帶注釋.rar意大利進口皮革壓花.rar扎鋼機程序.rar打包機.rar拔蓋機.rar撥碼控制.rar擋磚磨邊機(新1).rar捷豹空壓機控制程序.rar接木機.rar控制程序例子.rar推掛.rar攻絲機2(新).rar料位顯示.rar旋轉門控制程序1.rar無協議.rar無心磨床(OMRON系統,帶機械手有詳細注解).rar無線膠裝機歐姆龍程序.zip日本人編的程序 拋光研磨.rar日本成型磨床控制程序(附注釋)歐姆龍CPM1A.rar板坯定厚.rar樣例,有注釋.rar模擬量試驗.rar歐姆龍CJ1M鉻化機程序帶注釋.rar歐姆龍CP1H例程.rar歐姆龍CPM1A的PLC.rar歐姆龍CPM2AH  PLC和歐姆龍NTZ觸摸屏編寫的超聲波清洗機程序..rar歐姆龍CPM2AH Host Link通訊程序(發布源碼).rar

    標簽: plc 控制器

    上傳時間: 2021-10-22

    上傳用戶:

  • Linux內核裁剪與編譯

    學習本章要達到的目標:口1.理解 Linux內核編譯選項的含義口2.學會根據不同的硬件配置裁減定制內核;口3.理解內核編譯過程中每一步的功能,并編譯 Linux2.630內核。需要去重新編譯 Linux內核口增加操作系統對新的硬件設備的支持口增加內核新的功能口對內核代碼或內核配置進行優化時Prompt for development and/or incomplete code/drivers口顯示處于開發調試中或尚未完善的代碼或驅口選中:如果是測試人員或者開發者;口不選:其他情況Local version append to kerne release口追加本地版本號口使用命令“uname-a”進行查看。POSIX message Queues口 POSIX消息隊列的支持,這是 POSIX進程間通信的一部分BSD Process Accounting口將進程的統計信息寫入文件口信息通常包括建立時間、所有者、命令名稱、內存使用、控制終端等,這個選項一般是選擇的。Enable loadable module support口使能可加載模塊支持口如果使能此選項則可以通過"makemodules_insta"把內核模塊安裝在/lib/modules/中Kernel support for ELF binaries口內核對ELF文件格式的支持口ELF是開放平臺下最常用的二進制文件格式支持動態連接,支持不同的硬件平臺Kernel support for a out and ECOFF binaries口早期UNIX系統的可執行文件格式,目前已經被ELF格式取代Unix domain sockets口本機高效率的 Socket口僅能運行在本機上的高效率的 Socket,簡稱 Unix socket。口很多進程使用為這種機制在操作系統內部進行進程間通信,例如 X Window和 syslog等TCP/IP networking口TcP/IP網絡協議的支持

    標簽: linux

    上傳時間: 2022-03-29

    上傳用戶:kingwide

  • 基于單片機溫度報警器設計GSM版

    系統簡介:1.單片機+LCD1602液晶顯示器+三極管放大電路+蜂鳴器+按鍵+DS18B20+GSM遠程報警等設計。2. 3個按鍵對應3個不同的功能,設定值加1、設定值減1和蜂鳴器檢測。3. 5V可使用USB供電。4. DS18B20溫度傳感器模塊實現對溫度的檢測。測量范圍-50~120攝氏度,常溫LCD1602顯示25.0攝氏度左右,溫度精度在0.1℃;誤差±0.2℃以內.溫度變化時,顯示值將變化。蜂鳴器就會報警。啟動GSM短信報警功能。默認設定值31攝氏度(方便用人體模擬)。5.采用三極管進行輸出放大,驅動能力強、蜂鳴器顯示效果更好!6. 特點:穩定、操作起來非常方便,上電就可以使用。7.佩戴引出I/O接口(40個排針),用于連接下載器下載程序, 方便進行升級調試.操作說明:S0:復位鍵   S1:設定值加1  S2:設定值減1  S3:蜂鳴器檢測  1、   上電/S0復位:液晶顯示“Detect System” “Temp=25.0   32.0” ,對應檢測溫度和設定報警溫度。檢測傳感器表面溫度,顯示值變化。2、按S1、S2鍵:可以實現設定溫度的加減操作。3、按S3鍵:檢測蜂鳴器響聲。4、可以用手抓住溫度傳感器,模擬溫度檢測。檢測到溫度變化后、液晶顯示值變化,當檢測溫度大于設定溫度時,蜂鳴器就會報警。并發送“DS18B20 Warning!”信息到指定手機。5、發送短信時,第一行顯示將發送變化:“message sending”  “the sending ok”  6、手機卡記得插到卡槽里噢

    標簽: 單片機 溫度報警器 gsm

    上傳時間: 2022-06-09

    上傳用戶:

  • pcie處理層協議中文詳解

    pcie(PCI-Express)處理層協議中文詳解處理層協議(transaction Layer specification)◆TLP概況。◆尋址定位和路由導向。◆i/o,.memory,configuration,message request、completion 詳解。◆請求和響應處理機制。◆virtual channel(ve)Mechanism虛擬通道機制。◆data integrity 數據完整性。一.TLP概況處理層(transaction Layer specification)是請求和響應信息形成的基礎。包括四種地址空間,三種處理類型,從下圖可以看出在transaction Layer中形成的包的基本概括。一類是對io口和memory的讀寫包(TLPS:transaction Layers packages),另一類是對配置寄存器的讀寫設置包,還有一類是信息包,描述通信狀態,作為事件的信號告知用戶。對memory的讀寫包分為讀請求包和響應包、寫請求包(不需要存儲器的響應包)。而io類型的讀寫請求都需要返回I/O口的響應包,

    標簽: pcie

    上傳時間: 2022-06-30

    上傳用戶:

主站蜘蛛池模板: 阳西县| 凌云县| 华容县| 乐都县| 永德县| 五家渠市| 济源市| 尼木县| 上犹县| 安多县| 彩票| 华阴市| 徐水县| 手游| 长垣县| 额敏县| 普格县| 丹凤县| 嘉祥县| 营口市| 枣庄市| 专栏| 周宁县| 北辰区| 金华市| 蒲城县| 多伦县| 阿克苏市| 伊吾县| 保德县| 玉门市| 石渠县| 平昌县| 那曲县| 右玉县| 荥阳市| 安多县| 临江市| 佛山市| 望谟县| 聂拉木县|