资源列表

排序选择:

« 1 2 ... .17 .18 .19 .20 .21 46522.23 .24 .25 .26 .27 ... 267454 »

[人工智能/神经网络/遗传算法专题

说明:人工智能专题讲座 机器人、遗传算法、状态空间、谓词逻辑、问题状态图-artificial intelligence robot seminars, genetic algorithm, the state space and predicate logic, the problem state chart
<wchz> 在 2025-06-29 上传 | 大小:499kb | 下载:0

[其他小程序矩阵相加的算法

说明:当稀疏矩阵A和B均以三元组表作为存储结构时,试写出矩阵相加的算法,其结果存放在三元组表C中。 解:这个算法有点繁,要考虑到两个稀疏矩阵的非零元素不是一一对应的,在建立新的三元组表C时,为了使三元组元素仍按行优先排列,所以每次插入的三元组不一定是A的,按照矩阵元素的行列去找A中的三元组,若有,则加入C,同时,这个元素如果在B中也有,则加上B的这个元素值,否则这个值就不变 如果A中没有,则找B,有则插入C,无则查找下一个矩阵元素。 -sparse matrix A and B were 3
<snow> 在 2025-06-29 上传 | 大小:2kb | 下载:0

[其他小程序多维数组-矩阵的压缩存储- 稀疏矩阵(一)

说明:稀疏矩阵   设矩阵A mn 中有s个非零元素,若s远远小于矩阵元素的总数(即s<<m×n),则称A为稀疏矩阵。 1、稀疏矩阵的压缩存储   为了节省存储单元,可只存储非零元素。由于非零元素的分布一般是没有规律的,因此在存储非零元素的同时,还必须存储非零 元素所在的行号、列号,才能迅速确定一个非零元素是矩阵中的哪一个元素。稀疏矩阵的压缩存储会失去随机存取功能。   其中每一个非零元素所在的行号、列号和值组成一个三元组(i,j,
<snow> 在 2025-06-29 上传 | 大小:4kb | 下载:0

[界面编程CGGnew

说明:这是一个格式解释程序,能够解剖CGG仪器产生的地震数据格式,并能产生出文件头块和所有说明字节的内容,调用它可以帮助我们有效的理解,该型号仪器产生的数据文件,进行编程处理.-This is a format to explain procedures, anatomy CGG equipment to the seismic data format, and to produce the first pieces of paper and note all the byte content, ca
<傲雪> 在 2025-06-29 上传 | 大小:573kb | 下载:0

[图形图像处理(光照,映射..)判断点集在多边形内部

说明:此程序基于二分法的判断点集中的m个点是否在n边形内部.-dichotomy of this procedure based on the judgment of the focus points of m n whether the shape of the internal.
<贾德> 在 2025-06-29 上传 | 大小:4kb | 下载:0

[OpenGLvb+opengl 动态三维地形图

说明:vb开发opengl的新方法,完全不同的新方法,简单易学,一看就懂-vb opengl development of new methods, a completely different method is easy, one that could be easily understood. .
<何杰> 在 2025-06-29 上传 | 大小:149kb | 下载:1

[汇编语言汽车小鸟

说明: 运行可执行程序CAR.exe,选择1,小鸟飞过;选择2,汽车开过;选择3,退出。-running executable CAR.exe choose one, birdie over; Option two, the car off; Option 3, exit.
<zsx> 在 2025-06-29 上传 | 大小:3kb | 下载:0

[Windows编程TIMECORE

说明:windows 程序设计中 多线程原理 纯源码实现-windows procedures multithreaded design principles to achieve pure source
<> 在 2025-06-29 上传 | 大小:2kb | 下载:0

[Windows编程OCCLOCK

说明:windows 面向组件的多时钟 程序原理 微软的真正源码-windows components for the clock procedures over the true tenets of Microsoft source code
<> 在 2025-06-29 上传 | 大小:1kb | 下载:0

[汇编语言显示日期时间

说明:在出现的提示信息中输入大写字母“D”,可 显示系统当前日期;输入大写字母“T”,可显示系统当前时间;输入大写字母 “Q”,可结束程序。-in the message input capital letters "D" will show that the current system date; the importation of capital letters "T" will show that the current system; the
<zsx> 在 2025-06-29 上传 | 大小:2kb | 下载:0

[汇编语言打字练习游戏

说明:出现菜单主界面,按回车键出现由26个字母组成 的乱序行,这时其中任一字母落下,在键盘上敲入该字母,如果输入正确,字母 消失;按ESC键返回主界面;按空格见暂停;按‘E’退出。 -Emergence of the main menu interface, press the Enter-key by the 26 letters of the out-of-order line, when any one of the letters came in键盘上敲into the l
<zsx> 在 2025-06-29 上传 | 大小:3kb | 下载:0

[多媒体编程26073-600

说明:AMR FloatPoint C Code
<黄克荣> 在 2025-06-29 上传 | 大小:915kb | 下载:0
« 1 2 ... .17 .18 .19 .20 .21 46522.23 .24 .25 .26 .27 ... 267454 »

源码中国 www.ymcn.org