代码搜索:多模式
找到约 10,000 项符合「多模式」的源代码
代码结果 10,000
www.eeworm.com/read/387832/8651659
txt 说明文档.txt
本程序主要实现简单的ATM机取款,查询余额,修改密码等操作,跟银行取款模式一样的同界面!
主要用到的是ACCESS数据库!
默认的账号goodtangyb
密码是123
www.eeworm.com/read/431298/8689812
c 63.c
#include
#include
#include /*预定义三个库函数*/
int main()
{
int x=360,y=160,gdriver=DETECT,gmode;/*选用VGA中2号调色板模式*/
int top,bottom;
www.eeworm.com/read/430293/8757744
h pdudecoding.h
#if !defined(__PDUdecoding_H__)
#define __PDUdecoding_H__
//PDU模式编解码
//信息编码方式
#define GSM_7BIT 0
#define GSM_8BIT 4
#define GSM_UCS2 8
//应答状态
#define GSM_WAIT 0 //
www.eeworm.com/read/286264/8775382
c array.c
/*定义的二组数组,无法通过编译
编译后注意Build页面卡显示:error C241:'main':auto segment too large
注意:内存设定为small模式
*/
#include "reg51.h"
void main()
{ float a[10][10];
for(;;)
{;}
}
www.eeworm.com/read/286264/8779403
c tputs.c
#include
#include
void tst_puts (void) {
puts ("Line #1");
puts ("Line #2");
puts ("Line #3");
}
void main()
{ SCON = 0x50; /*SCON:工作模式1,8-bit UART,允许接收*/
TMOD |=
www.eeworm.com/read/284740/8904179
java superfactory.java
package superCRM.model;
import superCRM.business.RcpApplication;
/**通过单例模式来创建管理整个系统的对象*/
public class SuperFactory {
/**设置为私有类型,不允许实例化*/
private SuperFactory(){ }
/**定义为静态类型*/
pri
www.eeworm.com/read/283541/9010474
cpp findstr.cpp
//字符串的模式匹配Findstr.cpp
#include
#include
#include
#include
#include
#define MAXSTRLEN 64
void GetNext(char T[MAXSTRLEN],int (&next)[64])
{i
www.eeworm.com/read/283439/9021249
c main.c
#include
#include "data.h"
#include "bomb.h"
#include "sprite.h"
#include "move.h"
int GMODE; //游戏模式
int GTIMER; //定义一个全局的时钟
void queryKey(); //查询键盘
void VB
www.eeworm.com/read/378912/9213615
s startup.s
;/*******************************************************************************************************
;* 文件名:Startup.s
;* 功 能:开发板启动代码。包含异常向量表,当异常(包括复位)发生时,程序将从异常向量表取指进行跳转。还包
;* 含对各模式
www.eeworm.com/read/378904/9213711
s startup.s
;/*******************************************************************************************************
;* 文件名:Startup.s
;* 功 能:开发板启动代码。包含异常向量表,当异常(包括复位)发生时,程序将从异常向量表取指进行跳转。还包
;* 含对各模式