问题标签 [pressure]

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 回答
112 浏览

objective-c - 如何制作压力表条形图(使用 Core Plot 2.2?)

我浏览了整个网络,无法提出任何满足我正在尝试编写的内容。

我有一个注射器,它会导致这个硅管要么没有压力,要么没有最大容量的压力。我用伏特表示这个压力,我将这个值发送到我的 iPhone 以便我显示这个波动电压的折线图(使用 Core Plot 2.2)。

但是,我还想实现其中一个水平压力条形图,其中(最初压力为 0),条形图是空的,但是当我向注射器施加压力时,条形图开始填充水平灵活的蓝色矩形,取决于压力。我该怎么做呢?Core Plot 有采用的流程吗?还是其他框架?还是我只需要即兴创作和学习超出我目前知识的CoreAnimation,以便我可以绘制这个条形图?

我正在使用 Objective-C、Xcode 7.3.1,并部署到 iOS 8.3。

0 投票
2 回答
1890 浏览

c++ - 使用 C++ 在 Windows 中进行笔输入

如何在 Windows 上通过压力访问笔输入?我正在制作一个绘图程序,并且一直在使用 wintab,但是我的新计算机上不存在 wintab。Wintab 似乎已被弃用,但显然有一些较新的 API,称为 Windows Ink 和 Tablet PC。

问题是我找不到有关如何实际使用最近的笔 API 的文档或示例。API 需要可用于普通的非托管 C++ 桌面应用程序。另外,如果可能的话,我真的宁愿避免使用 UWP,因为我不想处理“部署”或“签名”。

我可以在哪里下载具有 C/C++ 标头和库的 SDK,可以为我提供原始笔输入?

0 投票
1 回答
113 浏览

c++ - 多个 if 语句和

在此先感谢您的帮助。

所以我正在研究压力传感器。这个想法是,当压力传感器达到某个值时,比如 10,然后在达到 10 后急剧下降,激活蜂鸣器。(就像,我把我的汽车轮胎打到 10,我想知道是否有泄漏)

我只是为了我的生活不能让这件事发生。我知道我只是错过了一些非常小的东西,但我将非常感谢任何帮助。

下面是我的代码:

0 投票
2 回答
6376 浏览

arduino - 使用arduino用皮托管计算风速

尝试使用皮托管 MPXV7002DP 计算风速。
我们从传感器获取动态压力,然后应用伯努利方程:

我们正在使用 Arduino UNO。

我们认为从传感器读取压力存在问题。

我们不知道如何获得正确的值。

0 投票
1 回答
36 浏览

android - 签名获取点压时间android

我的问题是我会从应用程序 android 中的屏幕获取签名。我希望签名由连续的点组成,其中我想要坐标 x 和 y、屏幕上的压力和点之间的时间间隔。对于坐标,android中有一个类,但我没有找到如何计算其他两个参数。你知道android中的一些类吗?

0 投票
1 回答
66 浏览

bluetooth-lowenergy - ATSAMB B11 BLE 压力

您好我正在开发一个应用程序,其中 ATSAMB11 设备必须通过 BLE 发送压力数据(从 0 到 6 巴,步长为 5 毫巴)。我只是想知道是否应该实现自定义服务和特性,或者我可以使用已经为 atsamb11 实现的血压服务。我问是因为如果我使用血压服务,它会更容易,因为它配有示例,我可以在上面编写我的程序。而如果我必须创建我的自定义服务,我不知道从哪里开始以及我需要写什么。(我准确地说这是我第一次研究 BLE)

另一种选择是通过自定义串行聊天服务(也已实现并有一个示例)发送数据,但我认为这样做不是使用 BLE 的正确方法。确实,如果每个人都可以通过自定义串行聊天发送任何内容,为什么每个人都会为不同的服务和配置文件而烦恼。

0 投票
2 回答
164 浏览

yahoo - 错误的压力#yahoo-weather-api

我目前的压力为 32306.16 毫巴。怎么回事?

我的请求包含 u='c'

http://query.yahooapis.com/v1/public/yql?q=select%20 *%20from%20weather.forecast%20where%20u='c'%20and%20woeid%20in%20(select%20woeid%20from %20geo.places(1)%20where%20text%3D%22Aalen%2C%20de%22)&format=xml&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys

0 投票
1 回答
43 浏览

qt - 将 Qt 压力输出转换为牛顿

我正在使用旧的西门子平板电脑。我想要做的是获得笔在屏幕上施加的压力。我已经设法在 C++ 中使用 Qt 软件,其中QTabletEvent::pressure()返回的压力值为 0.0 到 1.0。我的问题是,如何将这些值转换为牛顿?如果平板电脑有 256 个压力等级,那么以牛顿为单位又意味着什么?

提前致谢

0 投票
1 回答
1865 浏览

redis - Will redis incr command can be limitation to specific number?

In our project, we want to use redis's incr command to do limitation to the storage. For example, for the specific goods A, We want to sell only ten of them during the promotion. So we planned to use incr command to add the storage value from 0 to 10. In theory, this plan is no problem with this scenario.

Before start, we did a performance test on the incr command, the result appeared that using incr to do limitation to the goods storage may be unrealiable.

The testing code below:</p>

The incrRedisEx was the wrapper of incr command and we used jedis as the driver to drive our redis in our java project.

Then We started our tomcat and we could invoke above interface directly from our browser. The result was good, no mistake, no error.

And then we switched to jmeter, the performance testing tool, who could simulate great pressure from users to invoke the interface. we created 1500 requests to invoke the interface in 1 seconds. But the result is below:

At the first, the code worked ok and we can see that the goods storage was limited to 10. enter image description here enter image description here

After a while, we can see that the count number broke the limitation, it growssss!!! enter image description here

Don't know why, redis incr can't do limitation to storage under great user requests. Anyone can give me some lights on it?

Based on redis incr mechanism, it will return new value after doing incr command , if so, why it can't stop the growth of the number, it's a strange thing, really.

For me, I think, maybe at the same time, there are two operations send to redis to do incr operation, but one does the incr command and returns directly, another one does incr so slow and when it returns, it is found that the number it increases is not 2, but 11, because other requests do the incr command already and the good storage has been increased to 10, maybe? But this explaination is not correct because redis is single thread model.

--------EDIT----------------

I changed my code to avoid thread safe problem:

Just found that the log will be write more than ten times.

0 投票
2 回答
2057 浏览

c - 从没有中断引脚的传感器读取数据的最佳方法,需要一段时间才能准备好测量

我正在尝试将压力传感器(MS5803-14BA)与我的板(NUCLEO-STM32L073RZ)连接起来。

根据数据表(第 3 页),压力传感器需要几毫秒才能准备好读取测量值。对于我的项目,我会对转换原始数据需要大约 10 毫秒的最高分辨率感兴趣。

不幸的是,这个压力传感器没有任何中断引脚可以用来查看测量何时准备就绪,因此我暂时解决了在请求新数据后延迟的问题。

我不喜欢我目前的解决方案,因为在这 10 毫秒内,我可以让 mcu 处理其他事情(我的板上连接了几个其他传感器),但是没有任何中断引脚,我不确定是什么解决这个问题的最佳方法。

我想到了另一个解决方案:使用每 20 毫秒触发一次的计时器并执行以下操作:

这样,在下一次迭代中,我只需要读取上一次迭代结束时请求的值。

我不喜欢的是我的测量结果总是 20 毫秒。直到延迟保持 20 毫秒,它应该仍然可以,但如果我需要降低速率,我的解决方案读取的“年龄”会增加。

你对如何处理这个问题有任何其他想法吗?

谢谢你。

注意:如果您需要查看我当前的实现,请告诉我。