-
一个模拟树木生长的程序
一个模拟树木生长的程序-a simulated tree growth procedures
- 2022-03-04 19:01:44下载
- 积分:1
-
Dijkstra s Algorithm
Dijkstra s Algorithm -- Shortest path (Dijkstra s Algorithm)-Dijkstra s Algorithm-- Shortest path (Dijkstra s Algorithm)
- 2022-06-28 23:41:59下载
- 积分:1
-
计算机网络的DV算法.cpp
计算机网络 路由DV算法实现更新路由表以及每一步路由表的交换,得到最终路由表
- 2022-10-13 11:05:03下载
- 积分:1
-
多项式表达式,用于计算栈的使用,实现表达式…
实现多项式表达式的运算器利用栈实现表达式计算器的模板类;用表达式计算器类和多项式类实现多项式表达式的计算器-polynomial expressions for the use of the computing stack to achieve expression calculator template; Using expressions like calculators and polynomial type polynomial expressions Calculator
- 2022-04-08 02:18:12下载
- 积分:1
-
分段线性分割的算法,用于进行自底向上的分段线性时间序列分割...
分段线性分割的算法,用于进行自底向上的分段线性时间序列分割-Piecewise linear segmentation algorithm, bottom-up used for the Piecewise Linear Time Series Segmentation
- 2022-07-23 22:28:08下载
- 积分:1
-
taxable procedures. Income can be calculated weekly, recently income from the be...
计税程序。可以计算每周收入、最近收入、从年初到目前的所得税、扣除的联邦收入税以及帐目检查等。
This program computes weekly payroll, current earnings, year to date earnings FICA tax, federal Income Tax Withheld, and check Amount.-taxable procedures. Income can be calculated weekly, recently income from the beginning of the current income tax, the deduction of federal income taxes as well as accounts of inspection. This program computes weekly payroll, current earnings, year to date earnings FICA tax, federal Income Tax Withheld, and check Amount.
- 2022-08-20 10:08:10下载
- 积分:1
-
二元关系传递性判断
这是离散数学中的二元关系传递性的判断。总之就是能判断二元关系传递的,用C++写的。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2022-01-25 18:11:27下载
- 积分:1
-
Joseph used to solve problems
用在解决约瑟夫问题-Joseph used to solve problems
- 2022-08-24 18:48:32下载
- 积分:1
-
参数均衡在 TMS320C6000 DSP
本应用报告详细介绍了TMS320C6000DSP平台上的多波段参数均衡器的实现。整个应用程序是用标准C;它达到的性能优良的电平,并允许用户通过在主机上的图形界面,以控制均衡器。此报告的目的是演示如何TI DSP产品和工具可以在专业音频应用中使用,并提出了这样的系统的解决方案。第一部分是专门为滤波器组的设计,其相关方程,编码,优化和基准;第二部分展示了如何TI工具可以利用此模块中的一个现实的专业音频环境的整合,本节介绍设置演示所需的步骤。甲TMS320C6711 DSK是必需的,并且任选的TLV320AIC23子板(24比特/96kHz的编解码器)。提供指导运行在硬件设置演示。
- 2022-12-31 09:50:03下载
- 积分:1
-
C#计算器
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Runtime.InteropServices;
using System.IO;
namespace 计算器
{
///
/// Form1 的摘要说明。
///
public class Form1 : System.Windows.Forms.Form
{
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button11;
private System.Windows.For
- 2023-01-30 17:15:03下载
- 积分:1