-
it can draw a colorful circle
可以画一个彩色的圆的一个应用程序,是在VC环境下编写的。-it can draw a colorful circle
- 2022-12-17 03:55:03下载
- 积分:1
-
hspice Bus low
hspice 总线 低功耗作业 北大 需要请下 -hspice Bus low-power operation under the Beijing University need to ask Thank you
- 2022-11-26 05:50:03下载
- 积分:1
-
电力系统计算应用广泛的高斯消元法,用来对参数矩阵进行降阶消元。...
电力系统计算应用广泛的高斯消元法,用来对参数矩阵进行降阶消元。-Gauss elimination is also called Gauss-Jordan elimination, which is used to reduce the dimension of a matrix so that it can be solved easily.
- 2022-08-16 03:57:48下载
- 积分:1
-
Two
二维数组运算,避免一维的麻烦,效率高,简单-Two-dimensional array of computing, to avoid the trouble of one-dimensional, high efficiency, simple
- 2022-03-20 17:07:30下载
- 积分:1
-
a)需求分析:
任务:建立南京主要公交线路图。
要求:输入任意两地点,给出最佳的乘车线路和转车地点。
b)概要设计:
本程序所使用的数据结构是树...
a)需求分析:
任务:建立南京主要公交线路图。
要求:输入任意两地点,给出最佳的乘车线路和转车地点。
b)概要设计:
本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。
-a) Requirements Analysis : Mandate : the establishment of the Nanjing main transit route map. Requirements : 2 importation arbitrary locations, is the best car lines and interchange locations. B) Summary of design : the procedures used by the data structure is linear tree and table, the algorithm used by the main sculpture, in order Huffman algorithm.
- 2022-12-20 19:00:03下载
- 积分:1
-
学习delphi下使用lua的代码和例子.新手老手都可以
学习delphi下使用lua的代码和例子.新手老手都可以-Delphi to learn to use lua code and examples. Novice can take a look at old hands
- 2022-06-18 22:26:41下载
- 积分:1
-
能够实现个人计算机的目录浏览。可以设置路径。
能够实现个人计算机的目录浏览。可以设置路径。-To achieve personal computer directory browser. Can set the path.
- 2022-02-22 09:21:29下载
- 积分:1
-
database design course curriculum management system based on vc
数据库课程设计 人员管理系统基于vc-database design course curriculum management system based on vc
- 2022-12-31 16:55:03下载
- 积分:1
-
在C#中创建不规则的窗体
在C#中创建不规则的窗体 -in C# to create irregular forms
- 2022-08-21 18:27:16下载
- 积分:1
-
完全实现快速排序又称分区交换排序法 在待排序文件中任取一个元素(例如第一个元素),以该元素为标准,将所有元素分为二部分:所有小于该元素的集合,所有大于等于该元素...
完全实现快速排序又称分区交换排序法 在待排序文件中任取一个元素(例如第一个元素),以该元素为标准,将所有元素分为二部分:所有小于该元素的集合,所有大于等于该元素的集合。 将该元素放在二部分中间 利用递归原理,分别对每部分进行排序-Fast sort algrithms
- 2022-04-30 00:53:20下载
- 积分:1