代码搜索:Reworks
找到约 100 项符合「Reworks」的源代码
代码结果 100
www.eeworm.com/read/228415/14386423
c testosclockset.c
#include
#include
#include
int testOSClockSet()
{
OS_STATUS status;
os_tod new_time;
os_tod current_time;
printf("*** test of OSClockSet
www.eeworm.com/read/397976/8012034
c__ prediag.c__
/*
* 时域诊断
*
*/
#include
#include "system.h"
#include "graph.h"
#include
#include
#include
#include
#define SIGNAL_NUMBER
www.eeworm.com/read/397976/8012048
txt prediag.txt
/*
* 时域诊断
*
*/
#include
#include "system.h"
#include "graph.h"
#include
#include
#include
#include
#define SIGNAL_NUMBER
www.eeworm.com/read/397976/8012052
cpp prediag.cpp
/*
* 时域诊断
*
*/
#include
#include "system.h"
#include "graph.h"
#include
#include
#include
#include
#define SIGNAL_NUMBER
www.eeworm.com/read/228415/14386414
c testosclocktick.c
#include
#include
#include
int testOSClockTick()
{
OS_STATUS status;
os_tod new_time;
os_tod current_time;
int i;
printf("*** test o
www.eeworm.com/read/228415/14386407
c clocktest.c
#include
#include
#include
int clockTest()
{
OS_STATUS status;
os_tod new_time;
os_tod current_time;
unsigned32 current_ticks;
int i;
www.eeworm.com/read/228418/14386109
c usrinit.c
/*
* usrInit.c
*
*/
#define CONFIGURE_INIT
#include "system.h"
#include "stdio.h"
extern int testOSSignalCatch();
/*
* 下面的函数是ReWorks图形工程所用,如果你写的是图形工程,
* 请放开下面的函数注释,然后把gui_main()放
www.eeworm.com/read/397976/8011987
c nettask.c
/**********************************************************************
项目:科委建设路桥重矿设备控制器
文件:nettask.c
描述:ReWorks下建立的单锤破端服务端的程序,接受来自上位机和板喂机的连接请求,包括网络监测模块。
版本历史:12.07.2006
**********
www.eeworm.com/read/228417/14386151
c usrinit.c
/*
* usrInit.c
*
*/
#define CONFIGURE_INIT
#include "system.h"
#include "eventTest.h"
/*
* 下面的函数是ReWorks图形工程所用,如果你写的是图形工程,
* 请放开下面的函数注释,然后把gui_main()放到UserInit()中调用。
* 注意:把定义make_
www.eeworm.com/read/228416/14386214
c usrinit.c
/*
* usrInit.c
*
*/
#define CONFIGURE_INIT
#include "system.h"
/*
* 下面的函数是ReWorks图形工程所用,如果你写的是图形工程,
* 请放开下面的函数注释,然后把gui_main()放到UserInit()中调用。
* 注意:把定义make_window()所在的头文件包含进来
*/