由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - using gnuplot in c++ question
相关主题
fprintf in C\C++c++ template中如何判断类型
大家帮我看看C文件输入函数fprintf的问题请教用Mathematica输出mesh数据 (转载)
printf("%s\n", NULL)的结果[合集] Why it only write the file once?
is perror() non-buffered io in linux ? (转载)MPI I/O 问题
关于fscanf格式化读取的问题.搜狐一题,寻解法
One network C question求推荐openmp的debugger
又一个GDB的问题:关于显示数据请教一个用matlab tcpip函数的问题
c的文件写入问题请高人解释一下为啥这个输出总是"HELLO-ERR"
相关话题的讨论汇总
话题: gnuplot话题: timefmt话题: set
进入Programming版参与讨论
1 (共1页)
g*****1
发帖数: 998
1
我想用gnuplot里的:set timefmt "%Y-%m-%d"
然后在vc里:fprintf(p,"set timefmt "%Y-%m-%d"\n");
fflush(p);
结果gnuplot里显示的是 set timefmt "Y-m-0"
请问我错在哪?谢谢
t****t
发帖数: 6806
2
use %% to print %

【在 g*****1 的大作中提到】
: 我想用gnuplot里的:set timefmt "%Y-%m-%d"
: 然后在vc里:fprintf(p,"set timefmt "%Y-%m-%d"\n");
: fflush(p);
: 结果gnuplot里显示的是 set timefmt "Y-m-0"
: 请问我错在哪?谢谢

1 (共1页)
进入Programming版参与讨论
相关主题
请高人解释一下为啥这个输出总是"HELLO-ERR"关于fscanf格式化读取的问题.
问一个Linux无法监听指定端口的问题One network C question
shm_open failed又一个GDB的问题:关于显示数据
请问Linux底下有没有最简易的show 2D x-y curve的工具c的文件写入问题
fprintf in C\C++c++ template中如何判断类型
大家帮我看看C文件输入函数fprintf的问题请教用Mathematica输出mesh数据 (转载)
printf("%s\n", NULL)的结果[合集] Why it only write the file once?
is perror() non-buffered io in linux ? (转载)MPI I/O 问题
相关话题的讨论汇总
话题: gnuplot话题: timefmt话题: set