搜索资源列表
mcr
- 聊天室,asp源码,很简单,很实用,我在其他网站上找的-Chat rooms, asp source code, very simple and very practical, I am looking for on other sites
shuma_st_51aspx
- 聊天室类的,很好的,简单 ,我也是从别的那里弄来的-Chat room classes, good, simple, I am also from the other, where did you get the
final_lbl
- hie,, i am nibi jose, i a BCA student, & i am upolading my project on " library management system" in C++, using graphics. hop you like it.....!! )-hie,, i am nibi jose, i a BCA student, & i am upolading my project on " library management system" i
binary-tree-in-templates
- so i want to make a code, that creates a binary tree, that holds data, for example ints like 1,6,2,10,8 and on pop i get the biggest number, and after that it gets deleted from the tree, and on push i can insert a new element. And this should be in a
am
- 实验一 模拟调制解调,调幅波的调制解调,以及加噪滤波-Experiment one analog modulation and demodulation, amplitude modulated wave modulation and demodulation, and adding noise filtering
talk
- quit please i am so busy
WebApplication1
- noting to do so i am trying to download somthing but i m not done-noting to do so i am trying to download somthing but i m not done
Select
- this just to now what i am doing pls register me-this is just to now what i am doing pls register me
part1
- The program deals with some kind of string manipulation. It s a part of a very big file that I am currently working on.
fortran90
- FORTRAN语言是Formula Translation的缩写,意为“公式翻译”。它是为科学、工程问题或企事业管理中的那些能够用数学公式表达的问题而设计的,其数值计算的功能较强。-I am attempting to convert some old fortran codes and becoming somewhat annoyed by the apparent jumping of code. WOuld I be correct in assuming that the code i
AM-mod
- AM调制和解调的整个过程,同时有频域和时域的波形-The whole process AM modulation and demodulation, while the frequency domain and the time domain waveform
weiduomei_2015.0430
- 经济将哈哈哈哈这是一个相当不对的软件,千万别用,谢谢合作-how are you i am fine and you i am fine,too
2.12
- 设A=(a1,…,am)和B=(b1,…,bn)均为顺序表,A’和B’分别为A和B中除去最大共同前缀后的子表(例如,A=(x,y,y,z,x,z),B=(x,y,y,z,y,x,x,z),则两者中最大的共同前缀为(x,y,y,z),在两表中除去最大共同前缀后的子表分别为A’=(x,z)和B’=(y,x,x,z))。若A’=B’=空表,则A=B;若A’=空表,而B’≠空表,或者两者均不为空,且A’的首元小于B’的首元,则A < B,否则A > B。试写一个比较A、B大小的算法(请注意: