CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 通讯编程 搜索资源 - integer

搜索资源列表

  1. fenpin

    0下载:
  2. 本程序是用VHDL语言,非整数分频的一个实现, fenpin.vhd为主程序-this procedure is used VHDL, non-integer frequency of a realization of the main procedures fenpin.vhd
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:3.33kb
    • 提供者:陈云松
  1. rs232communicationwitpic

    0下载:
  2. This Program is Written delphi 7 rs232 communication port with microchip microconroller family rs232 communitiy and 8-bit integer value is pc to pic controller
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:1.42kb
    • 提供者:teknoman19
  1. div63

    1下载:
  2. 可以对增量式编码器输出的AB相信号进行整数分频。有一个简单的通讯接口,可设定分频大小。 -Incremental encoder can output an integer number for AB believe frequency. There is a simple communication interface, can set the size frequency.
  3. 所属分类:通讯编程

    • 发布日期:2014-01-05
    • 文件大小:1.58kb
    • 提供者:周振亮
  1. vb-chuankou

    0下载:
  2. rivate Sub cmdSend_Click() Dim sj() As Byte Dim sj_Txt As String Dim i As Integer sj_Txt = "800A00113135323634389794" sj_Txt="00FFWW0D006501" & hex(deltapre*i/n+m_OldPre) & "42" Text1 = sj_Txt ReDim sj(Len(sj_Txt) / 2 - 1) For
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:917byte
    • 提供者:
  1. PC-UDP-PLC

    1下载:
  2. VBPLC进行UDP通讯的软件及程序,很有用,可以进行BOOL,字节,整形和浮点数通讯-VBPLC for UDP communication software and procedures, useful, can be BOOL, byte, integer and floating-point communications
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:59kb
    • 提供者:彭玉江
  1. yibutongxun

    0下载:
  2. 用VHDL实现的异步通讯模拟程序和报告。分为控制器,接收器,发射器三部分,其中应用到了异步串行通讯控制器的设计以及非整数分频器的设计。-Asynchronous communication using VHDL simulation procedures and reporting. Divided into the controller, receiver, transmitter three parts, which applied to the design of asynchronous
  3. 所属分类:Communication

    • 发布日期:2017-12-02
    • 文件大小:385.67kb
    • 提供者:刘云飞
  1. pcommLib

    1下载:
  2. pcomm.lib串口编程库。PComm 库函数是台湾MOXA公司提供的,他为用户提供了基于win32 api的开发接口。 PComm库函数分为7大类:控制函数、数据输入函数、数据输出函数、状态函数、事件驱动函数、传输文件函数、特殊设定函数;上述函数均返回int型数据,若函数调用成功则返回0,否则返回一个负整数。-pcomm.lib serial programming library. PComm library functions Taiwan MOXA company, to provid
  3. 所属分类:Communication

    • 发布日期:2017-11-18
    • 文件大小:32.6kb
    • 提供者:陈江明
  1. AtomicIntegerTest

    0下载:
  2. Atomic Integer Test for Linux.
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:1.48kb
    • 提供者:oprjkhtlic
  1. BigIntegerTest

    0下载:
  2. Big Integer Test for Linux v2.13.6.
  3. 所属分类:Communication

    • 发布日期:2017-04-29
    • 文件大小:8.46kb
    • 提供者:seothbnrjtype
  1. randplusminus1

    0下载:
  2. This gives the generation of random integer.
  3. 所属分类:Communication

  1. thread.c

    0下载:
  2. 实现用多线程的方法在一个文件中找到最大的整数-Achieved using a method of multi-threading in a file to find the largest integer
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:1.14kb
    • 提供者:g34144254jiach
  1. 1128

    0下载:
  2. 分别编写求两个数值(可以是浮点数,整数或字符)最大值,最小值和平均值的函数maximum, minimum, meanValue。另外,编写一个函数gcd求两个整数的最大公约数。-Respectively write to demand the two values ​ ​ (which can be floating-point, integer or character) maximum, minimum and average function of the maxim
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:850byte
    • 提供者:zhong46449
  1. 2_2

    0下载:
  2. 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5-A quality factor decomposition of positive integer. For example: enter 90, print out the 90 = 2* 3* 3* 5
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:4.05kb
    • 提供者:zhi311640
  1. Big-integer--multiplies

    0下载:
  2. 用C语言解决了大数相乘的问题,CPU时间为16ms,内存战用420kb-Calculate A × B But A and B may be big integer.The biggest integer is less than 10^500.
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:815byte
    • 提供者:xie271359
  1. check_sum

    0下载:
  2. 1、 编写一个计算机程序用来计算一个文件的16位效验和。最快速的方法是用一个32位的整数来存放这个和。记住要处理进位(例如,超过16位的那些位),把它们加到效验和中。-1, the preparation of a computer program used to calculate a file of well-tested and 16. The fastest way is to use a 32-bit integer to store this and. Remember to dea
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:931byte
    • 提供者:fei4338628
  1. holenumber

    0下载:
  2. 数字黑洞程序. 你输入一个不超过10的整数,然后按倍数从大到小排列,减去位数从小到大排列的数字.得出的数重复做上面的操作,最后会吸进一个数字.-digital black hole procedures. You enter a not exceed 10 Integer, and then arranged by multiples on average, less median small to large with the figures. Come do a few repeat th
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:1.62kb
    • 提供者:lan5046713
  1. mktime

    0下载:
  2. c语言实现mktime函数的源代码,将时间日期合并为一个长整型数-the mktime function c language source code, the time and date the merger as a long integer
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:1.05kb
    • 提供者:jiea539517
  1. matrnn

    0下载:
  2. 编写一个应用程序实现二维矩阵的乘法操作 程序功能:让用户输入两个整型矩阵-Write an application to achieve two-dimensional matrix multiplication operation procedure function: allow the user to enter two integer matrix
  3. 所属分类:Communication

    • 发布日期:2017-12-14
    • 文件大小:3kb
    • 提供者:Poilcb
搜珍网 www.dssz.com