资源列表

排序选择:

« 1 2 ... .87 .88 .89 .90 .91 161292.93 .94 .95 .96 .97 ... 267451 »

[数据结构常用算法poj1141

说明:POJ 1141题目源码+源码 题意: 给你一段 括号序列 让你输出 一个最小的让括号合法的序列 黑书上 有将 思路 : dp[a][b] 代表 a b 之间 最小的需要填加序列数目 a==b时 dp[a][b]=1 a>b时 dp[a][b]=0 s[a] 与s[b]配对时 dp[a][b]=dp[a+1][b-1] 否则 dp[a][b]=min(dp[a][k],dp[k+1][b]) a<=k<b 记录路径采用 一般DP记录路径
<szy> 在 2025-07-23 上传 | 大小:1kb | 下载:0

[其他嵌入式/单片机内容control

说明:51单片机红外控制系统,控制电机正反转动,5档变速-51 SCM infrared control system.Control and motor rotation, 5 shifting speed
<贡游> 在 2025-07-23 上传 | 大小:18kb | 下载:0

[JSP源码/Javajava30

说明:java经典笔试题20道题很好的适合新手-java classic pen questions
<徐文桂> 在 2025-07-23 上传 | 大小:5kb | 下载:0

[编译器/词法分析b33

说明:简单的汉明码编码和解码,简单实用,适合初学者使用-The hamming code
<国家> 在 2025-07-23 上传 | 大小:1kb | 下载:0

[图形/文字识别VC_Fingerprint

说明:一个可以实现指纹识别算法的Visual C++源代码-A fingerprint identification algorithm can realize the Visual C++ source code
<yang> 在 2025-07-23 上传 | 大小:27kb | 下载:0

[软件工程555-TIMER

说明:its about working of 555 timer and its instructions
<vijay> 在 2025-07-23 上传 | 大小:408kb | 下载:0

[图形图像处理(光照,映射..)Light_AD

说明:图像亮度增加的程序,本程序中,每点击一次“增加亮度”,图像灰度提升16;每点击一次“降低亮度”,图像灰度降低16。-The image of the increase brightness program, this procedure, per click a "increase brightness," image grey ascension 16 Each click on a "reduce brightness", image grey reduce 16.
<yang> 在 2025-07-23 上传 | 大小:186kb | 下载:0

[书籍源码ChatRoom

说明:wcf聊天程序,非常好用,登录、聊天、可以对人私聊-WCF chat program Is very nice
<小华> 在 2025-07-23 上传 | 大小:197kb | 下载:0

[软件工程tut-03-nucleate-boil

说明:The purpose of this tutorial is to demonstrate the modeling of forced convection subcooled nucleate boiling using the in-built boiling model available under Eulerian multiphase model.
<Ranga> 在 2025-07-23 上传 | 大小:275kb | 下载:0

[VHDL编程VHDL

说明:Quartus4.1以上版本软件 门电路、组合逻辑电路、时序逻辑电路等。 防抖动电路设计 -Quartus4.1 above version of the software Gates, combinational logic circuits, sequential logic circuits. To judder circuit design
<常雪倩> 在 2025-07-23 上传 | 大小:12kb | 下载:0

[JSP源码/Javajad

说明:Used to decompile the class file
<周问> 在 2025-07-23 上传 | 大小:270kb | 下载:0

[图形图像处理(光照,映射..)Inverse_FFT

说明:一个对图像进行逆滤波处理,复原操作的C程序-The image inverse filtering, the recovery operation of C program
<yang> 在 2025-07-23 上传 | 大小:1kb | 下载:0
« 1 2 ... .87 .88 .89 .90 .91 161292.93 .94 .95 .96 .97 ... 267451 »

源码中国 www.ymcn.org