-
AES算法代码
根据AES算法原理而实现的代码,出处来自国内某高校老师密码学课程授课,在源代码的基础上做出一定修改,增加可读性。运用群的性质实现,并给出相关的测试。
- 2023-07-28 22:50:03下载
- 积分:1
-
achieve dormancy function is very simple, as long as the implementation of the a...
实现休眠功能很简单,只要在任意想要执行的地方执行如下给出的休眠函数SetPower()就行,其实休眠很简单,只需要API:SetSystemPowerState()就行,就如关机/注销/重启一样,只需要ExitWindowEx(),但这些API可以直接用在98下,却不能用在2000/XP中,因为这里牵涉到了用户权限,没有权限是不能进行这些操作的,所以,首先要取得权限,下面给出代码:-achieve dormancy function is very simple, as long as the implementation of the arbitrary want the local implementation of the dormancy is as follows function SetPower () on the trip, dormancy is very simple, just API : SetSystemPowerState () on the trip, as shutdown/cancellation/restart, only ExitWindowEx (), but these APIs can be directly used in 98, not in 2000/XP can use, because it involves a user privileges, no authority can carry out these operations, therefore, must first obtain authority code is given below :
- 2022-03-20 18:24:22下载
- 积分:1
-
访问Windows和System32默认的完整路径,初学者可以学习参考。
获取windows和system32的默认完整路径,初学者可以学习参考一下-Access to windows and system32 default the full path, beginners can learn to refer to
- 2023-02-06 18:25:03下载
- 积分:1
-
CRITICAL PATH
至少100个字符。请尽你所能详细描述你的项目。更好的内容将为;
- 2022-04-29 22:17:13下载
- 积分:1
-
TIMEcos应用工具
TimeCOS APP Tools
- 2022-02-28 09:05:59下载
- 积分:1
-
这里是控制其它程序窗口的动态库的源程序。包括查找程序、移动窗口、最大化、最小化窗口、向窗口控件写入内容,按下某按钮,改变窗口尺寸、隐藏任务栏、显示任务...
这里是控制其它程序窗口的动态库的源程序。包括查找程序、移动窗口、最大化、最小化窗口、向窗口控件写入内容,按下某按钮,改变窗口尺寸、隐藏任务栏、显示任务-Here are other programs to control the dynamic library window of the source. Including the Finder, mobile window, maximize, minimize the window to write the contents of the window controls, press a button, change the window size, hide the taskbar, showing the task
- 2022-01-26 06:03:41下载
- 积分:1
-
自己做的关于Modbus RTU通信的16位CRC校验码生成的示例,希望对各位有所帮助...
自己做的关于Modbus RTU通信的16位CRC校验码生成的示例,希望对各位有所帮助-Own on the Modbus RTU communication 16 CRC checksum generated code example, you want to be helpful
- 2022-05-29 20:41:28下载
- 积分:1
-
一个简单的流水灯程序,花样等,一看就明白,只是写的时候有点匆忙。程序有点乱!...
一个简单的流水灯程序,花样等,一看就明白,只是写的时候有点匆忙。程序有点乱!-A simple water lamps procedures, patterns and so on, look for one that is only a little time to write a hurry. Process a bit chaotic!
- 2022-05-29 19:52:00下载
- 积分:1
-
使用代码生成条形码
如果(string.IsNullOrWhiteSpace(this.BarCodeText)) 抛出新的ArgumentException(“条形码之前,必须设置为调用生成”); //确保条码不包含无效字符 } //确定条码宽度 变种widthOfBarCodeString= 0; VAR wideToNarrowRatio=2.0; 对于(VAR I =0; I
- 2022-05-29 10:39:42下载
- 积分:1
-
Date & Time
这是简单的应用程序代码,显示当前时间和日期。它是用Python编写的语言。此外,为了可视化的应用程序,我用了“Tkinter的”库。欲了解更多信息,你可以参考它的网站,并找到不同的方法,帮助您使您的应用程序的框架。请注意,我用的Python IDE的第3版本编写代码。 我也把这段代码在Saakhtani这是一个波斯的网站
- 2022-03-02 23:17:26下载
- 积分:1