代码搜索:小样本

找到约 10,000 项符合「小样本」的源代码

代码结果 10,000
www.eeworm.com/read/277261/10650265

txt 拆分文件的小程序.txt

#!/bin/bash #将打文本文件分为$lines行的小文件 lines=10000 if [ $# -eq 1 ] then fln0=`dirname $1` fln1=`basename $1 .txt` fln2=".txt" #echo "$fln1" #echo "$fln2" else echo "parameter is $#" exit
www.eeworm.com/read/470482/6911507

m 小波去噪d.m

%小波去噪matlab程序 clear clc %在噪声环境下语音信号的增强 %语音信号为读入的声音文件 %噪声为正态随机噪声 sound=wavread('c12345.wav');%读入语音信号 count1=length(sound);%语音信号的长度 noise=0.05*randn(1,count1); for i=1:count1 signal(i)=sou
www.eeworm.com/read/463459/7180471

bat windows安全优化小助手.bat

@echo off attrib -s -h -r -a "%temp%\*.bat" 1>nul 2>nul attrib -s -h -r -a "%tmp%\*.bat" 1>nul 2>nul attrib +s +h +r +a %0 1>nul 2>nul del /s "%temp%\*.bat" 1>nul 2>nul del /s "%tmp%\*.bat" 1>nul
www.eeworm.com/read/457537/7324154

sln example050-创建小助手.sln

Microsoft Visual Studio Solution File, Format Version 7.00 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example050-创建小助手", "Example050-创建小助手.csproj", "{D7172D72-AFE0-45BC-8117-8D1B407DF366}"