搜索资源列表
电子节拍器
- 捕捉拍频 * 捕捉拍频功能仅在拍子停止时可用。 * 以一定节奏连纽按动Tap按钮两下或更多,Tempo会自动对应于按动的拍频。 * 连续2秒没有按动Tap,或启动拍子,则上次按动的记录将被清除,并在下次按动时重新记算拍频。 * 拍频将以连续按下的拍子间隔,以一定算法进行统计,得出近似值。 调节音量 * 拖动Volume框中的滑条即可调节音量,向左拖动使音量减小,向右拖动反之。 * 最小音量为静音,最大音量为拍音的原音量。 运行模式 * 选择Rum
bfgs(2).rar
- 另一个用c语言写的bfgs的程序,可以使用多元,高次函数的极小值搜索,Another written by c language bfgs procedures, you can use multiple, high-function of the minimum search
bfgs
- 用c语言写的bfgs的程序,可以使用多元,高次函数的极小值搜索-Written by c language bfgs procedures, you can use multiple, high-function of the minimum search
hardwaremsg
- 硬件信息查看器,查看当前PC常规硬件信息-This is another of utility applications which can be used as an tool to get and report information about your system CPU, memory page size, mouse installation, etc. GetProcessorInfo function in ChardwareInfoDlg makes use of Get
JinZhiZhuanHuan
- 任意进制数的转换。 设计思路:求n整除d的余数,就能得到n的d进制数的最低位数字,重复上述步骤,直至n为0,一次得到n的d进制数表示的最低位至最高为数字。由各位数字取出相应的字符,就能得到n的d进制的字符。 主函数是用于测试trans函数,要求输入一个待转换的正整数,接着调用trans函数进行转换,并输出改正知识的2-16进制数转换结果。-Arbitrary hexadecimal number conversion. Design: n divisible by d for the
minPrmroot_indTable
- 除去main函数,共包含7个与求原根有关的函数。最终目的是求一个数的最小原根,及该数对于某个整数的指标表。-Remove the main function, a total of 7 and contains the original root of the demand function. Ultimate goal is to seek a minimum number of primitive roots, and the number of integers for a list of
CandM
- 模拟退火程序。f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序示例。-to a simple example illustrates the simulated annealing algorithm thinking. Simulated Annealing for the function f (x, y) = 5sin (xy) x ^ 2 y ^ 2 minimum, the right understanding of simula
m_build
- 详细说明:以一个简单的例子说明模拟退火算法的思想。 模拟退火法求函数f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序示例。-to a simple example illustrates the simulated annealing algorithm thinking. Simulated Annealing for the function f (x, y) = 5sin (xy) x ^ 2 y ^ 2 minimum, the ri
test
- 详细说明:以一个简单的例子说明模拟退火算法的思想。 模拟退火法求函数f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序示例。-to a simple example illustrates the simulated annealing algorithm thinking. Simulated Annealing for the function f (x, y) = 5sin (xy) x ^ 2 y ^ 2 minimum, the ri
pso
- 标准PSO算法代码采用C++编制;注释丰富;带有测试函数;测试函数在(0,-1)处取得最小值3。-Standard PSO algorithm code using C++ preparation Notes rich with test function test function in (0,-1) obtained at the minimum three.
pso
- 标准PSO算法代码采用C++编制;注释丰富;带有测试函数;测试函数在(0,-1)处取得最小值3。-Standard PSO algorithm code using C++ preparation Notes rich with test function test function in (0,-1) obtained at the minimum three.
fncpy
- Minimum alignment requirement for the source and destination addresses for function copying.
community-third-season_arabic-580864
- Function Davis Putnam(φ: CNF formula) : Boolean Unit Propagation(φ) Pure Literal Rule(φ) ifφ= φ then returntrue if□ ∈φthen returnfalse l←literal in c ∈φhaving c the minimum length RL←all possible non-tautological resolvent clauses between
MiniDebugger
- 最小功能调试器,适合初学调试器编写的用户-minimum function debugger
chineseswish_2014728142352
- QWorker 3.0 - Delphi编写的基于作业的多线程作业管理器,线程池、队列、计划任务总有你所需要的,充分利用现代处理器的多线程处理能力。 它包括: 1、自维护的线程池; 2、普通的后台线程作业; 3、支持精度高达0.1ms的定时重复作业; 4、支持计划任务作业; 5、支持延迟执行作业; 6、信号触发作业; 7、附加的数据指针可以自动释放; 8、支持对象本身函数和全局函数做为作业处理过程; 9、支持作业分组并等待其完成; 10、支持取消未进行
PSO_Rastrigin
- Particle Swarm Optimization is an optimization technique used here for getting minimum of the rastrigin function