module-rts-test:这是一个测试
2017/1/8 17:36:11 443KB C#
1
js网页游戏开发仿星际争霸starcraft.zip
2018/4/25 2:06:04 259KB javascript js 游戏开发 游戏
1
version4.13---------------+AddedLazarusBetasupportstartsfromFastReportProfessionnaledition.Currentversionallowspreview,printanddesignreporttemplateunderWindowsandLinuxplatform(qt).+AddedEmbarcaderoRADStudioXE3support-fixedcompatibilitywithFastReportFMXinstalledinthesameIDE.ThisversioncancoexistwithFastReportFMXversionatthesametime.+published"Quality"propertyofTfrxPDFExportobject+published"UseMAPI"propertyofTfrxExportMailobject+published"PictureType"propertytoODFexport-fixedbugwithexpressionsinRichEdit-fixedbuginmulti-columnreports-fixedexceptioninthereportdesigner-fixedbugwithURLsinOpenDocumentTextandOpenDocumentSpreadsheetexports-fixedformatstringinXLSOLEexport-fixedformatstringinXLSBIFF8export-fixedoutputofthecheckboxesonthehighlightedlinesinPDFexport-fixedbugwithPDFanchors-fixedbugwhenusingtwoormoremacrosesinmemo
2018/9/15 7:47:14 9.2MB FastReport Enterprise delphi
1
IEEE24_RTS系统数据,包括发电机组,负荷,输电线路等相关数据,希望能为您的研讨带来方便
2021/11/10 19:16:22 1014KB IEEE24
1
次要用于电力系统中的可靠性评估,采用RTS-79测试用于电力系统评估
2018/10/11 21:07:58 19KB matlab 蒙特卡洛
1
EpsonC#源码串口输出//实例化_serialPort对象,并打开指定串口//CreateanewSerialPortobjectwithdefaultsettings._serialPort=newSerialPort();//Allowtheusertosettheappropriateproperties._serialPort.PortName=comboBoxPort.Text;_serialPort.BaudRate=int.Parse(comboBoxBaud.Text);//SerialPort4.0有很多预先设置好的枚举项,是不是很容易?!_serialPort.Parity=Parity.None;_serialPort.DataBits=8;_serialPort.StopBits=StopBits.One;_serialPort.Handshake=Handshake.RequestToSend;//TM打印机RTS输出与DTR一样//Settheread/writetimeouts_serialPort.ReadTimeout=500;_serialPort.WriteTimeout=500;_serialPort.DtrEnable=true;//TM打印机出厂默认都是DTR/DSR,非常重要!//_serialPort.RtsEnable=true;//TM打印机一侧的CTS(对应PC的RTS),通常不接,所以无意义。
_serialPort.Open();//EpsonTM打印机在国内销售的包含GB18030大字库的_serialPort.Encoding=Encoding.GetEncoding("gb18030");//去除打印缓冲开始时候的,"3F08"两个字节的内容,用“ESC@”初始化打印机来处理byte[]data=newbyte[]{0x1b,0x40};//发送二进制数据到串口_serialPort.Write(data,0,data.Length);
2018/7/14 17:03:04 960KB Epson 源码
1
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡