java调用gdal实现图像合并,参考功能gdal_merge.py
2022-08-01 17:58:36 3KB gdal merge java
1
micropython下ESP32读取AD7606 from machine import Pin,SPI,PWM import machine import network import time
2022-07-31 08:00:53 3KB esp32 ad7606
1
此文件是数据的输入读取环节,Copyright 2015 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.
2022-07-29 14:13:42 10KB tensorflow cifar-10数据
1
jd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.pyjd.py
2022-07-29 11:02:17 3KB Python
1
chaojiying.py
2022-07-27 09:03:44 2KB Python
1
py-薄荷 使用Tendermint构建区块链应用程序的Python微框架 受到Flask的启发,py-tendermint使得快速创建Tendermint ABCI应用程序的原型变得容易。 注意:由于ABCI更改,当前版本已损坏。有关此过渡,请参阅py-abci py-tendermint通过提供以下内容为您隐藏了一些重复设置: 持久存储支持的Patricia Trie 基于RLP的通用交易模型(以太坊(Ethereum)) RPC客户端 帐目 ed25519键 如果您想靠近金属,请查看Tendermint Python ABCI库: : 要求 Python 3.6.x 温柔的引擎(当然) 安装 python setup.py install (将来会进行pip安装) 安装 python setup.py install (将来会进行pip安装) 试试看 运行Tender
2022-07-26 09:52:40 21KB blockchain python3 tendermint microframework
1
pythpn自动化测试报告依懒的测试包
2022-07-22 10:20:14 84KB 自动化测试报告
1
大贤者福尔最近开始研究字符串的变换问题,他提出了一个变换规则,使得一个字符串经过一 系列变换之后, 生成另一个字符串, 他把这两个字符串称作等价串。具体变换规则为:初始状态下有-个长度为N的字符串A,另有B、C两个空串。变换的规则是:从A串的第一个字符开始,依次取出串中的每个字符,可以选择将取出的字符直接放入字符串B或C的尾部。若字符串A或B中还有字符,可以继续从A中按顺序取出单个字符放入串B或C的尾部,也可以选择从串B的尾部取出单个字符并放入串C的尾部,最终使得串A、B为空串,串C为最终的变换结果,作为串A的等价串。 在控制台回车输入两次字符串,进行判断,给出结果。
2022-07-20 13:51:43 4KB python
合肥工业大学信息论与编码课程设计(含py代码,可视化gui界面和word报告)。代码实现了如下功能:对任意输入的字符串序列分别进行二元霍夫曼编码、fano 编码、游程编码和算术编码,给出编码结果、编码效率;并实现相应的译码操作。对一幅 BMP 格式的灰度图像先进行二元霍夫曼编码和游程编码,并根据霍夫曼编码结果将游程编码变换成二进制序列。(象素用霍夫曼编码,游程用等长码)。并设计相应的译码。
2022-07-18 09:18:06 1.26MB 信息论与编码
1
def distance(self, features, targets): cost_matrix = np.zeros((len(targets), len(features))) key_list = list(self.samples.keys()) for i, target_k in enumerate(targets): target = key_list[i] cost_matrix[i, :] = self._metric(self.samples[target], features) return cost_matrix
2022-07-17 16:06:24 38KB DeepSORT后处理
1