三星公司ARM9處理器信號為s3c2410芯片上的linux應(yīng)用程序,其中包含按鍵、hello、led燈、boa、vidcat等幾個應(yīng)用程序,希望對您有用
標(biāo)簽: s3c2410 linux ARM9 三星
上傳時間: 2016-12-07
上傳用戶:thinode
/* 在這里我們連接 "destroy" 事件到一個信號處理函數(shù)。 * 對這個窗口調(diào)用 gtk_widget_destroy() 函數(shù)或在 "delete_event" 回調(diào)函數(shù)中返回 FALSE 值 * 都會觸發(fā)這個事件。*/ g_signal_connect (G_OBJECT (window), "destroy", G_CALLBACK (destroy), NULL) /* 設(shè)置窗口邊框的寬度。*/ gtk_container_set_border_width (GTK_CONTAINER (window), 10) /* 創(chuàng)建一個標(biāo)簽為 "hello World" 的新按鈕。*/ button = gtk_button_new_with_label ("hello world") /* 當(dāng)按鈕收到 "clicked" 信號時會調(diào)用 hello() 函數(shù),并將NULL傳給 * 它作為參數(shù)。hello() 函數(shù)在前面定義了。*/ g_signal_connect (G_OBJECT (button), "clicked", G_CALLBACK (hello), NULL)
標(biāo)簽: gtk_widget_destroy delete_event destroy FALS
上傳時間: 2016-12-26
上傳用戶:zsjinju
熟悉基于 uCOS-II 擴(kuò)展的嵌入式操作系統(tǒng)的啟動和應(yīng)用程序的結(jié)構(gòu)。閱讀 main. 調(diào)用的函數(shù),了解 uCOS-II操作系統(tǒng)系統(tǒng)的啟動過程。使用Source Insight 3.0 C代碼 輯器,在操作系統(tǒng)的基礎(chǔ)上,編寫一段程序,在屏幕上顯示“hello world”等文本
標(biāo)簽: uCOS-II main 擴(kuò)展 嵌入式操作系統(tǒng)
上傳時間: 2013-12-21
上傳用戶:wxhwjf
XTHIDE is a GUI that allows the user to hide a text message in an image file. The user will be asked for a key that will be used to both encode and decode the text into an image. The key can be of length from 2 to 900 characters. The encryption pattern for a key hell is not a subset of the encryption pattern for hello . See help. Created with version 7.01.
標(biāo)簽: user message XTHIDE allows
上傳時間: 2013-12-26
上傳用戶:erkuizhang
MSP430驅(qū)動LCD顯示,顯示的是字符hello
上傳時間: 2013-12-26
上傳用戶:zhuoying119
This file is distributed in the hope that it will be useful, but WITHOUT * WARRANTY OF ANY KIND. * * Author(s): Ole Saether * * DESCRIPTION: * * hello World program. Please note that this program runs the internal 8051 * on the default power up frequency of 4MHz. See ex3c.c for an example on how * to switch to 16MHz. * * The functionality is the same as in ex1a.asm. * * COMPILER: * * This program has been tested with Keil V7.07a. * * $Revision: 3 $ *
標(biāo)簽: distributed WARRANTY WITHOUT useful
上傳時間: 2017-05-17
上傳用戶:515414293
This file is distributed in the hope that it will be useful, but WITHOUT WARRANTY OF ANY KIND. Author(s): Ole Saether DESCRIPTION: nRF9E5 hello World program. Please note that this program runs the internal 8051 on the default power up frequency of 4MHz. See ex3a.asm for an example on how to switch to 16MHz. The functionality is the same as in ex1c.c. ASSEMBLER: You need as31.exe to assemble this program. It can be downloaded from this web page: http://www.pjrc.com/tech/8051/ $Revision: 4 $
標(biāo)簽: distributed WARRANTY WITHOUT useful
上傳時間: 2017-05-17
上傳用戶:wuyuying
In c++ risks is a reference to a variable which exists i.e. one 2nd name for the same variable. This program is broken up into functions.露the function hand constitutes the entrance point of the program, firstly there is the function message which us affiche hello , and the second function produced 露procedure affich_calcul, one declared the prototype and one it definite after one made the call has this function.
標(biāo)簽: variable i.e. reference exists
上傳時間: 2013-12-17
上傳用戶:netwolf
這是MFC Windows程序設(shè)計(第2版)書上的代碼。第1章,hello,MFC的編程,供大家參考
標(biāo)簽: Windows MFC 程序設(shè)計 代碼
上傳時間: 2017-05-21
上傳用戶:manlian
Linux 設(shè)計源代碼,包括很多測試程序,如簡單的hello等等!
上傳時間: 2017-06-07
上傳用戶:klin3139
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1