-
srgp
简单的图形学SRGP教学包运用实现。
A.实现一个下拉菜单软件包,其高层设计见2.2.6节、2.3.1节、2.3.3节中的代码段。软件包通过从输入文件读入字符串来初始化菜单条和菜单体。程序可以通过关闭菜单条使标题消失,也可以激活一个菜单(以各菜单标题在菜单条上的水平位置作为参数)来使菜单出现。 (Simple graphics SRGP realize the use of teaching packages. A. The realization of a drop-down menu package, and its high-level design, see section 2.2.6, section 2.3.1, section 2.3.3 of the code segment. Package from the input file is read into the string to initialize the menu and menu body. Procedures can be closed so that the title menu disappear, but also can activate a menu (in the menu heading in the menu bar on the horizontal position as a parameter) to make the menu appear.)
- 2008-04-19 16:45:02下载
- 积分:1
-
miltikedia
C语言编程宝典,提供指针,数据库,VC,图像处理,多媒体学者应用,(C language programming treasure book, provides the pointer, the database VC, the image processing, the multimedia scholar application,)
- 2018-08-06 13:15:31下载
- 积分:1
-
LIBIniParser(INI配置文件解析类)1.0.0.4
indows提供了ini配置文件操作的API, GetPrivateProfileString, WritePrivateProfileString等,但是
这些API只能用在windows平台。
目前INI配置文件也存在很多第三方库,比如inifile,LibINI, UltraLightINIParser,IniParser, minini,
simpleini等,但是这些库很多都实现负责,功能却比较弱, 接口也不容易操作。
所以,自己写了一个INI文件的解析类,功能很强大, 接口非常简单,支持section重名, 支持一个section下有重名key。
还提供数据结构方便使用者获取任何的信息。采用C++语言实现。
- 2023-05-17 10:40:03下载
- 积分:1
-
function-approximation
基于BP神经网络的函数逼近源代码c++,函数为y=sin(x*pi/400)+2000,输入层为x,输出层为y,隐含层有10个神经元(Source code c++ function approximation based on BP neural networks, function y = sin (x* pi/400)+2000,The input layer is x, the output layer is y, a hidden layer with 10 neurons)
- 2014-01-15 10:17:11下载
- 积分:1
-
MggngaussA
MATLAB高斯噪声声生成函数(用于通信)
(MATLAB Gaussian noise sound generating function (for communication))
- 2012-07-27 21:28:36下载
- 积分:1
-
ListCtrl中重载Button
在ListCtrl每行中加按钮控件,按钮可控制该行内容的变化-ListCtrl each line in the Sino-Canadian button control, button control of the lines changes
- 2022-03-16 21:28:01下载
- 积分:1
-
偏最小二乘PLS的matlab代码实现
偏最小二乘PLS的matlab代码实现,可用于(The program computes the composition of benzene, toluene and p-xylene versus time in all column plates. The steady state values are plotted versus the plate number for all three components. This MATLAB program is adapted from an example given in Chemical Engineering Dynamics by Ingham et al., Wiley-VCH, 2000)
- 2022-05-15 11:59:36下载
- 积分:1
-
四轴飞行器
读取陀螺仪 加速度计数据
/*
********************************************************************************
** 函数名称 : void READ_MPU6515(void)
** 函数功能 : 读取MPU6515
********************************************************************************
*/
int16_t T_X,T_Y,T_Z,A_X,A_Y,A_Z; //X,Y,Z轴
void READ_MPU9255(void)
{
//int16_t T_X,T_Y,T_Z,A_X,A_Y,A_Z; //X,Y,Z轴
//int16_t A_X,A_Y,A_Z;
I2C_SelectSlave(0x68);
BUF[0]=IIC_RdReg(GYRO_XOUT_L);
BUF[1]=IIC_RdReg(GYRO_XOUT_H);
T_X=(BUF[1]
- 2023-06-26 21:25:02下载
- 积分:1
-
VC.MATLAB
说明: VC和matlab的教程,好用,放心下载,希望对大家有帮助(VC, and matlab tutorial, easy to use, secure download, we want to help)
- 2010-04-17 12:07:55下载
- 积分:1
-
ds1302
ds1302 ATMEGA16L 数字钟的实现(ds1302 ATMEGA16L )
- 2012-03-29 20:41:35下载
- 积分:1