代码搜索:格式兼容
找到约 10,000 项符合「格式兼容」的源代码
代码结果 10,000
www.eeworm.com/read/353058/3090693
properties forum_face_zh_cn.properties
#forum/admin/forum_face.jsp
face_manage= 头像管理
filename= 文件名
pic= 图片
rename= 改名
del= 删除
upload_face= 上传头像
modfiy= 修改
upload_gif_face=请上传为.gif格式图片!
err_msg=操作失败!文件名需以face开头跟数字!
www.eeworm.com/read/295044/8188993
txt xstreams.txt
unit xStreams;
//TStream.ReadComponent、TStream.WriteComponent及相关函数可读写VCL组件。
//根据VCL提供的组件继承机制,SavePropertyToStream、LoadPropertyFromStream
//以类似DFM文件格式记录组件属性数据,十分适合担任字体信息,节点数据或
//组件特性的管理存储方法
www.eeworm.com/read/395034/8198403
cpp lt01.cpp
/*下面的函数企图输入和输出异于格式符的数据*/
#include
int j=10;
float f=2.3;
void fn()
{
printf("%d",f);
scanf("%d",&f);
scanf("%d",j);
printf("%d","abcde");
}
/*在int型占两个字节的情况下,语句printf("%d",f
www.eeworm.com/read/394238/8241286
txt binfmt_aout.c.txt
any problems,send mails to sindybear@163.com
相关文件
/fs/exec.c
//这个函数是最主要的处理函数,主要处理a.out格式的可执行文件
(1)static int load_aout_binary(struct linux_binprm * bprm, struct pt_regs * regs)
…… //解析参
www.eeworm.com/read/193048/8255667
m ex5_11.m
% ex5_11
% 用pade级数展开的两种格式比较
G=tf([1],[1 1]);
dt=2;
set(G,'inputdelay',dt);
[ntor,dtor]=pade(dt,3);
Gtor=pade(G,3),
num=G.num{1};
den=G.den{1};
GE=tf(conv(num,ntor),conv(den,dtor))
www.eeworm.com/read/293882/8266538
cpp main6-3.cpp
// main6-3.cpp 检验bo6-3.cpp的主程序
#define CHAR 1 // 字符型
// #define CHAR 0 // 整型(二者选一)
#if CHAR
typedef char TElemType;
TElemType Nil=' '; // 字符型以空格符为空
#define form "%c" // 输入输出的格式为%c
www.eeworm.com/read/192739/8289067
c al3_9.c
/*案例代码文件名:AL3_9.C*/
/*功能:说明getchar()函数的格式和作用。*/
#include "stdio.h" /*文件包含*/
main()
{char ch;
printf("Please input two character: ");
ch=getchar(); /*从键盘输入一个字符并赋给变量ch */
putchar(ch
www.eeworm.com/read/393250/8302256
txt 5.26.txt
void OutCSM(CrossList M, void(*Out3)(int, int, int))
/* 用函数Out3,依次以三元组格式输出十字链表表示的矩阵 */
{
OLNode * cp;
int i;
for(i=1;i
www.eeworm.com/read/367801/9731652
asm sacmv32.asm
//============================================================
// 文件名称:sacmV32.asm
// 实现功能:对A3200、A2000、A1600、S530、S480、S240、MS01、DVR等格式的初始化、初始化队列
// 读写队列、声音高低的调节等函数
// 日期: 2003/6/16
//==========
www.eeworm.com/read/366858/9795685
txt 说明.txt
三个txt数据文件的意义及其数据格式举例
97县名称号码、纬度、经度
LATLON57.txt:
57554 294 1101
57562 296 1114
57574 294 1124
57584 294 1130
57682 287 1136
57662 289 1116
57671 289 1124
57687 282 1128
57649 283 1097
5766