登录
首页 » 其他项目 » A simple and easy to see to understand all of the frequency counter design progr...

A simple and easy to see to understand all of the frequency counter design progr...

于 2023-03-04 发布 文件大小:1.81 kB
0 206
下载积分: 2 下载次数: 1

代码说明:

一个简单大家容易看的懂的频率计设计程序,可以实现自动换挡功能。-A simple and easy to see to understand all of the frequency counter design program that can automatically shift feature.

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

发表评论

0 个回复

  • 这是一个RPG游戏的源码,希望有兴趣的可以看看,或许有帮助...
    这是一个RPG游戏的源码,希望有兴趣的可以看看,或许有帮助-This is a RPG game source code, I hope interested can look at, perhaps have helped
    2022-07-10 02:46:21下载
    积分:1
  • 汉字字模的提取:在DOS时代,拥有一个华丽的汉字菜单几乎是每个高档中文应用程序必须的包装。中文Windows操作系统的出现使得高级开发平台实现全中文的提示和界面...
    汉字字模的提取:在DOS时代,拥有一个华丽的汉字菜单几乎是每个高档中文应用程序必须的包装。中文Windows操作系统的出现使得高级开发平台实现全中文的提示和界面非常容易和方便。在一般的应用程序中已经很少需要去专门考虑汉字处理的问题。 但是在许多工程控制和字符串处理的环境中,汉字字符的处理仍然有别于西文字符的处理,需要加以专门的考虑。在商品化的软件中,有大量的提示信息界面以使用户清楚软件的状态和运行情况,使用汉字提示可以大大方便不懂西文提示的用户。因为汉字本身的特点,显示汉字始终是计算机在我国应用普及的一个障碍。-Chinese Fonts Extraction : DOS era, with an ornate Chinese menu almost every high-end Chinese applications must packaging. Chinese Windows operating system, the emergence of senior development platform makes the entire Chinese tips and interface is very easy and convenient. In general the application process has rarely need to consider the Chinese specialized treatment. However, in many engineering controls and string processing environment, the handling of Chinese characters is still different from the characters in the text of the West, specifically the need to be considered. The commercialization of the software, a large number of message interface allows users to clearly state the software and operations, suggested the use of C
    2022-02-28 19:48:39下载
    积分:1
  • 人疲劳
    基于umat编译用户子程序来计算二维复合材料层合板的分层失效,以及疲劳应力计算,可以用于复合材料的分析。其中应用fortran语言定义了各个变量及失效判据。
    2022-06-18 23:35:45下载
    积分:1
  • Camshift tracking algorithm based on improved, applied to camera tracking
    基于camshift算法的跟踪改进,适用于摄像头跟踪等-Camshift tracking algorithm based on improved, applied to camera tracking
    2023-06-02 14:45:03下载
    积分:1
  • MICROSOFT 基础类库: DLLExample 概述 ==============================================...
    MICROSOFT 基础类库: DLLExample 项目概述 ======================================================================== 应用程序向导已为您创建了此 DLLExample DLL。此 DLL 不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写 DLL 的起点。 -MICROSOFT Foundation Class Library: DLLExample project outlined ========================================== ============================== Application Wizard has been created for you this DLLExample DLL. This DLL not only the demonstration of Microsoft based on basic use, but also as your starting point for the preparation of DLL.
    2022-01-25 23:23:59下载
    积分:1
  • 只要你添加本章的内容到你希望联机的游戏上,再利用第七章编程的思想,任何简单的游戏,你都可以轻松地实现联机。...
    只要你添加本章的内容到你希望联机的游戏上,再利用第七章编程的思想,任何简单的游戏,你都可以轻松地实现联机。-this chapter as long as you are adding to the content you want online games, we can use Chapter VII of programming ideas, any simple game, you can easily realize on-line.
    2023-02-18 10:40:03下载
    积分:1
  • 1.掌握系统中断向量(1CH)的获取和设置的方法,掌握中断处理程序的设计方法。 2.显示的形式为“2007―07―XX XX:XX:XX”,以秒为增量单位。...
    1.掌握系统中断向量(1CH)的获取和设置的方法,掌握中断处理程序的设计方法。 2.显示的形式为“2007―07―XX XX:XX:XX”,以秒为增量单位。 -1. To master the system interrupt vector (1CH) the get and set methods, have interrupted the process of design. 2. Shown in the form of
    2022-03-25 06:49:28下载
    积分:1
  • flash game series and is a useful Dongdong, hope to be able to help everyone
    flash编的游戏是一个和好用的东东,希望能够帮助大家-flash game series and is a useful Dongdong, hope to be able to help everyone
    2022-05-27 10:41:29下载
    积分:1
  • DOS下逻辑锁 首先,大略介绍一下我的程序,我是用汇编写成,程序有2个文件:hdlock.exe hdlock.dat ,中hdlock.dat是我写的用于装...
    DOS下逻辑锁 首先,大略介绍一下我的程序,我是用汇编写成,程序有2个文件:hdlock.exe hdlock.dat ,其中hdlock.dat是我写的用于装入硬盘0柱0道1扇的硬盘锁,hdlock.exe实现 (1)把hdlock.dat装入硬盘0柱0道1扇并设置硬盘锁的密码,(2)修改密码,(3)卸载 硬盘锁 在此,先介绍一下 hdlock.dat,因为硬盘锁本身受空间限制,必须严格控制在1bdH 字节内,(知道为什么吗?)所以是不能用masm先写原程序,再编译,我基本上是用debug 的A命令一次性写出来的,我把这些反汇编了出来,加上一些注释,给大家看看,互相学习 吗。 -DOS logic lock First, I briefly tell us about the procedure that I used the compilation of written procedures are two documents : hdlock.exe hdlock.dat, hdlock.dat yes, I wrote for the packed column drives 0 0 1 hard disk lock, hdlock.exe achieve ( 1) hdlock.dat loaded drive 0- 0 and set up a password lock drive, (2) to alter the code, (3) remove the hard disk lock, first tell us about hdlock.dat, since drive lock itself subject to space restrictions, must be strictly controlled within the 1bdH byte (wonder why?) So it is not used can write original program first and then build, basically, I used the debug A one-time write down orders, I put out a compilation of the anti-plus some notes, for every
    2022-04-23 17:27:25下载
    积分:1
  • 组态软件,本控制系统所建立的工程由主控窗口、设备窗口、用户窗口、实时数据库和运行策略五部分构成,每一部分分别进行组态操作,完成不同的工作,具有不同的特性。...
    组态软件,本控制系统所建立的工程由主控窗口、设备窗口、用户窗口、实时数据库和运行策略五部分构成,每一部分分别进行组态操作,完成不同的工作,具有不同的特性。-Configuration software, the control system established by the main window works, equipment window, the user window, real-time database and operating strategy of the five parts, each part of each configuration operation, the completion of different tasks, have different characteristics.
    2022-03-02 05:08:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载