CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ABC

搜索资源列表

  1. abc

    0下载:
  2. linux下的远程访问的几个例子希望有用-linux remote access under a few examples of hope that useful
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:3959
    • 提供者:glace
  1. A-simple-language-interpreter

    0下载:
  2. 一个简单的语言解释器, 它可以读入一个简单的文本标记文件,并提取和 转换相应的成员关系信息。文件内容如下所示。 一个简单的文本标记文件: <class> <student> <name>ABC</name> <id>123456</id> group1 </student> </class> 每组"标记"包含两部分:标记名称和标记值。例如,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1256791
    • 提供者:潇湘风月
  1. abc

    0下载:
  2. 单片机向主机发送字符串,用C语言写的,对初学者很有用-Microcontroller sends a string to the host, written with C language, useful for beginners
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:25593
    • 提供者:林红
  1. 1212121

    0下载:
  2. 记录键盘的按键在abc.txt中 ,可作后台记录用-Record keyboard the keys in abc.txt can background records
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-09
    • 文件大小:12033
    • 提供者:maorongcai
  1. 实现生产者和消费者问题

    1下载:
  2. 实现生产者和消费者问题。输入:由英文字母和数字组成的不定长度字符串数组,例如{“abc”,”23d”,”1a”}。每隔100毫秒,生产者线程读入数据,放入生产者公用的仓库;消费者从仓库中取出字符串,进行倒置,-Producers and consumers realize the problem. Input: letters and numbers from the adventitious length of the string array, for example, {" ab
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-27
    • 文件大小:778
    • 提供者:
  1. abc

    0下载:
  2. 两个多边形相交检测,经典代码,在多篇论文中有引用-Two polygon objects intersection test, classic code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:34055
    • 提供者:
  1. ac_abc_dq0

    0下载:
  2. 三相交流电的dq0变换,由abc变换到dq0坐标系再变换为abc坐标系-dq0 to abc
  3. 所属分类:software engineering

    • 发布日期:2017-11-09
    • 文件大小:10539
    • 提供者:maxqing
  1. abc

    0下载:
  2. 编译原理赋值语句的翻译程序,是编译的某一次实验-Compiler Construction Principles of the translation assignment procedure is an experiment of a compiler
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1239331
    • 提供者:吴太民
  1. biaodashiqiuzhi

    0下载:
  2. 问题描述   带有变量的中缀表达式是常见的数学表达式。如果规定变量由长度不超过 8 个小写字母组成;end为保留字,表示程序段结束;用?表示输出指定变量的值,则可以设计出比较复杂的表达式(即一个可顺序执行语句序列)。例如,如果有如下语句段: abc=10 def=8 c=abc+def abc=abc+5-c*2 ? c ? abc end 则输出为: c=18 abc=-21 注意:为了简化编程实现,运算符只有
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:29196
    • 提供者:vengeance
  1. 设备ABC分类

    0下载:
  2. 设备软件的ASC分类法--------------------------------------
  3. 所属分类:文档资料

    • 发布日期:2012-10-28
    • 文件大小:49152
    • 提供者:343174664
  1. SM3_cpp

    0下载:
  2. SM3杂凑算法c++实现, 测试字符串abc-The SM3 hash algorithm c++ achieve, test string abc
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:48373
    • 提供者:必须
  1. abc

    0下载:
  2. 汇编语言 语法ll1分析器 和 算符优先分析 -Assembly Language Syntax ll1 analysis and operator precedence parser
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1935318
    • 提供者:堕落天使
  1. abc

    0下载:
  2. usbasp的电路图和pcb,可以直接手工制作usbasp下载线-usbasp of circuit and pcb, can directly download the line handmade usbasp
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:102226
    • 提供者:王刚
  1. abc

    0下载:
  2. 制作完成个性化界面以及实现制作多国语言的切换-Produced personalized interface, as well as the realization of the production of multi-language switch
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:84749
    • 提供者:zhangl
  1. ebus.tar

    0下载:
  2. 程序主要功能:linux 下通过串口控制智能系统,zo-b8l5a 5a八通道双值输出模块。一、 对应文件:ebus_module.tar.gz(包含三个文件ebus.cc、ebus.h、ebus_test.cc) 其中ebus.h是包含class E_bus的定义和声明的头文件;ebus.cc主要是类里面的函数;ebus_test.cc主要是类的使用,完成了循环依次关闭8路输出,打开8路输出的功能。二、 E_bus类的接口说明:打开或者关闭输出口,只需要函数int E_bus::ebus_
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-07
    • 文件大小:2473
    • 提供者:zhang
  1. abc

    0下载:
  2. 用at89s52单片机控制步进电机实现1/8细分,可用于太阳能充电电池集光板的设计-Using AT89S52 realize single-chip stepper motor control 1/8 Subdivision, solar rechargeable battery can be used to set the design of optical plate
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:832
    • 提供者:John
  1. canshu

    0下载:
  2. 一个有关VB.NET程序起动参数的例子. 例如: 运行:"abc.exe a" 启动为form1 :"abc.exe b" 启动form2-VB.NET program an example of start-up parameters. For example: running:
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:6970
    • 提供者:汪航洋
  1. aa

    0下载:
  2. 人脸识别论文 人脸识别关键技术及面临的问题. 哈哈哈 ABC -Face Recognition Face Recognition paper key technologies and the problems faced.哈哈哈ABC
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:86938
    • 提供者:谢皓
  1. abc

    0下载:
  2. How to write Makefile
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:9881
    • 提供者:yufangcheng
  1. abc

    0下载:
  2. 图书管理系统 可以运用这个系统用来管理图书管理~ -Library management system can use this system for managing library management ~
  3. 所属分类:Web Server

    • 发布日期:2017-05-12
    • 文件大小:2663929
    • 提供者:zhouhailan
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com