-
ILI9325的51驱动程序,驱动2.4TFT屏
ILI9325的51驱动程序,驱动2.4TFT屏-ILI9325 51 drivers, driver 2.4TFT screen
- 2023-07-19 00:00:08下载
- 积分:1
-
Trnsys17Mannul02
TRNSYS,瞬态模拟程序,软件内置教程,第二部分(TRNSYS, a transient simulation program, the software built tutorial, Part II)
- 2021-05-01 11:01:52下载
- 积分:1
-
QP
说明: 二次规划.c,看题目就知道了二次规划
QP(QP QP)
- 2009-09-22 19:59:29下载
- 积分:1
-
MarantzController
说明: A remote controller for Marantz AV Receivers by TCP/IP. Support custom Hotkey and custom command. Maybe Support any devices use TCP/IP. Depend on dot net framework 4.6.
- 2019-06-14 11:18:34下载
- 积分:1
-
five pig game
实现功能如下:1.选中一个珠子后,又点击第二个珠子,然后点击空白处移动的是第二个珠子(以前移动的 是第一个)
2.两边的人随着分子的变化而变化
算法大致描述:
左边的人:
当当前分数超过最大分数后,人开始下降,
下降的高度=总高度*((当前分数-最大分数)/最大分数)
加载图片时图片大小不变,只是图片左上角的高度提高“下降的高度”
这样显示出来的图片就“等于下降了一些”
右边的人:
和左边的人相反,右边的人是升高,
升高的高度=总高度*((最大分数-当前分数)/最大分数)
图片左上角的高度不变,只是增加图片高度,大小为升高的高度
这样显示出来的图片就“等于身高了一些”
未实现的目标(暂时的)
1.点击珠子的时候最好有动态效果
2.珠子移动的动态效果-five pig game
- 2022-07-14 13:35:33下载
- 积分:1
-
OceanLightingFFT
说明: cat bmp picture sddsda
- 2018-12-29 22:08:12下载
- 积分:1
-
03b1730cb31f464fa006a05ce501e8f18dc0
BIOMETRIC VICE RECOGNITION
- 2017-12-11 19:27:51下载
- 积分:1
-
粒子群算法试算
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。(Particle swarm optimization (PSO), also called particle swarm optimization (Particle Swarm Optimization), is abbreviated as PSO, which is a new evolutionary algorithm (Evolutionary Algorithm EA) developed in recent years. PSO algorithm is a kind of evolutionary algorithm. It is similar to simulated annealing algorithm. It also starts from the random solution and finds the optimal solution by iteration. It also evaluates the quality of the solution through fitness, but it is simpler than the genetic algorithm rule. It does not have the crossover (Crossover) and the Mutation operation of genetic algorithm. Search for global optimum. This algorithm has attracted the attention of the academic community for its advantages of easy realization, high accuracy and fast convergence, and has shown its superiority in solving practical problems. Particle swarm optimization (PSO) is a parallel algorithm.)
- 2018-12-25 14:28:52下载
- 积分:1
-
27796714system
说明: ieee 14 bus system, 用于网络潮流计算,PQ节点替换(ieee 14 bus system in electricity netwroks)
- 2020-06-16 05:00:01下载
- 积分:1
-
cJSONFiles
说明: JASON解析,打包等测试例程,包含头文件,C文件,test文件等(void doit(char *text)
{
char *out;cJSON *json;
json=cJSON_Parse(text);
if (!json) {u1_printf("Error before: [%s]
",cJSON_GetErrorPtr());}
else
{
out=cJSON_Print(json);
cJSON_Delete(json);
u1_printf("%s
",out);
free(out);
}
})
- 2020-06-15 23:20:01下载
- 积分:1