-
simulateellipse
利用已知的一些点,利用多项式模拟出椭圆(圆形),适合于数学图像算法的初学者,只要打开*.CPP文件,加入一些点的文件就可以用。自己可以拓展为多种图形的数学模拟(to simulatorsllipe, Adampt to fresh student)
- 2012-11-30 09:04:09下载
- 积分:1
-
QQ-User-GUI
VS2008 C++ windows 应用程序。QQ用户界面设计。(The VS2008 C++ windows application. QQ user interface design.)
- 2012-08-06 10:48:23下载
- 积分:1
-
nadyrshin_ryu-st7920_stm32-49d3785667f5
说明: St7920 for stm32 basic
- 2020-06-24 22:20:01下载
- 积分:1
-
委托
C#的委托实现,,以一个建议的例子进行说明,具体代码以及注释均有。
委托实现了对方法的封装引用,适于初学者对于委托的理解(The implementation of C# is illustrated by a suggested example, with specific code and annotations.
The delegate realizes the encapsulation and reference of the method, and is suitable for beginners to understand the entrustment.)
- 2018-04-30 12:42:12下载
- 积分:1
-
温度采集代码 基于89c51单片机
基于89C51单片机 温度采集代码#include #include /**************外部变量定义************************/int num=0,num1=0; int set_t=20;double set_ph=7.0;double set_tu=3.0;/**************变量定义***************************/unsigned char AD_CHANNEL;double PH=0.0,TU=0.0;xdata unsigned char disbuff[14]={0};unsigned char Tempbuff[9];double ADC_Voltage=0.0,ADC_Voltage1=0.0;void Set_TU_Display();void Set_PH_Display();void Set_Temp_Display();unsigned char temp_value; bit SET_flag=0; //设定温度标志位int SET_Count=0;bit Warning_flag=0;sbit Beep =P2^3;sbit LED1 =P1^1;sbit LED2 =P1^2;sbit LED3 =P1^3;sbit LED4 =P1^4;void ReadTemp(void); void Delay_Beep(unsigned int i);/* * 函数名:Get_Voltage_Value * 描述 :获取ADC0809的转换电压值
- 2023-08-07 19:25:03下载
- 积分:1
-
SNAKE
说明: 自己编写的游蛇游戏,代码很简单,希望对编程初学者有帮助。(I have written snake game, the code is very simple, I hope to help beginners in programming.)
- 2011-02-24 17:44:27下载
- 积分:1
-
Memory Game coding
- 2023-08-15 02:05:03下载
- 积分:1
-
lib
将字符串转为整形用标准C实现在Brew平台上(string to integer use c on Brew platform)
- 2009-11-18 15:33:00下载
- 积分:1
-
山世光的人脸识别程序
山世光的人脸识别程序,具有很好的识别率
- 2022-02-25 02:52:03下载
- 积分:1
-
JPEG_LS
连续色调图像无损(近无损)压缩标准Jpeg_Ls源代码(continuous tone image lossless (Near-lossless) compression standard source code Jpeg_Ls)
- 2020-07-09 16:28:58下载
- 积分:1