资源列表
4leds_driver
- 该程序是在S3C2410基础上开发的Linux流水灯驱动程序,该程序是一个很好的与硬件结合的驱动入门程序,而且有测试程序。-The program is developed on the basis of S3C2410 water lamp Linux driver, the program is a very good driver and hardware combination of entry procedures, and test procedures.
XmlHandler
- xmlhandler xmlhandler
bianyiyuanlichifadaima
- 设计一个词法扫描器。词法扫描器的功能是输入源程序,输出单词符号。写出关键字集合和程序流程图。例如源程序为C语言。输入如下一段: main() { int a,b a = 10 b = a + 20 } 输出如图: (2,”main”) (5,”(“) (5,”)“) (5,”{“) (1,”int”) (2,”a”) (5,”,”) (2,”b”) (5,” ”) (2,”a”) (4,”=”)
perceptron
- perceptron code in -perceptron code in NN
lc3k
- 1D Liquid Crystal Solver
shishidonghua
- 计算机图形学编程 VC++环境下的实时动画源代码-Computer graphics programming environment of VC++ source code for real-time animation
CP
- char* pOutInfo[]= { "欢迎使用学生成绩管理系统 v1.0\n", "请选择您的操作:\n【1】输入新记录\n【2】显示记录\n【3】查找\n【4】排序输出\n【5】插入新记录\n【6】删除记录\n【7】保存文件\n【0】退出系统\n", "您输入的功能有误,请查询后再输入!\n", "请输入 学号,姓名,分数1,分数2,分数3:\n", "操作完成!请继续使用!\n" } -char* pOutInfo [] = (" Welco
checkmodify
- VB判断文件或一段文字是否被改动,当文字被修改后,退出程序时会要求保存文件
ShowCursor
- 这是一个隐藏与显示鼠标的例子,相信对初学者有一定的帮助-This is an example of hiding and show the mouse, I believe there is some help for beginners
54768657645
- 再发一个文字滚动,基于VB代码,有需要的就下载吧。-Then send a text scrolling, based on the VB code, there is a need to download it.
T-Distribution-arithmetic
- T分布(抽样分布),求概率与分位数的算法源码,其中包含伽马函数、阶乘、T分布函数、T分布概率、T分布分位数-T Distribution, for calculating the displacement and possibility, include Gamma function, Factorial, Displacement and Possibility arithmetic
pcryuce
- 实现主元分析的简单预测功能和灰色预测程序,代码简单易懂,可以根据需要进行修改!