虫虫首页|资源下载|资源专辑|精品软件
登录|注册

iii

  •  Douglas Comer

     Douglas Comer,《用TCP/IP进行网际互连 第3卷:客户机-服务器编程和应用(第2版)》 或其英文版 Internetworking With TCP/IP Vol iii: Client-Server Programming And Application (Second Edition) 整书源码

    标签: Douglas 61599 Comer

    上传时间: 2013-12-04

    上传用户:685

  • 龙芯一号的数据手册! 通用32 位微处理器

    龙芯一号的数据手册! 通用32 位微处理器,支持MIPS-iii 指令 主频为200~266MHZ 基于操作队列复用的高效7 级标量流水线 高效的64 位浮点流水单元 浮点性能220 MFLOP @250MHz 内置MMU、TLB 实现从程序虚拟地址到CPU物理地址的转换

    标签: 龙芯一号 数据手册 微处理器

    上传时间: 2015-10-14

    上传用户:tyler

  • Welcome to the software files for the ADS8361 to TMS320F2812! There are two project files in each

    Welcome to the software files for the ADS8361 to TMS320F2812! There are two project files in each of the folders McBSP, SPI and Both. Mode II and IV are explored using the McBSP port alone, as well as the SPI port. These projects are located in the SPI and McBSP folders. Modes I and iii are explored using both McBSP and SPI. In Mode I, the M0 and M1 pins are controlled by use of the jumper on the evaluation module. A0 is controlled by the DX pin of the McBSP port. In Mode iii, the A0, M0 and M1 pins are controlled via GPIO functions of PortF. The "SRC", "CMD" and "INCLUDE" files in the archive are from "C28x Peripheral Examples in C" (document # SPRC097). If you have questions about this or other Data Converter products, feel free to e-mail us at:

    标签: files the software Welcome

    上传时间: 2015-12-16

    上传用户:lixinxiang

  • 3、《ds1302a》实验 说明:本程序通过串口通信(借助串口调试等程序)

    3、《ds1302a》实验 说明:本程序通过串口通信(借助串口调试等程序),让单片机读写DS1302,结果返回到PC的串口调试接收区。 1)下载程序 2)打开串口调试助手 3)通过串口调试助手向ELITE-iii发送"5501aa"(注:十六进制,55为设定的字串头,01为设定的1302命令,aa为设定的结束字串尾。)启动DS1302工作,成功则返回55,失败则返回00 4)通过串口调试助手向ELITE-iii发送"5502aa"(注:十六进制,55为设定的字串头,02为读取1302命令,aa为设定的结束字串尾。)ELITE-iii返回时钟信息(包含秒,分,时,星期,月,年)

    标签: 1302a 1302 程序 ds

    上传时间: 2013-12-10

    上传用户:l254587896

  • Contents at a Glance Introduction 1 PART I INSTALLATION AND CONFIGURATION 5 Hour 1 Preparing to I

    Contents at a Glance Introduction 1 PART I INSTALLATION AND CONFIGURATION 5 Hour 1 Preparing to Install Linux 7 2 Installing Linux 23 3 Post-Installation Issues 41 PART II LEARNING LINUX BASICS 67 Hour 4 Reading and Navigation Commands 69 5 Manipulation and Searching Commands 93 6 Using the Shell 117 7 Using the X Window System 143 8 Exploring the K Desktop Environment 177 PART iii CONNECTING TO THE OUTSIDE WORLD 197 Hour 9 Using Communications Programs 199 10 Connecting to the Internet 223 11 Configuring Internet Email 249 12 Configuring Internet News 269 13 Internet Downloading and Browsing 289

    标签: CONFIGURATION Introduction INSTALLATION Preparing

    上传时间: 2013-12-27

    上传用户:qiao8960

  • 银行排队的数学模型的实现 问题: n银行有n个窗口对外营业

    银行排队的数学模型的实现 问题: n银行有n个窗口对外营业,每个窗口一次只能接待一个客户 n客户的到达时间和处理业务的时间不同(可随机产生) n利用链表队列模拟总的处理过程和处理时间 n假设 n不允许插队,不同客户的交接时间忽略不计 策略I: 策略 客户先选择无人窗口办理 如果没有,就选择人数最少的窗口排队 讨论 人数最少未必能最快得到处理 如果客户发现其他窗口的排队人数少于本窗口认输,他是否排过去   策略II: 策略 客户到达后取号等待 哪个窗口处理完毕,即处理下一个号的客户 讨论 某些客户的等待时间会减少? 总等待时间是否会减少?   策略iii: 策略 专门开一个窗口处理大客户 大客户与其他客户选号系统不一样 大客户的处理时间超过某个阀值 若大客户窗口无客户可暂时处理其他客户 讨论 哪些客户的等待时间会减少? 总等待时间是否会减少

    标签: 数学模型 窗口

    上传时间: 2014-11-26

    上传用户:qweqweqwe

  • This a c_based JATG.This code assumes that you have a JTAG parallel cable connected to your PC // W

    This a c_based JATG.This code assumes that you have a JTAG parallel cable connected to your PC // Works with Xilinx parallel iii or Altera ByteBlasterMV/

    标签: This connected parallel c_based

    上传时间: 2014-01-17

    上传用户:guanliya

  • In term project, we will take the baseline JPEG codec in ARM-based platform system as an example to

    In term project, we will take the baseline JPEG codec in ARM-based platform system as an example to practice the design flow in SoC. We divide the project into three parts, and the goal of each part is described as follow. Part I: Design a baseline JPEG software codec in C/C++ and port it to ARM core,(ARM7TDMI, ARM720T, or ARM922T.) Part II: Make use of virtual prototype to integrate/verify the hardware and software. Part iii: Verify your soft IP in target environment.

    标签: ARM-based baseline platform project

    上传时间: 2017-02-15

    上传用户:363186

  • 1.管理信息系统(学生成绩) 两种用户等级:管理员和用户

    1.管理信息系统(学生成绩) 两种用户等级:管理员和用户,均用用户名和密码登陆,通过识别不同类型的用户名,进入不同的操作界面。 1) 管理员功能: i 用户管理:增加、删除用户; ii 记录录入、修改、删除 iii 查询:单项查询、多项查询、范围查询 iv 分类统计:提供有代表性的统计结果 2) 用户功能: a) 修改密码 b) 查询本用户信息 c) 修改个人信息

    标签: 用户 管理信息系统

    上传时间: 2014-01-10

    上传用户:huql11633

  • 架设关键部分开始了。点击开始——程序

    架设关键部分开始了。点击开始——程序,选择PostgreSQL 8.2,打开pgAdmin iii软件,也就是你安装的PostgreSQL 8.2数据库软件。点 击档案选项,点击“新增服务器”。在出现的新增服务器登陆界面中,名称填写“postgres”,主机填写“127.0.0.1”,用户名填写 “postgres”,密码填写“postgres”。这个用户名和密码就是安装PostgreSQL 8.2时让你默认的那个用户名和密码,如果你安装PostgreSQL

    标签: 程序

    上传时间: 2017-05-09

    上传用户:ynsnjs