CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Operate system

搜索资源列表

  1. 细胞识别

    0下载:
  2. 本系统是医院中红细胞计数的使用系统。系统硬件平台包括高倍放大镜,图像采集卡,社戏囊头,高性能计算机等。它具有误差小,界面简单,容易操作等优点。-the hospital system is the use of red blood cell count system. System hardware platform including high-power magnifying glass, image acquisition card, the first drama capsule, hi
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:96.5kb
    • 提供者:李蕙
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:10.5mb
    • 提供者:gtcewli3
  1. mmc单列多服务台排队系统仿真matlab代码

    13下载:
  2. M/M/c单列多服务台排队系统仿真matlab代码 (1)系统数据处理准确; (2)功能齐全; (3)操作方便、简单,界面友好; -M/M/c single multi-server queuing system simulation matlab code (1) accuracy of data processing systems (2) functional (3) easy to operate, simple, friendly interface
  3. 所属分类:matlab例程

    • 发布日期:2012-10-26
    • 文件大小:30.93kb
    • 提供者:xuwentao
  1. staffManagerA

    0下载:
  2. 数据结构课程设计中做的,用c语言描述的简单的职工信息管理系统,可以对职工的基本信息进行操作。-Data structure course design done, with c language to describe simple workers information management system, basic information on employees to operate.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:4.87kb
    • 提供者:zhoufachao
  1. BookTicketSystem

    0下载:
  2. 数据结构课程设计中做的一个飞机航班订票系统,可以对机票的预定,查询,和退票等进行操作。-Data structure to do a course design flight booking system, you can book tickets, check, and operate such a refund.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:3.77kb
    • 提供者:zhoufachao
  1. TemperatureFuzzy

    0下载:
  2. 人工智能里的一个经典应用,在现在已经相当成熟,温控系统的界面很漂亮,容易操作-A classic application of artificial intelligence in the now quite mature, temperature control system interface is beautiful, easy to operate
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-28
    • 文件大小:10.16mb
    • 提供者:刘宇
  1. matlab_GUI_jiemian

    0下载:
  2. 本实验设计了一个《北京、南京、深圳列车查询系统》的图形用户界面。用户可以通过此界面,采用“按车站名称查询”、“按列车车次查询”和“按出发地—目的地查询”三种方式,方便地查询需要的列车信息。界面友好清新,操作方便。-The experimental design was a " Beijing, Nanjing, Shenzhen Train Enquiry System," the graphical user interface. Users can use this int
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.15mb
    • 提供者:abler
  1. operate-system

    0下载:
  2. 实现了操作系统的优先级调度算法,测试CPU的使用情况。-accomplished the algrithm of function system
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-25
    • 文件大小:8.14mb
    • 提供者:宁渊
  1. calculator

    0下载:
  2. 设计简易交互式计算器,功能如下: (1) 计算器功能与Windows操作系统带的标准型的计算器系统相同。至少有+、-、*、/、开方、取倒数、清零、backspace的功能,可以对小数进行运算。 (2) 程序可以实现简单的没有括号的表达式计算, (3) 不使用math.h头文件,求开方运算时使用多项式拟合方式。 -Design simple interactive calculator, function as follows: (1) calculator function a
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2.59mb
    • 提供者:onway
  1. Parking-management-simulation-system

    0下载:
  2. 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码及到达或离去的时刻,对每一组输入数据进行操作后的输出数据为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车离去;则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时间不收费)。栈以顺序结构实现,队列以链表实现。-Parking lot to stack simulation to simulate the queue of
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:4.38mb
    • 提供者:李莹丽
  1. info_sys.tar

    0下载:
  2. 《简单信息管理系统(C语言描述)》   这是本人用C语言实现的简单信息管理系统,由顺序存储的线性表来组织数据结构,程序在CentOS 5.1环境下完成,我的博客上有程序界面截图(我的博客:http://blog.163.com/joshuachan@yeah/)。   本系统实现的数据操作:   增加/遍历/排序/查询及删除匹配数据/数据文件的导入和导出。   系统文件组成:   测试程序<test.c>,综合头文件<main.h>,
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:5.88kb
    • 提供者:Joshua
  1. Speech-Signal-Processing

    0下载:
  2. 语音信号处理系统,设有GUI界面,操作方便,可对语音信号进行低通、高通、带通处理,并可以画出处理前后的波形,播放处理前后的语音。-The speech signal processing system, with GUI interface, easy to operate, can the speech signal low pass, qualcomm, band-pass processing, and can draw the waveform before and after proc
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:46.23kb
    • 提供者:zhang
  1. DUO-CHI-DU

    0下载:
  2. 许多重要的机械系统平稳运行机制下(负载),但许多观察到的症状在某种程度上取决于条件在系统负荷和/或环境条件。因此状态监测的一个了这类系统应该有一些可能的症状观察到一个标准的荷载工况。-Many critical mechanical systems operate in a non-stationary regime (load ), and many observed symptoms of its condition depend in a some way on a system lo
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:835.76kb
    • 提供者:张力
  1. Warehouse-management-system

    0下载:
  2. 仓库产品管理系统是管理仓库产品的重要工具,主要负责产品的入库、出库、管理和查询等操作。本课题要求(1):自己设计好数据结构及算法,在管理系统中涉及的产品信息包括产品名称、入库时间、库存总量、产品入库价格、货品种类等。(2):界面友好,可操作性强,设置管理员用户登录界面,需要输入用户名和口令才能登录管理界面。以实现产品入库、产品出库、库存管理、产品信息修改、产品信息删除和查询、提醒等功能。-Warehouse management system is the management of wareh
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:2.75kb
    • 提供者:
  1. radar-matlab-

    0下载:
  2. 是关于雷达系统的代码,主要用于构建基本雷达系统并通过该程序生成的仿真结果进行操作-Code on the radar system, mainly used to build a basic radar system and the simulation results generated by the program to operate
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:7.53kb
    • 提供者:傅劲超
  1. Classification-Parameter-Estim

    0下载:
  2. Engineering disciplines are those fields of research and development that attempt to create products and systems operating in, and dealing with, the real world. The number of disciplines is large, as is the range of scales that they typically oper
  3. 所属分类:matlab

    • 发布日期:2017-11-14
    • 文件大小:5.94mb
    • 提供者:hassan
  1. ReaderAndWriter

    0下载:
  2. 操作系统课程设计,使用PV操作机器信号量、锁等机制,实现读者和写者互斥访问临界资源-Courses on operating system design, the use of PV operate the machine semaphore lock mechanisms, readers and writers to achieve mutually exclusive access to critical resources
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:2.61mb
    • 提供者:陆小果
  1. book2

    1下载:
  2. 股票软件开发定制DEMO说明,是一套进行各种证券分析的系统,功能强大、操作方便、界面友好,支持互联网接收实时行情,提供独特的指标参数,辅助您决策投资品种,适合各类证券投资者使用。-Stock software development and customization DEMO descr iption is a set of various securities analysis system, powerful, easy to operate, user-friendly, support
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2.61mb
    • 提供者:时先生
  1. StudentsAchievementManagementSystem

    0下载:
  2. 设计一个实用的小型学生成绩管理系统程序,它有输入、输出、插入、删除、查找、追加、读入、显示、保存、拷贝、排序、退出查询、检索和排序等功能,并且能够对指定文件操作,也可以将多个文件组成一个文件。-Design a practical small student achievement management system procedures, it has input, output, insert, delete, search, add, read, display, save, copy,
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7.35kb
    • 提供者:Wchenxu
  1. PID

    0下载:
  2. Proportional-Integral-Derivative (PID) control is the most common control algorithm used in industry and has been universally accepted in industrial control. The popularity of PID controllers can be attributed partly to their robust performance in a
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:2kb
    • 提供者:malar
« 12 »
搜珍网 www.dssz.com