资源列表
lpc210x-code
- 力天电子手把手入门DSP教程例程代码,适合初学DSP应用-Introduction to E-day hands-power DSP tutorial sample code, suitable for beginners DSP applications
program-sheLL
- Linux下程序sheLL编程简介,内含pdf文档和exe可执行文件讲解-Introduction to Programming under Linux program sheLL, including pdf documents and explain exe executable file
MB90092
- 介绍一款监视器行业用的汉字字符叠加芯片 用于叠加汉字信息于摄像头采集的图像 文件中包括使用说明书,原理图,驱动程序 及专用字库生成软件
播放器
- 利用网上各位大神的一些介绍来完成的播放器, LED控件 可修改LED颜色 间距 大小等 DSP加载 播放列表,添加 删除 上一曲 下一曲 模仿模式选择等 EQ 设置 刚学一个月C# 纯源码 没有优化 参考了网上大神们的教学和自己摸索着完成的,提供给大家互相学习
Server
- scoket套接字服务器 ->入门篇源码-scoket socket server Beginners Source
cximage_linux_port.tar
- Cximage Linux port tested in FC8
linux_kernel1
- 边干边学——LINUX内核指导, 从实践中学习linux内核的好书,目前很少这样的书,相信对大家会有一定的帮助-Learning by doing- LINUX kernel guidance, learning linux kernel book, currently very few books, I believe all of you will help
ActiveSync45setup
- vs2005c# 软件与智能设备连接时,所需的驱动-vs2005c# software and smart devices, the required drive
ProcessInfo
- 一个可以展示进程的程序,并且添加按钮功能可以结束选中进程-A program that can display process, and add a button to end the selected process function
LINUX
- LINUX内核指导,操作系统课程设计时做的-LINUX kernel guidance, operating system, curriculum design, when done
LoginActivity
- 该源代码是应用在android系统中用于即时通讯的应用,可以在里面添加自己的功能。-The source code is used in android application for instant messaging system, you can add your own functionality inside.
virtual-memory-allocation--tracking
- 编写一个程序,包括两个线程,一个线程用于模拟内存分配活动,另一个用于跟踪第一个线程的内存行为,要求两个线程之间通过信号量实现同步,模拟内存活动的线程可以从一个文件中读出要进行的内存操作。将VirtualAlloc函数的参数flAllocationType分别设置为MEM_RESET,MEM_TOP_DOWN,将flProtect参数分别设置为PAGE_GUARD,PAGE_NOACCESS,PAGE_NOCACHE,执行并查看内存分配的结果。-Write a program that consi