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

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

its

  • 簡單的計算器

    // 學生管理.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

  • TMS320VC5416-DSK-example

    A simple example of audio signal processing on TMS320VC5416 USB DSK board. Main source is contained in tone.c file, memory configuration - tonecfg.cmd. Folder docs/ contains useful docmentation on board, its components and libraries. The example's configuration is based on example "tone" from Code Composer Studio's 3.1 example for 5416 DSK.

    標簽: DSK-example 5416 TMS 320 VC

    上傳時間: 2017-09-29

    上傳用戶:wang1104014663

  • AZ1117H

    The AZ1117 is a series of low dropout three-terminal regulators with a dropout of 1.15V at 1A output current. The AZ1117 series provides current limiting and thermal shutdown. its circuit includes a trimmed bandgap reference to assure output voltage accuracy to be within 1% for 1.5V, 1.8V, 2.5V, 2.85V, 3.3V, 5.0V and adjustable versions or 2% for 1.2V version. Current limit is trimmed to ensure specified output current and controlled short-circuit current. On-chip thermal shutdown provides protection against any combination of overload and ambient temperature that would create excessive junction temperature.  The AZ1117 has an adjustable version, that can provide the output voltage from 1.25V to 12V with only 2 external resistors.

    標簽: 1117H 1117 AZ

    上傳時間: 2019-04-11

    上傳用戶:heaven0o0o0

  • virtual decomposition control

    obot control, a subject aimed at making robots behave as desired, has been extensively developed for more than two decades. Among many books being published on this subject, a common feature is to treat a robot as a single system that is to be controlled by a variety of control algorithms depending on different scenarios and control objectives. However, when a robot becomes more complex and its degrees of freedom of motion increase substantially, the needed control computation can easily go beyond the scope a modern computer can handle within a pre-specified sampling period. A solution is to base the control on subsystem dynamics.

    標簽: decomposition virtual control

    上傳時間: 2019-09-04

    上傳用戶:txb96

  • Smart+City+Networks+Through+the+Internet+of+Things

    Smart City Networks: Through the Internet of Things is composed of research results, analyses, and ideas, which focus on a diversity of interconnected factors relating with urbanization, its “smartness,” and overarching “internet of things (IoT).” The latter refers to interconnected objects and devices – through compu- tational operations – which can receive signals and actuate systems.

    標簽: Networks Internet Through Things Smart City

    上傳時間: 2020-05-26

    上傳用戶:shancjb

  • WBA_FullIndustryReport

    With billions of ‘people and things’ becoming increasingly connected, the need to combine the potential of unlicensed and licensed wireless services has become an imperative for the operators, cities, high density venues and players focused on key market opportunities such as IoT, big data and 5G. The WBA has developed Vision 2020 to harness its experience of creating seamlessly interconnected wireless services in new and emerging areas.

    標簽: WBA_FullIndustryReport

    上傳時間: 2020-05-26

    上傳用戶:shancjb

  • Caribbean Markets : Mobile Broadband Development

    4G Americas is an industry trade organization composed of leading telecommunications service providers and manufacturers. The organization's mission is to advocate for and foster the advancement and full capabilities of the LTE mobile broadband technology and its evolution beyond to 5G, throughout the ecosystem's networks, services, applications and wirelessly connected devices in the Americas. 4G Americas, the voice of 5G for the Americas, is invested in leading 5G development for the Americas and maintaining the current global innovation lead in North America with LTE technology.

    標簽: Development Caribbean Broadband Markets Mobile

    上傳時間: 2020-05-26

    上傳用戶:shancjb

  • Ad+Hoc+Mobile+Wireless+Networks

    Communication between various devices makes it possible to pro- vide unique and innovative services. Although this interdevice com- munication is a very powerful mechanism, it is also a complex and clumsy mechanism, leading to a lot of complexity in present day systems. This not only makes networking difficult but also limits its flexibility.

    標簽: Wireless Networks Mobile Hoc Ad

    上傳時間: 2020-05-26

    上傳用戶:shancjb

  • Applications of Evolutionary Computing

    Evolutionary Computation (EC) deals with problem solving, optimization, and machine learning techniques inspired by principles of natural evolution and ge- netics. Just from this basic definition, it is clear that one of the main features of the research community involved in the study of its theory and in its applications is multidisciplinarity. For this reason, EC has been able to draw the attention of an ever-increasing number of researchers and practitioners in several fields.

    標簽: Applications Evolutionary Computing of

    上傳時間: 2020-05-26

    上傳用戶:shancjb

  • Baseband+Receiver+Algorithms

    The growing interest for high data rate wireless communications over the last few decades gave rise to the emergence of a number of wideband wireless systems. The resulting scarcity of frequency spectrum has been forcing wireless system designers to develop methods that will push the spectral efficiency to its limit.

    標簽: Algorithms Baseband Receiver

    上傳時間: 2020-05-26

    上傳用戶:shancjb

主站蜘蛛池模板: 特克斯县| 团风县| 磐石市| 华亭县| 炉霍县| 廊坊市| 安阳市| 视频| 治多县| 连山| 鹰潭市| 增城市| 京山县| 桂平市| 金川县| 台湾省| 榕江县| 遵义县| 芜湖市| 屯门区| 灵川县| 杂多县| 聂荣县| 新乐市| 商河县| 新乐市| 来安县| 从江县| 安泽县| 揭西县| 堆龙德庆县| 长岭县| 和平区| 且末县| 庄河市| 嵩明县| 保康县| 宝清县| 安顺市| 同江市| 牟定县|