代码搜索:Tools
找到约 10,000 项符合「Tools」的源代码
代码结果 10,000
www.eeworm.com/read/139605/13147284
gif tools.gif
www.eeworm.com/read/326221/13155164
txt tools.txt
README for tools
----------------
mkhelp, Copyright (c) 2007 Oleg O. Chukaev
chksize, Copyright (c) 2007 Oleg O. Chukaev
uclpack, Copyright (c) 1996-2004 Markus Franz Xaver Johannes Oberhumer
www.eeworm.com/read/326221/13155271
inc tools.inc
;=============================================================================
; Insight, real-mode debugger for MS DOS / PC DOS / FreeDOS.
; Copyright (c) Victor M. Gamayunov, Sergey Pimenov, 1993,
www.eeworm.com/read/139302/13163867
cc tools.cc
#include
#include
#include
#include
#include
#include
#include
#include "tools.h"
void print_help()
{
printf("USAGE: gmeans [
www.eeworm.com/read/139302/13163897
h tools.h
/******************************************************************
** tool.h
header file for matrix structures and basic functions used by gmeans.cc
struct doc_mat; sparse matrix
www.eeworm.com/read/326022/13170009
h tools.h
///////////////////////////////////////////////////////////////////////////////
//
// Tools.h
//
///////////////////////////////////////////////////////////////////////////////
#pragma once
www.eeworm.com/read/326022/13170023
cpp tools.cpp
///////////////////////////////////////////////////////////////////////////////
//
// Tools.cpp
//
///////////////////////////////////////////////////////////////////////////////
#include "stda
www.eeworm.com/read/240985/13182396
h tools.h
#ifndef __TOOLS_H
#define __TOOLS_H
#if !defined( __CONIO_H )
#include "conio.h"
#endif
#if !defined( __GRAPHICS_H )
#include "graphics.h"
#endif
#if !defined( __CTYPE_H )
#includ
www.eeworm.com/read/325818/13182875
c tools.c
#include "fs7805.h"
#include "fs7805regs.h"
#include "include.h"
void McuInit()
{
SYS_CFG=SYS_CFG|bmSYS_SW_RST;//software reset
SYS_CFG=0x03; //00:15M,01:20M,02:30M,03:60M
// CKCON = 1;
W
www.eeworm.com/read/325818/13182914