登录
首页 » Windows开发 » 开机自动启动。隐藏任务。 锁定指定文件夹

开机自动启动。隐藏任务。 锁定指定文件夹

于 2022-01-25 发布 文件大小:12.45 kB
0 258
下载积分: 2 下载次数: 1

代码说明:

开机自动启动。隐藏任务。 锁定指定文件夹-Start automatically. A hidden task. Lock the specified folder

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 此源代码是关于利用管道程序进行通信,该程序利用了Winsocket和NamedPipe的API...
    此源代码是关于利用管道开发程序进行通信,该程序利用了Winsocket和NamedPipe的API-this source code is on the use of pipelines for the development of communications procedures, the use of the procedures and NamedPipe Winsocket API
    2022-11-20 20:55:03下载
    积分:1
  • windows LCD RGB test tool
    应用背景关于LCD RGB的测试软件,在windows 8或以上 tablet test中能够直接使用关键技术循环播放颜色,可以人工判断测试Pass还是Fail
    2023-02-06 03:25:03下载
    积分:1
  • 金额数字小写转大写
    应用背景     企业财务、出纳、资产评估师、土地评估师、房产评估师等在日常工作中经常需要金额大写的情况,这个工具将小写的数据转换为大写的数据。方便工作人员填写报表等。关键技术    采用VB编程,代码可以用到任何地方。Private Function changnum(num As Integer) As String    Select Case num    Case 0        changnum = "零"    Case 1        changnum = "壹"    Case 2        changnum = "贰"    Case 3        changnum = "叁"    Case 4        changnum = "肆"    Case 5        changnum = "伍"    Case 6        changnum = "陆"    Case 7        changnum = "柒"    Case 8&nb
    2023-03-22 09:15:04下载
    积分:1
  • 主要介绍TYPEA 协议的初始化和防冲突的主流程,希望对学习者有帮助。...
    主要介绍TYPEA 协议的初始化和防冲突的主流程,希望对学习者有帮助。-introduce TYPE A protocal initialization and anti-collision main flow, hope to help beginner to learn TYPEA.
    2022-08-23 12:46:33下载
    积分:1
  • procedures have only mean of 0 and variance for a random number to produce the m...
    程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。 高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时 ,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。 使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去 。 另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非 常简单,这里就不提示了。-procedures have only mean of 0 and variance for a random number to produce the mean E, D variance for the random number, as long as a few random E* D on it. Gaussian random process parameters or with the parameter is used to describe a normal distribution of the float table. In the implementation process, Mr. into the table (one-off), and you can repeatedly arbitrary implementation Gaussian random number generator proceedings. The use of C is to ensure commonality, if someone finds trouble, can be used to be a Class C, all these things into account Packaging. Also, if someone is interested, can you change the form of arbitrary distribution of continuous random number generator procedure is very simple changes, I will not be sacrificed as a result.
    2022-10-24 11:05:03下载
    积分:1
  • Ping a host or Network
    Ping a host or Network
    2022-01-31 20:55:58下载
    积分:1
  • NTFS流操作.流(STREAM)是NTFS下的概念。目前只有NTFS支持流。流依附于文件而存在, 你可以在流中存储2进制数据,文字或者其他一些东西.就象文...
    NTFS流操作.流(STREAM)是NTFS下的概念。目前只有NTFS支持流。流依附于文件而存在, 你可以在流中存储2进制数据,文字或者其他一些东西.就象文件一样。文件存 什么,流就能存什么。每个文件可以含有多个流。当流所依附的文件被删除, 流也随之消失。-NTFS flow operation. Flow (STREAM) NTFS is the concept. At present, only NTFS support flow. Depend on the flow of documents exist, you can flow in two-band data storage, writing or other things. Like papers. What the file, what depositors will be able to flow. Each file can contain a number of flow. When the flow are dependent files are deleted, the flow will disappear.
    2023-01-27 22:35:03下载
    积分:1
  • 一个超快搜索的算法源码. searchi = search ignore case search = search case sensitive s...
    一个超快搜索的算法源码. searchi = search ignore case search = search case sensitive searchiw = search ignore case words only (e.g. words delimited by whitespace only,not words within words) searchw() = search case sensitive words only-An ultra-fast search algorithm source code. Searchi = search ignore casesearch = search case sensitivesearchiw = search ignore case words only (eg words delimited by whitespace only, not words within words) searchw () = search case sensitive words only
    2022-02-03 09:46:23下载
    积分:1
  • Procedure Description: This example shows how to use the 8051 Port 1 connected t...
    程序描述:这个范例说明如何使用8051 的Port 1连接到四颗七段显示器,PORT 0的低4位分别控制这四颗共阳七段显示器,让四颗共阳七段显示器使用扫描的方式轮流显示数字。这四颗七段显示器将显示出自数字时钟PORT 2的P2.0和P2.1分别连接到2个弹跳按钮。*/-Procedure Description: This example shows how to use the 8051 Port 1 connected to four seven-segment display, PORT 0, low 4, respectively to control the total of four seven-segment display yang, so that a total of four seven-segment display yang way of using the scan rotation display the number. This four seven-segment display will show a digital clock from PORT 2 of the P2.0 and P2.1 are connected to the two bounce button.* /
    2022-05-05 04:16:30下载
    积分:1
  • Sleep函数的改进 : XSleep,本程序实现了该函数的改进
    Sleep函数的改进 : XSleep,本程序实现了该函数的改进-Sleep Function: XSleep, realize this procedure to improve the function
    2022-03-05 07:52:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载