搜索资源列表
ccs_tsk
- 在CCS中在HWI硬件中断服务中启动TSK任务线程的例子,适合于学习硬件中断,任务线程。-in CCS in HWI hardware interrupt service launched TSK task threads example, suitable for learning hardware interrupt, threaded tasks.
hwi_swi
- CCS开发环境下,在HWI硬件中断服务中启动SWI软件中断线程的源码,适合学习软件&硬件中断-CCS development environment, HWI hardware interrupt service interruption started SWI threaded software source code, for learning software & hardware interrupt
p_thread
- 嵌入式linux学习之uclinux多线程编程实例 (测试平台S3C44B0X,uclinux系统)-Embedded linux learning Basis multithreaded programming examples (test platform S3C44B 0.1419 0X, the Basis system)
echo
- TI的DSP系列嵌入式操作系统DSP/BIOS有关SWI和PRD线程使用的例子,基于5410。对学习DSP/BIOS很有帮助
tsktest
- ti的嵌入式操作系统DSP/BIOS运用的例子:有关TSK任务线程的使用,基于5410。对学习DSP/BIOS很有帮助
UIandWorkThread
- 一个运行在PDA上的线程程序,适合初学者学习,运行和测试环境:VS2005+多普达8125
Thread
- Windows CE线程控制软件。建立两个线程,进行计数及输出处理。用于学习Windows CE线程
《evc高级编程及其应用开发》源代码-2676
- 〈EVC高级编程及其应用开发(Embedded Visual C++嵌入式编程)〉书上的源代码 全书共分13章,分别为WinCE及EVC概述、图形编程、对话框控件、进程、线程、文件和注册表、WinCE基础数据库编程、WinCE扩展数据库编程、通讯编程、UDP和PING编程、TCP编程、DLL编程以及COM编程。读者在具有一定C抖和WinCE知识的基础上,通过本书的学习,可以快速提高WinCE的编程能力和实际开发水平。-<EVC Pregoish(embedded Visual Cg)>
DS1302时钟芯片C例程
- /*这个程序,是我用51电子网http://www.51dz.com/n.asp?id=12519&i=xie343706382,298元C51学习板调试通的单片机控制DS1303时钟芯片试验时请用排线 将p1口连到CZ2 一个时钟程序,它能实现断电走时(用纽扣电池),显示和设置年月日星期时分秒(8位数码管)。 */
threads
- qt的多线程操作 内有详细注解 是学习QT的很好的小例子-qt multithreaded operations with detailed annotations are good to learn a small example of QT
MTHello1
- 简单的多线程例子,学习多线程编程入门使用程序-Simple example of multi-threaded, multi-threaded programming to learn the procedures for entry
EVC
- EVC下的编程实例,包含图形编程,线程,文件与注册表,控件,通信等.很好的学习资料-Programming under EVC example, contain graphical programming, threads, files and registry, control, communications and so on. A very good learning materials
Mobile
- Mobile 移动应用开发宝典》示例源码 其中包含17个WebService ,数据库,文件签名,注册表 ,线程,控件,PocketOutlook(发送邮件)等 以c#和VB 编写的运用范例 方便大家学习参考-Mobile Mobile Application Development Collection, " which contains 17 sample source WebService, databases, file signatures, registry, threads
timesuspend
- 采用多线程,系统事件来哦实现系统延时挂,是学习线程同步的好例子-Multi-threaded, system events for system delay Oh, hang, is to learn a good example of thread synchronization
BattThread320240
- wince5.0下的电池的上层应用程序,检测是否充电,弹出界面,显示电量大小,是学习ui线程的好例子-wince5.0 battery under the upper application, testing whether the charge, showing the size of electricity is a good example to learn ui thread
PictureClient
- 这是为调试OV6620图像传感器写的上位机图片显示程序,除了可以显示指定路径下的图片外,还可以显示CPU上传的图像数据,程序采用了多线程技术,对学习图像显示和VC++有很好的帮助。-This is for debugging OV6620 image sensor writing PC image display process, which can be displayed specified path of the image, it can display CPU upload the i
ThreadCount
- 创建一个线程来计算,适合新手学习-Create a thread to calculate, for beginners to learn. .****
PCB
- 有关线程控制,涉及SJP等算法,具体内容大家看看,相互交流学习。-The thread control, relating to SJP and other algorithms, the specific content you see, mutual exchange of learning.
linux-kernel-boot-thread
- linux内核启动线程学习笔记,有比较详细的讲解-linux kernel start threads study notes, a detailed explanation
嵌入式程序设计学习实例代码
- 嵌入式程序设计学习实例代码,包括若干经典驱动程序,线程编程等一系列完整学习嵌入式编程课程的参考实例代码!