摘要:
#include <stdio.h> #include <stdlib.h> #include <time.h> int main() { int a,b; srand((unsigned)time(NULL)); for(b=1;b<=100;b++) a = rand(), printf("%6 阅读全文
摘要:
cd d:\statashu //导入指定文件,原表第一行作为变量名,所有变量都是字符串型 import excel "D:\statashu\期中考试学生名单.xlsx", sheet("Sheet1") firstrow all string //修改变量名 rename 姓名 name ren 阅读全文
摘要:
Sub Lineups()Dim rng As RangeSet rng = Range("E2:E1501") Dim ac As RangeSet ac = Application.ActiveCell rng.Find(what:=ac).Selectac.Interior.Color = 6 阅读全文
摘要:
merge 需要注意的事项: m:1 表示keyword在using文件中必须是唯一没有重复的的1:m 表示keywords在master文件中必须是唯一没有重复的 合并数据//横向1:1合并//merge 1:1 Symbol using "F:\1A研究生资料\研究生作业\石老师作业\合并数据\ 阅读全文