资源列表
jisuanqi
- 此为模拟计算器的程序,C++写的……只能计算普通的运算-This is the analog calculator procedures, C++ ... ... Can only be written by calculating the average computing
Voltmeter
- ATMega8 voltmeter AVR working in ADC
Google_proxy
- 网页版在线代理,提供代理的是Google,它自动为你搜寻代理地址,并连接上-Web version of online agents, the provision of agency is that Google, it automatically for you search for proxy address, and connect the
browseDir
- C++语言编程实现文件夹遍历,希望对学习者有帮助。-C++ programming language folder traversal, learners want to help.
Bayesian_parameter_est
- 贝叶斯参数估计 输入:train_patterns, train_targets, sigma 输出:均值,协方差-function [mu, sigma] = Bayesian_parameter_est(train_patterns, train_targets, sigma)
hexdump
- hexidecimal screen dump
AutoServerftp
- windows环境下自动ftp下载文件的python脚本,可以配合定时使用-automatically download file from ftp site
source-code
- USB Uart to send some character from microcontroller to computer
Rubber-band-rectangle
- Rubber band rectangle
led
- 初学单片机的花样流水灯参考程序,适合初学者参考流水灯的源程序-Beginner the synchronized flow microcontroller lights reference procedures, suitable for beginners reference light water source,
MATLAB-homework
- 编写计算F(β)的M函数 F(β) ∫_0^π▒ dφ ∫_α^(π/2)▒ 〖sinθ∙ cosθ∙ dθ〗 其中参数α满足条件 sinφ∙ tanβ∙ tanα 1 (参考:F(π/3) π/4) -编写计算F(β)的M函数 F(β) ∫_0^π▒ dφ ∫_α^(π/2)▒ 〖sinθ∙ cosθ∙ dθ〗 其中参数α满足条件 sinφ∙ tanβW
链表合并去重
- 已知两个有序线性表L1和L2,每个线性表中数据元素的值为单调增的正整数(<100个),各线性表内部无重复元素。把L2中的元素合并到L1中,要求L1中数据元素的值仍为单调递增,且无重复元素。 问题输入 第一行输入两个正整数a,b,分别表示第一个线性表L1和第二个线性表L2的长度;第2行依次输入L1中单调增的a个正整数;第3行依次输入L2中单调增的b个正整数。正整数均小于10000。 问题输出 共有1行,最终合并并去重后的结果,每个数字之间有一个空格。 输入样例 6 7 1
