04 2020 档案
摘要:1.高斯滤波 from PIL import Image, ImageFilter # 打开图像 im1 = Image.open('D:/Desktop/img/timg (2).jpg') # 创建一个im1两倍宽的图像 img = Image.new('RGB', (im1.width*2,
阅读全文
摘要:操作助手 Using System.Data.SQLite SQLiteConnection m_dbConnection; public SQLiteHelper() { //路径为同项目的sqlite文件夹下的db文件 string connectionstr = string.Format(@
阅读全文
摘要:1.using NAudio.Wave;从麦克风输入到声卡输出,并操作数据 //创建输出对象WaveOut waveOut = new WaveOut();//创建输入对象WaveIn waveIn = new WaveIn();//创建缓冲区BufferedWaveProvider buffere
阅读全文

浙公网安备 33010602011771号