码迷,mamicode.com
首页 >  
搜索关键字:wang xifengs little    ( 2433个结果
Linux之Shell编程
3.Shell编程 1.shell是什么 shell是一个命令行解释器,它为用户提供了一个向Linux内核发送请求以便运行程序的界面系统级程序,用户可以用shell来启动、挂起、停止一些程序。 ###2. shell脚本的执行方式 ### 脚本格式要求 1.脚本以#!/bin/bash开头 2.脚本 ...
分类:系统相关   时间:2021-06-18 19:00:06    阅读次数:0
Achievement
Achievement(Luogu) Second Prize Second Prize First Prize Second Prize Ag Not Provincial Team First Prize Colors: Green: a little satisfied /cy Yellow: ...
分类:其他好文   时间:2021-06-13 09:38:33    阅读次数:0
Python little knowledge
str.format() 作用:替换str中的替代变量。 “I am {}”.format("NIcklas") https://blog.csdn.net/jpch89/article/details/84099277 ...
分类:编程语言   时间:2021-06-07 20:58:05    阅读次数:0
2019 ICPC Asia Yinchuan Regional G. Pot!!(线段树/数论)
Little Q is very sleepy, and he really needs some coffee to make him awake. At this time, Little L brings a pot to Little Q, and he states the pot as ...
分类:其他好文   时间:2021-05-24 02:14:37    阅读次数:0
How To : Upgrade 11.2.0.2.0 to 12.1.0.1.0
How To : Upgrade 11.2.0.2.0 to 12.1.0.1.0 Posted on August 22, 2015 by baironnie it’s a little bit long time since my last post. though i have some no ...
分类:其他好文   时间:2021-04-08 13:10:06    阅读次数:0
【秒懂音视频开发】10_播放PCM
ffplay 可以使用ffplay播放《音频录制02_编程》中录制好的PCM文件,测试一下是否录制成功。 播放PCM需要指定相关参数: ar:采样率 ac:声道数 f:采样格式 s16le:PCM signed 16-bit little-endian 更多PCM的采样格式可以使用命令查看 Wind ...
分类:其他好文   时间:2021-03-29 11:37:44    阅读次数:0
Tinyply 源码阅读
Tinyply 源码阅读 ply格式介绍见:http://paulbourke.net/dataformats/ply/ tinyply项目路径为:https://github.com/ddiakopoulos/tinyply/ 这里先放一个ply的示例: ply format ascii 1.0 ...
分类:其他好文   时间:2021-03-09 13:21:52    阅读次数:0
L2norm 层tensorrt api实现
最近在用tensorrt api实现refinedet,中间过程记录一下。主要参考的如下仓库: https://github.com/wang-xinyu/tensorrtx tensorrt api说明: https://docs.nvidia.com/deeplearning/tensorrt/ ...
分类:Windows程序   时间:2021-02-26 13:12:07    阅读次数:0
静态导入和类中的代码块
package com.moxi.wc; import static java.lang.Math.random; /** * @author Mr.Wang * @version 1.0 * @since 1.8 */ public class StaticDemo { public static ...
分类:其他好文   时间:2021-02-18 13:18:25    阅读次数:0
方法的重载和命令行给main方法添加参数
// 命令行java命令执行的时候这里会报错的,所以需要去com的上一级的目录去java com.mixi.wc.Demo 这样去执行 package com.moxi.wc; /** * @author Mr.Wang * @version 1.0 * @since 1.8 */ public c ...
分类:其他好文   时间:2021-02-16 11:56:24    阅读次数:0
2433条   1 2 3 4 ... 244 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!