登录
首页 » WINDOWS » dsPIC 30F4013

dsPIC 30F4013

于 2019-03-13 发布 文件大小:1432KB
0 122
下载积分: 1 下载次数: 0

代码说明:

  Datasheet of the dsPIC 30F4013 microcontroler

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 逍遥西游修改通用资源
    说明:  逍遥西游200多个更改路径以及修复文档,客户端修复文档,服务端修复文档(More than 200 change paths and repair documents, client repair documents and server repair documents of Xiaoyao westward Tour)
    2020-04-01 13:23:45下载
    积分:1
  • VB6.0实现彩票36选7选号程序
    VB6.0实现彩票36选7选号程序,功能:生成14个过滤条件值保存DB,查询指定期的前X期开出的个数,七期随机选号法,统计每个号码出球规律,"随机选下注数据,从选定号码中遍历组合,在选中号码列表中继续筛选等。   程序主窗口中的TAB标签选项卡实属不错,你可把它用在你的应用程序中。   注:统一起见,下标全部从1用起,0下标不用命名中的Sum这里统一为 个数 的意思,Total一般的数值变量,尽量统一使用Long型,因为Long型的取值范围大,而且速度快一些,只是内存多一点。   1000个数   Quick最快,循环只有500多次   Bucket第二,循环只有999次   过滤操作具体执行过程   一个条件一个条件的全部过滤所有   一次一注号码轮流进行一个条件一个条件的过滤,一次一个条件过滤全部,保留下来的进行下一轮过滤,那容错就几乎无法实现了,如果要实现容错机制的话,应该是一注号码要通过全部过滤条件,然后可利用容错,符合条件和容错就保留下来,鉴于保存所有号码的数组是二维的,那么就直接对保存的二维数组进行各个条件过滤,不可能每次用一个一维数组保存,再用这个一维来过滤。用一个一维数组来记录容错情况,也就是符合多少个条件,比如14个条件,设定了容错率为6,那么只要有8个或以上过滤条件符合,就保留下来。放到一个新的二维数组中奇号个数,0-7   参数:二维数组(),存放一注号码,7个   返回值:奇号的个数,一个Variant数组,里面分别是每注的奇数的个数   UBound(Num, 1) 第一维是注数
    2022-07-21 15:28:11下载
    积分:1
  • 您可能已经设计了数据库,以及表
    或许大家都设计过数据库,也为表定义过主键,今天我想阐述的是,应该如何正确的设计一个主键,在以往的一些资料中,都没有提及到主键设计的原则.我为此总结了一下: -you might have designed the database, as well as table-defined primary key, and today I would like to explain is that How should correct the design of a primary key, in the past some of the information. no mention of the primary key design principle. I summarize this for a moment :
    2023-04-05 12:15:04下载
    积分:1
  • 高精度捷联惯性导航系统Matlab工具箱
    工具箱主要功能: 1) 姿态向量、四元数、矩阵、滤波算法等各类子程序 2) 圆锥运动仿真 划船运动仿真 惯性器件随机误差仿真 3) Kalman滤波初始对准 基于惯性系初始对准 罗经法初始对准 大方位失准角EKF初始对准 大失准角UKF初始对准 速度+姿态传递对准 4) 纯惯性导航SINS仿真 航位推算、SINS/DR仿真 SINS/GPS组合仿真 GPS/BD/GLONASS单点伪距定位 SINS/GPS松/紧组合 POS正逆向数据处理与信息融合仿真 5)((Toolbox main functions: 1) attitude vector, quaternion, matrix, filtering algorithms and other subroutines 2) conical motion simulation rowing simulation inertial device random error simulation 3) Kalman filtering based on initial alignment of inertial gyrocompass initial alignment law initial alignment of large azimuth misalignment angle EKF initial Alignment of large misalignment UKF initial alignment speed+ attitude transfer Alignment 4) pure SINS simulation inertial navigation dead reckoning, SINS/DR simulation SINS/GPS Integrated simulation of GPS/BD/GLONASS pseudoranges single point positioning SINS/GPS loose/tight combination of forward and reverse POS data processing and information fusion simulation 5)))
    2020-11-27 20:29:30下载
    积分:1
  • sqlite-autoconf-3170000.tar
    sqlite3安装包比较好用的版本,之前在centos下面开发用过 感觉比较稳定(SQLite3 installation package, a better version, previously developed below CentOS, used to feel more stable)
    2021-03-24 09:49:14下载
    积分:1
  • 粒子群改进粒子滤波算法PSO-PF
    说明:  粒子群改进粒子滤波算法 可以运行 完整无缺(Particle swarm optimization (pso) improved particle filtering algorithm You can run)
    2020-12-20 11:29:08下载
    积分:1
  • Realize the wireless sensor network in a routing protocol algorithm.
    实现了无线传感器网络中的一个路由协议算法。-Realize the wireless sensor network in a routing protocol algorithm.
    2022-11-27 04:05:03下载
    积分:1
  • PLCOperator
    与NJ系列PLC通讯上位机软件给予指令位置,与PLC 通讯并发送位置指令,伺服电机为负载(Communication with NJ series PLC upper computer software gives instruction position, communicates with PLC and sends position instruction. Servo motor is the load.)
    2020-06-25 04:40:02下载
    积分:1
  • 绿色 版 安装包制作
    说明:  绿色 版 安装包制作,安全快速,很稳定,可以自己设计安装样式(Green version of the installation package, security quickly, is stable, can be installed in a own design style)
    2020-06-22 03:00:02下载
    积分:1
  • 自己编写的logistic程序,简单明了速度快
    自己编写的logistic程序,简单明了速度快-I have written a logistic procedure, simple fast
    2022-10-21 07:50:03下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载