代码搜索:格式兼容
找到约 10,000 项符合「格式兼容」的源代码
代码结果 10,000
www.eeworm.com/read/248134/12597005
opk mscomm.opk
@@ 易语言OCX组件包装支持库
记录格式说明:
“@@ CLSID = xxxx”:记录OCX组件的CLSID,不要更改。
“@@ EVENT_IID = xxxx”:记录OCX组件默认事件接口的IID,不要更改。
“@@ METHOD_IID = xxxx”:记录OCX组件默认方法和属性接口的IID,不要更改。
“@@ 组件名 = xxxx”:记录OCX组件的中文
www.eeworm.com/read/300872/13886058
m mywaverec2.m
function y=mywaverec2(x,dim,recDim)
% 函数 MYWAVEREC2() 对输入的分解系数矩阵x进行 dim 层重构,得到重构矩阵 y
% 输入参数:x —— 分解系数矩阵;
% dim —— 重构层数;
% 输出参数:y —— 重构矩阵。
xd=uint8(x); % 将输入矩阵的数据格式转换为适合显示图像
www.eeworm.com/read/134219/14000642
bak readme1.txt.bak
通讯端口: COM1
速率: 19200
停止位: 1
数据位: 8
奇偶校验: 无
短信中心号码: 8613800755500
点播服务器IP: 192.168.0.33
点播服务器端口:6876
短信格式说明:
1、绑定服务:R(r)+IC卡号
2、取消绑定:C(c)+IC卡号
3、点播服务:节目编号(数字)
www.eeworm.com/read/133875/14019696
m goout.m
function [n,v,q]=goout(p)
% @QUEUE\GOOUT removes the first(the front) element from a queue.
% 调用格式
% goout(p) 从队列 p 中的第一个元素离队.
% v=goout(p) v 是从 p 队列中移出的那第一个元素的"值"
% [n,v]=goout(p) n,v
www.eeworm.com/read/133605/14034022
txt 2.txt
.1 加载外部数据 04/07/05 凌晨 3:33
loadVariables(url,target[,variables])
url:绝对或相对路径
target:接收变量的层或动画片段,如 _root.movieclip
variables:可选参数,发送变量的方法。POST/GET
加载的文件格式应为:
&var1name=value&var2name=
www.eeworm.com/read/202803/15372150
m goout.m
function [n,v,q]=goout(p)
% @QUEUE\GOOUT removes the first(the front) element from a queue.
% 调用格式
% goout(p) 从队列 p 中的第一个元素离队.
% v=goout(p) v 是从 p 队列中移出的那第一个元素的"值"
% [n,v]=goout(p) n,v
www.eeworm.com/read/200131/15440070
m goout.m
function [n,v,q]=goout(p)
% @QUEUE\GOOUT removes the first(the front) element from a queue.
% 调用格式
% goout(p) 从队列 p 中的第一个元素离队.
% v=goout(p) v 是从 p 队列中移出的那第一个元素的"值"
% [n,v]=goout(p) n,v
www.eeworm.com/read/112493/15484393
txt 简明批处理教程.txt
简明批处理教程
--------------------------------------------------------------------------------
第八军团 时间:2003-11-7 8:13:50
批处理文件是无格式的文本文件,它包含一条或多条命令。它的文件扩展名为 .bat 或 .cmd。在命令提示下键入批处理文件的名称,
或者
www.eeworm.com/read/110478/15533065
h life.h
//输入文件为"Life.in",格式为两个整数指定行数和列数
//之后为一个矩阵,"1"表示有生命体,"0"表示无
#ifndef LIFE_H
#define LIFE_H
#include
typedef std::vector Arr; //一行
class Life
{
std::vector m_Map;
www.eeworm.com/read/107575/15604879
c define.c
#include
#include
#include
#include
#include
#include
#include
/* 函数putchinese()用于在图形格式下输出显示汉字,汉字上下两部分的颜色不一样
x,y为汉字的显示坐标,wi