-
简单的计算器功能实现,用了多态,继承等特性,是学习的好例子。...
简单的计算器功能实现,用了多态,继承等特性,是学习的好例子。-Realize a simple calculator function with a multi-state, inheritance, etc., is a good example of learning.
- 2022-05-15 05:05:54下载
- 积分:1
-
Vhdl 语言和语言执行 dds 和 fft
DDS 波形发生器的核心组件是蓄能器。蓄能器是一个正在运行的计数器,将值存储到当前阶段生成波形。蓄能器更新和累加器增量值确定生成波形的频率速率。如果蓄能器每秒和累加器增量更新 360 倍的例子是一个学位,然后生成的频率是 1 Hz (每秒 360 度)。当蓄能器相位值达到最大 (360 度) 它滑过和 0 度时再次启动。为了更准确地代表相位值蓄能器通常使用 32、 48 或 64 位计数器。在 32 位累加器的阶段值具有一个范围从 0 到 4294967295,代表的参考波形或 0 到 360 度的一个完整周期。
累加器 (阶段) 的当前值用于参考波形来确定下一个输出值的查找表中执行查找操作。查找表包含一个周期的波形生成,通常包含 1024年到 8192 采样点所代表的波形。
因为累加器的值通常有很多决议比参考波形,由样本,数目有限的查找操作也可以执行两个样本中的参考波形之间的内插。这基于累加器的值在额外的分辨率进行并返回生成的信号中一个更准确的更新值,提供了更好的频率控制和较少的谐波失真。
- 2023-01-21 17:40:05下载
- 积分:1
-
VOD practical tool that can MPG document, separate video and audio, video compre...
VOD实用工具,可以从MPG文件之中, 分离视频和音频, 视频直接压缩保存DIV5格式, 音频直接保存为WAV格式, 支持双音轨 必须预先安装DSHOW组件 (AX文件:REGSVR32 /C /S [FILENAME].AX) -VOD practical tool that can MPG document, separate video and audio, video compression preservation DIV5 direct format, audio stored directly to WAV format, and supports dual-track must be pre-installed DSHOW components (AX documents : gating/C/S [FILENAME]. AX )
- 2022-01-24 14:55:19下载
- 积分:1
-
NT/2000/Win9X远程命令服务器
Remote Command Server for NT/2000/WIN9x -Remote control any NT/2000 server or WIN9x computer via command line with Remote Command Server. This server utility is a must have tool kit for programmers, systems administrators or any serious end-user. Remote Command Server (RCS) extends the NT/2000 command console to any computer on your network. Use your favorite vt100 ANSI terminal or just Telnet to shutdown, reboot, manage files, execute programs and start and stop services. I have personally found RCS valuable to facilitate remote task management and scheduling. RCS comes equipped with a wealth of features and supports both Linux and DOS style commands. The Visual Studio C++ 6 Project is equipped with a free version of VSOCK in source code.
- 2022-05-30 11:35:59下载
- 积分:1
-
图书管理系统
图书管理系统其实是对图书、读者数据的管理,它的实现将为管理者提供极大的方便。系统功能模块如下: (一)登录模块 (二)书库管理模块 1.增加图书 2.图书查询 3.图书编辑 (三)借还管理模块 1.借阅管理 2.归还管理 (四)管理员模块 1.添加成员 2.修改密码管理员账户:root密码:123456调试软件:eclipse操作系统:window7数据库:MySQL运行环境:普通电脑
- 2022-03-23 10:38:19下载
- 积分:1
-
C语言写的一些经典程序 C语言写的一些经典程序
C语言写的一些经典程序 C语言写的一些经典程序-Some programs written in C language
- 2022-03-25 00:49:24下载
- 积分:1
-
具有暂停/继续和进度条的目录复制
翻译 maninwest@Codeforge 作者 :MikesRuthlessYa@CodeProject这只是个具有暂停/继续按钮和进度条的目录复制程序。它很有用,因为展示了如何使用 backgroundworker 为 progressbar 增量以及如何制作简单的暂停/继续按钮,不论是使用 file.copy 代码或者类似我使用的代码的代码。我想它不是世界上最好的代码,但是希望它对“初学者‘有用。使用代码 代码很直观。您可以找到要复制的目录和要复制到的目录,然后单击开始按钮。如果需要,可以暂停或者继续。暂停时,无法取消复制。继续复制后,你可以取消。//My Imports
Option Explicit On
Imports System
Imports System.IO
Public Class FileCopy
//All Of My Variables
Dim filetotalsofarcopied As Double = 0 _
""""Variable To Show How Many MB"s/GB"s Have Been Copied
Dim int As Integer = 0 """Variable For Which File On The Counter That It Is Currently On
Dim filecount As Integer = 0 """"To
- 2022-04-22 06:24:59下载
- 积分:1
-
系统进程管理源代码
系统进程管理源代码- System advancement management source code
- 2022-07-15 23:02:14下载
- 积分:1
-
thinking of the reader's game FOSS
思想阅读者游戏源码 -thinking of the reader"s game FOSS
- 2022-07-08 10:36:59下载
- 积分:1
-
COM+编程指南源代码.zip
COM+编程指南源代码.zip-COM programming guide source code. Zip
- 2022-03-01 09:13:44下载
- 积分:1