搜索资源列表
ch1
- 数据结构代码,关于数据结构的实验一 void main() { timeb t1,t2 long t double x,sum=1,sum1 int i,j,n printf(\"请输入x n:\") scanf(\"%lf%d\",&x,&n) ftime(&t1) // 求得当前时间 for(i=1 i<=n i++) { sum1=1 for(j=1 j<=i j++)
S_Shell
- 模拟shell实现以下功能: int login() int getcmd() void dir() void cd() void clear() void newdir() void deldir() void del() void copy() void cut() void account() void help() -Simulation shell to achieve the following functi
Shut
- 淳朴C++代码实现瞬间关机,没有包含任何函数库。不需要任何头文件支持。直接shellcode实现了动态调用RtlAdjustPriviladge和NtShutdownSystem,附带int 0x2E。:)-Honest C++ code to achieve an instant shutdown, does not contain any libraries. Does not require any header file support. Direct shellcode achieve
