资源列表

« 1 2 ... .54 .55 .56 .57 .58 5659.60 .61 .62 .63 .64 ... 66581 »

[控制台(字符窗口)编程Starlight_game

说明:一个点灯游戏,欢迎学习下载,既能娱乐又能学习编程知识-A look over the game are welcome to learn from the download, both entertainment while learning programming knowledge
<黄宁宁> 在 2025-11-23 上传 | 大小:2kb | 下载:0

[文件操作SplitPath

说明:平台无关的路径拆分包裹类,方便处理目录结构。使用方便,构造时输入全路径,则可以通过成员函数获取相关的目录结构。-Platform-independent path split parcel category, facilitate the processing of directory structure. Easy to use, enter the full path, when constructed, you can access through the member functions
<张先生> 在 2025-11-23 上传 | 大小:2kb | 下载:0

[Windows编程ChineseConv

说明:中文分为简体、繁体两种内码,另外还有统一码,如果要在不同码之间转换,需要有一个对应表格,程序编写起来非常繁琐,而且更要有内码对照表格。笔者,在阅读MSDN中发现只要妙用MultiByteToWideChar和LCMapString两函数,就可以简简单单地实现不同内码的转换。为了让程序员使用更方便,笔者编写了一个CChineseConvertor类,包装了所有中文内码的转换功能。读者可以直接在MFC中加入此类,用起来也非常轻松。详细细节请察看ChineseConvertor.h和ChineseCo
<liuguixue> 在 2025-11-23 上传 | 大小:2kb | 下载:0

[数据库编程accessado

说明:自己用的VC读写ACCess 数据库的封装类-VC used to read and write their own Access database package type
<www888> 在 2025-11-23 上传 | 大小:2kb | 下载:0

[Windows编程acsc++

说明:蚁群C++源程序,希望对需要的人有帮助,来自网络-Ant Colony C++ Source, and they hope to have helped people in need, from network
<cmxy> 在 2025-11-23 上传 | 大小:2kb | 下载:0

[Windows编程dongtaishuzu

说明:动态申请一维数组 #include"iostream.h" void main() { int n,*array cin>>n array=new int[n] delete []array }-Dynamic application of one-dimensional array of# Include
<1> 在 2025-11-23 上传 | 大小:2kb | 下载:0

[Windows编程dongtai2wei

说明:#include"iostream.h" void main() { int n,**array cin>>n array=new int *[n] for(int i=0 i<n i++) { array[i]=new int[n] } array[n-1][n-1]=3 cout<<array[n-1][n-1]<<endl } -
<1> 在 2025-11-23 上传 | 大小:2kb | 下载:0

[Windows编程C++

说明:c++编程实例-c++ programming examples
<浩然> 在 2025-11-23 上传 | 大小:2kb | 下载:0

[进程与线程jinchengxiancheng20056154599721

说明:C++进程线程编程 载的别人的小程序 呵呵参考一下啦-C++ Process thread programming contained in someone else
<> 在 2025-11-23 上传 | 大小:2kb | 下载:0

[Windows编程MFCCStringForATL

说明:ATL不支持CString。在VC环境下运行该宏后,便 可以生成一个支持ATL下的CString类。对于COM和ATL及VC控件开发的人员非常有用。
<haoxuefang> 在 2025-11-23 上传 | 大小:2kb | 下载:0

[其他小程序lzh

说明:本软件是在VC++来编译,在VC++的平台下运行,运行界面是黑色屏幕,本软件是实现最优二叉查找树结点的基本操作,在执行结果的屏幕下首先输入树的结点值以-1作为输入结束,然后选择要进行的操作,选择一是显示最优二叉树,选择二是插入一个结点,选择三是查找一个结点,选择四是删除一个结点.在选择各个操作后屏幕会提示要不要继续进行(Y/N),选择Y是继续操作,选择N是退出操作.本软件界面简单,容易操作,提示语句都采用中文,简单易懂.-This software is VC++ To compile, in
<梁静> 在 2025-11-23 上传 | 大小:2kb | 下载:0

[对话框与窗口Golay

说明:system view软件实现的glory编码。-system view software coding to achieve glory.
<Amy> 在 2025-11-23 上传 | 大小:2kb | 下载:0
« 1 2 ... .54 .55 .56 .57 .58 5659.60 .61 .62 .63 .64 ... 66581 »

源码中国 www.ymcn.org