您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. c 函数速查.chm

  2. c 函数迅速查找,学才轻松上手 函数名: absread, abswirte 功 能: 绝对磁盘扇区读、写数据 用 法: int absread(int drive, int nsects, int sectno, void *buffer); int abswrite(int drive, int nsects, in tsectno, void *buffer); 程序例: /* absread example */ #include #include #include #inclu
  3. 所属分类:Access

    • 发布日期:2009-05-28
    • 文件大小:98304
    • 提供者:yicajier
  1. STG (SNMP Traffic Grapher)

  2. STG (SNMP Traffic Grapher) version 1.4.5 Copyright (C) 2000 Leonid Mikhailov This freeware utility allows monitoring of supporting SNMPv1 and SNMPv2c devices including Cisco, Livingstone, Riverstone etc. Intended as fast aid for network administrato
  3. 所属分类:FTP

    • 发布日期:2009-06-25
    • 文件大小:143360
    • 提供者:uygnaf
  1. C语言教室(函数大全速查) CHM

  2. C语言函数大全 函数速查 格式如下:例子: 函数名: abs 功 能: 求整数的绝对值 用 法: int abs(int i); 程序例: #include #include int main(void) { int number = -1234; printf("number: %d absolute value: %d\n", number, abs(number)); return 0; } 函数名: absread, abswirte 功 能: 绝对磁盘扇区读、写数据 用 法: i
  3. 所属分类:C

  1. Beating the Daylight Savings Time bug and getting correct file modification times

  2. Beating the Daylight Savings Time bug and getting correct file modification times
  3. 所属分类:其它

    • 发布日期:2009-12-03
    • 文件大小:59392
    • 提供者:eddy
  1. C语言库函数手册--c语言大全

  2. 函数名: abort 功 能: 异常终止一个进程 用 法: void abort(void); 程序例: #include #include int main(void) { printf("Calling abort()\n"); abort(); return 0; /* This is never reached */ } 函数名: abs 功 能: 求整数的绝对值 用 法: int abs(int i); 程序例: #include #include int main(void
  3. 所属分类:C

    • 发布日期:2010-05-25
    • 文件大小:72704
    • 提供者:kaddish1987
  1. ds12885数据手册

  2. FEATURES • Drop–in replacement for IBM AT computer clock/calendar • Pin configuration closely matches MC146818B and DS1285 • Counts seconds, minutes, hours, days, day of the week, date, month, and year with leap year compensation valid up to 2100 •
  3. 所属分类:硬件开发

    • 发布日期:2010-11-01
    • 文件大小:88064
    • 提供者:wormtree
  1. FreeFileSync

  2. Compare files (bytewise or by date) and synchronize them. No limitations: An arbitrary number of files can be synchronized. Unicode support. Network support. Built-in support for very long filenames (more than MAX_PATH = 260 characters) Synchronizat
  3. 所属分类:网管软件

    • 发布日期:2011-09-26
    • 文件大小:3145728
    • 提供者:lltyan
  1. 3D地图动态桌面背景

  2. EarthView is a dynamic desktop wallpaper and screen saver, which displays beautiful views of the earth with daylight and night shadows. It produces colorful, high quality, high resolution images for every screen resolution - even beyond 2560x1600! T
  3. 所属分类:桌面系统

    • 发布日期:2012-11-03
    • 文件大小:3145728
    • 提供者:lyhistory
  1. c函数速查 详细的c函数下载

  2. c函数速查详细的c函数下载 eg 函数名: absread, abswirte 功 能: 绝对磁盘扇区读、写数据 用 法: int absread(int drive, int nsects, int sectno, void *buffer); int abswrite(int drive, int nsects, in tsectno, void *buffer); 程序例: /* absread example */ #include #include #include #incl
  3. 所属分类:C

    • 发布日期:2008-09-15
    • 文件大小:98304
    • 提供者:beiliubei
  1. OpenDaylightController指南

  2. Open+ Daylight+Controller指南
  3. 所属分类:其它

    • 发布日期:2013-10-06
    • 文件大小:724992
    • 提供者:jhxifeng
  1. OpenFlow协议介绍及SDN实验文档

  2. 本文档详细介绍了OpenFlow协议,并且基于RYU/Open Daylight/Floodlight等控制器实现了控制器与OpenFlow交换机间的互联实验,是OpenFlow实验的基础教程。
  3. 所属分类:网络设备

    • 发布日期:2014-06-09
    • 文件大小:3145728
    • 提供者:tektalk
  1. OutlookAttachView v2.73

  2. OutlookAttachView v2.73 Copyright (c) 2009 - 2014 Nir Sofer Web site: http://www.nirsoft.net Related Utilities ================= * NK2Edit - Edit, merge and fix the AutoComplete files (.NK2) of Microsoft Outlook. Descr iption =========== OutlookAtta
  3. 所属分类:互联网

    • 发布日期:2015-03-10
    • 文件大小:116736
    • 提供者:qq_26457529
  1. C语言函数及相关知识

  2. C语言函数及相关知识 函数名: abort 功 能: 异常终止一个进程 用 法: void abort(void); 程序例: #include #include int main(void) { printf("Calling abort()\n"); abort(); return 0; /* This is never reached */ } 函数名: abs 功 能: 求整数的绝对值 用 法: int abs(int i); 程序例: #include #include in
  3. 所属分类:C

    • 发布日期:2008-10-30
    • 文件大小:2097152
    • 提供者:xiao78050576
  1. FreeMark学习笔记

  2. FreeMarker的模板文件并不比HTML页面复杂多少,FreeMarker模板文件主要由如下4个部分组成: 1,文本:直接输出的部分 2,注释:格式部分,不会输出 3,插值:即${...}或#{...}格式的部分,将使用数据模型中的部分替代输出 4,FTL指令:FreeMarker指定,和HTML标记类似,名字前加#予以区分,不会输出 下面是一个FreeMarker模板的例子,包含了以上所说的4个部分 Welcome! Welcome ${user} ! We have the
  3. 所属分类:Web开发

    • 发布日期:2015-05-06
    • 文件大小:74752
    • 提供者:u011225629
  1. filmlight daylight keygen

  2. daylight 破解注册机
  3. 所属分类:网络游戏

    • 发布日期:2017-05-21
    • 文件大小:1048576
    • 提供者:qq_24340419
  1. Open Daylight Controller简易入门

  2. Open Daylight Controller简易入门
  3. 所属分类:互联网

    • 发布日期:2018-05-12
    • 文件大小:482304
    • 提供者:weixin_42192525
  1. daylight-factor:授粉的日光因子配方-源码

  2. 日光因素 授粉的日光因子配方 使用此配方来计算HBJSON模型的日光因子。
  3. 所属分类:其它

    • 发布日期:2021-03-20
    • 文件大小:10240
    • 提供者:weixin_42160278
  1. daylight-源码

  2. 带有TailwindCSS设置的SvelteKit 在2021-03-02,SvelteKit从Snowpack切换到Vite。 我看到有人在Svelte Discord上问是否有人让TailwindCSS与新的npm init sveltenext模板一起工作,所以我进行了设置。 我在途中只遇到了一个小问题。 要在SvelteKit模板更改时重新创建自己,请按照以下步骤操作: 运行npm init sveltenext my-sveltekit-tailwind-project 打开新
  3. 所属分类:其它

    • 发布日期:2021-03-16
    • 文件大小:32768
    • 提供者:weixin_42168265
  1. verewygt.github.io:此网站生成随机的杀手或幸存者特权,以在Dead by Daylight中使用-源码

  2. verewygt.github.io:此网站生成随机的杀手或幸存者特权,以在Dead by Daylight中使用
  3. 所属分类:其它

    • 发布日期:2021-02-23
    • 文件大小:4194304
    • 提供者:weixin_42116058
  1. Daylight公司获美军530万美元订单

  2. Daylight公司获美军530万美元订单
  3. 所属分类:其它

    • 发布日期:2021-02-10
    • 文件大小:319488
    • 提供者:weixin_38710198
« 12 3 »