三星公司ARM9處理器信號為s3c2410芯片上的linux應用程序,其中包含按鍵、Hello、led燈、boa、vidcat等幾個應用程序,希望對您有用
上傳時間: 2016-12-07
上傳用戶:thinode
/* 在這里我們連接 "destroy" 事件到一個信號處理函數。 * 對這個窗口調用 gtk_widget_destroy() 函數或在 "delete_event" 回調函數中返回 FALSE 值 * 都會觸發這個事件。*/ g_signal_connect (G_OBJECT (window), "destroy", G_CALLBACK (destroy), NULL) /* 設置窗口邊框的寬度。*/ gtk_container_set_border_width (GTK_CONTAINER (window), 10) /* 創建一個標簽為 "Hello World" 的新按鈕。*/ button = gtk_button_new_with_label ("Hello world") /* 當按鈕收到 "clicked" 信號時會調用 Hello() 函數,并將NULL傳給 * 它作為參數。Hello() 函數在前面定義了。*/ g_signal_connect (G_OBJECT (button), "clicked", G_CALLBACK (Hello), NULL)
標簽: gtk_widget_destroy delete_event destroy FALS
上傳時間: 2016-12-26
上傳用戶:zsjinju
熟悉基于 uCOS-II 擴展的嵌入式操作系統的啟動和應用程序的結構。閱讀 main. 調用的函數,了解 uCOS-II操作系統系統的啟動過程。使用Source Insight 3.0 C代碼 輯器,在操作系統的基礎上,編寫一段程序,在屏幕上顯示“Hello world”等文本
上傳時間: 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.
標簽: user message XTHIDE allows
上傳時間: 2013-12-26
上傳用戶:erkuizhang
MSP430驅動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 $ *
標簽: 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 $
標簽: 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.
標簽: variable i.e. reference exists
上傳時間: 2013-12-17
上傳用戶:netwolf
這是MFC Windows程序設計(第2版)書上的代碼。第1章,Hello,MFC的編程,供大家參考
上傳時間: 2017-05-21
上傳用戶:manlian
Linux 設計源代碼,包括很多測試程序,如簡單的Hello等等!
上傳時間: 2017-06-07
上傳用戶:klin3139