代码搜索:自举升压结构
找到约 10,000 项符合「自举升压结构」的源代码
代码结果 10,000
www.eeworm.com/read/374795/9384112
txt p1-70.txt
#include
//定义结构
struct student {
char name[10];
float grade;
};
//交换student类型的数据
void swap(student &x,student &y) //swap的参数为引用传递方式
{
student temp;
temp
www.eeworm.com/read/178047/9421941
cpp entropy.cpp
#include "iostream"
#include "cmath"
using namespace std;
//定义一个结构体来表示这个表的信息
enum pMajor{Arts,Science,English};
enum pStatu{Graduate,Undergraduate};
enum pAge{Old,Young};
enum pNationality{
www.eeworm.com/read/177594/9445189
c fatinit.c
#ifndef _FAT_DEFINE
#include "FAT.c"
#endif
void FATInit(void);
void FATInit(void)
{
register BYTE i;
DPT = (struct DPTStr *)(DiskBuffer+0x1be); //分区表结构指针
BOOTSEC = (struct BootSec
www.eeworm.com/read/176085/9517081
dat errorass1.dat
错误信息: Block nesting error
中文注释: 嵌套过程,段,结构,宏指令,IRP,IRPC或REPT不是正确结束.如嵌套的外层已终止,而内层还是打开状态
www.eeworm.com/read/174605/9580280
cpp p1-70.cpp
#include
//定义结构
struct student {
char name[10];
float grade;
};
//交换student类型的数据
void swap(student &x,student &y) //swap的参数为引用传递方式
{
student temp;
temp
www.eeworm.com/read/366504/9811381
c ip.c
#include
#include
#include "ethernet.h"
#include "ip.h"
#define IP_TTL 128 /* Time To Live for an outgoing IP datagram */
extern NODE locnode; //本机的节点信息结构
www.eeworm.com/read/363932/9931482
ini kernel32.ini
[KERNEL32]
WritePrivateProfileStringA=写ini文件
GetCommandLineA=得到命令行
GetPrivateProfileStringA=读ini文件
GetPrivateProfileStructA=读ini结构
SetFilePointer=设置文件指针
WriteFile=写文件
IsBadReadPtr=测试坏的只读指针
Unm
www.eeworm.com/read/168053/9940926
txt readme.txt
UART实验用例
目录文件结构:
UART_test
├─ gps_test.c GPS 测试
└─ main.c 演示主程序文件
=======================================================================
* 本工程出厂时的默认存放目录是: Em