会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
sunshinepretty
博客园
首页
新随笔
联系
订阅
管理
2018年11月1日
转载: [http://www.ssdfans.com]
摘要: 转:http://www.ssdfans.com/blog/2017/08/03/%e8%80%81%e7%94%b7%e5%ad%a9%e8%af%bbpcie%e4%b9%8b%e5%85%ad%ef%bc%9a%e9%85%8d%e7%bd%ae%e5%92%8c%e5%9c%b0%e5%9d
阅读全文
posted @ 2018-11-01 16:02 sunshinepretty
阅读(549)
评论(0)
推荐(0)
2018年8月8日
c语言实现排列组合
摘要: 1.求排列组合结果总数 组合:采用递归算法,根据下面第二行公式。 排列:采用递归。思想来自:https://blog.csdn.net/u012814856/article/details/73863086。 2.展示排列,组合结果。 排列:首先从(N)个中取一个数,再在剩余的一次次取一个数,每取一
阅读全文
posted @ 2018-08-08 11:54 sunshinepretty
阅读(24635)
评论(0)
推荐(2)
2018年8月3日
PCI Express Introduction
摘要: 1. . Root Complex Event Collector 作为连接CPU/内存和外部设备的枢纽,Root Complex在整个PCI Express体系结构中处于核心位置,它是I/O层次系统与CPU/内存系统连接的最顶层。 一个Root Complex可以支持一个或多个PCI Expres
阅读全文
posted @ 2018-08-03 11:27 sunshinepretty
阅读(654)
评论(0)
推荐(0)
2018年6月12日
转载——链表中LinkList L与LinkList *L的区别
摘要: 1 2 3 4 typedef struct Node{ int elem; struct node * next; }node,*LinkList; 对于LinkList L: L是指向定义的node结构体的指针,可以用->运算符来访问结构体成员,即L->elem,而(*L)就是个Node型的结构
阅读全文
posted @ 2018-06-12 11:52 sunshinepretty
阅读(853)
评论(0)
推荐(0)
2018年6月11日
c语言遇到的一些疑问点
摘要: 一、typedef 的用法 1.常规变量类型定义 例如:typedef unsigned char uchar 描述:uchar=unsigned char类型定义, uchar c声明等于unsigned char c声明 2.数组类型定义 例如: typedef int array[2]; 描述
阅读全文
posted @ 2018-06-11 15:32 sunshinepretty
阅读(243)
评论(0)
推荐(0)
2018年6月6日
AC701 BIST bist_app.bit not found解决办法
摘要: 在根据手册,需要添加命令source C:/ac701_bist/ready_for_download/bist_download.tcl,会出现错误,根据下图输入即可。
阅读全文
posted @ 2018-06-06 15:05 sunshinepretty
阅读(98)
评论(0)
推荐(0)
2018年5月31日
Quartus II 16.0+modelsim-alter10.4
摘要: 一、打开Quartus,点击new project Wizard。选择新建工程。点击next之后,在需要填写项目的地址,和项目名称。(项目地址自己选择,项目名称需要和之后建立的顶层实体(模块)名称一致)。 二、在之后的add files环节可跳过。之后再添加。然后选择自己的器件类型。 三、之后就看到
阅读全文
posted @ 2018-05-31 18:57 sunshinepretty
阅读(467)
评论(0)
推荐(0)
公告