资源列表
+c++
- c++磁盘调度算法 c++磁盘调度算法-c disk scheduling algorithm c c disk scheduling algorithm disk scheduling algorithm
cScreeen
- c# udp socket屏幕实时传输 -c# udp socket screen send now
eigenvector_calculate
- 运用迭代方法计算矩阵的前N个最大特征向量。需要根据程序中的矩阵维数创建相应的输入文本文件。-Iterative matrix method using the first N largest eigenvectors. Need to process the creation of the corresponding matrix dimension of the input text file.
indent
- 美化小程序,喜欢的可以自由下载.谢谢浏览.-indent
figures
- Simple C++ Objects with inheritance and virtual usement
libnet
- 生成api包并且转发,使用的是libnet网络编程方法,在liuxe下可以更快更好的运行-Build api package and forwarding
myHOOK
- 用于HOOK 函数,跳过检测,保护自己。-Function for the HOOK, skip testing, to protect themselves.
GetUser
- Excel 工作表读取当前用户名的算定义宏。-Excel worksheet to read the current user name count defined macros.
globalKeyboardHook
- a global keyboard setando as teclas do keylogger
hy
- 完成dos下的还原和备份功能,需要minigui支持-Completed under dos restore and backup function, you need to support minigui
QAM
- Mod and Demod for QAM
C-language-variable-parameter-usage
- 我们在C语言编程中会遇到一些参数个数可变的函数,例如printf()这个函数,它的定义是这样的: int printf( const char* format, ...) 它除了有一个参数format固定以外,后面跟的参数的个数和类型是可变的,例如我们可以有以下不同的调用方法: -We in the C programming language will encounter some function of the variable number of arguments, su