问题标签 [bus]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
19883 浏览

hardware - 机器周期、总线周期和执行周期的区别

我无法理解Bus CycleInstruction CycleMachine Cycle之间的区别。请帮帮我。谢谢

0 投票
1 回答
90 浏览

cpu - Intersection of data using CPU Address Bus

I'm reading a paper and in a part of this paper there is a note about intersecting sets using address bus. This is the exact quote from the paper:

Fast retrieval methods often rely on intersecting sets of documents that contain a particular word or feature. Semantic hashing is no exception. Each of the binary values in the code assigned to a document represents a set containing about half the entire document collection. Intersecting such sets would be slow if they were represented by explicit lists, but all computers come with a special piece of hardware – the address bus – that can intersect sets in a single machine instruction. Semantic hashing is simply a way of mapping the set intersections required for document retrieval directly onto the available hardware.

I have some basic knowledge about cpu architecture. All I need is an abstract explanation to understand how this operation is done.

P.S. The paper is about the sets, but my question is general (any kind of data).

0 投票
2 回答
1169 浏览

windows - 如何访问 Windows PC 的 ISA 总线?

我想访问我主板的 ISA 总线以读取温度传感器值并设置冷却风扇速度。除了使用“GiveIO”的提示外,我找不到任何实用的信息,这是一个非通用 I/O 驱动程序,不幸的是它与 Windows 7 不兼容。

如果无法避免对驱动程序进行编码,那么任何有关如何入门的有用信息都将受到高度赞赏。

0 投票
2 回答
3866 浏览

operating-system - 操作系统如何与声卡/视频卡等外围设备交互

据我了解,任何程序都会被编译成一系列针对其运行架构的汇编指令。我不明白的是操作系统如何与显卡等外围设备交互。驱动程序本身不就是CPU的一系列汇编指令吗?

我能想到的唯一一件事是它使用内存区域,然后由外围设备监视,或者它使用 BUS 来通信操作并接收结果。这个过程有没有简单的解释。

抱歉,如果这个问题太笼统,这一直困扰着我。

0 投票
3 回答
1940 浏览

service - c#/.net服务总线使用sql server

我知道有像 nservicebus 这样的成熟框架,但我想要一个使用 sql server 而不是 msmq/rabbit 的队列。

外面有吗?

提前致谢。

0 投票
1 回答
371 浏览

service - 天蓝色服务总线 - 订阅者数量

有什么方法可以查看我的主题的订阅者数量吗?每个订阅者的队列中有多少条消息?它消耗了多少?

如果今天在 azure 中没有针对此的监控解决方案,有没有办法以编程方式执行此操作?

谢谢

0 投票
2 回答
458 浏览

c - dbus总是需要总线吗

我正在尝试使用 DBUS 的低级 c-api 通过套接字实现服务器客户端。我的问题是..是否有必要始终使用总线进行 dbus 通信。并且 BUS 是否仅意味着 dbus-daemon 的额外实例。

0 投票
1 回答
591 浏览

windows - Azure 服务总线免费试用

一周前,我注册了免费试用 Windows azure 3 个月。但是,我似乎找不到服务总线或访问控制的菜单选项来创建服务总线队列和主题。这些不是作为免费试用的一部分提供的吗?我在某处读到服务总线是免费试用的一部分,直到 2012 年 5 月 31 日。这是真的吗?

有没有其他方法可以使用服务总线队列和主题免费测试。

0 投票
2 回答
1637 浏览

c++ - 什么是 MaxDetect 1-wire 总线?

我买了这个传感器:

http://dlnmh9ip6v2uc.cloudfront.net/datasheets/Sensors/Weather/RHT03.pdf

并且输出是“MaxDetect 1-wire bus”,这是什么意思以及如何使用它?我试图将它连接到 arduino 并对其进行编程,但它无法正常工作,我不断收到 1 位的数据。我想我的代码是错误的。我需要为 arduino 使用 Wire-1 库吗?

0 投票
2 回答
6087 浏览

google-maps - 在 Google 地图中启用可点击的巴士站图标

使用 Google Map API,如何将公交车站图标设置为可点击并在信息窗口中显示公交车号服务?我可以在 Google Map 站点中看到它已启用。但是当我使用 Map API 创建自己的代码时,似乎默认情况下这是禁用的?

如果我没有说清楚,请查看图片链接。

https://dl.dropbox.com/u/46360728/diff.maps.png

左边是 maps.google.com 网站中的地图,而右边是我的谷歌地图实现。如您所见,与其他屏幕截图不同,我无法单击实现的公交车站。

任何帮助将非常感激。