QQ登录

只需要一步,快速开始

 注册地址  找回密码
查看: 9781|回复: 23
打印 上一主题 下一主题

算法常用术语中英对照

[复制链接]
字体大小: 正常 放大
hehe123        

43

主题

11

听众

1151

积分

该用户从未签到

自我介绍
200 字节以内

不支持自定义 Discuz! 代码

新人进步奖

群组数学趣味、游戏、IQ等

跳转到指定楼层
1#
发表于 2005-3-2 02:31 |只看该作者 |倒序浏览
|招呼Ta 关注Ta
算法常用术语中英对照 ) C2 u1 p/ t7 ^* g

4 l5 ~8 f6 G8 w# C7 n, B: m4 |, s8 d) R5 o! X# B' G
Data Structures 基本数据结构
% G3 T; G% I1 h; k0 }Dictionaries 字典 2 k. S& V8 e4 A. r
Priority Queues 堆
/ U( W+ A2 G5 h# N0 s  B0 HGraph Data Structures 图 & @# C9 q2 |, C. M
Set Data Structures 集合
) j  K/ X/ Q# F  t! f0 t6 i' LKd-Trees 线段树 ) H3 p. D, `- y9 n  H) d" A8 K
Numerical Problems 数值问题
  e9 v5 F2 D& A8 f% |/ dSolving Linear Equations 线性方程组 # ]$ A' x5 U8 m. q( G; M8 s5 G
Bandwidth Reduction 带宽压缩
6 o. D  {- L7 \Matrix Multiplication 矩阵乘法
2 t4 t  m) k+ vDeterminants and Permanents 行列式
3 Y  G* A8 t5 f3 V* Z0 ^! z; U7 iConstrained and Unconstrained Optimization 最值问题
+ b1 u# ]7 u9 b' ]. O$ R% uLinear Programming 线性规划
2 H; e1 C. |1 WRandom Number Generation 随机数生成
% U1 p6 B! J3 d/ O2 jFactoring and Primality Testing 因子分解/质数判定
( ?; o0 c  `) Q$ B" iArbitrary Precision Arithmetic 高精度计算
3 w8 u  Z. B8 fKnapsack Problem 背包问题
) W  ^$ w/ t  hDiscrete Fourier Transform 离散Fourier变换 1 u! z) {2 F% k. b; r6 h* v6 C1 H
Combinatorial Problems 组合问题
' H+ n$ \; J8 s; |0 zSorting 排序 " m1 l9 `5 F7 a2 t/ {# C
Searching 查找 ( M; N2 J5 M# W
Median and Selection 中位数
* l3 A3 F) u% i1 W: ], N% mGenerating Permutations 排列生成
9 C" U8 O. X  N0 UGenerating Subsets 子集生成
0 B0 P" k  m5 K& m9 c2 ^5 ~Generating Partitions 划分生成 ; i' c7 G5 U. N, \/ H+ a
Generating Graphs 图的生成 7 K0 c& ?& U9 ?( \2 q" V4 }3 y
Calendrical Calculations 日期 ! _6 C! W+ A$ i! b) Q0 r; a7 _" \
Job Scheduling 工程安排
  J, ?$ x  Y. _5 e' U1 zSatisfiability 可满足性 " ?* n( j  @: n. h4 X
Graph Problems -- polynomial 图论-多项式算法
! ^( g% i( z$ JConnected Components 连通分支
) k& h1 N) F3 ?0 b3 R# f+ ^( M1 rTopological Sorting 拓扑排序
( I( p$ G& \* \. BMinimum Spanning Tree 最小生成树 + U2 I" `5 @. |, _
Shortest Path 最短路径
# e0 `8 L1 h! U2 WTransitive Closure and Reduction 传递闭包
; H& i0 \: i7 `Matching 匹配 * W0 v2 J' N+ f0 P
Eulerian Cycle / Chinese Postman Euler回路/中国邮路 3 a: T' ~- y1 Q6 u0 a& N
Edge and Vertex Connectivity 割边/割点 ; Q& y& ]4 b# g& g! |3 d" l2 p  O2 m
Network Flow 网络流 * ^$ ~0 W4 a, }" A+ r
Drawing Graphs Nicely 图的描绘
4 x; N* r& K( w6 jDrawing Trees 树的描绘
) m/ T0 S. N6 w' _6 y! dPlanarity Detection and Embedding 平面性检测和嵌入
8 ~3 |: J$ l  w* VGraph Problems -- hard 图论-NP问题
; A) O+ m! d8 Q' e) ~9 i8 ]& S8 NClique 最大团
0 J$ ]' G9 x# _8 ?6 F0 c3 H! o1 V4 r  {Independent Set 独立集 8 `' R3 \& W  y  S9 Z
Vertex Cover 点覆盖 + k7 x7 k6 T1 |7 M1 Q- M( U
Traveling Salesman Problem 旅行商问题 4 J9 ]3 H! \& D& v3 [9 l( u' t+ i
Hamiltonian Cycle Hamilton回路
2 T+ q8 Z! E) e* J/ `Graph Partition 图的划分
: Z5 i) }, h, T* r6 e# X" lVertex Coloring 点染色
7 O  b/ r: B0 f( S& h$ U7 yEdge Coloring 边染色 ' w' y4 Y7 j& X7 h& @0 Z% L
Graph Isomorphism 同构
  n9 L6 s$ o" g9 `6 l, n9 WSteiner Tree Steiner树
  u8 I9 z" d& h- g/ C* nFeedback Edge/Vertex Set 最大无环子图 $ K5 v$ l! R, u  c  c
Computational Geometry 计算几何
+ }" z: \) Y) `3 WConvex Hull 凸包
, Z2 M6 D2 Y& gTriangulation 三角剖分 9 S! z+ I2 y% `6 i& \; y
Voronoi Diagrams Voronoi图 * q6 Y  X9 C; i) j* ^7 C
Nearest Neighbor Search 最近点对查询 2 ]0 R" ?1 R# H% E! N" e1 e
Range Search 范围查询 % ]4 B' k2 R9 z+ A) w8 S! F  f
Point Location 位置查询 / ]% w9 B1 p$ J' z' W
Intersection Detection 碰撞测试 " v. R+ H* @4 g0 z% V7 m: i. @
Bin Packing 装箱问题 # q8 \" I4 Z  B  L5 F: b
Medial-Axis Transformation 中轴变换
) W  E6 f- ]; ^1 dPolygon Partitioning 多边形分割 7 |9 i5 ^! m) m& z% Q$ u/ Q
Simplifying Polygons 多边形化简
2 l. u8 }3 t: z" U) f/ hShape Similarity 相似多边形 . G3 N- i8 _+ q* W
Motion Planning 运动规划 ) `& P4 w% O" T- b* c6 N  V- a2 m
Maintaining Line Arrangements 平面分割 , j+ D% Z3 C9 ~$ q: g" ]' _
Minkowski Sum Minkowski和
3 c/ D, M: M) Z; {Set and String Problems 集合与串的问题
  I5 q$ I9 ?1 M- eSet Cover 集合覆盖 3 i$ e, X2 }7 S, x- \# u3 P; y* m6 k' M
Set Packing 集合配置
- l9 A' z6 i8 \# z3 }; J$ ]7 d6 ?& TString Matching 模式匹配
' ?/ l9 o% v* e0 J0 yApproximate String Matching 模糊匹配
! F3 b3 {9 q' O3 D( ^# TText Compression 压缩 ' B# j: L: b. \
Cryptography 密码 ; l0 D; F! N2 S0 [! I7 b9 c: I
Finite State Machine Minimization 有穷自动机简化
+ p  e3 I6 ?& c) aLongest Common Substring 最长公共子串 5 u  z3 z7 m0 X' {' y' a/ i7 W5 g
Shortest Common Superstring 最短公共父串
- l$ V* {$ N% ?4 h4 q8 rrobustness  鲁棒性& E! x3 R( b1 _- \3 T; L
rate of convergence  收敛速度
zan
转播转播0 分享淘帖0 分享分享0 收藏收藏2 支持支持3 反对反对0 微信微信
hehe123        

43

主题

11

听众

1151

积分

该用户从未签到

自我介绍
200 字节以内

不支持自定义 Discuz! 代码

新人进步奖

群组数学趣味、游戏、IQ等

数据结构基本英语词汇
0 C0 c. q8 h- D1 }  A0 D  X! k* G
8 S) e" ]8 w1 k3 F) w/ E数据抽象 data abstraction6 Z3 O  U- \& r$ ^) u& W, I* [: ^8 Y
数据元素 data element
; _; B" I& C6 c1 d& b3 A数据对象 data object& P; G$ M/ t2 e, }
数据项 data item  X# o  i" b! l$ @) I2 D1 Z5 e
数据类型 data type
) |1 Z2 l, P* c# b抽象数据类型 abstract data type
$ c) [* E+ P: f( F$ p
4 q$ k- `. Y4 [, n逻辑结构 logical structure5 {0 R8 s3 S. t) K2 \  K  F3 _/ o
物理结构 phyical structure
* G# Q% [3 i8 C线性结构 linear structure7 E! V8 \0 n5 ?! `8 O% T
非线性结构 nonlinear structure
+ Z* j% h) p, I- M! {& Z; E: q# z" h; ?' V& h3 [! n4 S
基本数据类型 atomic data type6 |( F/ o) P' C2 i; d0 m
固定聚合数据类型 fixed-aggregate data type; h, ]; w+ h" |2 A' f
可变聚合数据类型 variable-aggregate data type
) K  I2 p4 n* W. Q: X线性表 linear list
0 V* F7 C( j/ n% }# _8 ?8 V  q栈 stack
* `" }+ Z  a1 j( j: e队列 queue
- d5 o5 }% W9 L7 R( b# ~9 R6 I串 string 5 Y! w# G. I2 P: U/ ^; S
数组 array
! E( t5 P. K% V6 g树 tree
0 x8 l' K* B; L. i6 w图 grabh! r4 j1 ?% B+ N2 R

8 ~2 c1 R  f# {0 e# X! S( j查找,线索 searching
  h0 o& m  |1 c/ i2 r' I- p0 `更新 updating
/ R% i/ m: _4 U9 ^* O2 h. e- V排序(分类) sorting  W: g" h! {' {+ f
插入 insertion  U# o4 V, {, p
删除 deletion
  T; n! t% U- I# W5 A6 z, E. A4 f4 k. G* n7 d
前趋 predecessor
& c* k2 \2 N" y% a9 f( q% C, i" g后继 successor
) ^0 |2 C$ \6 f2 c直接前趋 immediate predecessor" P  Z/ A: W# P# }4 v+ F4 ~" {
直接后继 immediate successor2 ]0 Z) t% N, h, S1 F4 i) }
双端列表 deque(double-ended queue)- D/ Z+ n9 Y: E; e# j0 h6 u0 s
循环队列 cirular queue
8 W- k2 Q1 @& y9 ^指针 pointer3 S) g4 o3 C  ]) S+ C0 g
先进先出表(队列)first-in first-out list
8 [. Q, y7 Z  ]后进先出表(队列)last-in first-out list% M  }3 s9 x% q! @& M6 d! ~3 n
栈底 bottom1 [/ {9 |0 S- i' }* s
栈定 top
: I4 f: {4 L- ~8 ~4 ]8 ^' y' |8 _' z压入 push" `4 H' T1 S- u: |& ?0 s5 H
弹出 pop
% o  |& V4 Q; x) f队头 front: Y2 t9 U  b8 x" A/ x6 o+ p
队尾 rear
5 {! Y9 h" r! [: n7 |上溢 overflow6 a, Y" k9 ]6 f' c
下溢 underflow
$ H0 ]2 o5 d- ?
( r$ Y; L: F, O' B$ A数组 array' N8 J5 I9 J% j
矩阵 matrix
6 P7 t$ ]# j. \. f1 C1 c多维数组 multi-dimentional array
8 f7 Y8 o& o# ^7 ^8 V以行为主的顺序分配 row major order& S% A# d  e' y; q# N( t
以列为主的顺序分配 column major order
3 R5 O" Q9 S) C$ M2 ^- b, p/ G三角矩阵 truangular matrix
6 [" B8 o1 X/ r1 `/ {8 U9 S对称矩阵 symmetric matrix
2 A1 y! G# [0 z: m$ W5 S稀疏矩阵 sparse matrix1 [- ~7 c% P, S- n/ z$ |  Q
转置矩阵 transposed matrix# m  h$ e. A1 V+ l

- v8 h, M0 A: H) Z/ t链表 linked list / h& z, A/ [1 o; O. o! `
线性链表 linear linked list 5 T* z& ~6 ^- X: w! @+ U* a& x
单链表 single linked list   ?' c7 J. I  J+ z8 w; i
多重链表 multilinked list 9 o0 G- n! H! F1 r4 C" v& B1 \
循环链表 circular linked list , z6 L6 h9 a1 |4 Q
双向链表 doubly linked list
2 v4 v& A1 V* E, {+ l+ [' o十字链表 orthogonal list8 L0 l3 t# ]8 V3 ?' P
广义表 generalized list! m6 ]1 J, E/ ]

2 ^& @9 h5 ^6 Y链 link
4 b/ r. a* D3 U7 J3 f9 L: r指针域 pointer field 2 ]$ J3 t8 t* V& H) ?
链域 link field
: D( r: k( ]  F) w( D头结点 head node
* C% ~3 t& M5 a  q头指针 head pointer3 p. N; E! C- A$ C8 |1 s
尾指针 tail pointer- m' F% `. @- c8 p/ [) s
串 string# v9 h: C7 Q8 R. W. F; z2 y
空白(空格)串 blank string- t: ~( V* d& Q% c, e$ {+ @  _/ k
空串(零串)null string - b8 g1 ^1 [* y% d( i! V; D( f: u
子串 substring9 s! C1 V' r, N4 |$ C

1 P$ ?9 c2 m: n! B, c! G树 tree
3 F! W# R3 J9 X- c3 L- }% i子树 subtree7 B8 X9 i. k5 {( o. q8 m
森林 forest" _# d1 p0 b) C! X. N& F: M* ~( E
根 root
7 p; U5 T+ U# U! y; N# l* `叶子 leaf' `) z0 C- L  [, H! f5 }. y5 y
结点 node , \- ?- _. o* S9 Y( T1 b) p: J
深度 depth, z6 ]0 p" b: t1 R' J( q
层次 level7 G, f' _2 M0 f( C4 ^7 ~
双亲 parents! p7 s* O7 {7 s
孩子 children1 \) E" k! T- y+ F6 X
兄弟 brother- v1 W" Q9 t8 x" h
祖先 ancestor2 t: T1 e% v9 a/ R+ N# Z
子孙 descentdant
1 t4 O" H1 ~' s1 X$ H( k  o: R: Z3 U$ K
二叉树 binary tree
9 @1 h) z* O  {' k' H- T" A平衡二叉树 banlanced binary tree
) |, Y$ {' Y  U! D4 I' |0 k满二叉树 full binary tree
& J# v+ ~# ^# U; t+ b3 A# B& q# ^完全二叉树 complete binary tree
! Q$ p( W3 k3 S0 g  V# ]) P! z5 Z遍历二叉树 traversing binary tree
( M5 O) ]; x/ N  L二叉排序树 binary sort tree& O7 b6 p( V" c0 c2 r) `" \
二叉查找树 binary search tree
+ {- E( Y! h5 H: z1 v: i+ |线索二叉树 threaded binary tree
7 u% V: s6 V( L7 Z哈夫曼树 Huffman tree
% v( I) a4 N: P! K7 p7 m有序数 ordered tree9 p% z. m7 F6 Q. P% ^# P% u& M
无序数 unordered tree
- A- o- E; e6 w* `  N3 M判定树 decision tree: ~& N$ ?( l1 k  c7 }
双链树 doubly linked tree7 Q- m+ C  c& M- L% k6 V) j
数字查找树 digital search tree
4 Q$ Z) }8 _* x$ x' `0 }, p
+ N1 R8 M. E6 T" ^树的遍历 traversal of tree" X6 l* F: V, q0 T  C2 e% c. N* [# y3 h
先序遍历 preorder traversal ! }5 Z, n1 @/ x  Z1 |9 E
中序遍历 inorder traversal
, f0 T) @& i5 C2 Q) S* ~后序遍历 postorder traversal7 B/ V$ @1 i% ~8 T! V+ @

6 W1 \* V7 H1 z5 z( u图 graph
% I$ w! D: q" e+ d% @子图 subgraph8 a2 m# L" u* A
有向图 digraph(directed graph)1 \7 C. l; e& `7 R
无向图 undigraph(undirected graph)
4 K4 e1 O2 E$ c) l+ w完全图 complete graph
! a4 o" k  x% B连通图 connected graph
3 O# V) H; g+ x0 m6 B非连通图 unconnected graph; r; Z: {6 q6 W/ D  x) ]
强连通图 strongly connected graph
/ X' ~% z$ R" f: b; a1 S1 g弱连通图 weakly connected graph- s4 l7 L. h. b" _
加权图 weighted graph
4 I* R/ _. K7 ^4 Y0 \: r有向无环图 directed acyclic graph
0 H4 q. O: Q0 H1 F( s" D5 Z稀疏图 spares graph
+ U! V) h* r8 \! j& t$ m稠密图 dense graph  z3 X3 I. W7 r. l& j; |& C" E6 `
重连通图 biconnected graph# j# C4 |; a- q6 E1 V" _$ R/ \
二部图 bipartite graph
# ~7 }8 R! G9 ~" M8 }3 D
2 I; B) t9 I: q9 h% t( @边 edge- @- B0 v) A2 r
顶点 vertex
% `& N& W2 F. r弧 arc& ^: v* C2 K% }+ R0 A
路径 path6 F- z4 l3 Z& B
回路(环)cycle# u! W1 P/ j: z; v
弧头 head
. A0 h: h6 ^! F& j9 R, H/ G( r/ V# x弧尾 tail
4 _9 ?" Y, S9 }. H( G; u源点 source# z' v- i8 m+ O; r( k
终点 destination
) U3 t) ~& R4 C1 M& _汇点 sink
$ V( A1 V7 b& r4 d# V权 weight
. y/ e0 q4 D$ z* c$ _* `连接点 articulation point
3 V) b, [( h7 ~初始结点 initial node
( ?! z& l3 |$ f3 j终端结点 terminal node' a' g+ i2 }1 A1 F+ H3 W4 ?8 B4 ~
相邻边 adjacent edge
  P* X& l4 z) t* V9 p相邻顶点 adjacent vertex
1 ?3 K/ r( \: B! o$ v4 I, j关联边 incident edge, Y3 r8 Z* n$ v8 s
入度 indegree% q  J' J( [5 @/ f6 c0 E
出度 outdegree
  d0 N7 K4 [. s* s- c' g3 T4 `0 M最短路径 shortest path! S9 I$ ^; ~8 r/ t- O/ y
有序对 ordered pair
; J+ n& s5 ]/ T  m1 e无序对 unordered pair$ I$ \& O7 Q3 I' T
简单路径 simple path" h3 b, G0 U6 D/ [
简单回路 simple cycle
* [; I" z" ^( {; |5 b$ _连通分量 connected component
  s+ [% n( G/ S$ L, }5 e2 ]8 C邻接矩阵 adjacency matrix- w. B5 _: L0 d! I) ~( a, w1 w# I
邻接表 adjacency list9 y- |2 Q/ D- _2 z' z( N
邻接多重表 adjacency multilist( n/ P/ V# C1 S
遍历图 traversing graph1 U. D0 e1 s* h9 r  U& r+ D
生成树 spanning tree
' G. W, {0 x, \: a最小(代价)生成树 minimum(cost)spanning tree% I) Z; N" w# e! H  w$ F4 s
生成森林 spanning forest
* _# ?8 X5 j6 c: X1 v6 r2 W( z! L, u4 G3 P& |6 \* C( R
拓扑排序 topological sort
$ \0 X/ R* `! l0 T  g偏序 partical order# u' H" a3 C. {+ D7 V* F
拓扑有序 topological order
9 J  u7 P+ [; h% K; P2 n2 RAOV网 activity on vertex network
# l# {' w/ p. I% [1 }4 @! ^( FAOE网 activity on edge network
. z' M9 d% a. ?& }关键路径 critical path
) {- |5 _2 t' ^0 K
5 S+ T1 ?8 g, T, I匹配 matching
- I8 K, t# q% l) @) Q; N最大匹配 maximum matching
  U' U0 d7 H% w" Y- S* t增广路径 augmenting path
4 L% l3 f) X2 w: k. s5 D5 J增广路径图 augmenting path graph
( g# y9 }. k: V5 S' q4 M6 U& [# L
查找 searching  M7 Q) \. f/ {! G% Y3 }' P/ p: q
线性查找(顺序查找)linear search (sequential search)
7 }4 M& A  m6 Z3 g9 T  j. ~二分查找 binary search  N% v& e% l* g: [& }: D* N
分块查找 block search$ x+ c7 u% p9 s4 |! f# K) _( U
散列查找 hash search
$ g4 a, l+ l8 A* h4 c平均查找长度 average search length; j' W$ _' D% \! `* _

  H" N: t1 T4 @' _- M9 C* r1 H散列表 hash table
& _1 o& R; J% O% B9 S  k: x/ k$ M3 k散列函数 hash funticion
  Q7 I  l9 A) r5 I9 p直接定址法 immediately allocating method4 n# C  C  E$ n: d# b
数字分析法 digital analysis method% i" {: Q* ?( y4 k: {1 L7 v6 V! Z
平方取中法 mid-square method
5 j; E5 p- I/ x5 I* I! V+ B折叠法 folding method
* J, ]: G3 [# d" ]# m0 R除法 division method
4 f/ I: F0 S$ U随机数法 random number method7 a( S+ [. K$ L
5 y- ]" U6 v' Y$ p
排序 sort! ]. T: B) ^3 B) s
内部排序 internal sort& ]% D, h8 m) `4 i+ x
外部排序 external sort
  f! t. E* i: ]) T8 [( ~插入排序 insertion sort5 B; }4 m1 a8 C; x
随小增量排序 diminishing increment sort5 a7 Z9 O6 ^/ Y  l- {7 b0 z+ f
选择排序 selection sort
/ Q# g! O/ X9 P: u$ W7 b堆排序 heap sort
4 L$ m8 {: o) T! t快速排序 quick sort; j2 ]) a- S$ f6 |8 }
归并排序 merge sort
$ v$ _, _+ }! o8 @! w! K基数排序 radix sort5 K/ k! t, e1 {
外部排序 external sort
; P/ c9 j6 f1 z7 S平衡归并排序 balance merging sort6 Q0 E4 V4 j% S
二路平衡归并排序 balance two-way merging sort6 ^4 P$ @& D, L% s
多步归并排序 ployphase merging sort% p, T2 w4 E! l! B  n& O5 w
置换选择排序 replacement selection sort0 b. S; u3 ]8 i5 \; N4 x
+ b! n$ r, o& D. b" T+ j
文件 file, S& W" b9 l& o% [4 ?5 b% D; I
主文件 master file $ r/ p/ O* o% E+ Y
顺序文件 sequential file
1 j% B7 N; x: @3 c索引文件 indexed file- a8 E2 d* P0 L& e
索引顺序文件 indexed sequential file
, O2 a: B. L9 H" ]0 G- X: g* j索引非顺序文件 indexed non-sequential file3 R* B/ k* n( v% V- f/ d9 {
直接存取文件 direct access file! {' ^) {2 m6 X! B! C* t  ?1 o
多重链表文件 multilist file
/ b' J& O5 J+ A% u$ G9 d倒排文件 inverted file
8 H( J! M4 ~! l: j! ]( T- h目录结构 directory structure- Z1 V% Z  V; l5 i' r' D
树型索引 tree index
回复

使用道具 举报

realman        

0

主题

0

听众

20

积分

升级  15.79%

该用户从未签到

新人进步奖

回复

使用道具 举报

lipu_2003        

5

主题

2

听众

119

积分

升级  9.5%

该用户从未签到

好的,谢谢了,你真伟大,有用

; Z" g! `: T( @# ?& A

你要是发成文档就更好了

+ }7 @; b o. ]& ~) S& C

真的好麻烦,不过挺好的

[em08]
回复

使用道具 举报

cyberagui        

6

主题

2

听众

99

积分

升级  98.95%

该用户从未签到

回复

使用道具 举报

lovecan 实名认证       

1

主题

4

听众

638

积分

升级  9.5%

该用户从未签到

新人进步奖

回复

使用道具 举报

danson        

0

主题

4

听众

11

积分

升级  6.32%

该用户从未签到

新人进步奖

回复

使用道具 举报

0

主题

4

听众

18

积分

升级  13.68%

该用户从未签到

新人进步奖

回复

使用道具 举报

zwt1987        

0

主题

4

听众

18

积分

升级  13.68%

该用户从未签到

新人进步奖

回复

使用道具 举报

ljiangbig 实名认证       

5

主题

4

听众

290

积分

升级  95%

该用户从未签到

自我介绍
做人得专一。

新人进步奖

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册地址

qq
收缩
  • 电话咨询

  • 04714969085
fastpost

关于我们| 联系我们| 诚征英才| 对外合作| 产品服务| QQ

手机版|Archiver| |繁體中文 手机客户端  

蒙公网安备 15010502000194号

Powered by Discuz! X2.5   © 2001-2013 数学建模网-数学中国 ( 蒙ICP备14002410号-3 蒙BBS备-0002号 )     论坛法律顾问:王兆丰

GMT+8, 2026-6-5 04:56 , Processed in 2.010482 second(s), 101 queries .

回顶部