搜索资源列表
datetime.zip
- 日期时间工具函数。含有计算星期几、从0000年以来天数和毫秒数、日期加减和日期比较等
Poly---6yunsuan
- 可以实现两多项式的加减乘除及微积分运算,但因当时时间关系,没有对多项式进行有效性进行检查-can achieve the two polynomial arithmetic operations and calculus, but for the time, no right polynomial validity checks
ADMD
- 计算机实现大数加减乘除运算时应该遵循一定的规则,尤其硬件实现乘除比较耗费时间,分别用加法和减法来代替可以优化代码。
1
- 中南赛区ACM竞赛题 这题可以用Dijkstra的算法做,但是dfs的时间加减枝后也只有15ms,我用的是dfs. 就是遍历每种可行的树,要求每个棵树上的节点的地位都在maxdw,mindw,(最大地位,最小地位)的范围内.
Big_integer_plus_and_div
- 实现大整数加减乘除,数据结构课程设计,实现的算法时间比较高效。
datetime
- 日期时间工具函数。含有计算星期几、从0000年以来天数和毫秒数、日期加减和日期比较等-Tool functions for calculating datetime. they can calculate days and mseconds form the year 0000, also plus, minus,and comparate of datetime
123
- 设计并制作一个用于篮球比赛计时计分器,能显示各种比赛时间,并显示比赛比分,能实现每次加1分、加2分、减1分操作。-Design and production of a timing for the basketball game scoring device capable of displaying a variety of game time, and displays game scores, able to add 1 point each time, add two points, b
PiCalculator
- 这个算法是平方收敛的(每次迭代有效位数增加一倍), 这样要求到Q位有效数字,就至少要log2Q+1次迭代 显然,这种计算是要高精度表示的, 我所用的算法就是普通的高精度加减乘除 加减是O(n)的,时间花费很少。 乘除是O(n2)的,主要的时间花费都在这上面。 而由这个算法中可以看到,bn的计算需要开根号。 这里有两种开根号的办法: ①用初中教我们的方法,每次开两位根号,用除法减掉, 这样所需时间为n2·n/2=O(n3),不可忍受! ②用牛顿迭
time
- 定义一个time类实现时间的加减输入输出,并且加减为重载运算符-Define a class that implements the time of the addition and subtraction time input and output, and the overloaded operator for the addition and subtraction
meth-problems
- 随机出100以内加减乘除法,并记录做题时间及程序-Produce math problems including sumation/substraction/multiplication/division randomly, record the time and scores.
MiGong
- 简单地测试数学计算能力,一共四道题。加减乘除运算各一题。需要在一定规定时间内算出,否则没完成。-Simple test of mathematical calculation, a total of four questions. Math operator and one each in the title. Calculated within a certain specified time, or did not finish.
Datecal
- 日期运算 日期运算符重载了加减乘除,还有时间倒计时-Date of date arithmetic operator overloading of addition, subtraction, multiplication, and division, as well as the time countdown
ssbds
- 算术表达式计算。输入多个整数,分别进行加、减、乘、除等运算。要求:参加运算的操作数个数可变;采用文本行和组合框数组;文本行和组合框均要响应事件,事件处理方法的计算时间相同;解决除数为0问题。-Arithmetic expressions. Enter multiple integer, respectively, add, subtract, multiply, and divide operations. Requirements: to participate in the operatio
Frame3
- 算术表达式计算。输入多个整数,分别进行加、减、乘、除等运算。要求:参加运算的操作数个数可变;采用文本行和组合框数组;文本行和组合框均要响应事件,事件处理方法的计算时间相同;解决除数为0问题。-Arithmetic expressions. Enter multiple integer, respectively, add, subtract, multiply, and divide operations. Requirements: to participate in the operatio
MyOPC
- 计算赛车完成某一特定赛道时为取得最小时间所需要的最优操纵,包括转角和加减速度-When calculating the optimal steering racing to complete a particular track to achieve the minimum time needed
进程调度
- 设计一个有 N个进程共行的进程调度程序。进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。每个进程有一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三
FFT
- 快速傅里叶变换,能够快速地对多项式进行加减乘除操作,时间复杂度为nlogn-Fast Fourier transform, to quickly perform arithmetic operations on polynomial time complexity is nlogn
416116
- 日期时间工具函数,含有计算星期几,从0000年以来天数和毫秒数,日期加减和日期比较等()
