搜索资源列表
G591B-V1.1
- GPS 定位 校时 G591B G591模块产品定义书 1.GPS芯片 :基于 JRC第九代单芯片SH319方案 2.卫星信道 :88通道, (66个捕获通道,22个追踪通道) 3.频率 :L1, 1.57542 GHz, C/A 码 4.启动时间 :<1.5s(热启),<34s(温启),<35s(冷启) 5.功耗 :38mW typical@tracking 6.GPS精度 :<2.5m Position Accuracy; 0.
catchscreen
- 非常好用的服务器与客户端的通信程序源码 服务器端可以很轻松的监视客户端的状态 同时可以捕获客户端的桌面-A very nice server and the client communication program source server-side can easily monitor the status of the client at the same time you can capture the client' s desktop
ERPSource
- ERP源代码!帐表组件,通过实例化该项目的一个报表类(实例化所需参数:报表唯一标识码、报表DataTable结构、SQL查询语句),生成一张功能丰富的报表(可以打印、自定义打印格式、导出、过滤、分组、小计、合计、设置报表显示格式等 并且可以捕获双击报表行的事件)。 示例代码 Dim cFrmId As String = "永思ERP报表_存货档案" 定义报表标识码 Dim cSQL As String = "select * from Inventory" 定义报表SQL查询串
GPSacquisition
- 对GPS信号实现三种算法的捕获,有串行搜索、并码搜索和并频搜索(GPS signal to achieve the capture of three algorithms)
Trackdemo
- 用于对基于GOLD码的串行捕获算法,可以自定义信噪比,待捕获信号参数,代码分成搜索跟踪和捕获两部分,其中搜索的步长等参数也可以自定义,代码中acquiresignal.m部分为最终捕获相位展示的主程序。(For the serial acquisition algorithm based on GOLD code, we can customize the signal-to-noise ratio and the parameters of the signal to be captured.