-
software
说明: 使用arduino单片机结合LTC4150模块检测电源电量(Using Arduino MCU and LTC4150 module to detect power supply)
- 2019-03-29 15:28:15下载
- 积分:1
-
粒子群算法求最优潮流
原创粒子群算法求最优潮流,简单易用,已经通过校验,可以使用
- 2022-09-24 08:15:03下载
- 积分:1
-
Shadow
OPENGL编程,模拟阴影绘制,实验效果为月亮自动下降,投影到物体上的阴影也跟着变化(OPENGL programming, simulation shadow rendering, the experimental results for the moon automatically decline also followed changes in the shadow projected onto objects)
- 2013-04-12 18:51:49下载
- 积分:1
-
surshrHEDA
基于直方图的分布估计算法matlab源程序,测试函数选用的是30维函数(for h=1:m
for j=1:((x2-x1)/binswidth)
if (x(h)>=x1+(j-1)*binswidth)&(x(h)<x1+j*binswidth)
H(j)=H(j)+1
end
end
end
[wid,len]=size(H)
H=H/(wid*len)
objvalue=sort(objvalue, descend )
for j=1:((x2-x1)/binswidth))
- 2013-03-15 10:44:15下载
- 积分:1
-
水库调度POA
水库调度POA算法,动态规划的改进方法。(POA algorithm for reservoir scheduling)
- 2018-04-17 21:12:13下载
- 积分:1
-
rpgx
一个基于c语言的RPG游戏,刚学了c语言来此分享一下(A RPG game based on C language, just learned the C language to share this.)
- 2018-07-05 13:06:56下载
- 积分:1
-
NIKE专卖店销售系统
说明: nike销售平台系统,可以方便实体店销售服务,和店长的统计服务,优化,方便,快捷(Nike sales platform system, can facilitate the store sales services, and the shop chief's statistical service, optimization, convenience, quick)
- 2018-03-24 14:51:25下载
- 积分:1
-
FFQueue FFmpeg 图形化界面 影音格式转换
FFQueue是一款非常强大、好用的视频转码软件,其支持的H265编码,经过它压缩后的视频文件非常小,而且画质基本和压缩前不会有太大区别。对手机可变帧录制的视频,经过转换后不会出现声画不同步问题。FFQueue支持视频的剪切和拼接,并可以制作gif,同时还支持AMD显卡的加速处理。更多功能大家使用中去发现,作为制作教学视频上传或保存大视频节约空间的玩家可以说是必备精品。当前版本是FFQueue1.7.52.259
- 2021-05-06下载
- 积分:1
-
lr0
lr(0)文法及其预测分析表
lr(0)文法及其预测分析表
lr(0)文法及其预测分析表(lr (0) Analysis and prediction of grammar lr (0) Analysis and prediction of grammar lr (0) grammar analysis and forecast table)
- 2009-06-04 20:55:10下载
- 积分:1
-
Desktop
调度问题的回溯算法,算法中的经典问题。问题描述:假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。(Scheduling problem backtracking algorithm is the classic problem. Problem Description: Suppose there are n-task by the k-parallel machine can be completed. The time required to complete the task i is ti. Try to design an algorithm to find completing these n-best task scheduling, making the earliest time to complete all tasks.)
- 2010-02-19 23:31:11下载
- 积分:1