Welcome![Sign In][Sign Up]
Location:
Search - Access denied

Search list

[Other1

Description: 任务:参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m<=20,n<=20) 功能要求: 1)可以输入各个项目的前三名或前五名的成绩; 2)能统计各学校总分, 3)可以按学校编号或名称、学校总分、男女团体总分排序输出; 4)可以按学校编号查询学校某个项目的情况;可以按项目编号查询取得前三或前五名的学校。 5)数据存入文件并能随时查询 6)规定:输入数据形式和范围:可以输入学校的名称,运动项目的名称 -Tasks: participate in the Games has n school, the school numbered 1 ... ... n. Competition is divided into m-men s and women s events w months. Item number for the men s 1 ... ... m, women, m+1 ... ... m+ w. Different projects to take the top five or top three points to take the top five points are as follows: 7,5,3,2,1, the top three points are as follows: 5,3,2 which take five name or the top three set up by the students themselves. (M <= 20, n <= 20) Functional requirements: 1) can enter the top three or top five of each item of the performance 2) The total score can be statistics of schools, 3) can be number or name of the school, the school total score, total score for men and women groups to sort out 4) can check the school by school number of an item can be achieved in the first three or item number check the top five schools. 5) data into a file and be denied access to 6) provides that: the input data format and scope: You can enter the school name, t
Platform: | Size: 19456 | Author: eric cui | Hits:

[Internet-NetworkEProcessShieldECYM

Description: 这个源码可以防止你的程序进程不被进程管理器结束,如果有进程管理器要结束你程序的进程,就会“拒绝访问!”-The source code can not prevent your application process by the end of the process manager, process manager if you want to end the process of the program will " Access denied!"
Platform: | Size: 1001472 | Author: 小天 | Hits:

[USB developAriad_V0_0_0_8

Description: 一个小过滤器,用来阻塞对autorun.inf或USB策略的房屋内- Ariad (AutoRun.Inf Access Denied) started as a minifilter blocking access to \autorun.inf on USB sticks This version also blocks access to several file types on removable media USB Sticks are identified by their FILE_REMOVABLE_MEDIA device characteristics. USB HDD will not be recognized as USB sticks, and as such, content is not blocked.
Platform: | Size: 57344 | Author: hmity | Hits:

[Technology Managementjs

Description: 这是电脑应用与搭建网络服务器技术资料大全,主要包括资料内容:1.错误数值叙述 2.打开文件夹出现错误解决办法 3.关于Windows 2003配置信息 4.解决Windows 2003登陆前需要按Ctrl+Alt+Del 5.解决Windows Server 2003的关机提示 6.解决打开方式拒绝访问 7.解决系统自动登陆 8.运行命令重启IIS等-This is a computer application and set up the network server technology Sourcebook, including information on: 1. Error values ​ ​ described in (2) Open the folder error solution 3 configuration information about Windows 2003 4. Solve the needs of Windows 2003 before landing press Ctrl+ Alt+ Del 5. to solve the Windows Server 2003 shutdown prompt 6. solve Open Access denied 7 to solve the system automatically log 8 run command to restart IIS, etc. ...
Platform: | Size: 15360 | Author: 陈真 | Hits:

[OS programProtection_Dossier

Description: This my last Vbscript and i want to share it with you for testing on your machines and of course you should give me your feedback to improve it So This Vbscript show you How to create a folder and protect it by password,so he creates a folder named "Protection" then he gives permission access denied, so you can not rename or open, or write, or read or delete this folder. This Script changes the folder s attributes to "+r +s +h" and revokes permissions for COMPUTERNAME and the administrators group after prompting for a password. And reverts those changes after the same password was provided. Tested on Windows 7 64-bit French version-This is my last Vbscript and i want to share it with you for testing on your machines and of course you should give me your feedback to improve it So This Vbscript show you How to create a folder and protect it by password,so he creates a folder named "Protection" then he gives permission access denied, so you can not rename or open, or write, or read or delete this folder. This Script changes the folder s attributes to "+r +s +h" and revokes permissions for COMPUTERNAME and the administrators group after prompting for a password. And reverts those changes after the same password was provided. Tested on Windows 7 64-bit French version
Platform: | Size: 9216 | Author: Hackoo | Hits:

[Communication-MobileSimulation

Description: 它是一个通信的仿真,就是说我们在一个通信系统中,有用户离开系统,有用户进入系统,这个程序就是用来模拟现实的通信系统,并计算用户被拒绝接入的概率-It is a communication simulation, means that we are in a communication system, the user leaves the system, users enter the system, this program is used to simulate the real communication system, and calculate the user is denied access probability
Platform: | Size: 2048 | Author: 葛维 | Hits:

[Delphi VCL44fsd64fwsdf

Description: 用过卡巴斯基的朋友都知道,卡巴斯基的进程是无法杀掉的,在任务管理器中杀卡巴进程的话,会弹出一个消息框提示拒绝访问!那么这是怎么实现的呢?很简单,就是使用了HOOK API的方法。 我用delphi来写程序好了,先写个dll。-Used Kaspersky' s friends all know, the the Kaspersky process is unable to kill the, Kabbah process in the Task Manager to kill, will pop up a message box prompts denied access! So this is how to achieve it? Very simple, is to use the method of HOOK API. Delphi write programs well, the first to write a dll.
Platform: | Size: 5120 | Author: yjj | Hits:

[Internet-NetworkmultipleUsers

Description: 这个文件夹里是多个用户的通信程序源代码和编译后的程序文件 使用方法: 先运行server文件 例如以本机为服务器地址,监听端口为7999,最大连接数为3(最大支持用户数) 超过最大连接数的连接会自动关闭,被拒绝接入。 ./server_2 7999 3 然后输入服务器的名字,例如输入admin 然后等待用户连接(此时也可以输入帮助命令,连接并没有阻塞程序) (一旦有用户连接,服务器端会提示当前谁进入,以及目前在线用户数) 运行client文件 在已知服务器地址为ip6_addr和端口号的情况下 ./client ip6_addr 7999 然后输入用户的名字(此时服务器端会有相关的提示信息) 此时可以根据提示进行操作。例如,输入help,查看相关命令,查看谁在线上,开始对话等。-This folder is a multiple user communication program source code and compile the program files     How to use:         First run the server file         For example, the machine as the server address, listening port 7999, the maximum number of connections to 3 (maximum support users)         Exceed the maximum number of connections, the connection will automatically be closed, access is denied.         ./server_2 7999 3         Then enter the name of the server, for example, enter the admin         And then waits for the user is connected (can also enter the help command, connected and not blocking the program)         (Once the user connects, the server side will be prompted to this who entered, and the number of online users)         Run the client file         In the case of known the server address ip6_addr and port numb
Platform: | Size: 16384 | Author: lay | Hits:

[Process-Threadtask

Description: vb编写的加强版任务管理器,与上一个版本相比,用了更底层的API代替openprocess来获取句柄,并且使用dll进行hook openprocess,在xp/win7下不被任务管理器杀死,增加了判断进程在应用层是否拒绝访问的功能,并且对界面进行了优化,仿win8的界面(虽然有点不像),将按钮改为弹出式菜单。-vb prepared an enhanced version of Task Manager, compared with the previous version, with a lower level API instead openprocess to get a handle, and make use dll hook openprocess, not to be killed by the task manager in xp/win7, increasing the determine whether the process denied access at the application layer functionality and interface optimized for imitation win8 interface (though a bit like), the button to pop-up menu.
Platform: | Size: 40960 | Author: ricky | Hits:

[2D GraphicGUI_AcessDenied

Description: GUI code display Access denied the code contains .m file and figure file..open .m file and run the code u can use this code for any purpose..customer acess denied student access denied
Platform: | Size: 3072 | Author: suwarnaDongare | Hits:

CodeBus www.codebus.net