资源列表
maoren
- 矩阵乘法动态规划 矩阵乘法动态规划-matrix multiplication dynamic programming matri x multiplication Dynamic Programming
WebNet
- ASP.net+C#网络小程序,适合于初学者了解.net编程机制-C# ASP.net network of small procedures, suitable for beginners to understand. Net programming mechanism
liaotianshihaha
- 一个聊天室的JAVA源程序 绝对可以运行 包含客户端和服务端-a chat room, the absolute source Java can run includes client and server
unixkcsjhaha
- 模拟UNIX文件系统的实现 北大实验书内容-simulated UNIX file system of Beijing University experiment contents
ImageConverter_src
- 能进行Image图片格式相互转换,非常不错。-conduct Photo Image Format Conversion, very good.
Google_Position_Monitor_demo
- google位置监视程序,能知道当前的google排名-location surveillance procedures, to know the current Google ranking
regexpTest
- 这是一个测试、分析、解释正则表达式的源代码例子。-This is a test, analysis, interpretation expression is the source code examples.
2006061615404613482
- 这是本人经过1个月的学习编写的个人财政管理源代码,希望对大家有所帮助。-after a study prepared on the personal financial management source code, we want to help.
cmlsprostman
- 帮助铅球运动员 扔出好成绩的软件。 能根据运动员的力量,计算出完美出手角度,使运动员扔出最好成绩-help athletes throwing the shot put tremendous software. Based on the strength of athletes, calculated perfect angle shots, so out of the best athletes
zvcspwm
- dsp生成pwm,是用TM320LF2407实现的,可用于逆变器的控制方面-dsp generate PWM, is TM320LF2407 achieve, and can be used for inverter control
testIE
- 如何使用Visual C#打造 “浏览器”-how to use Visual C# to create "browser"
mcu_pid_c_program
- 在使用单片机作为控制cpu时,请稍作简化,具体的PID参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-using SCM as the control cpu, please slight