搜索资源列表
pathfinding
- prolog 找路例子程序: === === === Part 1-Adding connections Part 2-Simple Path example | ?- path1(a,b,P,T). will produce the response: T = 15 P = [a,b] ? Part 3 - Non-repeating path As an example, the query: ?- pa
jsjqgbs
- 某幼儿园按如下方法依次给A,B,C,D,E五个小孩发糖果。将全部糖果的一半再加二分之一块糖果发给第一个小孩;将剩下糖果的三分之一再加三分之一块糖果发给第二个小孩;将剩下糖果的四分之一再加四分之一块糖果发给第三个小孩;将剩下糖果的五分之一再加五分之一块糖果发给第四个小孩;将最后剩下的11块糖果发给第五个小孩。每个小孩得到的糖果数均为整数。试确定原来共有多少块糖果?每个小孩各得到多少块糖果? 要求结果的输出格式为 sum=糖果总数 xa=A得到的糖果数 xb=B得到的糖果数 xc
A-Bquantumrefject
- 一般文献对A—B效应的分析不够明了,作者就此问题进行了探究,力求寻求一种既省时又省力简单明了的方法,试着用费曼的的路径积分理论定量地分析由矢势A和标∞势所致的A_B效应及超导量子干涉效应、介观体系中的A_B效应等这些前沿领域的课题。-general literature on A-B and analysis of the effect of not sufficiently clear, the authors conducted on the issue inquiring, strive
a-statistical-approach
- 视频分割领域的经典文章,用一种统计的思想来进行视频分割,对初学者很有帮助。-video segmentation of classic articles, the use of a statistical thinking to video segmentation, very useful for beginners.
surface~parameterization~a~tutorial~and~survey
- his paper provides a tutorial and survey of methods for parameterizing surfaces with a view to applications in geometric modelling and computer graphics. We gather various concepts from di® erential geometry which are relevant to surface map
introduction~to~a~transient~world
- This book gives a guided tour in this jungle of new mathematical and algorithmic results, while trying to provide an intuitive sense of orientation.-This book gives a guided tour in this jungle of new mathematical and algorithmic results, while try
Threads.Primer.A.Guide.to.Multithreaded.Programmin
- Threads.Primer.A.Guide.to.Multithreaded.Programming,多线程编程的入门级参考书
A star Algorithm of AI
- A star Algorithm of AI
Crafting a C# Forms Editor from scratch
- Crafting a C# Forms Editor from scratch
Compaq Visula Fortran-A Guide to Creating Windows Applications
- Compaq Visula Fortran-A Guide to Creating Windows Applications(Source codes).zip
java
- public class BubbleSort{ static String printArray(int[] a){ String result="" for(int i=0 i<a.length i++) result+=a[i]+" " return result } static int[] bubbleSort(int[] a){ int t for(int i=0 i<a.length i++) { for(in
This-code-shows-you-how-to-add-a-background-image
- This code shows you how to add a background image to a listview control.
Data-Access---Bind-Data-in-a-ComboBox
- Data Access - Bind Data in a ComboBox
Data-Access---Bind-Data-in-a-ComboBox
- Data Access - Bind Data in a ComboBox
ClonableObject
- This sample demonstrates a clonable object that implements the IClone interface. This sample supplements the "Implement cloning" topic (refer to the "See Also" link at the bottom of this sample). This sample creates an instance of a user-defined clon
Design-a-polynomial-sum-algorithm
- 设计一个一元多项式相加的算法程序。 两个一元多项式相加的运算规则是:两个多项式中所有指数相同的项,对应系数相加,若和不为0,则生成“和多项式”中的一项;对于所有指数不为相同的项,则分别复制到“和多项式”中去。 -Design a polynomial sum algorithm. Two unary polynomial sum arithmetic rule is: all indices in the same items of the two polynomials, and a
A Custom menu
- A simple menu example. This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scr ipts/ShowCode.asp?txtCodeId=54499&lngW
相关攻击
- 快速相关攻击A,序列密码的经典算法,不过偶尔会崩溃
eye(n);b=1/L*ones(n,1); x=quadprog(M,[],A,b);
- eye(n);b=1/L*ones(n,1); x=quadprog(M,[],A,b);
visual-cPP
- C++ QT 3D IDE for development of VS1003, VS Show time applet on the desktop, Music Search Software The NAudio Play wav, MP3 and othe a mp3 player,simple but a good ex five files inside the documents the gstreamer-sdk inside the
