资源列表
fibonacci
- 求斐波那契数列中第n个数,斐波那契数,亦称之为斐波那契数列(意大利语: Successione di Fibonacci),又称黄金分割数列、费波那西数列、费波拿契数、费氏数列, 指的是这样一个数列:0、1、1、2、3、5、8、13、21、…… 在数学上,斐波纳契数列以如下被以递归的方法定义:F0=0,F1=1,Fn=F(n-1)+F(n-2)(n>=2,n∈N*), 用文字来说,就是斐波那契数列列由 0 和 1 开始,之后的斐波那契数列系数就由之前的两数相加。-N in th
Python-Practice
- array build in for loop structure
VB-Curve
- 读入模拟量值,相应显示曲线位置,不限时间从右往左移动-Analog curve, according to read the data shows that the curve of the corresponding position, unlimited time
anode
- A web page in VB code like drupal node
boolean
- 用UG二次开发实现生成垫圈,利用动态链接库的DLL生成-UG used to generate washers to achieve the second development, the use of dynamic-link library DLL to generate the
text
- 此程序可以将任何文件转换成二进制文件,然后将其值以文本的方式写出,可以观察文件的内容-Text file into a binary
BasicUsageEnvironment
- / Basic Usage Environment: for a simple, non-scr ipted, console application // C++ header
LL-parser-simple
- An LL parser is a top-down parser for a subset of the context-free grammars.
vb_prime
- 在vb.net的平台上图形化的编写了prime 算法。
Automata
- Automata code use .net 2003 for c-Automata code use .net 2003 for c++
ExportData
- 可以在.NET开发平台上实现对数据的导出,来是用户了解数据。-In.net development platform can be implemented on the data of export, to learn is the user data.
Serial-communication-in-vbnet
- serial communicztoon in vbasic