搜索资源列表
按钮控件01
- 扩展控钮控件,在按钮上增加位图,有两个焦点点击时,可分别点相当于两个按钮。-extend control button to control the button to add bitmap, two focus click, can be the equivalent of two point button.
quxiannihe
- 已知两个点要求用插值的方法绘制拟和的曲线 此文件是拟和飞机下降曲线-known two-point demand of the interpolation method to draw the curve and this document is intended to be, and aircraft dropped curve
keyboard_band
- 这是一个电子琴的力度键盘程序,每个键有两个点,程序的要求就是测试出两个点之间的时间差,并转换成音量数值(0-7f,转换表未附)。请注意,这个程序是有版权的。请勿使用于商业用途。 -This is the intensity of a flower procedures keyboard, each key has two points, the procedure is tested two point difference between the time and converted in
float-point
- gcc支持soft fp 和hard fp两种,这里是实现了soft fp.-gcc support soft and hard fp fp two, here is the realization of a soft fp.
Floating-point-complex-radix-2-decimation-in-time-
- 浮点复数基2时分FFT完成适当的FFT,输出改写输入缓冲器。-floating-point complex FFT-based two hours to complete the FFT output rewritten input buffer.
trone2
- Trone V0.1 仿LINUX下街机游戏KTron。 其实写本游戏的动机就是我一个朋友特别喜欢linux下的KTron这个游戏, 但在WINDOWS下又没找到,而我朋友又不太熟悉LINUX操作,所以我就花了点时间写了Trone, Trone这个名字也是源于KTron。 注意:此游戏需要EGAVGA.BGI文件才能运行,该文件在turboc2目录下可找到。 [游戏简介] 这是一个双人玩的策略游戏,游戏有两个点, 第一个游戏者可以按R,G,F,D
tsp.cpp
- 用遗传算法(Genetic algorithm)解决Travel salesperson problem. Crossover类型:one-point和two-point. 选择类型:Tournament和RouletteWheel.
矩形对象以及Point类成员计算其面积
- 编写C++程序完成以下功能: 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标 观察矩形对象以及Point类成员的构造函数与析购函数计算其面积,并输出 ,The preparation of C++ Process is complete the following functions: the definition of
xianjie.zip
- 用双点弦截法计算f(x)=0,Two-point cut-off method string f (x) = 0
div(FLP).rar
- 是Nios II處理器下客製化指令的一個32位元浮點數除法器,可將兩IEEE 754格式的值進行相除,Nios II processors are customized instruction under a 32-bit floating-point divider can be two format IEEE 754 value division
GA
- matlab编写的遗传算法优化程序,采用随机配对交叉,多点交叉,两点交叉,编译对目标函数进行优化-matlab genetic algorithm to optimize the preparation procedures, using a random cross-matching, multi-point crossover, two cross-cutting, the compiler of the objective function to optimize
NR_C301
- Numerical.Recipes-数值算法 最著名的常用数值算法程序集,C++及C形式的源代码 1 Preliminaries 2 Solution of Linear Algebraic Equations 3 Interpolation and Extrapolation 4 Integration of Functions 5 Evaluation of Functions 6 Special Functions 7 Random Number
ring-current-magnetic-point-charge
- 环形电流磁感应强度的分布,点电荷等势面的分布、两个点电荷感应强度的分布-The distribution of the potential surface of the ring current distribution of the magnetic induction, the point charge, two point charge distribution of the flux density
two-point-problem
- 打靶法求解两点边值问题 实例测试通过,可直接运行,并带有详细代码注释 采用全局收敛的牛顿-拉普森迭代算法求解编制问题 绝对物超所值!-Two-point boundary value problem shooting method
Behind-Two-Point-parfor_progress
- 方便观察并行运算采用parfor(并行循环)时的运算进程,一个简化版的进度条,比具有GUI的进度节省不少珍贵的电脑资源。本程序根据网上parfor_progress的源程序改编而,但显示到小数点后2为的精确进度情况,比网上的灵敏度更高。-It convenience for us to observe the operation process when we use Parallel Algorithmic parfor(paralle circulation)to compute,a sim
doule-point-sources-PNAH
- 两个点声源,平面近场声全息,噪声源定位识别-two point sound sources PNAH
Two-point-ray-tracing-problem
- 两点射线追踪问题Two point ray tracing problem -Two point ray tracing problem
Select-two-point-print(w41aw31)
- CAD 选两点打印最最新(w41&w31) lisp-CAD Select two of the most up-to-date print (w41&w31) lisp
Lattice Boltzmann immiscible two-phase model
- 适合初学者,可以帮助理解RK型格子玻尔兹曼两相模型(This code may be use as a starting point for newcomers wanting to study RK-type lattice Boltzmann immiscible two-phase model. It may give a better understanding of the RK-type lattice Boltzmann two-phase model.)
计算两点间距离
- 给定任意两个点的坐标,计算两个点之间的距离。(it can calculate the distance of the two point)