资源列表
GPIO口控制类GpioControl
- 自己写的嵌入式LINUX下GPIO口控制类 ,用在QT的Widgets Application中 【使用方法】 [初始化对象] GpioControl m_gpioControl; [初始化GPIO第84口OUT] m_gpioControl.Init(84); [设置GPIO第84口高电平] m_gpioControl.gpio_set_value(84, "1"); [设置GPIO第84口低电平] m_gpioControl.gpio_set_value(84, &
lightmap-master
- 基于QT的百度地图开发。实现简单的路径规划功能(Development of Baidu maps based on QT. Simple path planning function is implemented)
linux示例代码
- QQ2440V3官方示例代码,由于整个光盘太大,这里只上传代码(QQ2440V3 official sample code)
kenlang-V3.0
- Implemented with SDRAM run nios, while saving camera data SRAM, Robustness, superior performance, Raya Punuo Fu index using the formula.
gateway
- 网关应用程序实现异构网络之间通信(传感网络与因特网)(Gateway applications communicate between heterogeneous networks (sensor networks and the Internet))
7.Chuong 2
- 123ok co ich svpwm embedded tms320f28335
ARM9的远程视频监控系统
- 基于arm9的远程视频监控系统,使用Qt编写客户端和服务器端,客户端可实现视频保存功能。服务器端运行于移植有linux内核的MINI2440上,客户端运行于PC上,服务器端将采集到的视频数据发送到客户端,客户端实现对视频的显示和保存等功能。(ARM9 based remote video surveillance system, the use of Qt write client and server, the client can achieve video preservation fun
Yaffs2 Transplant
- Yaffs2 文件系统移植艰辛记录,很艰难啊(Yaffs2 file system transplant difficult record, very difficult ah!)
yaffs2 file system
- 本文模仿《linux 内核源代码情景分析》一书,以情景分析的方式对 yaffs2 文件系统的 源代码进行分析。(This article imitates "Linux kernel source code scene analysis" a book, with the scene analysis way to the yaffs2 file system Source code analysis.)
tiusao
- Complete class-based image processing, contains all of the source code, auto image, Correlation diagram shown in detail the time domain and frequency domain, allan FOG output error variance analysis.
fivestone
- 五子棋小游戏,利用c++编写的Qt文件,在虚拟机上运行。(Gobang game, using c++ prepared Qt file, run on the virtual machine.)
ECDSA算法实现源码
- ecdsa 算法实现 通过openssl 实现(ecdsa use the openssl lib)