在 Ubuntu 下用 usb
连接华为平板:
wzhnsc@wzhnsc:~$ adb
devices
List of devices
attached
???????????? no
permissions
wzhnsc@wzhnsc:~$ adb
shell
error: insufficient permissions
for device
解决办法:
1. 首先在 终端 里用 lsusb 命令查看华为平板的 usb
设备的厂商和设备的ID:
wzhnsc@
首先要看的sdk文檔(HiIVE API 参考)
其中详细说明了
IVE_IMAGE_TYPE_YUV420SP,
IVE_IMAGE_TYPE_YUV420P, IVE_IMAGE_TYPE_YUV422SP,
IVE_IMAGE_TYPE_U8C3_PACKAGE, IVE_IMAGE_TYPE_U8C3_PLANAR
等文件格式,
而我们也需要使用 IVE 提供的 HI_MPI_IVE_CSC 进行图片格式的转换,那么我们来看看这个函数:
///
// Prototype : HI_MPI_IVE_CSC
// Description : YUV2RGB\YUV2HSV\YUV2LAB\RGB2YUV color space
conversion are supported.
// Parameters : IVE_HANDLE *
pIveHandle Returned handle ID of a
task
//
IVE_SRC_IMAGE_S* pstSrc Input
source data:
//
在如下 Citrix receiver for Linux 下载页,下载
Debian 完整包:
https://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-latest.html
https://downloads.citrix.com/14822/icaclient_13.10.0.20_amd64.deb?__gda__=1583306120_2045a542197dcf67a24dd3980480c355
文件名看起来如:icaclient_13.10.0.20_amd64.deb
通过 Ubuntu 软件中心 或 gebi
来打开安装
sudo dpkg -i
icaclientWeb_13.10.0.20_amd64.deb
如何添加 chrome 支持?
在你的 chrome 里点击链接打开 Citrix receiver
应用。
只需点击页面
(2019-10-23 17:35)
NCNN 示例之 squeezenet_v1.1.param/bin
文件解析
*.param 文件:
描述神经网络的结构,包括层名称,层输入输出信息,层参数信息等。
7767517
版本号(如下图代码)
// 大小端转换
unsigned int
swap_endian(unsigned int uiValue)
{
uiValue = ((uiValue << 8) &
0xFF00FF00) | ((uiValue >> 8) & 0xFF00FF);
return (uiValue << 16) | (uiValue >>
16);
}
1.
竞品调研法
现在很少有独一无二的产品了,任何产品都有类似的竞品。
观察消费者对于竞品的反应,可以作为研发产品的重要参考。
2. 访谈法
通过交谈的方式获取需求。
需求调研最常见的入手方式是访谈,用得最多的也是访谈。
访谈
可以非常正式:提前约好访谈对象、访谈时间、访谈地点,准备好访谈话题、访谈提纲等;
可以非常随意:电梯上,餐桌上,车上,都可以进行一次偶遇访谈。
访谈也未必都需要面对面,通过电话、QQ、邮件、视频聊天等方式进行的沟
标签:
教育
杂谈
文化
it
|
分类:
*软件工程
|
01.
大数据分析法是指不用随机的样本分析法这样的捷径,而采用所有数据的方法。
重要的就是数据分析,它可以揭示一切问题。
大数据分析不需要成形的概念。
大数据分析用到了 统计、数学 和 计算机科学
理论,
建立在这些理论上的 大数据分析模式 是实现
(2015-10-29 12:16)
Error:(12, 0) Error: NDK
integration is deprecated in the current plugin.
Consider trying the new
experimental plugin.
For details, see
http://tools.android.com/tech-docs/new-build-system/gradle-experimental.
Set
'android.useDeprecatedNdk=true' in gradle.properties to continue
using the current NDK integration.
解决如上问题只需如下两步:
1. 添加 gradle.properties
文件到工程的根目录下。
################################################################################
以下内容整理自:http://www.gooze.eu/howto/smartcard-quickstarter-guide/smart-card-initialization
1.Install a smart card reader and initialize
a cryptographic card.
安装智能卡读卡器并初始化一张加密卡。
1)Plug-in your smartcard reader and
insert the smartcard.
Format
for StarDict dictionary files
StarDict
词典文件格式
Extracted
from the 3.0.0 source code
取自 3.0.0
源代码
StarDict
homepage: http://stardict.sourceforge.net
StarDict
主页:http://stardict.sourceforge.net
StarDict
on-line dictionary: http: