-
MUSIC-
基于最小冗余线阵的谱相关共轭循环MUSIC算法(MUSIC algorithm based on conjugate cyclic spectral correlation minimum redundancy linear arrays)
- 2013-12-26 12:39:53下载
- 积分:1
-
FileUpload_asp
上传文件插件,ASP页面和源码,很好用的(Upload file plug-ins, ASP page and source)
- 2010-06-07 11:44:47下载
- 积分:1
-
携程
说明: 携程网首页的仿写,只有静态效果,有需要的可以看看(Ctrip's copy of the home page, only the static effect, there is a need to look at)
- 2017-08-01 15:32:59下载
- 积分:1
-
Standard-CPP
美国编制C++教程,提高C++编程质量,有利于学习资料,对初学者和入门的都有很提高。(Improve the quality of C++ programming, in favor of learning materials for beginners and entry has very improved)
- 2014-01-13 16:35:32下载
- 积分:1
-
chua.pdf
AT89C52单片机与VB串行通信的实现实现vb(AT89C52 microcontroller with VB serial communication to achieve vb)
- 2012-05-20 14:25:13下载
- 积分:1
-
zhnews2.0
【程序主要功能】
= 1、界面美观,首页采JS调用并可控制显示的条数和字数
= 2、更多首页更新公告分页显示
= 3、可方便删除、修改公告标题和内容
= 4、可随时修改管理员帐号密码及网站信息资料
= 5、公告内容支持基本的UBB功能,URL自动过滤显示,可插入图片(The main function of the program []
= 1, beautiful interface, Home Mining JS call can control the display and the number of words
= 2, more Home page display update bulletin
= 3, can be easily delete, modify the title and content announcement
= 4, you can modify the administrator account password and website information at any time
= 5, UBB announcement supports basic functions, URL automatically filter the display, you can insert pictures)
- 2016-02-25 11:18:17下载
- 积分:1
-
ds1
建立一张顺序存储结构的线性表(顺序表),表中数据元素为整型数,能够存储的最大元素数量为50。在该顺序表上依次完成以下操作:
(1)判定线性表是否为空。
(2)依次在顺序表尾部(第n+1位,n位线性表长度)插入数据元素:15、207、36、79、21、97、652、109、66、81,然后输出整张线性表(依次输出所有元素)。
(3)删除第5个元素,然后输出整张线性表。
(4)在线性表的第3位插入数据92,然后输出整张线性表。
(5)在线性表中查找值为79的元素,如果存在输出它是第几位,不存在输出提示信息。
(6)线性表中查找值为31的元素,如果存在输出它是第几位,不存在输出提示信息。
(7)查找线性表中,值为652的元素的前驱元素以及后继元素的值。
(Order to establish a linear table storage structure (order form), the table is an integer number of data elements, the maximum number of elements that can be stored is 50. On the order form in order to complete the following:
(1) determine whether a linear table is empty.
(2) sequentially in the order form the tail (the n+1 bit, n-bit linear meter length) into the data elements: 15,207,36,79,21,97,652,109,66,81, and then output the entire linear table (in order to output all elements).
(3) Delete the first five elements, and then output the entire linear form.
The first three insert data (4) line of the table 92, and then output the entire linear form.
(5) Find a linear table of elements is 79, if there is it is the first of several output, the output message does not exist.
(6) Find a linear table of elements is 31, and if there is it is the first of several output, the output message does not exist.
(7) Find a linear table, element 652 is a precursor elements and the va)
- 2014-05-11 19:16:52下载
- 积分:1
-
WindowsApplication1
很久以前写的一个数码管取模软件,可做单片机来发辅助…(a MCU tool ,i ve written it when i was a freshman)
- 2011-11-28 14:16:20下载
- 积分:1
-
fer1
$regfile = M8DEF.dat internal crystal 8000000
Config Lcdpin = Pin , Db4 = Portc.1 , Db5 = Portc.2 , Db6 = Portc.3 , Db7 = _
Portc.4 , E = Portd.2 , Rs = Portd.3
Config Lcd = 16 * 2
Config Timer1 = Counter , Edge = Rising
Ddrb.1 = 0 : Portb.1 = 1 PULL UP RESISTOR ACTIVATED
Config Timer0 = Timer , Prescale = 1024
Enable Counter1
Enable Interrupts
Enable Timer0
Enable Timer1
On Ovf1 Pulsecount
On Ovf0 Ovf0occures
Dim A As Long , I As Long , B As Byte
B = 0
Cls
Start Timer0
Do
Loop
End end program
Ovf0occures:
Incr I
If I > 30 Then
Stop Timer0
Cls : Home
A = B * 65536
A = A + Counter1
Lcd FREQ IS : A HZ
B = 0
I = 0 : Counter1 = 0
Start Timer0
End If
Return
Pulsecount:
Incr B
Counter1 = 0
Return
- 2014-11-22 01:04:48下载
- 积分:1
-
HelloWorld
这是一个使用的HTML标签查找源代码,通过这个源代码可以方便的复习HTML标签。(This is a HTML tag source code,with which you can look up conviently the HTML tag.)
- 2015-04-06 00:40:36下载
- 积分:1