搜索资源列表
linux
- 实现linux对内存的基本操作,包括查看数据存放的位置等-The basic operation of the Linux memory, and view the data stored in the location
BF609_MDMA_ARRAY
- 实现远景蔚蓝ADSP-BLACKFIN609教学开发板矩阵数据多输入多输出操作。-Achieve the vision blue ADSP-BLACKFIN609 teaching development board matrix data MIMO operation.
Using-Timer3-to-Start-ADC
- 实现一个端口永远的读写操作,让用户读取数据卡内容-Achieve a port forever read and write operations, so that users read data card content
Seismic-Unix
- 地震数据在Unix环境下的操作命令,可以为用户提供更加方便的操作。-Seismic data operation command in Unix environment, can provide users with more convenient operation.
wlkspcj_v2.0
- 本程序为手机视频网站微录客采集程序。 占用空间小,建站成本低,无需等待,马上就可以拥有海量网站数据; 免更新免维护,管理方便,操作简单,实现全站后台管理的全自动采集; 实现内容页URL路径伪静态功能,让各大搜索引擎收录更加友好;-This program for mobile video site micro record collection procedures. Small footprint, low cost, no need to wait, you can have
mytest-9.6-2
- 实现基于atm91sam的linux嵌入式操作的液晶显示器显示和按键输入数据的程序。-Based atm91sam of linux embedded operating a liquid crystal display and key input data program.
thread
- thrs_data结构中的几个变量用于读数据线程和显示线程的开始控制和结束控制。start_read:当二个线程同时启动或显示线程先启动时,保证读数据线程先使用缓冲区,=1表示读数据线程已使用了缓冲区;start_disp:在读数据线程对缓冲区进行第一轮操作时,当它已将2个缓冲区写满,而此时显示线程还没有启动或还没有使用过缓冲区,这时应将读数据线程阻塞住,防止它覆盖掉缓冲区中未显示的数据,=1表示显示线程已启动并已使用了缓冲区。在后续交替读数据和显示数据的过程中,由互斥锁来协调二个线程之间的关系