m********n 发帖数: 3812 | 1 in the world of coding machine language.
is there anything like similar to 定理 in math?
for example?
if trying to solve X Y Z problem.
the best solution is going through A to B to C process. It's the best and
most efficient way.
and that method is being named after its inventor.
anything like that? |
H********g 发帖数: 43926 | 2 这不是说算法么
【在 m********n 的大作中提到】 : in the world of coding machine language. : is there anything like similar to 定理 in math? : for example? : if trying to solve X Y Z problem. : the best solution is going through A to B to C process. It's the best and : most efficient way. : and that method is being named after its inventor. : anything like that?
|
H********g 发帖数: 43926 | 3 比如各种排序
【在 m********n 的大作中提到】 : in the world of coding machine language. : is there anything like similar to 定理 in math? : for example? : if trying to solve X Y Z problem. : the best solution is going through A to B to C process. It's the best and : most efficient way. : and that method is being named after its inventor. : anything like that?
|
m********n 发帖数: 3812 | 4 ok, if it's called 算法 and 排序.
then do they being named after inventor?
or do them just being called something like "ABC best solution 算法"?
【在 H********g 的大作中提到】 : 比如各种排序
|
d****o 发帖数: 32610 | 5 算法复杂度
【在 m********n 的大作中提到】 : in the world of coding machine language. : is there anything like similar to 定理 in math? : for example? : if trying to solve X Y Z problem. : the best solution is going through A to B to C process. It's the best and : most efficient way. : and that method is being named after its inventor. : anything like that?
|
H********g 发帖数: 43926 | 6 搞字符序列比对的算法里好多人名命名的 比如Smith-Waterman 算法
【在 m********n 的大作中提到】 : ok, if it's called 算法 and 排序. : then do they being named after inventor? : or do them just being called something like "ABC best solution 算法"?
|
H********g 发帖数: 43926 | |
m********n 发帖数: 3812 | |
H********g 发帖数: 43926 | 9 如何 满意了吧
【在 m********n 的大作中提到】 : QQQ
|
m********n 发帖数: 3812 | 10 full meaning
【在 H********g 的大作中提到】 : 如何 满意了吧
|
|
|
H********g 发帖数: 43926 | 11 不过排序的算法命名好像至少大部分都是直接描述算法的特征。还有各种遍历数据结构
的算法的名字大部分也都是直接描述具体干啥,只有少部分是人名命名的,看右上角:
https://en.wikipedia.org/wiki/Tree_traversal
【在 m********n 的大作中提到】 : full meaning
|
d****o 发帖数: 32610 | |
l*********g 发帖数: 1899 | 13 楼主问的似乎是:“in the world of coding machine language.”而不是in the
world of maths.
Smith-Waterman 算法难道不是属于maths或者逻辑的范畴?
【在 H********g 的大作中提到】 : 搞字符序列比对的算法里好多人名命名的 比如Smith-Waterman 算法
|
m********n 发帖数: 3812 | 14 算法 逻辑 is good enough.
pure math is different matter.
but if it's mostly for computer language purpose, good enough.
【在 l*********g 的大作中提到】 : 楼主问的似乎是:“in the world of coding machine language.”而不是in the : world of maths. : Smith-Waterman 算法难道不是属于maths或者逻辑的范畴?
|
l*********g 发帖数: 1899 | 15 你这个说法真是和people moutain people sea 一脉相承。
【在 m********n 的大作中提到】 : full meaning
|
H********g 发帖数: 43926 | 16 属实 但是具体有些小不同 所以就可以命名
我觉得命名的关键是得有人发paper引用
【在 d****o 的大作中提到】 : 这不都是动态规划吗 : 能混成人名算法, : 估计还是靠着生物灌水影响力大
|
H********g 发帖数: 43926 | 17 跟little 虫也差不多
【在 l*********g 的大作中提到】 : 你这个说法真是和people moutain people sea 一脉相承。
|
H********g 发帖数: 43926 | 18 那估计就是王垠喜欢研究的那些事情 lambda 之类那些事
图灵机可以算吧
【在 l*********g 的大作中提到】 : 楼主问的似乎是:“in the world of coding machine language.”而不是in the : world of maths. : Smith-Waterman 算法难道不是属于maths或者逻辑的范畴?
|
l*********g 发帖数: 1899 | 19 我看你一开始就说in the world of coding machine language.
我觉得算法和machine language没有必然关系吧。
一个算法可以用n种machine language来coding,逻辑可以是一样的。
【在 m********n 的大作中提到】 : 算法 逻辑 is good enough. : pure math is different matter. : but if it's mostly for computer language purpose, good enough.
|
w*****g 发帖数: 16352 | 20 Design Pattern算么?
我觉的这是个很SB的思想钢印。
[在 Huangchong (净坛使者) 的大作中提到:]
:这不是说算法么
:☆ 发自 iPhone 买买提 1.24.07 |
|
|
l*********g 发帖数: 1899 | 21 chong是英语吗?
full meaning 和 people moutain people sea 可是全是英语哦。
【在 H********g 的大作中提到】 : 跟little 虫也差不多
|
H********g 发帖数: 43926 | 22 这个是不是 可以理解成 programming paradigm 再上个凳次?
【在 w*****g 的大作中提到】 : Design Pattern算么? : 我觉的这是个很SB的思想钢印。 : [在 Huangchong (净坛使者) 的大作中提到:] : :这不是说算法么 : :☆ 发自 iPhone 买买提 1.24.07
|
H********g 发帖数: 43926 | 23 machinglish就是拼音英文 中文混合用的 chinaren就是早期的 自发的 无意识 无
理论指导的machinglish
【在 l*********g 的大作中提到】 : chong是英语吗? : full meaning 和 people moutain people sea 可是全是英语哦。
|
m********n 发帖数: 3812 | 24 it's like an living organizm, will evolve throughout space, time, and other
dimensions...
【在 H********g 的大作中提到】 : machinglish就是拼音英文 中文混合用的 chinaren就是早期的 自发的 无意识 无 : 理论指导的machinglish
|
l*********g 发帖数: 1899 | 25 难道拼音英文混合用的还能和全英的是同一种?I 服了 U。
【在 H********g 的大作中提到】 : machinglish就是拼音英文 中文混合用的 chinaren就是早期的 自发的 无意识 无 : 理论指导的machinglish
|
r*****g 发帖数: 434 | 26 接着说,你接着说
Which programming paradigm is the best and most efficient way.
Who proved the conclusion? How?
接着说,你接着说啊
【在 H********g 的大作中提到】 : 这个是不是 可以理解成 programming paradigm 再上个凳次?
|
H********g 发帖数: 43926 | 27 我觉得procedural最好 因为我看得懂
【在 r*****g 的大作中提到】 : 接着说,你接着说 : Which programming paradigm is the best and most efficient way. : Who proved the conclusion? How? : 接着说,你接着说啊
|
w*****g 发帖数: 16352 | 28 放屁,OOP是恒古不变的普适真理!
[在 Huangchong (净坛使者) 的大作中提到:]
:我觉得procedural最好 因为我看得懂
:☆ 发自 iPhone 买买提 1.24.07 |