由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Quant版 - "swprintf" and "_snprintf"
相关主题
Paradox: B-S equation predicted stock price growth rate VS economy growth一道面试题 (非IB)
求救,关于interest rate的modelHow to write this query in Oracle?
问面试题C++ 问题
Predictive Power of Hull White ModelCTC interview 2nd round phone interview
price/divident 难以预测是吧 那勉强有点被认可的predict公式是什么?文艺复兴科技和二西格玛
Predict values of vectors generated by black box functions问编程题若干
有个公司要让我做coding test做Quant好玩吗?
[合集] Anybody know the best answer?(programming)出个coding难题
相关话题的讨论汇总
话题: swprintf话题: snprintf话题: output话题: 10话题: 1000
进入Quant版参与讨论
1 (共1页)
S******y
发帖数: 1123
1
I am writing out my output to a txt file. It should be like -
10:
1.687
2.999
4.752
2.876
1.086
3.478
4.326
2.836
1.563
5.000
1000:
3.157
3.480
3.118
but now it is being output like this,which is wrong -
10:
1.6872.9994.7522.8761.0863.4784.3262.8361.5635.0001000:
3.1573.4803.118
where 10 and 1000 are ids, the other numbers are predicted ratings.
====================================================================
All I did was - changing "swprintf" in the original code to "_snprintf"
in the code
1 (共1页)
进入Quant版参与讨论
相关主题
出个coding难题price/divident 难以预测是吧 那勉强有点被认可的predict公式是什么?
问一个graph题 (转载)Predict values of vectors generated by black box functions
question about MATLAB matrix squaring有个公司要让我做coding test
Quant 面试问题求解答![合集] Anybody know the best answer?(programming)
Paradox: B-S equation predicted stock price growth rate VS economy growth一道面试题 (非IB)
求救,关于interest rate的modelHow to write this query in Oracle?
问面试题C++ 问题
Predictive Power of Hull White ModelCTC interview 2nd round phone interview
相关话题的讨论汇总
话题: swprintf话题: snprintf话题: output话题: 10话题: 1000