资源列表

« 1 2 ... .99 .00 .01 .02 .03 66404.05 .06 .07 .08 .09 ... 66605 »

[C#编程2

说明:最大公因数使用辗转相除法来求,最小公倍数则由这个公式来求: GCD * LCM = 两数乘积 -The greatest common divisor using Euclidean algorithm to seek, to find the least common multiple by this formula: GCD* LCM = product of two numbers
<王硕> 在 2025-01-28 上传 | 大小:11kb | 下载:0

[C#编程3

说明:现将举行一个餐会,让访客事先填写到达时间与离开时间,为了掌握座位的数目,必须先估计不同时间的最大访客数。-Now hold a banquet, so that visitors pre-filled arrival time and departure time in order to keep the number of seats, you must first estimate the maximum number of vis
<王硕> 在 2025-01-28 上传 | 大小:11kb | 下载:0

[C#编程4

说明:Gray Code是一个数列集合,每个数使用二进位来表示,假设使用n位元来表示每个数好了,任两个数之间只有一个位元值不同,-Gray Code is a collection of columns, each number is represented using binary, assuming the number of n bits to represent each well, only a bit different valu
<王硕> 在 2025-01-28 上传 | 大小:12kb | 下载:0

[其他小程序dadekavi-modiriyate-ertebat-moshtari-[www.prozhe.

说明:dadekavi modiriyate ertebat moshtari
<eli> 在 2025-01-28 上传 | 大小:961kb | 下载:0

[C#编程5

说明:选择排序(Selection sort)、插入排序(Insertion sort)与气泡排序(Bubble sort)这三个排序方式是初学排序所必须知道的三个基本排序方式,它们由于速度不快而不实用(平均与最快的时间复杂度都是O(n2)),然而它们排序的方式确是值得观察与探讨的。-Selection Sort (Selection sort), insertion sort (Insertion sort) and bubble sort
<王硕> 在 2025-01-28 上传 | 大小:12kb | 下载:0

[C#编程6

说明:快速排序法(quick sort)是目前所公认最快的排序方法之一(视解题的对象而定),虽然快速排序法在最差状况下可以达O(n2),但是在多数的情况下,快速排序法的效率表现是相当不错的。 快速排序法的基本精神是在数列中找出适当的轴心,然后将数列一分为二,分别对左边与右边数列进行排序,而影响快速排序法效率的正是轴心的选择。 -Quick sort (quick sort) is currently recognized as one
<王硕> 在 2025-01-28 上传 | 大小:11kb | 下载:0

[其他小程序SVDPP

说明:Python实现SVD++, Python实现SVD++, - Python implementation SVD++, Python implementation SVD++, Python implementation SVD++,
<xuxinrui> 在 2025-01-28 上传 | 大小:1kb | 下载:0

[其他小程序density-distribution

说明: 对于量子态为无限深势井中最低两能态的叠加的粒子,画出其概率分布在一个变化周期内的变化情况-Plot the probability distributions as a function of time for a particle at a superposition of two lowest states of infinite square well.
<lxx> 在 2025-01-28 上传 | 大小:79kb | 下载:0

[数据库编程MFC_ADOX_Access_mdb

说明:基于MFC,使用ADOX,实现建立Access数据库文件(*.mdb)的功能,并有读写部分。可以支持VC6-Based on MFC, using ADOX, to achieve the establishment of Access database files (*. Mdb) functions, and read sections. Can support VC6
<孙逸仙> 在 2025-01-28 上传 | 大小:126kb | 下载:0

[其他小程序Prediction_RBF

说明:混沌预测和神经网络的预测程序,使用matlab编程得到的预测图形- Prediction program predicted chaos and neural network, using matlab programming was forecast graphics
<张学阳> 在 2025-01-28 上传 | 大小:11kb | 下载:0

[Windows编程SPLINE

说明:实现了三次样条插值,当中使用了追赶法计算矩阵,能够计算出模拟后的点的函数值-Achieve a cubic spline interpolation, which is calculated using the law to catch matrix function value can be calculated after the simulation points
<> 在 2025-01-28 上传 | 大小:124kb | 下载:0

[文件操作DeleteDir-test

说明:VC++快速删除指定的整个目录,已实测通过可用。-Delete whole directory(include subdirs)
<小徐> 在 2025-01-28 上传 | 大小:9.65mb | 下载:0
« 1 2 ... .99 .00 .01 .02 .03 66404.05 .06 .07 .08 .09 ... 66605 »

源码中国 www.ymcn.org