搜索资源列表
Calculator
- 多功能计算软件程序清单 功能要求:具备整型数据、浮点型数据的算术(加、减、乘、除)运算功能。 依次输入运算符(+,-,*,/)、第一个运算数、第二个运算数,然后输出结果, 当用户输入 Q 则退出系统,否则允许用户连续进行运算。-Multi-function calculation software program list functional requirements: with integer data, floating-point data arithmetic (ad
algorithm2
- 最大子段和/三种方法/c++语言/(内有报告) 蛮力法,动态规划法,分治法。 可比较时间,随机输入数据...... -The largest sub-segment and/three methods/c++ language/(within report) brute force method, dynamic programming, divide and conquer. Comparable time, the random input data ......
calculator
- 简易计算器.基本的实现了数据的加减乘除,代码运用了sender as减少了代码量-Simple calculator. The basic realized data add, subtract, multiply and divide, the code used to reduce the code as keep
Dtriangulation-cdel
- 离散高程点生成TIN的算法,分治算法,速度还可以,对于数据量比较大的情况也有不错的处理速度 和效果。-Discrete elevation points to generate the TIN algorithm, divide and conquer algorithm, the speed can also be larger than the data also has good processing speed and effect.
Verilog1
- 实现了cic分频功能,分频系数D可变2~32,代码用verilog编写,其中输入数据写入主程序中,便于后人testbench的编写-Cic divide divider coefficient D variable from 2 to 32, the code is written in verilog input data is written to the main program, to facilitate future generations testbench preparation
Polynomial
- 数据结构的作业 简单多项式的加、减、乘、除、求幂等运算,并显示出来-Simple polynomial data structure operations add, subtract, multiply, divide, exponentiation, such as computing and displayed
3D-to-2D-conversion-of-data
- divide images in parts and reshape them to original size
quick-sort
- 利用分治法实现一组数据的快速排序,使其排序时间缩短,并采用c语言编程-Using divide and conquer method to achieve quick sort a set of data, the sorting time is shortened, and the use of C language programming
1111
- 用c++写的模拟计算器的小程序,实现了加减乘除等一般的四则运算,运用了栈等数据结构。-Analog calculator c++ to write a small program, to achieve the four operations of general add, subtract, multiply and divide the use of the stack data structure, etc..
src_divide
- TAG to delete the given value at any point of time
flash_downloader
- * 1. DownloadRequest client -> server when download start * Client inform server download start. * 2. DownloadRequestReply server -> client reply DownloadRequest * Server tell client file splitting plan. * 3. DownloadStatus client ->