-
三维数据曲线拟合方面很重要的一本书,太好了
三维数据曲线拟合方面很重要的一本书,太好了-Curve fitting of three-dimensional data are important aspects of a book
- 2022-11-06 21:00:07下载
- 积分:1
-
模拟分时系统
模拟分时系统-Simulation of Time-Sharing System
- 2022-03-14 18:50:12下载
- 积分:1
-
子集和数问题,回溯法实现
子集和数问题,回溯法实现-subset of several problems that back Method
- 2022-02-11 12:20:43下载
- 积分:1
-
lisp utility lib
CLLIB is a varied collection of Common lisp tools and routines in CLOCC.
Includes:
â– "guess the animal" game; simple neural net (AI)
â– autoload function and snarfing autoloads from other files
â– basic definitions: package and path
â– base64 encoding and decoding (data format)
â– Rolodex: BBDB/vCard handling
â– check values and types of the elements of a list
â– Common Lisp HyperSpec access
â– read/write CLOS object
- 2022-02-01 20:05:38下载
- 积分:1
-
最先代码
最大限度的求解一些算法上的问题,帮助我们。单纯形法用来求解线性规划问题是一种不错的算法。
- 2023-07-24 20:45:02下载
- 积分:1
-
非 INTILEGENCE 机器人,更多的 U 文字他他学得越多
丹妮
转让的目的是执行 DANI — — 动态人工非智力。丹妮是什么现今称为会话代理,它的灵感来自科幻小说这种 HAL,计算机从星际迷航 》 和银河系漫游指南 》 银河从埃迪的讲话电脑。
丹妮开头没有英语语言的知识。您键入一个句子和丹妮响应与一个句子。如您与丹妮进行交互,它学会了更多和更多的单词,可以跟你聊。有关完整说明请参见 MSX 计算杂志 2 月-3 月 1987年。这是怎么丹妮从我重新执行工作。
丹妮保留它知道带有链接的每个字下面,计数与列表中的每个单词的每个单词的列表。这可以视为字的图形。您输入的每个句子,丹妮分析单词的列表。然后,程序搜索每个字在句中,键入其单词列表和丹妮如果找到匹配项,将链接添加到后面您键入的单词的单词。如果该链接已经存在,然后 DANI 更新该链接的计数。例如以下词语:
"我孤独地漫游作为一片云,浮上高矿石溪谷和群山时所有在一个我看见一群人的金色水仙,主机"
生成以下 word 图形:
I: 荡来荡去 (1) 看见 (1)
徘徊: 孤独 (1)
孤独: 作为 (1)
如: (1)
答: 云 (1) 人群 (1) 主机 (1)
云: 那 (1)
那: 浮游物 (1)
浮游物: (1)
- 2022-01-25 22:32:26下载
- 积分:1
-
矩阵处理的C语言源程序 是用C语言处理矩阵问题的一个源程序 很有用的哦...
矩阵处理的C语言源程序 是用C语言处理矩阵问题的一个源程序 很有用的哦-matrix of C language source code is in C language processing matrix of a very useful source of the oh
- 2023-05-09 03:10:03下载
- 积分:1
-
虚拟重排序
这是一个有关汽车装配厂涂装车间虚拟重排序的简单规则代码,应用c++实现订单的重新分派。在此过程中并不改变原有汽车序列的实际顺序。This is a car assembly plant paint shop virtual reordering simple rule code, application c + + implementation reassignment orders. In this process does not change the actual order of the sequence of the original automobile.
- 2022-08-07 07:54:14下载
- 积分:1
-
基于C实现的采样复制的纹理图像修复方法_可去除遮罩物
资源描述CS7495 Final Project Sooraj Bhat
Object Removal by Exemplar-based Inpainting USING THE CODE
Everything was done in Matlab and MEX (i.e. a C function callable from
Matlab). First, the C code needs to be compiled. At the Matlab
prompt, type:
mex bestexemplarhelper.c
You should then be able to run the following (which takes ~2mins on my
2GHz Pentium 4 laptop with 256MB of RAM):
[i1,i2,i3,c,d,mov] = inpaint("bungee0.png","bungee1.png",[0 255 0]);
A smaller run (~25 seconds) would be:
[i1,i2,i3,c,d,mov] = inpaint("bw0.png","bw2.png",[0 255 0]);
To visualize:
plotall;
close; movie(mov);
SAMPLE IMAGES & RESULTS
*0.png The original images ("bw" and "bungee")
*{1,2}.png The different fill region masks.
*P2.png &nbs
- 2022-02-01 13:35:37下载
- 积分:1
-
地震勘探中的岩性解释
地震勘探中的岩性解释, 这个是我大四毕业设计时写的,应该对学习物探的同学有帮助啦!
- 2022-04-02 02:47:20下载
- 积分:1