-
3412
说明: 使用C语言编程,史上最让人尖叫的C语言代码(Using the C programming language, most people screaming in the history of C language code)
- 2010-04-20 19:02:02下载
- 积分:1
-
HeatMeterbyUsingRL78L12_eeprom
超声波热量表完整代码,EEPROM用户操作源代码,瑞萨RL78系列单片机,开发环境cubesuite+(Ultrasonic heat meter complete code, EEPROM user operation of the source code, Renesas RL78 microcontroller, development environment cubesuite+)
- 2014-05-03 10:41:12下载
- 积分:1
-
VC++音乐播放器
Music_Box源代码,VC++音乐播放器(win32源码版),该音乐播放器采用Win32SDK实现,具有音乐列表保存功能,支持皮肤透明度的设置。尤其是界面设计值得一赞哦,先看下截图,是不是很漂亮的蓝色风格?好像使用了控件!
- 2022-12-02 15:20:03下载
- 积分:1
-
xingdexiaoboshili
这些例子只要直接调入matlab就可以应用,简洁方便。适合初学者(meaningful)
- 2009-09-12 07:24:06下载
- 积分:1
-
ISO 15031
说明: ISO15031诊断说明 适用于测试以及研发人员(ISO15031 Diagnostic Instructions for Testing and R&D Personnel)
- 2019-01-07 18:54:09下载
- 积分:1
-
jiaoxueguanli
我做的一个教学管理的软件,可以对其进行增删查改等等功能!(I do a teaching management software, its additions and deletions investigation changed more!)
- 2012-09-04 21:38:14下载
- 积分:1
-
power-system-simulation-
电力系统仿真技术,主要是matlab环境下的电力系统仿真研究(Power system simulation technology, mainly is the matlab environment simulation of power system)
- 2013-04-21 20:03:16下载
- 积分:1
-
CCS进行图像处理
利用ccs对图像进行处理,包括二2值化,反色,和上下颠倒。
/***********************************************************************
** Main Function Program
***********************************************************************/
#include "math.h" //也可以不要
#include "stdio.h"
#define IMAGE_WIDTH 64
#define IMAGE_HEIGTH 64
main()
{
FILE *fi;
int i,j,k;
int y[IMAGE_HEIGTH][IMAGE_WIDTH];
unsigned char id[64];
char m;
k=128; /*k is Threshold Value*/
// fi=fopen("D:TupianLena64.bmp","rb");
fi=fopen("C: imyprojectslab56DSP54X-28-TuxiangchuliTupianLena64.bmp","rb");
/* if(fi==NULL)
{
printf("can not open file Lena64.bmp.
");
exit(1);
&nbs
- 2023-02-23 16:40:03下载
- 积分:1
-
adc转换
说明: 基于c51的adc转化,可实现音乐控制led(Based on C51 ADC conversion, music control LED can be realized.)
- 2020-02-07 10:24:31下载
- 积分:1
-
飞机大战(C++)
飞机大战,用C++写的,页面效果已经很棒了
- 2022-01-24 16:32:20下载
- 积分:1