码迷,mamicode.com
首页 >  
搜索关键字:hardware    ( 890个结果
【Vivado HLS Coding Style-2】2维卷积:C代码构建高效硬件
以Xilinx Vivado HLS官方Sample Code(2D_convolution_with_linebuffer)为蓝本,探讨Hardware Efficient C Code ...
分类:其他好文   时间:2018-05-21 14:26:35    阅读次数:544
processing与arduino互动编程
Processing向串口发送数据 arduino连接的是com3,执行程序后Arduino板载的RX灯一直亮起,说明有数据在不停地发送过去。关闭程序后,RX灯熄灭。 2.3Arduino串口编程 通过头文件HardwareSerial.h中定义一个HardwareSerial类的对象serial, ...
分类:其他好文   时间:2018-05-16 13:13:17    阅读次数:501
WDK知识点.IRQL
1、关键字: KeRaiseIrql(https://docs.microsoft.com/en-us/windows-hardware/drivers/ddi/content/wdm/nf-wdm-keraiseirql) KeLowerIrql(https://docs.microsoft.co ...
分类:其他好文   时间:2018-05-13 17:18:57    阅读次数:163
ESXi hosts and compatible VM hardware versions
![](http://i2.51cto.com/images/blog/201805/09/771cbb4eab2f185615c9f990e08d2c42.jpg?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3po
分类:其他好文   时间:2018-05-09 10:52:01    阅读次数:161
回调函数和钩子函数的说明
回调函数: 回调函数是应用程序提供给Windows系统DLL或其它DLL调用的函数,一般用于截获消息、获取系统信息或处理异步事件。应用程序把回调函数的地址指针告诉DLL,而DLL在适当的时候会调用该函数。回调函数必须遵守事先规定好的参数格式和传递方式,否则DLL一调用它就会引起程序或系统的崩溃。通常 ...
分类:其他好文   时间:2018-05-02 21:00:52    阅读次数:174
PL2303 USB转串口 com
PL2303 USB转串口 com PL-2303 XA/HXA chip http://www.prolific.com.tw/US/ShowProduct.aspx?p_id=225&pcid=41 该设备无法启动 代码10 Ser2pl64.sys win10 OK Prolific 3.8. ...
分类:其他好文   时间:2018-05-01 15:29:08    阅读次数:148
计算机编程学习路径
1. 计算机发展史部分 参考资料: *《编码 隐匿在计算机软硬件背后的语言》(Code:The Hidden Language of Computer Hardware and Software,Charles PetZold 美国) * 相关视频 2. 3. 4. ...
分类:其他好文   时间:2018-04-29 18:40:47    阅读次数:164
Linux Time Configuration
Hardware clock (UTC) sets system clock contain the time zone variable) in booting up. NTP server give time to system clock. "date" set system clock,"h ...
分类:系统相关   时间:2018-04-25 17:07:18    阅读次数:168
makefile
1 # 2 # 3 #all: 4 # arm-linux-gcc main.c -c -o main.o -I./include 5 # arm-linux-gcc hardware.c -c -o hardware.o -I./include 6 # arm-linux-as start.S -... ...
分类:其他好文   时间:2018-04-24 00:25:38    阅读次数:165
Computer Hardware-1
Computer Hardware 1 __Para 1__ Computer hardware can be divides into four categories: input hardware, storage hardware, processing hardware, and outpu ...
分类:其他好文   时间:2018-04-22 21:55:00    阅读次数:138
890条   上一页 1 ... 20 21 22 23 24 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!