资源列表
shiyan11
- 学习c++的一些实例程序,比较系统,对学习c语言很有帮助。一共12个压缩文件,不用帐号就可下载。-Learning c++ examples of procedures for comparing systems, be helpful to learn c language. A total of 12 compressed files, do not account can be downloaded.
danpianjidianziqin
- 单片机因其体积小、功能强、价格低廉而得到广泛应用。这个单片机电子琴,利用AT89S52的功能设计电子琴电路,仅仅用AT89L52单片机设计微型电子琴的方法,仅需AT89L52最小系统,扩展一组小键盘(这里以4×4键盘为例,可按需要扩展),再加一片LM386做音频小功放,输出到扬声器。电源可由12V直流电压或者三节5号电池提供。电路简单,元器件少,很容易制作。-SCM because of its small size, powerful functions, low cost and widel
LCD12864
- 12864为四行显示液晶屏,具有调节亮度功能,此程序为12864液晶屏的底层驱动程序-12864 for four lines showing the LCD panel, with functions of adjusting the brightness, this program is 12864 LCD screen to the bottom of the driver.
linklist
- 线性表链式存储算法,包括建立,查找,显示等,并可完整运行。-The linear table chain storage algorithms, including the establishment, search, display, and can complete run.
cover
- 通信公司准备在n 个村庄中的某些村庄安装基站,对于村庄i ,在其中建立基站的花费 是Ci。我们把村庄看成是一个二维平面上的点。对于每一个基站,他们的规格,配置都是 相同的,一个基站发射的信号可以覆盖以它为中心的半径为R 米的圆形区域(边界上的也 算被覆盖)。现在公司希望用最小的花费,使得这n 个村庄都能被信号覆盖
spatialLMS
- steering vector function in matlab code
fortran-study5
- 用于fortran初学者的参考小程序,可以在学习基本程序语法的同时,参考练习-Reference applet for fortran beginners, while learning the basic program syntax, reference practice
detection_1
- this code is about QRS detection in ECG signal. you have to enter the signal data, and the output is the position of the Q and R and S wave.
shop
- 算法实验作业 3-3 购物问题 问题描述: 由于换季,某商场推出优惠活动,以超低价格出售若干种商品。但是,商场为避免过分 亏本,规定某些商品不能同时购买,而且每种超低价商品只能买一件。身为顾客的你想获得 最大的实惠,也就是争取节省最多的钱。经过仔细研究过,我们发现,商场出售的超低价商 品中,不存在以下这种情况: n(3≤n)种商品 c1, c2, c3,…, cn,其中 ci和 ci+1是不能同时购买的(i=1, 2, …,n-1),而 且 c1和 cn也不能同时购买
remote-control-car
- 遥控车 remote control car-remote control car
Adj
- 图的建立,用邻接矩阵实现的, 包括无向图,有向图-Establishment figure, with the adjacency matrix to achieve, including undirected graph, directed graph
LR.tar
- 逻辑斯谛回归的python实现,主要是用的梯度下降法以及改进的随机梯度下降法实现-logit regression