代码搜索:多模式
找到约 10,000 项符合「多模式」的源代码
代码结果 10,000
www.eeworm.com/read/378183/9245850
dat funtc173.dat
函数名称: getmaxcolor
函数原型: int far getmaxcolor(void)
函数功能: 得到当前图形模式下的最大有效颜色数值,例如VGA为15
函数返回: 最大颜色数值
函数说明:
所属文件:
www.eeworm.com/read/376483/9316348
h cheshi.h
#pragma OPTIMIZE(6,size) //优化级别与优化方式
//#pragma LARGE //编译模式 SMALL COMPACT LARGE
#include //字符函数
#include //一般IO/函数
#include //字符串函数
//#include
www.eeworm.com/read/373256/9467025
m apsk_main.m
clear
clc
N=320;
SNR=5;
p_noise=1/(10^(SNR/10));
Rin=1;Rmid=2;Rout=3;
while 1 %选择模式
mode=input(' Please choose 16APSK / 32APSK (0/1): default 0 ');
if isempty(mode)
mode = 0;
www.eeworm.com/read/366448/9812878
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/361602/10044143
c main.c
/****************************************************
程序功能:在1602液晶上显示一个数字日历,可以通过
四个按键来设置各种参数
-----------------------------------------------------
测试说明:(1)按K1键进入设置模式并可以选择更改参
www.eeworm.com/read/356642/10223590
c data_process.c
# include
# include
# define uchar unsigned char
# define uint unsigned int
float s;
uint n1;
uint n3;
uint n5;
uchar cmd;
uchar state; //模式信号
void data_process
www.eeworm.com/read/280938/10277699
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/280596/10310120
c hdq.c
#include
#include "HDQ.h"
// 定义工作的状态
enum
{
imWrite,
imWriteE,
imRead,
imReadE,
imDelay
};
// 定义全局变量
// 中断服务程序的模式
static unsigned char ISRMode;
// 接收到的数据
stat
www.eeworm.com/read/162234/10323793
txt readme.txt
/**************************************************************************************
* 源文件使用说明:
* 使用:将所有目录及文件放置在Linux的任一目录,运行:
*
* chmod 755 complie.bat
* ./com
www.eeworm.com/read/425218/10369449
c ch4_string_match.c
/*
串的模式匹配
author: kk.h
date: 2006.10
http://www.cocoon.org.cn
*/
#define MaxStrLen 200
/* 字符串赋值,把串source复制到target中 */
int StrAssign(char* target,char *source)
{
int i=0;
for(target[