搜索资源列表
cewen
- 用一片DS18B20构成测温系统,测量的温度精度达到0.1度,测量的温度的范围在-20度到+100度之间,用8位数码管显示出来。 -DS18B20 pose with a temperature measurement system, the temperature measurement accuracy of 0.1 degrees, the temperature measurement range of -20 degrees to +100 degrees, with eight
eight_number
- 本程序可以实现有启发式函数的八数码搜索问题:你可以输入任何合理的初始值和中止值,就可以运行并输出最优解!-this program can achieve a heuristic function of eight digital Search : you can import any reasonable value and the initial value of the stay on the run and the output optimal solution!
chuankoxianshi(0)
- 静态串行移位8位数码管显示函数集,很不错得哦-static displacement eight Serial Digital Display Function Set, a very good oh
led(Keil)
- 这是一个简单的数码管显示程序,显示数码管轮流闪烁。-This is a simple LED display program shows that the digital pipe rotating scintillation.
cy7c68013CameraDriver
- USB芯片采用CY7C68013,制作了一款数码相机,包括拍照存储等功能
7LEDShow
- 用c语言编程实现7段数码管显示程序的实现
人工智能八数码问题
- 人工智能八数码问题,包括盲目搜索,不在位和距离两种A*算法。
ds18b20
- AT89S52 DS18B20单点温度测量程序 四位数码官显示
8
- 8数码类,人工智能上的。现在正在学习。8数码类8数码类8数码类
0803
- 7段数码管(使用范例) 本程序是增强版MEGA16/32开发板的示例程序之一
八数码
- 用A*算法解决八数码问题
控制摄像头和数码相机进行拍照和摄像(WIALIB的C#例子)
- 控制摄像头以及数码相机进行拍照和摄像的例子。 C#环境 使用WIALIB
8puzzle
- 8数码难题求解,3*3矩阵,输入初始状态和最终状态,编译运行观察运动步骤。-8 digital problem solving, 3* 3 matrix, enter the initial state and final state, the compiler is running observe the movement step.
Digital
- 我这里实现的是八数码的问题,带有源代码,欢迎大家使用-8 Digital
dianzizhongchengxu
- 电子钟,实现每按一次按键,显示时分秒的数码管数字均可分别加1或减1,且当显示小时的数码管显示到24时,所有数码管会自动清零。-Electronic clock to achieve every time I press the button, the display minutes and seconds can be a digital control numbers plus 1 or minus 1, respectively, and when the digital LED displ
PhotoCompress
- 一个数码相机图片压缩的源代码,用C#编写完成-a photo compress source code,writen by C#
SEG7_Timer
- 数码管显示,基于FPGA实现的数码管显示-LED display
EightNumberCodeGame
- C#八数码游戏,利用控件实现八数码游戏。具有一定的趣味性。-CSharp EightNumberCodeGame
## 温度上下数码管显示 发送资料
- 温度上下数码管显示资料,包括答辩会提到的问题,以及报告模版资料等等(Temperature up and down digital display data)
八数码问题 C语言代码
- 人工智能课基于A*算法的八数码问题 C语言实现