搜索资源列表
20070508
- Visual Basic 6.0可以通过调用API函数格式化一个磁盘,无论是软盘还是硬盘。 打开一个新的项目(工程1) ,如果你没有更改过缺省模式,那么Visual Basic 6.0会自动添加一个form1文件,在form1上添加一个命令控件,将下面的代码拷入。 Option Explicit Private Declare Function SHFormatDrive Lib\"shell32\"( ByVal Hend AS Long,ByVal Dri
VC2008
- Visual Studio C++ 2008 速成版(Express)教程,若您对VC2008不熟悉,看看此文档就会使用了-Visual Studio C++ 2008 Express Edition (Express) tutorial, if you are not familiar with VC2008 to see this document will be used
Solve_erro2199873162011
- Your project can’t find some library files (.lib) Open project properties (Project > Properties[Alt + F7]) Navigate to: Configuration Properties > Linker > General Add additional library Directories. These are the director
vfd-lib
- VFD driver library in c-VFD driver library in c++
Analysis-on-Calling-the-Lib
- 首先介绍缓冲区溢出机制和基于缓冲区溢出的攻击形式,从C程序员的角度讨论了三类常用的库函数在调用时可能引发的安全问题,并详细分析了缓冲区溢出的内在原因及可能被利用的攻击方法。如果在编程时能针对这些库函数的调用有意识地采取应对措施,无疑将减少缓冲区溢出漏洞,提高程序的安全性能。- Firstly the paper introduces buffer overflow and the potential attack based on it, then from the view of a C pr
json-lib
- JSON(Javascr ipt Object Notation) 是一种轻量级的数据交换格式。它基于Javascr ipt(Standard ECMA-262 3rd Edition - December 1999)的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, Javascr ipt, Perl, Python等)。这些特性使JSON成为理想的数据交换语言。易于人阅读和编写,同时也易于机器解析和生成。 -JS
libc-html_node.tar
- 标准C库函数介绍,关于linux环境下的-HOW to use standard C lib
L2F50_display4
- final lib l2f50 c lib from russia with love-final lib l2f50 c lib from russia with love))))
MATLAB.m-to-dll
- 在没有安装MATLAB的计算机上,以上程序是无法正常运行的。好在MATLAB 将其所有的运行库,打包成了一个自解压文件。C:\MATLAB6p5\extern\lib\win32\mglinstaller.exe 在没有安装MATLAB的计算机上,运行mglinstaller.exe,它解压出两个目录 bin 和toolbox。你只要把 bin\win32 加入到计算机系统变量PATH中即可。 -On a computer that is not installed MATLAB, t
LIB-svm-c
- LIBSVM在C++环境下的调试和程序注释-LibSVM debugging environment in C++ language
CPP_DLL_and_DLL
- C++_调用DLL方法_及_DLL与lib的区别,对于初学者十分有帮助-C++_ call the DLL methods _ and the difference _DLL and lib
testpcap3.c
- The lib of pcap testing code for sniffering.
GE-Fanus-Focas-Lib-2.5-Focas2
- FOCAS2 Library FOCAS2 library provides the functions which can be used in C or BASIC language to handle data of CNC/PMC. Users can make their own applications using FOCAS2 Library-FOCAS2 Library FOCAS2 library provides the functions which c
《C语言函数参考手册》
- C语言原型函数参考资料,介绍比较详细,可作为手边的一个参考文献(C lib function Datasheet)
fft
- fft快速傅里叶变换测波形,并且,F2812 标准FFT算法,128点,256点,512点,1024点FFT算法,具体做法为将库含数FFT.LIB加入的目标项目,加入对应的C含数和头文件。(FFT fast Fourier transform test waveform)