资源列表

« 1 2 ... .79 .80 .81 .82 .83 8184.85 .86 .87 .88 .89 ... 11386 »

[其它资源xxxrdj

说明:该程序为经典的算法,欢迎大家下载!!请大家相互学习和请多多指教-procedures for the classic algorithms, welcoming everyone to download! ! Let us learn from each other and a great weekend! !
<老赵> 在 2008-10-13 上传 | 大小:8.54kb | 下载:0

[其它资源dancinglink

说明:This a program to implement the so-called \"dancing link\" which is introduced in Knuth s paper. This is really a super acrobatic and I am sure that not many programmers can understand the algorithms.   -This is a program to implement the so-c
<reine> 在 2008-10-13 上传 | 大小:8.54kb | 下载:0

[其它资源ACKFunction

说明:实现阿克曼函数并统计递归调用次数 Counting times of recursion calling 1. 问题描述 定义阿克曼递归函数: ACK(0,n)=n+1 n>=0 ACK(m,0)=ACK(m-1,1) m>=1 ACK(m,n)=ACK(m-1,ACK(m,n-1)) m,n>0 2. 基本要求 读入m、n,输出ACK(m,n)的值,并统计递归调用次数。-Ackermann achieve statistical a
<李昭明> 在 2008-10-13 上传 | 大小:8.55kb | 下载:0

[其它资源usb1.1phy

说明:USB 1.1 PHY的代码,verilog语言 USB 1.1 PHY的代码,verilog语言-USB 1.1 PHY code, verilog language USB 1.1 PHY code, verilog language
<william> 在 2008-10-13 上传 | 大小:8.55kb | 下载:0

[其它资源WinMain_lyon

说明:在控制台窗口操作鼠标及绘制图形,当需要对图象进行加工处理时就需要设计各种图形绘制事件。-console window operation in the mouse and drawing graphics, When the needs of image processing on the need to design graphics rendering incident.
<王亮> 在 2008-10-13 上传 | 大小:8.55kb | 下载:0

[其它资源Cylinder

说明:利用VTK绘制了一个六棱柱,用鼠标左键按住,可使实体进行旋转渲染。-use VTK drawing a six prism, with the left mouse button press will enable entities rotation exaggerated.
<郑雪虎> 在 2008-10-13 上传 | 大小:8.54kb | 下载:0

[其它资源DDS_sin

说明:用VHDL语言实现DDS直接数字频率合成器的设计,采用正弦RAM表,可实现频率可控的正弦数字信号,编译、仿真通过。-VHDL DDS Direct Digital Frequency Synthesizer Design using sinusoidal RAM table achieve controllable frequency sinusoidal digital signal, compile, through simulation.
<sarahyu> 在 2008-10-13 上传 | 大小:8.54kb | 下载:0

[其它资源atartup

说明:基于飞利浦 lpc2104 arm7 微处理器的部分程序
<chenfang> 在 2008-10-13 上传 | 大小:8.54kb | 下载:0

[其它资源verilog

说明:8bit alu use verilog hdl
<周微微> 在 2008-10-13 上传 | 大小:8.55kb | 下载:0

[其它资源ado

说明:实现一个前厅管理系统的简单的数据库设计,使用Microsoft Visual Basic作为其实现代码
<susan> 在 2008-10-13 上传 | 大小:8.55kb | 下载:0

[其它资源超级智能五子棋

说明:采用最新算法,即使你很厉害,也不免会败给电脑。-using the latest algorithm, even if you are very serious, will inevitably be lost to the computer.
<陈朝营> 在 2008-10-13 上传 | 大小:8.55kb | 下载:0

[其它资源排序(M)

说明:这是关于文件操作的一个题,由题意可知,该题解决起来应该分为三个部分。第一部分即从in.dat中读入数据,第二部分即实现排序的算法,最后应该实现将排序的结果输出到out.dat中。-This is the document on the operation of a title, and that Italy, we can see that the solutions to the problem should be divided into three parts. The first par
<XFX> 在 2008-10-13 上传 | 大小:8.54kb | 下载:0
« 1 2 ... .79 .80 .81 .82 .83 8184.85 .86 .87 .88 .89 ... 11386 »

源码中国 www.ymcn.org