资源列表
排序选择:
[通讯编程] simulinkexample
说明:内容为matlabsimulink通信系统仿真配套例程, 有大量例程-this is example of communation program for matlab simulink<王海量> 在 2025-09-13 上传 | 大小:241kb | 下载:0
[系统编程] 090911161951
说明:USB摄像头显示,开发环境VC2008,开发语言VC++.-USB camera display<钟杰> 在 2025-09-13 上传 | 大小:39kb | 下载:0
[编程文档] LTE_PDCCH_analyse
说明:LTE中PDCCH的详细解析,其中有DCI的形成过程、资源映射、PDCCH的盲检测,并有详细的图形化的讲解-Detailed analysis of the PDCCH in LTE, the formation of which has DCI, resource mapping, PDCCH blind detection, and a detailed explanation of the graphical<yangfan> 在 2025-09-13 上传 | 大小:716kb | 下载:1
[软件工程] Kernel-Based_Object_Tracking
说明:Kernel-Based Object Tracking 学习目标跟踪最经典的外文文献-Kernel-Based Object Tracking Tracking the most classical learning foreign literature<摩天轮> 在 2025-09-13 上传 | 大小:569kb | 下载:0
[其他嵌入式/单片机内容] Ethereal
说明:本Ethereal过滤规则语法规则,并附有相关命令。-This article introduced the Ethereal filtering rules gauge method, and related commands.<杨洋> 在 2025-09-13 上传 | 大小:4kb | 下载:0
[状态条] ProcessBar_control
说明:MFC 进度条代码 怎么使用进度条,用简单的程序回答-how to use Proress control tools can you do it ok<哈十大> 在 2025-09-13 上传 | 大小:153kb | 下载:0
[Internet/网络编程] TCPIPHandle
说明:本文主要对socket通讯原理以及tcp、ip三次握手机制分析。-The socket communication principle and TCP, IP three-way handshake mechanism analysis.<杨洋> 在 2025-09-13 上传 | 大小:11kb | 下载:0
[单片机(51,AVR,MSP430等)] SYN6288
说明:51单片机通过串口通信驱动SYN6288进行语音合成,可应用于迎宾、公交商场等各种场合-51 microcontroller through the serial communication driver SYN6288 for speech synthesis, can be applied welcome, bus malls and other occasions<zhua> 在 2025-09-13 上传 | 大小:1kb | 下载:0
[软件工程] daoxianwudongjianmo
说明:实现对输电线路导线舞动的实时检测。并且可对导线舞动的轨迹进行建模。-Galloping on the transmission line to achieve real-time detection. And conductor galloping track can be modeled.<wangxiaomeng> 在 2025-09-13 上传 | 大小:510kb | 下载:0
[操作系统开发] Product
说明:模拟实现生产者消费者问题 生产者消费者问题,也称有限缓冲问题,是一个多线程同步问题的经典案例。该问题描述了两个共享固定大小缓冲区的线程——即所谓的“生产者”和“消费者”——在实际运行时会发生的问题。生产者的主要作用是生成一定量的数据放到缓冲区中,然后重复此过程。与此同时,消费者也在缓冲区消耗这些数据。该问题的关键就是要保证生产者不会在缓冲区满时加入数据,消费者也不会在缓冲区中空时消耗数据。 要解决该问题,就必须让生产者在缓冲区满时休眠(要么干脆就放弃数据),等到下次消费者消耗缓冲区中的数<追逐> 在 2025-09-13 上传 | 大小:6kb | 下载:0