资源列表
program of the Fibonacci Numbers
- program of the Fibonacci Numbers
u64ToStr
- convert unsinged int 64 to string
Bracketmatching
- 判别给定表达式中所含括号(包括圆括号“()”、方括号“【】”、花括号“{}”)是否正确匹配出现。-Discrimination contained in the given expression in parentheses (including the parentheses " ()" , square brackets " 【】" braces " {}" ) correct match appears.
mai
- 显示小窗口程序的程序,譬如“hello”等文字-Procedures for small window display program, such as " hello" and other words
complex_main
- Performs statistical operations
Triangulo-de-Pascal
- Codigo que genera el n esimo renglon del triangulo de pascal
Phw22rara
- 编程与开发测试并行平台MPI层的带宽与延迟:单向通信信时间简单易懂表示为:t=Latency+Message -Programming and development and testing parallel platforms MPI layer bandwidth and delay: the straightforward one-way communication channel time is expressed as: t = Latency+ Message
averagescore
- 用于计算加权平均分,是加权平均计算器,输入成绩和学分即可-Used to calculate the weighted average, weighted average calculator, you can enter grades and credits
CSharpwinform
- C # winform 实现窗体的渐变效果 -C# winform form gradient effect
FIR-bandpass-filter
- 关于FIR带通滤波器的一个程序,能修改参数运行,可参考,可修改参数并直接运行-About a program FIR bandpass filter, can modify the parameters to run, you can refer to, you can modify the parameters and run
jisuanqi
- 用C语言编写的简易计算器,能够进行加减乘除操作,包括小数和负数,先输入要进行的运算符,后输入数字,即可得出运算结果。-Using C language simple calculator that can add or subtract, multiply and divide operations, including decimals and negative input to be the first operator, after entering numbers, calculatio
111
- 在生活中,条形码经常用来标志物品的信息。条形码是由黑白相间的条组成的。条的宽度有两种,我们可以认为窄的代表0,宽的代表1。本题中设定宽条的宽度是窄条的两倍。 现有一个条形码扫描工具,可以得到条形码每一条的宽度。你的任务是将这些宽度识别为一个01串。 本来这是一个非常简单的任务,可是由于在扫描的时候会有误差,使得问题变得没那么简单了。不过扫描工具得到的结果最多比真实值大或小5 。请你帮忙完成这个识别程序。已知条形码中至少有一个是宽条,可能没有窄条。 输入 输