搜索资源列表
库函数.zip
- 它对bekerly标准socket的库函数进行了简单的包装,使标准函数的调用更加直观。
GPRS开发包
- 改函数包包装了GPRS通信的接口,使得开发者不必通过AT命令集去实现通信。只需调用函数接口即可。大大简化GPRS网络编程-change function packets GPRS communications interface that allows developers without going through the AT command set to communicate. Only the function call interface can be. Greatly simpli
mainapplication
- 最大函数库支持环境,随着调用函数的功能可以随时随地的处理系统裁减/。
iwconfig
- 执行无线网卡的扫描命令的源代码,内部有很多调用函数
Xfilter1.0
- Xfilter 个人防火墙 1.0 源代码说明 开发环境: Windows 2000 开发工具: VC++6.0 主工作区文件: Xfilter.dsw 目录简介 [Common] 保存公用源代码 [lib] HTML格式帮助文件在VC中的调用函数头文件和库文件 [Property] Xfilter.exe 界面程序工程 [Release] 编译后程序存放目录 [TcpIpDog] Xfilter.dll Winsock 2 SPI截包工程-Xfilter personal firewall X
库函数
- 它对bekerly标准socket的库函数进行了简单的包装,使标准函数的调用更加直观。 - It storehouse function has carried on the simple packing to bekerly the standard socket, causes the normal function the transfer to be more direct-viewing.
NetResource
- VB映射网络资源,获取枚举句柄,该句柄可用于调用函数WNetEnumResource,设置dwEntries的值,并重定义NETRESOURCE数组,以能存放数据,获取远程名(UNC路径),并删除结尾的空字符………… -VB map network resources, access enumeration handle, the handle can be used to call the function WNetEnumResource, set dwEntries value, bo
GetMac
- 获取网卡地址的另一个系统调用函数,比较简单,希望对大家有所帮助-Obtain the Ethernet address of another system call function is relatively simple, we want to help
gy5
- 程序调用函数打开发邮件的OutLook程序,编译成功后会生成一个命令提示符可执行程序,打开后显示:确认打开邮件收发程序!-failed to translate
p2pdll
- p2p实现文件下载,已经封装好的dll可以直接调用函数。本dll中实现了使用p2p下载的各种格式的下载方式-p2p file download, good package the dll can directly call the function. P2p download format download the dll
NetResource
- VB映射网络资源,获取枚举句柄,该句柄可用于调用函数WNetEnumResource-VB mapped network resources to get the enumeration handle, the handle can be used to call the function WNetEnumResource
ygf
- 读取本地的html脚本,然后自动执行这些脚本,并且调用函数-Read local html scr ipt, and then automatically execute these scr ipts, and call the function
songcmsasp1.1
- SongCMS企业建站系统 ASP版 是基于ASP+ACCESS技术的网站后台管理系统,适用于一般程序员开发各种个性化企业网站用,数据库及调用函数均有详细注释。-SongCMS enterprise Station system ASP version is based on ASP+ ACCESS technology website background management system for general corporate programmers to develop sites
A00738352
- 实现数据链路层对包的接收识别操作,当一个数据包到达网络接口时,调用函数来检测此数据包是否完整,然后判断包类型,并传输到对应的函数中进行操作,主要是是识别IP和ARP包-Data link layer receives recognition operation on the package, when a packet arrives at the network interface, call the function to detect the packet is complete, and
gsoap_2.8.45
- gsoap,直接下载,调用函数即可,实现通讯(GSOAP, directly download, call the function, to achieve communication)
network2
- 初学机器学习,第一步是做一个简单的手写数字识别,我选用的是MNIST数据集(用其他数据集也可以,原理都差不多),算法是KNN(下载库直接调用函数,算法的具体实现没有过多关心)。在网上也看到过MNIST数据集的Python代码,但是感觉有些复杂,作为初学者见到那么多代码就头大……这里分享一下我的代码,虽然并不完善,但是可以为其他初学者提供一点简单的思路吧。(Learning machine learning, the first step is to do a simple handwritten
du
- 定义一个包含两个纯虚函数的抽象类shape: class shape { public: virtual float Area()=0; virtual void SetData(float,float=0)=0; }; 成员函数SetData用于设置几何图形的属性值。成员函数Area()用于求出几何图形的面积。由shape派生出四种几何图形,分别是:三角形、矩形、正方
churacteristic
- 用TURBOC2 0 编写的在没有汉字系统的DOS下显示汉字的函数,调用函数:int outhz(int x,int y,()
5
- 易语言POST原希网源码例程程序调用API函数实现POST原希网功能。(Easy language POST original source network routines call API function to achieve the original POST network function.)
前台图色
- 前台识图模块,根据网上收集的代码自己添加了个简易调用函数 可直接拖进现有程序中调用 例如: Call 前台找图(0, 0, 1920, 1080, Bmp_Name.Text & ".bmp", 5) '参数说明: '参数1: 找图区域左上 '参数2: 找图区域左上 '参数3: 找图区域右下 '参数4: 找图区域右下 '参数5: 图片名称 '参数6: 阀值(Front view module, according to the code colle