- 博客(5)
- 收藏
- 关注
转载 c/c++ 问题
1. 下面这段代码的输出是多少(在32位机上). char *p; // 4 char *q[20]; // 80 char *m[20][20]; // 1600 int (*n)[10]; // 4 struct MyStruct{ char dda; double dda1; int type ;}; MyS
2008-08-07 14:45:00
718
转载 cximage
cximage PrefaceCxImage grew together with the CodeProject site, since 2001, andreached this level thanks to the CodeProject community. Thanks a lotfor the suggestions, the contributions an
2008-08-06 16:45:00
1836
转载 ARX简单程序
////////////////////创建窗体图层"Window_Layer"/////////////////AcDbObjectIdcreateWindowsLayer(){//打开层表,打开方式为只写///AcDbLayerTable *pLayerTable;acdbHostApplicationServices()->workingDatabase()->g
2008-07-31 12:22:00
2986
转载 ObjectARX二次开发环境组合
ObjectARX二次开发环境组合 0、ObjectARX 2000 + AutoCAD 2000 + VC6.0(一) ObjectARX 2002 + AutoCAD 2002 + VC6.0 + Assist 6.0 + VSS 6.0C比较经典的组合。(二) ObjectARX 2004/2005 + AutoCAD 2004/2005 + VC.Net 2002目前较稳定
2008-07-31 12:13:00
878
原创 信用卡分期付款利息明细算法
信用卡分期付款,最低还款额下的利息明细算法(vc++,AppWizard,singledocument,OnDraw()) const totalnum=48000,N=12,M=24;//you can modify the num const num=totalnum/N; double newbalance[M],balance[M],lowbalance[M],inte
2008-07-21 17:27:00
1679
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人