资源列表
bubble-dew-point
- 泡露点编程,用于计算化学物质泡露点的程序,用于课程作业或者计算机程序模拟-Bubble dew point programming
training-radial-basis-function-neural-network
- training code for radial basis function
movecharbymouse
- matlab中移动字符对象,有源程序 并附有说明 直接复制到matlab的m文件中即可运行-matlab moving characters in the object, there is a direct copy the source code with a note to the matlab m-file to run
javastack
- stackflow in java swingsource code
xinlvji
- 测量心跳次数并且显示在1602上,并通过按键控制开始测量-Measure the number of beats and displayed in 1602, and through the control button to start measuring
add_STO
- add STO to the transmited signal
triangle
- Build a triagle using c++ code. c++ is easy to use. Try it and you might love it.Be a developer or programmer for your co
pid
- 最 小 二 乘 法 拟 合 曲 线-Least-squares fitting curve
loss
- Code For Dispatch With Losses and Loss Data
pso
- pso learning in matlab
codec_ctrl.vhd
- codec controller for fpga design, audio synthesizer, vhdl
Joseph
- 1. 约瑟夫(Joseph)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。 2. 演示程序以用户和计算机的对话方式进行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入演示程序中规定的运算命令