资源列表
simplepopup
- VC++定制 Popup控件的特效功能。-VC2B 2B Custom Popup controls functional effects.
chanpinzhiliang
- 通达OA工作流中产品质量检查报告流程设计-Mastery OA workflow product quality inspection report process design
x
- 值班登记,通达OA的一个工作流设计.为了测试.-Watchkeeping for registration, access to OA a workflow design. In order to test.
pb_guanli
- 学生成绩管理系统源代码 学生成绩管理系统文档 -Student achievement management system source code of student achievement management system documentation
RTCS
- 批量开telnet的VBS 不要问我是做什么的 只有你要用的时候才知道这是真正的好东西! -Bulk of the VBS to open telnet do not ask me What is the only use it when you know that this is a real good thing!
30120434
- hough transformation
Convolutional-Encoder-Viterbi
- 卷积编码器和viterbi译码器的设计与仿真-Convolutional encoder and viterbi decoder design and simulation
loto
- Program uses a 2-D dynamic array to store any number of sets of randomly generated LOTO 6/49 numbers. Simulation signed Lotto-Program uses a 2-D dynamic array to store any number of sets of randomly generated LOTO 6/49 numbers.Simulation signed
heapsort
- A heap is a binary tree satisfying the following conditions: This tree is completely balanced. If the height of this binary tree is h, then leaves can be at level h or level h-1. All leaves at level h are as fa
colorramp
- NUMERICGAUGE常用于与速度有关的数字显示,而速度常常有一些大小的限制。 NUMERICGAUGE自带的colorramp功能可以让程序的使用者对速度大小的限制一目了然,让我们避免了许多文字的说明。 但是,CVI和LabVIEW中默认情况下,对NUMERICGAUGE控件的colorramp显示功能是禁用的。附件的一个例子将让你立刻明白在CVI如何设置NUMERICGAUGE的colorramp属性。 -NUMERICGAUGE and speed are commonly
huffman
- Huffman codes In telecommunication, how do we represent a set of messages, each with an access frequency, by a sequence of 0’s and 1’s? To minimize the transmission and decoding costs, we may use short strings to represe
LCS
- Instead of finding the longest common subsequence, let us try to determine the length of the LCS. Then tracking back to find the LCS. Consider a1a2…am and b1b2…bn. Case 1: am=bn. The LCS must contain am, we h