(word完整版)基于Matlab-GUI的串口通信编程实现.doc
2024-03-22 18:50:14 670KB
1
只需在使用前调用一下Crack方法即可达到Patch的目的,不破坏原dll的完整性,无需反编译原dll。 private static void Crack() { var stModule = new[] { "\u000E\u2008\u200A\u2001", "\u000F\u2008\u200A\u2001", "\u0002\u200A\u200A\u2001", "\u000F", "\u0006", "\u000E", "\u0003", "\u0002" }; var assembly = Assembly.GetAssembly(typeof(Aspose.Words.License)); Type typeLic = null, typeIsTrial = null, typeHelper = null; foreach (var type in assembly.GetTypes()) { if ((typeLic == null) && (type.Name == stModule[0])) { typeLic = type; } else if ((typeIsTrial == null) && (type.Name == stModule[1])) { typeIsTrial = type; } else if ((typeHelper == null) && (type.Name == stModule[2])) { typeHelper = type; } } if (typeLic == null || typeIsTrial == null || typeHelper == null) { throw new Exception(); } var lic = Activator.CreateInstance(typeLic); var findCount = 0; foreach (var field in typeLic.GetFields(BindingFlags.NonPublic | BindingFlags.Static | BindingFlags.Instance)) { if (field.FieldType == typeLic && field.Name == stModule[3]) { field.SetValue(null, lic); ++findCount; } else if (field.FieldType == typeof(DateTime) && field.Name == stModule[4]) { field.SetValue(lic, DateTime.MaxValue); ++findCount; } else if (field.FieldType == typeIsTrial && field.Name == stModule[5]) { field.SetValue(lic, 1); ++findCount; } } foreach (var field in typeHelper.GetFields(BindingFlags.NonPublic | BindingFlags.Static | BindingFlags.Instance)) { if (field.FieldType == typeof(bool) && field.Name == stModule[6]) { field.SetValue(null, false); ++findCount; } if (field.FieldType != typeof (int) || field.Name != stModule[7]) continue; field.SetValue(null, 128); ++findCount; } if (findCount < 5) { throw new NotSupportedException("无效的版本"); } }
2024-03-22 15:53:47 11.14MB Words, .Net
1
(word完整版)直接序列扩频通信系统的MATLAB仿真毕业.doc
2024-03-21 00:41:42 758KB
1
java自动生成目录word操作
2024-03-15 09:23:17 160KB jacob
1
Aspose.Words.dll 带水印版本22.4 unity导出word所需dll 解压后选择对应.net配适的dll放入文件夹plugin下
2024-03-12 10:54:35 76.7MB unity
1
采用C#开发语言,借助第三方Aspose.Pdf.dll及Spire.Pdf.dll 对pdf文件进行处理,可以把pdf文件转换成doc 或者docx png等格式,通过代码大家可以进行自己重新开发,核心代码已经编写完成,下载后可以直接运行进行pdf文件转换 没有页数限制 没有水印。 对于进行pdf文件处理的小伙伴有极大的帮助,因为能找到没有水印不限制页数的dll文件真心不容易,分享给大家进行学习交流。
2024-03-07 16:36:37 13.46MB pdf转图片
1
简化原有Word操作程序示例,使用VC6创建,多版本VS可打开。
1
2024-03-05 18:47:44 3.54MB java word文档
1
(完整word版)信捷XD3-PLC控制TSC打印机打印条码.doc
2024-03-03 21:46:38 681KB
1