搜索资源列表
-
0下载:
机械优化设计的一维黄金分割法程序,已测试过的,很有用!-Optimization of Mechanical Design dimensional golden section method in a program.
-
-
0下载:
C代码优化方案
目录 __ 2
C代码优化方案__ 4
1、选择合适的算法和数据结构__ 4
2、使用尽量小的数据类型__ 5
3、减少运算的强度__ 5
(1)、查表(游戏程序员必修课)_ 5
(2)、求余运算__ 6
(3)、平方运算__ 6
(4)、用移位实现乘除法运算__ 6
(5)、避免不必要的整数除法__ 8
(6)、使用增量和减量操作符__ 8
(7)、使用复合赋值表达式__ 8
-
-
0下载:
这个程序的功能是能够实现分块查找,优化查找算法,加快查找时间-This program is the ability to realize block search, optimization search algorithm, to speed up search time
-
-
0下载:
优化的fibonacci数列计算程序,可以较短时间计算出较大的数字-Fibonacci series, optimization program that can calculate the short time a large number of
-
-
0下载:
详细说明程序性能调优技巧(数据优化和算法优化)
-Program performance tuning techniques (data optimization and algorithm optimization)
-
-
0下载:
雅克比过关法算法求矩阵的奇异值分解,是雅克比算法的优化,提高计算速度-Jacobian immigration law algorithms singular value decomposition of a matrix, Jacobi algorithm optimization, improve computing speed
-
-
0下载:
关键词首次出现位置此程序优化了算法,减少了循环的次数。-Keywords for the first time the location of this program optimization algorithms to reduce the number of cycles.
-
-
0下载:
该MFC程序可以进行长整数的四则,阶乘,幂的计算。重要的是在除法上做了性能的优化。-The MFC program can be carried long integer four, factorial, power calculations. It is important to do the division of the performance optimization.
-
-
0下载:
遗传算法车辆延误优化,这个是别人的程序,大家看看吧~,-Vehicle delay optimization genetic algorithm, this is someone else s program, we look at it ~,
-