12 2012 档案
摘要:@echo offfor /f %%i in ('dir /s /b "*.txt"') do (ren "%%~pi%%~ni.txt" "%%~ni"copy "%%~pi%%~ni.txt" "out\%%~ni.txt")
阅读全文
摘要:// incorporate.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include "assert.h"#include "stdio.h"#include<windows.h>#include <fstream>#include <iostream>#include <string>using namespace std;#include "jtzComp
阅读全文

浙公网安备 33010602011771号