虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

FLOAT

  • 图形学消隐实验

    图形学消隐实验,*方案1上下旋转,只显示可见面,函数说明:void Project(FLOAT X,FLOAT Y,FLOAT Z) 功能:根据透视或平行投影将三维点进行投影变换 入口参数:FLOAT X,FLOAT Y,FLOAT Z 返回参数:无(void)

    标签: 图形 实验

    上传时间: 2013-12-22

    上传用户:liuchee

  • 汇编的PIC程序

    汇编的PIC程序,包括MOUSE,FLOAT,CLOCK,BCD

    标签: PIC 汇编 程序

    上传时间: 2015-08-20

    上传用户:yoleeson

  • 工程中很多的地方用到龙格库塔求解微分方程的数值解

    工程中很多的地方用到龙格库塔求解微分方程的数值解,龙格库塔是很重要的一种方法,尤其是四阶的,精确度相当的高。此代码只是演示求一个微分方程,要求解其它的微分方程,可以自己定义借口函数,退换程序里面的函数:FLOAT f(FLOAT , FLOAT)即可;

    标签: 工程 微分方程 数值

    上传时间: 2014-01-14

    上传用户:hphh

  • 液晶显示

    液晶显示,用于液晶驱动,里面有初始化程序,FLOAT转BCD码显示等

    标签: 液晶显示

    上传时间: 2015-09-27

    上传用户:黑漆漆

  • 显示数据处理(拆数字).mcu控制LCD显示数字时的拆数程序

    显示数据处理(拆数字).mcu控制LCD显示数字时的拆数程序,可拆int型整数和FLOAT型浮点数,所拆数存放于全局变量 数组中。

    标签: mcu LCD 数字 显示数据

    上传时间: 2013-12-27

    上传用户:kikye

  • #if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H_

    #if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class CGAQueen { public: CGAQueen(int nPopulation,int nIteration,FLOAT Mutation,int mChBoard) virtual ~CGAQueen() void Clear() // to clear chess board with 0 value void InitialPopulation() // to create the first and initial randompopulation void FillArea(int index) // to fill chess board with desired chromosome int CostFunc(int index) // determine the cost of matrix[index][index] void PopulationSort() // to sort population from the best to the worst void GenerateCrossOverMatrix() // a way to create children from parent is CcrossOver void Mating() // to create children from parents void Ap

    标签: AFX_GAQUEEN_H INCLUDED defined define

    上传时间: 2015-12-27

    上传用户:wuyuying

  • 用递推法产生正交多项式系

    用递推法产生正交多项式系,即求alpha[j+1]、beta[j] 入口参数:m是数据点数,n是拟合的最高阶数, FLOAT x[],FLOAT y[]是对应纵横坐标,出口参数:a[] 是最小二乘拟合参数,alpha[]、beta[]是递推系数

    标签: 多项式

    上传时间: 2014-01-19

    上传用户:gyq

  • * first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo) over it u add this

    * first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo) over it u add this Code: USER_MSG_INTERCEPT(Health) { BEGIN_READ(pbuf,iSize) me.iHealth = READ_BYTE() return USER_MSG_CALL(Health) } * then we search for int HookUserMsg (char *szMsgName, pfnUserMsgHook pfn) and add this Code: REDIRECT_MESSAGE( Health ) *k now we have the health registered and can read it out i stop this hear know cuz i must thanks panzer and w00t.nl that they helped me with it first time! *ok now we go to int HUD_Redraw (FLOAT x, int y) and packing this draw code in it Code:

    标签: USER_MSG_INTERCEPT TeamInfo client search

    上传时间: 2016-01-22

    上传用户:ynzfm

  • gpio驱动 leddrv.c为驱动源程序 writeled.c为应用程序 writeled.c 编译方式 arm-elf-gcc -Wall -O2 -Wl,-elf2flt -o wri

    gpio驱动 leddrv.c为驱动源程序 writeled.c为应用程序 writeled.c 编译方式 arm-elf-gcc -Wall -O2 -Wl,-elf2flt -o writeled writeled.c leddrv.c 编译方式 arm-elf-gcc -D__KERNEL__ -I你的uClinux目录/linux-2.4.x/include-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fno-common -pipe -fno-builtin -D__linux__ -DNO_MM -mapcs-32 -march=armv4 -mtune=arm7tdmi -mshort-load-bytes -msoft-FLOAT -DMODULE -c -o leddrv.o leddrv.c

    标签: writeled arm-elf-gcc leddrv gpio

    上传时间: 2013-12-13

    上传用户:kytqcool

  • #include <stdio.h> #include<math.h> void pid_init() void pid_tune() void pid_setinte

    #include <stdio.h> #include<math.h> void pid_init() void pid_tune() void pid_setinteg() void pid_bumpless() FLOAT pid_calc() void main()

    标签: void include pid_setinte pid_init

    上传时间: 2016-04-19

    上传用户:851197153