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

搜索资源列表

  1. C语言链表的例子程序

  2. 部分内容如下: int main(int argc, char* argv[]) { int opt; int where; int value; int count; LinkList L; while(1) { system("cls"); opt = getoptions(); if(opt == 1) { system("cls"); printf("请输入链表初始结点数:"); scanf("%d",&count); printf("请输入各个结点数值,每输入一个按回车确认:\n")
  3. 所属分类:C

    • 发布日期:2011-03-31
    • 文件大小:4096
    • 提供者:zmywly
  1. Android文件操作

  2. android文件架构详解 cache : 是缓存临时文件夹,据说是除了T-mobile的OTA更新外,别无用处。 红色标记的两个文件是debug模式下产生的 data : 存放用户安装的软件以及各种数据。 default.prop : 默认配置文件 dev : 设备节点文件的存放地 etc : 指向 /system/etc ,配置文件存放目录 init : 系统启动到文件系统的时候第一个运行的程序。 init.goldfish.rc : 初始化文件 init.rc : 初始化文件 proc
  3. 所属分类:Android

    • 发布日期:2011-05-15
    • 文件大小:2097152
    • 提供者:Fang1412
  1. 指纹识别程序(matlab)Fingerprint Recognition System

  2. Fingerprint Recognition System --- Release 5.1 --- Filterbank-Based Fingerprint Matching (A.K.Jain, S.Prabhakar, L.Hong and S.Pankanti, 2000) Release 5.1 Major features: - An improved algorithm used in fingerprint matching, highly recommended for hi
  3. 所属分类:专业指导

    • 发布日期:2011-06-19
    • 文件大小:524288
    • 提供者:dakaren
  1. “Development of an Electric Energy Storage System

  2. (1) Practical application technology development ・1MW-class power storage systems (2) Development of element technology ・Positive and negative electrodes, separators, electrolytes, etc. ・Prototyping and demonstration activities at a modular level (3
  3. 所属分类:其它

    • 发布日期:2011-12-26
    • 文件大小:6291456
    • 提供者:yanjihu123
  1. 火车售票系统

  2. import java.util.*; import java.sql.*; import java.awt.FlowLayout; import java.awt.event.*; import java.text.SimpleDateFormat; import java.util.Calendar; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JButton; import javax.
  3. 所属分类:Java

    • 发布日期:2012-06-24
    • 文件大小:5120
    • 提供者:ynyqaibbmm
  1. P2P网络存储系统的设计与实现

  2. 一种P2P网络存储系统的设计与实现 随着Inkmet的广泛普及和网络应用规模的不断扩人,越来越多各式各样的 信息被删岁其叶1,形成了一个广阔宏大的信息空间。在这个空问中,存在着海量 的信息,这种模式下的分布式存储技术面临着以F挑战: l存储分布的地域空间更加广阔。自从1988年ht∽ct对外丌放以来,联 网计算机的数量增长迅速。1nkmct的飞速发展导致存储分布的地域空问空前扩 大,如何快速、高效、安全地让州络用户在如此浩瀚的信息海洋之中找到并获取 自己所需的资源,是存储系统必须应对的挑战之一
  3. 所属分类:群集服务

    • 发布日期:2012-08-10
    • 文件大小:4194304
    • 提供者:kurt6868
  1. java sql注入l

  2. package com.tarena.dingdang.filter; 02 03 import java.io.IOException; 04 import java.util.Enumeration; 05 06 import javax.servlet.Filter; 07 import javax.servlet.FilterChain; 08 import javax.servlet.FilterConfig; 09 import javax.servlet.ServletExcep
  3. 所属分类:Java

    • 发布日期:2012-10-01
    • 文件大小:777
    • 提供者:myfcloud
  1. This is an anti-hacker tool I’ve created. It’s much like L

  2. This is an anti-hacker tool I’ve created. It’s much like Lockdown 2000. It sits on your system tray listening for incoming connections on various ports.
  3. 所属分类:网络基础

    • 发布日期:2006-02-23
    • 文件大小:179200
    • 提供者:chenxh
  1. make_ext4fs

  2. make_ext4fs用于Android平台上制作ext4文件系统的镜像。用法举例: make_ext4fs -l 512M -s -a system system.ext4img system 之后再使用simg2img制作镜像。
  3. 所属分类:Android

    • 发布日期:2013-03-15
    • 文件大小:81920
    • 提供者:zangcf
  1. Windows System Eventlog Tool

  2. 由于自动化测试需求,而编写的一个小工具,作为框架中的一个插件使用。也可以单独使用。 主要用来快速清除系统日志包括System/Application/Security; 根据需求将System/Application/Security导出为一个文本文件,便于浏览,这个是操作系统自带的工具所不具备的。 用法: 1. 清理系统system日志 iWinEventLog.exe -c system 2. 导出系统日志system为一个文本文件 iWinEventLog.exe -s system -
  3. 所属分类:VB

    • 发布日期:2013-10-07
    • 文件大小:20480
    • 提供者:swdown
  1. 用Python做科学计算

  2. 一 基础篇 软件包的安装和介绍 安装软件包 函数库介绍 NumPy 快速处理数据 ndarray对象 ufunc运算 矩阵运算 文件存取 SciPy 数值计算库 最小二乘拟合 函数最小值 非线性方程组求解 B Spline样条曲线 数值积分 解常微分方程组 滤波器设计 用Weave嵌入C语言 SymPy 符号运算好帮手 封面上的经典公式 球体体积 matplotlib 绘制精美的图表 快速绘图 绘制多轴图 配置文件 Artist对象 Traits 为Python添加类型定义 背景 Traits
  3. 所属分类:Python

    • 发布日期:2014-07-12
    • 文件大小:6291456
    • 提供者:jsntghf
  1. Scalability Rules - Martin L. Abbott & Michael T. Fisher

  2. Preface Thanks for your interest in Scalability Rules! This book is meant to serve as a primer, a refresher, and a lightweight reference manual to help engineers, architects, and managers develop and maintain scalable Internet products. It is laid o
  3. 所属分类:Web开发

    • 发布日期:2014-09-29
    • 文件大小:2097152
    • 提供者:l_share
  1. 分形生成树的代码(VC++/opengl)

  2. 分形算法生成的代码,L-system方法,VC/opengl开发
  3. 所属分类:C++

    • 发布日期:2008-11-06
    • 文件大小:2097152
    • 提供者:hongdefa
  1. Model Transformation for Cyber Physical Systems

  2. Cyber Physical Systems(CPS) are composed with discrete and continuous dynamics. Traditional modeling techniques can’t implement the requirement of modeling CPS. One way of solving this is to model CPS parts withdifferent techniques and translate the
  3. 所属分类:电信

    • 发布日期:2015-06-23
    • 文件大小:199680
    • 提供者:mark_tanlixing
  1. (java)xmlrpc.7z

  2. static String serverUrl = "http://192.168.1.6:81/phacoa/xmlrpc"; static String usr = ""//帐号 static String pwd = ""; //密码 public static Object RPC(String methodName, List L){ XmlRpcClientConfigImpl config = new XmlRpcClientConfigImpl(); try { config
  3. 所属分类:Java

    • 发布日期:2015-08-14
    • 文件大小:2097152
    • 提供者:qq_20154743
  1. Gensym-l-G2.PDF

  2. The World’s Leading Software Platform for Real-Time Expert System Applications
  3. 所属分类:企业管理

    • 发布日期:2017-03-08
    • 文件大小:2097152
    • 提供者:jxshifj
  1. Python 科学计算

  2. 第 1 章 软件包的安装和介绍....................1 1.1 Python 简介......................................1 1.2 安装软件包......................................2 1.2.1 Python(x,y)..................................... 2 1.2.2 Enthought Python Distribution (EPD)............
  3. 所属分类:讲义

    • 发布日期:2018-09-20
    • 文件大小:5242880
    • 提供者:yanghefeng22
  1. Mastering Apache Spark 2.x Scale your m l and d l systems with SparkML, DL4j and

  2. Advanced analytics on your Big Data with latest Apache Spark 2.x About This Book An advanced guide with a combination of instructions and practical examples to extend the most up-to date Spark functionalities. Extend your data processing capabilitie
  3. 所属分类:深度学习

    • 发布日期:2018-12-11
    • 文件大小:14680064
    • 提供者:wang1062807258
  1. mtcpsink.cc mtcpsink.h mtcpsink.o mudp.cc mudp.o mudp.h mudpsink.cc

  2. 當封包從應用程式層到 UDP 層時,就把封包的序號、時間、和大小紀錄到一個檔案中(發送端記錄檔) 當封包到達接收端時,同樣把收到的封包序號、傳送時間(在傳送端要發送封包時會把當時的時間放在封包的標頭檔(common header)中)、到達時間、封包延遲時間( = 到達時間 - 傳送時間)、和封包大小紀錄到另一個檔案中(接收端記錄檔) 有了這兩個記錄檔,我們要求得吞吐量、封包延遲、抖動率、或封包遺失率就變得很簡單了。 mUDP是UDP的延伸,除了具有UDP的功能外,還能記錄所發送的封包的訊息。m
  3. 所属分类:网络管理

    • 发布日期:2018-12-07
    • 文件大小:18432
    • 提供者:m0_37152249
  1. Electronic Value Exchange - Origins of the VISA Electronic Payment System

  2. By David L. Stearns Chronicles the origins of the VISA electronic payment system, derived from original research and personal interviews.
  3. 所属分类:电子商务

    • 发布日期:2018-12-23
    • 文件大小:2097152
    • 提供者:fishmonger
« 1 2 34 5 6 7 8 9 10 ... 50 »