thumb_type
作者:yunjinqi    类别:编程    日期:2023-11-23 15:47:07   阅读:659 次   消耗积分:0 分
本系列文章来自于很多金工和cpp相关的英文资料,并使用chatgpt翻译成中文,以便快速理解文中的含义,仅供学习参考。这段文章讲了一个编写代码的时候需要注...
thumb_type
作者:yunjinqi    类别:编程    日期:2023-11-23 15:47:07   阅读:672 次   消耗积分:0 分
本系列文章来自于很多金工和cpp相关的英文资料,并使用chatgpt翻译成中文,以便快速理解文中的含义,仅供学习参考。金融行业有许多工作需要复杂的数学技能...
thumb_type
作者:yunjinqi    类别:编程    日期:2023-11-23 15:47:07   阅读:669 次   消耗积分:0 分
本系列文章来自于很多金工和cpp相关的英文资料,并使用chatgpt翻译成中文,以便快速理解文中的含义,仅供学习参考。在自Black和Scholes(19...
thumb_type
作者:yunjinqi    类别:编程    日期:2023-10-06 10:56:51   阅读:576 次   消耗积分:0 分
最近在看c++ primer...
thumb_type
作者:yunjinqi    类别:编程    日期:2023-06-04 19:25:39   阅读:574 次   消耗积分:0 分
#include <stdio.h> int main(){     int m,n,q;     int t,c;...
thumb_type
作者:yunjinqi    类别:编程    日期:2023-06-04 19:23:58   阅读:581 次   消耗积分:0 分
#include <stdio.h> #include <string.h> int str_divide_2(char c){...
thumb_type
作者:yunjinqi    类别:编程    日期:2023-06-04 19:22:04   阅读:613 次   消耗积分:0 分
#include <stdio.h> int main(){     int n,k,s;     int v1,v2;...
thumb_type
作者:yunjinqi    类别:编程    日期:2023-06-04 19:20:35   阅读:600 次   消耗积分:0 分
#include <stdio.h> int main(){     int arr[6];     int a,n,count;...
thumb_type
作者:yunjinqi    类别:编程    日期:2023-06-04 19:19:07   阅读:580 次   消耗积分:0 分
#include <stdio.h> long long factn(int n){     long long sum=1;...
thumb_type
作者:yunjinqi    类别:编程    日期:2023-06-04 19:17:34   阅读:588 次   消耗积分:0 分
#include <stdio.h> int main(){     int a,b,c,d;...
上一页   1   2   3   4   5   6   7   8   9   ...   24   下一页