-
YNScreenWatermark
说明: 实现了屏幕上增加水印的功能,自动获取系统登录账号信息并生成45度角倾斜水印,满屏水印。
限制了不能重复启动,代码都写注释了。
有些公司为了防止显示屏拍照,截图用了这个东西,这是个demo比较简单(The function of adding watermarks on the screen is realized. The system can automatically obtain the login account information of the system and generate watermarks with 45 degree angle tilt, full screen watermarks.)
- 2021-03-09 00:39:28下载
- 积分:1
-
c#变成技巧,变成技巧中的 重要代码,一定要下载
c#变成技巧,变成技巧中的 重要代码,一定要下载-c# into skills, become an important technique in the code, be sure to download
- 2022-11-21 01:55:03下载
- 积分:1
-
Calculating factorial use object -c
输入一个数字计算出阶乘的结果。具体操作很简单:在文本框内输入你要计算的阶乘,然后点击calculate按钮 然后将会得到计算好的阶乘的结果。
- 2022-04-24 18:18:03下载
- 积分:1
-
键盘钩子,屏蔽热键 ,屏蔽热键
键盘钩子,屏蔽热键 ,屏蔽热键 -Hook the keyboard, hotkeys shielding, shielding hotkey, hotkey shielding, shielding hotkey
- 2023-06-21 02:40:05下载
- 积分:1
-
C#
- 2022-03-22 22:45:45下载
- 积分:1
-
temp_7_hioki_R
C#2010写的与仪器HIOKI3561内阻测试仪通讯,测试电池的电压与电阻(C# 2010 written and communication equipment HIOKI3561 resistance tester, test the battery voltage and resistance)
- 2013-10-19 09:10:30下载
- 积分:1
-
贪吃蛇小游戏
&nbs
- 2022-02-09 17:07:38下载
- 积分:1
-
linux创建系统共享工作队列
内核工作队列:用来处理比较耗时间的代码(代码一般是不怎么重要)工作队列:将所有需要执行的工作用链表的形式排成队列!工作:就是一个指定的函数-------------------------------------------------------内核工作队列提供了一系列的API函数和数据结构,要使用工队列需要了解API函数和数据结构?内核共享工作队列相关的数据结构:/*工作队列结构体一般把推后的任务叫做工作---描述结构体work_struct*/struct work_struct {atomic_long_t data; /*工作处理函数的func参数*/struct list_head entry; /*连接到下一个工作描述结构体指针*/work_func_t func; /*工作处理函数*/#ifdef CONFIG_LOCKDEPstruct lockdep_map lockdep_map;#endif};
- 2022-07-24 01:12:07下载
- 积分:1
-
玩家PK
#include
#include
#include
#include
#include
#include
using namespace std;
class Role
{
protected:
int hp,ce,de,fa;
int flag;
string nn;
public:
Role(string n, int h, int c, int d, int f):nn(n),hp(h),ce(c),de(d),fa(f) {}
~Role() {}
void combat(Role &an)
{
if(fa>an.fa)
{
flag=1;
loop2:
cout
- 2022-08-02 18:23:20下载
- 积分:1
-
c++
hhhhssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
- 2023-01-28 02:35:04下载
- 积分:1