资源列表

« 1 2 ... .02 .03 .04 .05 .06 21207.08 .09 .10 .11 .12 ... 21480 »

[其他小程序A的算法

说明:A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价的和;每当扩展结点时,总是在所有待扩展结点中选择具有最小F值的结点作为扩展对象,以便使搜索尽量沿最有希望的方向进行。 -A* algorithm is a heuristic search. It extended node in the order of priority si
<> 在 2025-01-16 上传 | 大小:2kb | 下载:0

[其他小程序图形裁剪算法

说明:实现直线的编码裁剪算(Cohen_Sutherland算法)该程序能实现窗口屏幕上任意一条直线的裁剪-achieve linear coding cutting count (Cohen_Sutherland algorithm) to achieve the program window on the screen arbitrary cutting a straight line
<> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[其他小程序C的数据库编程 1267

说明:用C来实现数据库编程,里面的源程序提供大家参考。-C to achieve database programming, the inside source for your reference.
<薛敏> 在 2025-01-16 上传 | 大小:6kb | 下载:0

[其他小程序-血液需求系统

说明:此系统用EXEL开发,摘要如下,对于血液供需模型,我们对某地区进行了系统模拟,为了使医疗中心花费最少,我们首先对三种情况进行分析,就是不举办活动,每30,60天举办活动,得出结果,每30天举办一次活动,费用最少。最后,我们对模型评价与推广,还有个人的心得体会。-system used EXEL development, summarized below, the blood supply model, we have certain a
<薛敏> 在 2025-01-16 上传 | 大小:394kb | 下载:0

[其他小程序产生随即数

说明:在C/C++中,两种产生随机数的方法,random()和math.random()的比较-in C/C, two random numbers generated by the method, random () and math.random () comparison
<joy> 在 2025-01-16 上传 | 大小:4kb | 下载:0

[其他小程序winsock实现聊天

说明:这是一个用winsock实现简单的udp聊天程序-This is a simple use of the protocols of udp chat program
<张英> 在 2025-01-16 上传 | 大小:722kb | 下载:0

[其他小程序计算器小程序

说明:用JAVA编写的一个自制计算器,虽然和WINDOWS自带比要差多了,不过我的有源代码哦.-prepared using JAVA made a calculator, although own than Windows and much worse, but I oh active code.
<joy> 在 2025-01-16 上传 | 大小:3kb | 下载:0

[其他小程序Graduated

说明:刚学JAVA的时候老师布置的作业,一个简单的小JAVA程序,关于学生信息的.主要目的是接触JAVA.-just learning the layout of the teachers work, a simple small Java procedures, information on the students. The main purpose is to contact JAVA.
<joy> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[其他小程序xsxt

说明:一个小的电脑销售管理系统,是我的毕业设计来的-a small computer sales management system, I graduated to the design
<王军> 在 2025-01-16 上传 | 大小:1.15mb | 下载:0

[其他小程序食贪蛇

说明:这是一个用Java做的食贪蛇小游戏,可以看看哟.-This is a Java so greedy snake eat small game, we can yo.
<章军> 在 2025-01-16 上传 | 大小:7kb | 下载:0

[其他小程序二进制平方和乘方的幂模算法

说明:二进制平方和乘方的幂模算法,是密码学中的重要问题.这里提供他的简单算法.-binary square and involution of Power Modules algorithms, cryptography is the most important issue. Here he provides a simple algorithm.
<周磊> 在 2025-01-16 上传 | 大小:24kb | 下载:0

[其他小程序简易日历(H)

说明:一个简易日历程序,已知公元元年一月一日即耶稣诞生日是星期一,那么因为365%7=1,366%7=2。所以每过一年平年星期数加一,每过一年闰年星期数加二,依次类推就可以求出任意一年一月一日是星期几。-a simple calendar program, known Year on January 1 that the first year of the birth of Jesus Day is Monday, because 365%
<XFX> 在 2025-01-16 上传 | 大小:35kb | 下载:0
« 1 2 ... .02 .03 .04 .05 .06 21207.08 .09 .10 .11 .12 ... 21480 »

源码中国 www.ymcn.org