搜索资源列表
systemrun
- 以SYSTEM权限运行程序测试,我已经对相关函数进行了封装(在GetSysToken.dll中), 使用时直接调用Dll中的 CreateSystemProcess即可。-SYSTEM permissions to run the program testing, I have carried out correlation function package (in GetSysToken.dll in), when used in direct calls Dll can CreateSy
LinuxProcessCommunication
- 创建两个生产者进程和两个消费者进程,生产者进程a需要生成10000个整数,每次都将自己的进程号(用getpid()函数获得)和生成的整数放入共享内存中(共享内存大小为64Byte)。生产者b每次从26个英文字母中选一个,并将自己的进程号和选中的字母放入共享内存中,直到26个字母全部都选中。消费者进程c负责从共享内存中读取数据生产者进程a的数据并且将这些数据写入文件a.out。消费者进程d从共享内存读取进程b的数据后写入b.out中。-The process of the creation of
JinZhiZhuanHuan
- 任意进制数的转换。 设计思路:求n整除d的余数,就能得到n的d进制数的最低位数字,重复上述步骤,直至n为0,一次得到n的d进制数表示的最低位至最高为数字。由各位数字取出相应的字符,就能得到n的d进制的字符。 主函数是用于测试trans函数,要求输入一个待转换的正整数,接着调用trans函数进行转换,并输出改正知识的2-16进制数转换结果。-Arbitrary hexadecimal number conversion. Design: n divisible by d for the
shell
- 在linux上執行指令 ls ctrl+h 等 按 ctrl + c 顯示執行過的指令 按 ctrl + d 結束程式 ctrl + z 顯示曾經執行過的指令 執行history 顯示出執行過的指令 -Run in the linux command ls ctrl+ h and so on in accordance with ctrl+ c show performed by the command ctrl+ d the end of the program ctrl+
test3
- 文件夹与文件的查找的例子----借助CStringList来查找D盘下的所有TXT文件-demo how to search all folder and file---through using the CStringList to find out all the txt file in the d:
BHUSA09-Tracy-RubyPentesters-PAPER
- When you re down deep reversing a protocol or picking apart a binary, getting up to speed quickly can be challenging in the best of circumstances. Over the past few years, we ve figured out a tool that we can rely on every time: the Ruby pr
Student-management-system
- VC++课程设计,学生管理系统,包含完整源程序和课程设计报告书。 系统功能包括: a.系统管理(设置用户,重新登录,退出系统)。 b.基础数据管理(系别设置,专业设置,班级设置)。 c.学生管理(学生档案管理,奖学金管理,奖惩制度管理)。 d.成绩管理(基础设置(考试科目设置、考试时间设置、考试时间段设置),学生成绩录入,学生成绩查询,班级成绩汇总统计,学生总分名次查询,学生单科名次查询)。 e.学籍变动管理(学校内部变动,退学,休学,转学,留级)。 f.数据库管理(
vbo_noop
- Mesa 3-D graphics library.Used in out-of-memory situations.
simple_mutex
- Needed for pthread_rwlock_. If it causes problems, you could take it out, but then you d have to unset HAVE_RWLOCK (at least on linux it does cause problems for FreeBSD, or MacOSX, but isn t needed. -Needed for pthread_rwlock_. If it causes problem
