代码搜索:多模式

找到约 10,000 项符合「多模式」的源代码

代码结果 10,000
www.eeworm.com/read/38039/1092421

mnu chainmod.mnu

CHAIN#MODE 链模式 # Remove the # sign and enter foreign help string in this line. Start#Chain 启动链 Start a new chain of entities. 启动新的一链图元. End#Chain 终止链 End the current chain of entities. 终止当前图元链。
www.eeworm.com/read/38884/1117550

c 主程序代码.c

#include "main.h" unsigned char buf[512]; main() ( int i=0; sD_Reset(); //复位SD卡,使其进入SPI接口模式 print f("SD_Reset is suceed"); delay(100); SD_Init(); //初始化SD卡 printf("SD_Init is
www.eeworm.com/read/39475/1131995

c 主程序代码.c

#include "main.h" unsigned char buf[512]; main() ( int i=0; sD_Reset(); //复位SD卡,使其进入SPI接口模式 print f("SD_Reset is suceed"); delay(100); SD_Init(); //初始化SD卡 printf("SD_Init is
www.eeworm.com/read/478943/1346420

svn-base smoothscroll.md.svn-base

Class: SmoothScroll {#SmoothScroll} =================================== 自动管理页面中的所有锚点, 并当点击跳转到目标锚点的过程中使用平滑移动的特效 ### 备注: - SmoothScroll 需要页面使用[标准模式](http://hsivonen.iki.fi/doctype/)的DOCTYPE
www.eeworm.com/read/463073/1539687

java indexfactory.java

package com.galaxyworkstation.model; import java.io.IOException; import org.apache.lucene.index.IndexReader; import org.apache.lucene.search.IndexSearcher; /** * 该类模拟了管理索引文件的工厂,并采用单一实例模式实现了对各种
www.eeworm.com/read/461648/1551973

m program_13_12.m

% 当前延拓模式是补零 % 装载原始图像 load sinsin % X 包含原始图像 subplot(221),image(X),colormap(map); title('原始图像'); % 产生噪声图像 init=2055615866; randn('seed',init); x = X + 18*randn(size(X)); subplot(222),image(x
www.eeworm.com/read/249482/4450380

dat funtc180.dat

函数名称: gettextsettings 函数原型: void far gettextsettings(struct textsettingstype far *texttypeinfo) 函数功能: 得到当前图形模式下的文字显示设置信息 函数返回: 函数说明: texttypeinfo 文字显示设置信息,该结构的定义如下:
www.eeworm.com/read/249482/4450512

dat funtc309.dat

函数名称: settextstyle 函数原型: void far settextstyle(int font, int direction, int charsize) 函数功能: 设置图形模式下字符显示底字体、方向和大小 函数返回: 函数说明: font 显示字体,取值如下: DEFAULT_FONT = 0
www.eeworm.com/read/249482/4450847

dat funtc235.dat

函数名称: moveto 函数原型: void far moveto(int x, int y) 函数功能: 移动图形模式下的光标位置 函数返回: 函数说明: x,y 光标从当前位置移动的目的位置 所属文件:
www.eeworm.com/read/249482/4450867

dat funtc234.dat

函数名称: moverel 函数原型: void far moverel(int dx, int dy) 函数功能: 移动图形模式下的光标位置 函数返回: 函数说明: dx,dy 光标从当前位置移动的相对位置 所属文件: