搜索资源列表
CLOCK_LED_Show
- 89S51 与数码管显示器以及键盘SW 对应引脚的联机为: P0.0-------------------------数码管显示器的a脚 P0.1-------------------------数码管显示器的b脚 P0.2-------------------------数码管显示器的c脚 P0.3-------------------------数码管显示器的d脚 P0.4-------------------------数码管显示器的e脚 P0.5---------
vb-sub
- 用VB实现USB功能,主要是通过调用EasyD12.dll动态连接库函数,控制USBU端对 DP-51学习板24WC02时行读写控制。-VB USB functions, mainly through call EasyD12.dll DLL function, USBU-right control of DP-51 learning at the plate WC02 24 firms control read and write.
wert
- 功能:ZY886A液晶显示模块显示控制。启动程序即进入正常显示状态(循环显示一系列数字0~F)。 说明:将跳线器题J6、J19、J20分别短接到LCM_/WR、LCM_DAT、LCM_/CS端。 通过跳线器J8、J9选择高频晶振6MHZ。 在DP-932下载实验仪上,通过JP2与ZY886A液晶模块进行连接。
232
- 在DP上面运行成功的232串口汇编程序,将程序下载到单片机里面,然后拨到RUN直接运行,两单片机可以成功的操作另一个单片机-DP successful run in the top of the 232 serial compilation process, the program downloaded to a single chip inside, and then transferred directly RUN operation, the two single-chip operati
7290test
- DP-1581的8563T及7289a键盘LED演示程序-DP-1581 and 7289a of the 8563T Keyboard LED demo
(DP)
- 又见最少失约: F[i,j] 表示 考虑前i个会议,截止时间<=j 时 的最大价值。 初值 F[i,0]=0 递推:F[i][A[i].end]=max{ F[j][A[j].end]+A[i].weight } 其中0 <= j < i -See also the least missed appointments
fibo-using-dp-and-not-dp
- generating fibonacci numbers using dynaminc programming and withot dynmic programming.
DP
- 用C语言编写的动态规划,用于水库优化调度-Written by C language with dynamic programming for optimal operation of reservoir
DP-DDP-POA
- 运用动态规划\增量动态规划\POA 进行水库优化调度-DP \ DDP \ POA Reservoir Optimal Operation
DP算法Fortran程序
- 动态规划,可用于水库水电站优化调度,求解发电量最大(dynamic programming)