登录
首页 » Windows开发 » Through hardware description language programming to achieve the counter, can ac...

Through hardware description language programming to achieve the counter, can ac...

于 2022-01-31 发布 文件大小:143.44 kB
0 175
下载积分: 2 下载次数: 1

代码说明:

通过硬件描述语言编程实现了计数器,可以实现二十四进制的数-Through hardware description language programming to achieve the counter, can achieve a few 24 M

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • matlab求解方程的MATLAB程序,二分法的源代码
    matlab的源代码 二分法解方程 matlab程序-matlab source code for solving equations matlab program dichotomy
    2022-03-26 10:41:35下载
    积分:1
  • windows驱动小例子
    windows驱动小例子。基于wmf框架实现,能够为初学者提供帮助。欢迎下载使用。                                                              
    2022-11-04 06:45:03下载
    积分:1
  • java的数据流
    3.11  流  知道流的分类  掌握IO常用操作 Java中的流代表程序中数据的流通,是以先进先出方式发送信息的通道。   图3- 11  输入流和输出流 流可以分为不同的类型,按照不同的分类方式,从不同的角度来观察,概念上会有重叠。 按照流的方向,可以将流分为输入流和输出流:  输入流(InputStream):只能从中读取数据,而不能向其写入数据。  输出流(OutputStream):只能向其写入数据,而不能从中读取数据。 按照处理流的基本单位可以将流分为字节流和字符流:  字节流:在流中处理的基本单位为字节(8位的byte)的流。  字符流:在流中处理的基本单位为字符(16位的Unicode)的流。 按照流的角色分,可以将流分为节点流和过滤流:  节点流:可以从/向一个特定的IO设备(如磁盘或网络)读/写数据的流,节点流又常被称为低级流(Low Level Stream),节点通常是指文件、内存和管道。  过滤流:实现对一个已经存在的流的连接和封装,通过所封装的流的功能调用实现数据读/写功能的流。这种对流进行处理的流称为过滤流。 字节流中存放的是字节序列,无论是输入还是输出,都是直接对字节进行处理。InputStream和OutputStream为字节输入/输出流类的顶层父类。字符流中存放的是字符序列,无论是输入还是输出,都是直接对字符处理。字符流的顶层父类是Reader和Writer。节点流通常直接对特定的IO设备(如磁盘或网络)进行读写,而过滤流通常对已存在的流进行连接和封装,从而对已有的流进行特殊处理。 对象的序列化就是把对象写到一个输出流中,对象的反序列化是指从一个输入流中读取一个对象。 总结: 字节流: 输入流  输出流 FileInputStream  FileOut
    2022-01-25 23:22:03下载
    积分:1
  • 网络校时系统,可提供时间服务修改
    网络校时系统,可提供时间服务修改-school system network, providing time service changes
    2022-02-26 04:45:34下载
    积分:1
  • 让程序只运行一个实例的简单实用的方法,首先在InitInstance()函数中创建一个同步对象,如果(GetLastError()返回ERROR_ALREADY...
    让程序只运行一个实例的简单实用的方法,首先在InitInstance()函数中创建一个同步对象,如果(GetLastError()返回ERROR_ALREADY_EXISTS就表明存在 -Allow to run only one instance of the simple and practical method, first of all, in the InitInstance () function to create a synchronization object, if (GetLastError () return ERROR_ALREADY_EXISTS to indicate the presence
    2022-03-15 07:02:13下载
    积分:1
  • This example consists of two separate projects/applications eir_a for the role A...
    This example consists of two separate projects/applications eir_a for the role A device and eir_b for the role B device and uses the Connection library. * eir_a searches for devices and then displays the information on the devices found. * eir_b makes the device visible and responds to Bluetooth 2.1 Extended Inquiry Response (EIR) requests. This ReadMe is not intended to describe procedures that are covered in the xIDE user guide such as building projects in xIDE etc. -This example consists of two separate projects/applications eir_a for the role A device and eir_b for the role B device and uses the Connection library. * eir_a searches for devices and then displays the information on the devices found. * eir_b makes the device visible and responds to Bluetooth 2.1 Extended Inquiry Response (EIR) requests. This ReadMe is not intended to describe procedures that are covered in the xIDE user guide such as building projects in xIDE etc.
    2022-12-05 01:00:03下载
    积分:1
  • MyIE3源码,非常不错的源码,可以在vc6.0下编译通过,里面使用了线程池进行客户端的操作,效率非常高...
    MyIE3源码,非常不错的源码,可以在vc6.0下编译通过,里面使用了线程池进行客户端的操作,效率非常高-MyIE3 source, a very good source, you can compile under vc6.0 through, which uses the thread pool for client operation, efficiency is very high
    2023-02-07 13:30:04下载
    积分:1
  • 介绍了VC++中动态链接库的使用。包括静态链接库、库的调试方法、MFC/非MFC DLL等。...
    介绍了VC++中动态链接库的使用。包括静态链接库、库的调试方法、MFC/非MFC DLL等。-Introdce you sth about DLL desigh in VC++. Include static lib、MFC/nonMFC DLL...
    2022-08-02 18:40:30下载
    积分:1
  • 阿的江卡爱冬季期间我ihaisoh阿堵物iqwiiwd我的武器我ihsaidhwhwhdhsaiwd 的常生...
    阿的江卡爱冬季期间我ihaisoh阿堵物iqwiiwd我的武器我ihsaidhwhwhdhsaiwd 的常发生-asd fsddjkwefhew jhfskhfewjkkjwbskj hjfwejkhejkbsjk hwkjhf
    2023-08-29 01:45:04下载
    积分:1
  • 在Visual C++6.0 WinXp下编译通过 采用类来实现,从CString继承而来 数据运算的结果保存在CString类中 理论上可对任意长...
    在Visual C++6.0 WinXp下编译通过 采用类来实现,从CString继承而来 数据运算的结果保存在CString类中 理论上可对任意长的数据进行相加 在Release目录下有可执行文件,将*.txt拖放到longadd.exe上即可,*.txt为数据文件。-in Visual C Compiler 6.0 WinXp adopted under category to achieve, redeem inherited from the Operational data stored in the category redeem theoretically can arbitrarily long data Release together in a directory executable file,*. txt will drag on to be longadd.exe,*. txt for data files.
    2022-07-05 11:57:23下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载