搜索结果
找到约 237 项符合
hello 的查询结果
按分类筛选
- 全部分类
- 微处理器开发 (25)
- 单片机开发 (22)
- Linux/Unix编程 (19)
- 其他 (14)
- 汇编语言 (12)
- Java编程 (12)
- 书籍源码 (10)
- 技术资料 (10)
- VC书籍 (9)
- 嵌入式/单片机编程 (7)
- Windows CE (7)
- 文章/文档 (6)
- 游戏 (6)
- 软件设计/软件工程 (5)
- 其他书籍 (5)
- 文件格式 (4)
- 嵌入式Linux (4)
- VIP专区 (4)
- 驱动编程 (3)
- 通讯/手机编程 (3)
- uCOS (3)
- VHDL/FPGA/Verilog (3)
- 嵌入式综合 (2)
- Java书籍 (2)
- 中间件编程 (2)
- DSP编程 (2)
- 压缩解压 (2)
- 其他嵌入式/单片机内容 (2)
- 人工智能/神经网络 (2)
- 编辑器/阅读器 (2)
- J2ME (2)
- 加密解密 (2)
- 通讯编程文档 (2)
- 系统设计方案 (2)
- 医药行业 (2)
- JavaScript (2)
- 书籍 (2)
- 通信网络 (1)
- VxWorks (1)
- Delphi/CppBuilder (1)
- Jsp/Servlet (1)
- 手机短信编程 (1)
- 软件工程 (1)
- 手机WAP编程 (1)
- 网络 (1)
- 数值算法/人工智能 (1)
- 行业应用文档 (1)
- Linux/uClinux/Unix编程 (1)
- ARM (1)
- C/C++语言编程 (1)
- 教程 (1)
嵌入式Linux 三星公司ARM9处理器信号为s3c2410芯片上的linux应用程序
三星公司ARM9处理器信号为s3c2410芯片上的linux应用程序,其中包含按键、hello、led灯、boa、vidcat等几个应用程序,希望对您有用
Linux/Unix编程 /* 在这里我们连接 "destroy" 事件到一个信号处理函数。 * 对这个窗口调用 gtk_widget_destroy() 函数或在 "delete_event" 回调函数中返回 FALS
/* 在这里我们连接 "destroy" 事件到一个信号处理函数。
* 对这个窗口调用 gtk_widget_destroy() 函数或在 "delete_event" 回调函数中返回 FALSE 值
* 都会触发这个事件。*/
g_signal_connect (G_OBJECT (window), "destroy",
G_CALLBACK (destroy), NULL)
/* 设置窗口边框的宽度。*/
gtk_container_set_border ...
uCOS 熟悉基于 uCOS-II 扩展的嵌入式操作系统的启动和应用程序的结构。阅读 main. 调用的函数
熟悉基于 uCOS-II 扩展的嵌入式操作系统的启动和应用程序的结构。阅读 main.
调用的函数,了解 uCOS-II操作系统系统的启动过程。使用Source Insight 3.0 C代码
辑器,在操作系统的基础上,编写一段程序,在屏幕上显示“Hello world”等文本 ...
文件格式 XTHIDE is a GUI that allows the user to hide a text message in an image file. The user will be ask
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 encr ...
单片机开发 MSP430驱动LCD显示
MSP430驱动LCD显示,显示的是字符HELLO
其他嵌入式/单片机内容 This file is distributed in the hope that it will be useful, but WITHOUT * WARRANTY OF ANY KIND.
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 exampl ...
单片机开发 This file is distributed in the hope that it will be useful, but WITHOUT WARRANTY OF ANY KIND.
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 examp ...
VC书籍 In c++ risks is a reference to a variable which exists i.e. one 2nd name for the same variable. Thi
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 produce ...
VC书籍 这是MFC Windows程序设计(第2版)书上的代码。第1章
这是MFC Windows程序设计(第2版)书上的代码。第1章,hello,MFC的编程,供大家参考
Linux/Unix编程 Linux 设计源代码
Linux 设计源代码,包括很多测试程序,如简单的hello等等!