搜索资源列表
test
- MySQL数据库 其他数据库 汇编语言 SCSI/ASPI 编译器/解释器 磁盘工具 语音合成与识别 编辑器/阅读器 杀毒 中文信息处理 FlashMX源码 并行计算 书籍源码 Delphi控件源码 操作系统开发 中间件编程 MacOS编程 + 电子书籍 VC书籍 Java书籍 Delphi/CppBuilder
jinyan-waim03
- option : 一个或多个 CL 选项。请注意,所有选项都应用于所有指定的源文件。选项是由一个 正斜杠 (/) 或一个短划线 (-) 指定的。如果某个选项带有参数,则该选项的说明指 定在选项和参数之间是否允许有空格。选项名(/HELP 选项除外)区分大小写。-option: one or more CL options. Please note that all options are applied to all the specified source file. Option b
098520
- 将此源文件加入要编译的工程文件, //将光标指向此文件,选择右键菜单“option for file asm.c ”, //将属性单“properties”中的“Generate Assembler SRC File”“Assemble SRC File” //两项设置成黑体的“√”将“Link Public Only”的“√”去掉,再编译即可。 //用此方法可以在c源代码的任意位置用#pragma asm和#pragma endasm嵌入汇编语句。 //但要注意的是在直接使
SeverAndSocket
- 程序的编写采用流行的网络编程语言 JAVA编写 编辑环境为Eclipse。 源工程已经打包好在“服务器-客户端-工程”文件夹内。(可执行文挡) 默认的服务器测试文件是放在“D:/Test.rar”如没有,请在D创建文件Test.rar 服务器默认的IP为本地机器(localhost),默认的端口号为:8001(请在客户端填写的时候注意) -Procedures for the preparation of the popular web programming lang
VC-Read-and-write-file(.TXT).doc
- 文档给出了在VC编程环境下的各种读写文件的源代码,可作为读写日志程序的参考文档。-Documents given in the VC programming environment to read and write files of various source code, read and write log program can be used as a reference document.
Tripwire-intro
- Tripwire是一款最为常用的开放源码的完整性检查工具,可用于实现安全管理系统,它生成目标文件的校验和并周期性的检查文件是否被更改。下面我们简单介绍一下Tripwire的运行机理。与大多数完整性检查程序相同,对于需要监视的文件,Tripwire会使用校验和来为文件的某个状态生成唯一的标识(又称为"快照"),并将其存放起来以备后用。当Tripwire程序运行时,它先计算新的标识,并于存放的原标识加以比较,如果发现不匹配的话,它就报告系统管理人员文件已经被修改。接下来,系统管理员就可以利用这个不匹
Analysis-of-FAT32-File-System-2012
- FAT32文件系统是Windows系列操作系统中最常用的文件系统之一,掌握其原理是用好它的基础。在微软公司不公开其操作系统的内部结构和源代码的情况下,通过实验、分析、得出了FAT32文件系统的工作原理.-FAT32 file system is one of the most commonly used file system of the Windows family of operating systems, grasp the principle is its foundation. In
libsvm
- LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用,该文本为其说明文件-The LIBSVM Taiwan University Chih- Jen Lin (Lin Chih-Jen) associate development and design of a simple, easy to use
getandstorepackets
- 这是一个更加完整的使用libpcap的范例程序,它显把捕获的数据包保存到磁盘。这个程序在Win32和Unix平台下都能编译。Pcap_filter(pf.exe)是一个通用的数据包过滤程序:它的输入参数有数据包的源(可以是物理接口,或是一个文件),过滤器和一个输出文件。它会从源获取数据包,并对它们进行过滤,如果它们符合过滤器的要求,就把它们保存到输出文件,直到按下Ctrl+C,或者整个文件处理完毕。-This is a more complete use of Libpcap examples
Virtools-File-Package
- 封装VT文件到一个EXE文件中的方法,通过学习该教程,可学会将virtools源文件,打包成exe可执行文件,进行发布推广。-VT package files into an EXE file in the method by studying the tutorial, you can learn to virtools source files, packaged into exe executable file, to publish promotion.
attachments
- Vote: very good! ... The file includes the paper and the source code in matlab. ... is MATLAB code which computes a salience/saliency map for an imag
file-OP-in-code-design
- 文件及其操作在程序设计中是非常重要的内容,合理地对其进行利用,可以大大扩展程序的应用范畴和功能。在计算机系统中,文件是一种宝贵的资源和手段,例如我们编写的源程序就需要以文件的形式保存起来,以便能在不同的时间和地点重复地利用。在程序中使用文件操作,可以对文件进行加工处理,或者创建新的文件,使程序的数据得以永久的保存及再利用-File and its operation is a very important element in the program design, its rational u
Active-Power-Filter
- In this file we have presnted the source code of an active power filter applied on three-phases grid and also some pdf documents are joined for more explanation.-In this file we have presnted the source code of an active power filter applied on three
ELF header
- ELF文档解析源码,读取ELF可执行文件中的代码段、数据段等(ELF document parse source code, read the code segment, data section in the ELF executable file, and so on)