CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 文件格式 搜索资源 - 系统调用

搜索资源列表

  1. vbGRIDimporttoEXCEL

    2下载:
  2. VB 数据按SQL查询语句导出到EXCEL,如果系统导出频繁,建议做公共过程调用此段代码/-VB query SQL data export to EXCEL, frequent if the system is derived, it is recommended to do This public procedure call code /
  3. 所属分类:File Formats

    • 发布日期:2017-03-26
    • 文件大小:861
    • 提供者:罗斌
  1. osshiyan

    0下载:
  2. 本实验要求熟悉Linux环境下C语言编译器的使用。掌握操作系统中有关进程创建、进程同步、进程互斥以及进程间通信相关系统调用的使用,按照要求书写实验报告-Requirements of this experiment are familiar with C language under Linux environment for the use of the compiler. To master the process to create the operating system, proces
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:776194
    • 提供者:姜文
  1. HP_UX

    0下载:
  2. 本手册详细介绍HP-UX的用户命令、系统管理命令、系统调用、库函数、文件格式、设备专用文件及其他各个方面的知识。它是详细学习HP-UX编程的很好的参考资料。-This manual details the user commands HP-UX, system management commands, system calls, library functions, file formats, device-specific documentation and other aspects of
  3. 所属分类:File Formats

    • 发布日期:2017-06-14
    • 文件大小:22355551
    • 提供者:weiwei
  1. tuanv3.9

    0下载:
  2. 第一团购程序开发采用的是SQLSERVER2000数据库,使系统的安全、稳定、负载得到保障;使用大量Web2.0新技术使系统拥有一流用户体验。系统基于.NET框架,C#语言从而使其更加可靠、安全、稳定。采用目前流行的模板技术,系统业务层与数据调用完全隔离,以实现客户对模板个性化的修改、设置。 第一团购程序为广大客户的运营即将推出免费的流量统计功能,让客户随时随地了解到自己网站被访问的IP、流量、地域分布、时段人数等数据,为网站的运营提供更多的便利。-Program development w
  3. 所属分类:File Formats

    • 发布日期:2017-05-21
    • 文件大小:6488534
    • 提供者:朱胜利
  1. pos

    0下载:
  2. pos机程序代码说明 当收银员刷商品的条形码时,光电扫描仪会接受条形码信息将其存入Barcode中, 然后有程序调用存储有商品条形码,商品名称,价格的数据库,将数据库 中的条形码和Barcode对比,当二者相同时输出商品信息。程序通过收银员 按下收银系统界面的“确认”键来确定购买的商品条形码全部输入电脑, 不再接收扫描仪输入,执行程序向终端(屏幕)输出顾客应付款金额等信息,同时 由打印机打印购物小票。-pos machine code instructions when
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:8017
    • 提供者:chenxiongbing
  1. LabVIEW-IMAQ

    1下载:
  2. 本文在LabVIEW和NI-IMAQ Vision软件平台下,利用通用图像采集卡开发一种图像实时采集处理虚拟仪器系统。通过调用动态链接库驱动通用图像采集卡完成图像采集,采集图像的帧速率达到25帧每秒。利用NI-IMAQ Vision视频处理模块,进行图像处理,以完成光电探测器的标定。该系统具有灵活性强、可靠性高、性价比高等优点。-In LabVIEW and NI-IMAQ Vision software platform, the use of a common frame grabber t
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:243085
    • 提供者:米小丫
  1. WPFLiHuaSheng

    0下载:
  2. C#,关于WPF的热键,快捷键,文本输入焦点的热键绑定.以及自定义命令及调用系统常见的命令,比如黏贴功能-C#, WPF hotkey shortcuts, text input focus keybind and self-defined command and call the system command, such as adhesive function, etc.
  3. 所属分类:File Formats

    • 发布日期:2017-12-09
    • 文件大小:68798
    • 提供者:李酱
  1. bdos

    0下载:
  2. 函数名: bdosptr 功 能: DOS系统调用 用 法: int bdosptr(int dosfun, void *argument, unsigned dosal) -Function name: bdosptr Function: DOS system call usage: int bdosptr (int dosfun, void* argument, unsigned dosal)
  3. 所属分类:File Formats

    • 发布日期:2017-12-02
    • 文件大小:2925
    • 提供者:耿玲
  1. uC-FS-Documentation-V40700

    0下载:
  2. uc/fs 4.07最新版本,里面包括fs的所有操作文档,如SD, MMC,flash, 有系统函数的调用解释。本文档是官方网站下载的,为英文版-Uc/fs 4.07 the latest version, including the fs all operations documents, such as SD, MMC, flash, systematic function call to explain. This document is the official website to d
  3. 所属分类:File Formats

    • 发布日期:2017-05-09
    • 文件大小:2456089
    • 提供者:王东方
  1. pydns-2.3.6.tar

    0下载:
  2. 纯Python实现的DNS查询代码库.pyDNS库提供了DNS模块,首先应该在应用程序中调用DNS.DiscoverNameServers(),它可以找到系统中的名称服务器,在windows下是注册表,Unix系统上时/etc/resolv.conf 。全部的DNS查询都被发送到这些服务器上。-Pure Python implementation of DNS query code library. PyDNS library provides the DNS module, should fi
  3. 所属分类:File Formats

    • 发布日期:2017-05-04
    • 文件大小:28025
    • 提供者:徐易难
搜珍网 www.dssz.com