资源列表
Javaprogram
- 一些 使 用Java编写的小程序,仅供 大家 参考,可以简单的了解一下Java编程。-Some prepared to use Java applets, for your reference, you can look at a simple Java programming.
shui14
- 流水灯变化程序,通过按键来控制变化模式的选择-Water lights change process, through the changing pattern of buttons to control the choice of
DZQ
- 利用实验仪键盘,使数字键1、2、3、4、5、6、7作为电子琴键,按下数字键发出相应的音调,PB0作为定时器门控信号,OUT1发出音频信号,驱动喇叭。-Experimental instrument keyboard, the numeric keys 1,2,3,4,5,6,7 as electronic keys, press the number keys issued tone PB0 as timer gating signal, OUT1 issue audio signal to d
Text1
- 方腔流动的lbm代码,模型是D2Q9.本人自己写的-Cavity flow of lbm code
kmeans
- kmeas聚类算法代码,主程序和调用程序-kmeas clustering algorithm code, the main program and the calling program
1
- 用递归下降分析法编写一个用于判断数学表达式是否正确的语法分析-Decreased by recursive analysis for the preparation of a mathematical expression to determine whether or not the correct syntax analysis
checkpe
- 检查一个文件是否是合法的PE文件,纯汇编代码,编译后的可执行文件比源程序还小,只有3.5K-Check whether a file is legitimate PE file, pure assembly code, compiled executable file smaller than the source, only 3.5K
Car
- 停车场管理。设有一个可以停放n辆汽车的狭长停车场(先进后出),它只有一个大门可以供车辆进出。车辆按到达停车场时间的先后依次从停车场最里面向大门口处停放-Car park management. With a strip of n cars parking Parking (advanced out), it is only one door can be used for vehicle access. Vehicle to reach the parking time has in turn
trans
- translate code acii to int function. Convierte un entero de 16 bits a dos caracteres ascii que se guardan, en un vector que se le debe pasar como argumento.
51pwm
- 51单片机PWM占空比调整演示程序 我花了一点时间,编写了这个程序,非常实用!(通过测试,注意:AT89S51单片机,有的单片机P3_7需要改为P3^7)-51 singlechip PWM duty cycle adjustment demonstration program I spent a little time, write the program, very practical! (through testing, note: AT89S51 MCU MCU P3_7, s
sortstudent
- 本程序由三部分组成:输入学生的信息(姓名和成绩);按成绩高低对学生进行排序;输出学生信息。 在输入学生的信息部分,在结构体中输入相应学生信息,输入姓名时,若输入‘!’则终止输入,转到sort排序函数;若输入超过最大数500,则也终止程序,转到sort排序函数,否则,执行循环,继续输入学生信息。 在sort排序函数部分,用到两层循环对学生进行排序。首先,拿第一个学生(i=0),用它和后面的学生进行成绩比较,如果前面的学生的分数小于后面的学生,则让两个学生在内存中的信息通过exch进行交换,
