-
java3d,一个贴皮的程序,在圆筒上贴一个图片
java3d,一个贴皮的程序,在圆筒上贴一个图片-java3d, a paste percutaneous procedure, a picture posted in the cylinder
- 2022-06-13 12:28:16下载
- 积分:1
-
a cool 3D games source code, can help you learn game development, super
一个超酷的3D游戏源代码,可以帮助您学习游戏开发,超爽!-a cool 3D games source code, can help you learn game development, super-cool!
- 2022-02-04 17:47:54下载
- 积分:1
-
图论的小软件代码,可以实现简单的功能,是vc++下完成的
图论的小软件代码,可以实现简单的功能,是vc++下完成的-Graph theory, a small software code that can perform simple functions, is done under vc++
- 2022-12-27 18:40:04下载
- 积分:1
-
220个经典C程序源码
220个经典C程序源码,学习C语言的基础教程,从第一个hello world程序到最后的大工程项目,通过这220个程序,让你称为C编程高手
- 2022-03-23 02:50:19下载
- 积分:1
-
排序程序冒泡排序、 unsort、 部分排序
#define PARTIALLYSORTED_30 3
#define PARTIALLYSORTED_50 4
#define PARTIALLYSORTED_70 5
#define RANDOMIZE_QSORT 1
#define MERGE_SORT 2
#define SELECTION_SORT 3
#define BUBBLE_SORT 4
/ *---随机化快速排序---* /
int random_partition (int * arr、 int 开始,int 结束) ;
void random_quick_sort (int * arr、 int 开始,int 结束) ;
/*----------------------------------------------*/
/*-----------Merge Sort--------------------------*/
空的分区 (int arr [],int 低,int 高) ;
void 归并 (int arr [],int 低,年年高 int int) ;
/*------------------------------------------------*/
/ *---选择排序---* /
void sort_select (int n) ;
int; maxind(int m)
void swap1 (int * x int * y);
/*------------------------------------------------*/
/*-----------------Bubble sort--------------------*/
void recursive_bubble (int * 数组、 int 的大小) ;
/*-----------------------------
- 2022-07-02 17:33:19下载
- 积分:1
-
c# 的聊天程序客户端。
c# 的聊天程序客户端。-procedures chat client.
- 2022-03-12 06:03:15下载
- 积分:1
-
Ctrl2cap样本来源
ctrl2cap sample source
- 2022-01-24 09:18:28下载
- 积分:1
-
旋转裁剪图片的头文件,实现图片任意角度的旋转裁剪功能
旋转裁剪图片的头文件,实现图片任意角度的旋转裁剪功能-Crop rotation picture header file, to achieve picture at any angle of rotation cropping feature
- 2023-01-23 16:30:04下载
- 积分:1
-
a simple calculator program
一个简单的计算器程序-a simple calculator program
- 2022-06-30 19:36:50下载
- 积分:1
-
WordReport
VS2010中编译链接通过,实现VC调用MSWORD.olb组件在word文档中绘制、修改表格 。
- 2022-07-22 04:28:02下载
- 积分:1