代码搜索:848 有哪些应用?
找到约 10,000 项符合「848 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/473191/6857822
doc magic bitstrings有答案.doc
www.eeworm.com/read/473191/6858029
doc magic bitstrings有答案.doc
www.eeworm.com/read/113474/15455323
c full_fmt有.c
#include
void main ()
{
int int_value = 5;
printf("Left justifed with sign %-+3d\n",
int_value);
}
www.eeworm.com/read/113474/15455355
c flt_pt有.c
#include
void main ()
{
printf("Displaying 0.001234 yields %g\n", 0.1234);
printf("Displaying 0.00001234 yields %g\n", 0.00001234);
}
www.eeworm.com/read/113474/15455365
c exp_fmt 有.c
/*#include
void main ()
{
float value = 1.23456;
printf ("%12.1e\n", value);
printf ("%12.3e\n", value);
printf ("%12.5e\n", value);
}
*/
www.eeworm.com/read/382833/8995595
rc2 e848解锁.rc2
//
// E848解锁.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
////
www.eeworm.com/read/382833/8995606
cpp e848解锁dlg.cpp
// E848解锁Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "E848解锁.h"
#include "E848解锁Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FI
www.eeworm.com/read/382833/8995622
h e848解锁dlg.h
// E848解锁Dlg.h : header file
//
#if !defined(AFX_E848DLG_H__CC30CB08_3ED2_4B76_98BA_6CAAF46F7573__INCLUDED_)
#define AFX_E848DLG_H__CC30CB08_3ED2_4B76_98BA_6CAAF46F7573__INCLUDED_
#if _MSC_VER
www.eeworm.com/read/125688/6025011
c bt848_i2c.c
/*-
* Copyright (c) 1998 Nicolas Souchu
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following con
www.eeworm.com/read/7227/109774