搜索资源列表
CocoSourcesCS
- The Compiler Generator Coco/R Coco/R1 is a compiler generator, which takes an attributed grammar of a source language and generates a scanner and a parser for this language. The scanner works as a deterministic finite automaton. The parser u
FobAddInForMsn
- 开发 MSN Messenger 插件 - Windows Live Messenger Add-ins 微软 Windows Live Messenger 8.0 开放了其 add-ins 开发接口,尽管功能有限,有些实验性质,但我们依然可以做很多事情。诸如自动回复、消息加密、MSN Mini 群等等。 运行/开发环境: 1. Windows Live Messenger 8.0 2. Microsoft .NET Framework 2.0 3. Vi
Statistical-letters-number
- Descr iption: 给定一段文章,请输出每个字母出现的次数。 Input: 只有一组输入数据,该数据大小<10KB。 在文章中除最后一个字符外,只有小写字母、空格和换行符,没有另外的标点、数字和大写字母等。该文章以’#’结尾。 Output: 输出格式为“C A”,C为’a’..’z’中的字母,A为出现次数,C和A之间空一格。 Sample Input: here is the input this is the article
beginningVisualCSharp2005
- 通过这本书中的例子以及练习题,你可以学到很多有用的技巧,并且全方位的例代码会提高你的编程技巧。 总之,你会了解到C#各个方面的知识。-You ll first learn all aspects of the C# language, from the fundamentals to object-oriented techniques. You ll then quickly progress through Windows(r) and Web programming to making u
cnet
- 介绍C#的基础知识,以及学习C#应注意的一些规范,可以作为学习C#的参考书-Introduce the basics of C#, and learning C# should note that some of the norms, can serve as a reference book to learn C#
Prim
- 算法特点:该算法的特点是当前形成的集合T始终是一棵树。将T中U和TE分别看作红点和红边集,V-U看作蓝点集。算法的每一步均是在连接红、蓝点集的紫边中选择一条轻边扩充进T中。MST性质保证了此边是安全的。T从任意的根r开始,并逐渐生长直至U=V,即T包含了 C中所有的顶点为止。MST性质确保此时的T是G的一棵MST。因为每次添加的边是使树中的权尽可能小,因此这是一种"贪心"的策略。 -Algorithm characteristics: the algorithm is characteriz
CSharpstudent-results-
- 基于C#学生成绩管理系统毕业设计作为必不可少的计算机毕业学生作业.基于C#学生成绩管理系统论文用以描述整个设计的需求分析,E-R图,业务流程等范文 基于C#学生成绩管理系统源程序则是具体在某种语言上的源代码设计与实现.另还应具备开题报告,答辩稿,外文翻译,中期报告等-Based on C# graduate student achievement management system designed as computer graduate student work is essential.
CSharpstudent-information
- 基于C#学生信息管理系统毕业设计作为必不可少的计算机毕业学生作业.基于C#学生信息管理系统论文用以描述整个设计的需求分析,E-R图,业务流程等范文 基于C#学生信息管理系统源程序则是具体在某种语言上的源代码设计与实现.另还应具备开题报告,答辩稿,外文翻译,中期报告等-Based on C# graduate student information management system designed as computer graduate student work is essential.
DaiKuan
- C#语言程序设计 签订贷款合同时,需选择好贷款额、贷款年限和贷款年利率 提示:使用构造函数,贷款额、贷款年限和贷款年利率作为参数 可以方便地得到以下信息: 贷款额 贷款年数、贷款月数 贷款年利率、贷款月利率 月付款额 每月余额 提示:使用方法或属性来实现。各月余额可用索引器实现。 贷款月数=贷款年数×12 贷款月利率=贷款年利率/12 月付款额=贷款额×月利率/(1-power((1+月利率),-贷款月数)) 各月余额为: 0月余额:贷
lock_hungry
- 给出进程需求矩阵C、资源向量R以及一个进程的申请序列。使用进程启动拒绝和资源分配拒绝(银行家算法)模拟该进程组的执行情况。要求: 初始状态没有进程启动 计算每次进程申请是否分配?如:计算出预分配后的状态情况(安全状态、不安全状态),如果是安全状态,输出安全序列。 每次进程申请被允许后,输出资源分配矩阵A和可用资源向量V。 每次申请情况应可单步查看,如:输入一个空格,继续下个申请 -The gives processes demand mat
01
- Descr iption 给定一个r * c的只包含0和1两个数字的矩阵,对于矩阵中任意一点(x,y),定义(x,y)的权为(x,y)到与此点曼哈顿距离最小的1的曼哈顿距离(如果mat[x][y] = 1,则(x,y)的权为0)。请求出对于给定01矩阵中所有点的权值之和。 所谓曼哈顿距离——两点在南北方向上的距离加上在东西方向上的距离,即D(I,J)=|XI-XJ|+|YI-YJ|。对于一个具有正南正北、正东正西方向规则布局的城镇街道,从一点到达另一点的距离正是在南北方向上旅
swig-2.0.0.tar
- SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. SWIG is primarily used with common scr ipting languages such as Perl, PHP, Python, Tcl/Tk, and Ruby, however the list
QuickSort
- 快速排序(快速排序)是一种快速排序算法,它被广泛应用于实践。它是用于分而治之的原则。快速排序的工作原理是划分一个给定的数组A [P。 。 R]分成两个非空的子阵列A [页。 。 Q]和A [Q + 1。 。 R]使得在[P每个元素。 。问]是小于或等于每个元素A [Q + 1。 。 R]。然后两个子阵列被递归调用快速排序排序。快速排序的细节描述如下: 1.选择一个支点值(基准)。您可以采取的第一个元素的值 枢轴值,但它可以是任何值,这是在排序的值的范围,即使它不存在于阵列中。 2.分
01
- 模拟实现时间片轮转调度算法,具体如下: 设置进程体:进程名,进程的到达时间,服务时间,,进程状态(W——等待,R——运行,F——完成),进程间的链接指针 进程初始化:由用户输入进程名、服务时间进行初始化,同时,初始化进程的状态为W。 显示函数:在进程调度前、调度中和调度后进行显示。 排序函数:对就绪状态的进程按照进入就绪队列的时间排序,新到达的进行应优先于刚刚执行过的进程进入就绪队列的队尾。注意考虑到达时间 调度函数:每次从就绪队列队首调度优一个进程执行,状态变化。并在执行一
Binary-Trees-(ABB)
- In computer science, a binary tree is a tree data structure in which each node has at most two children, which are referred to as the left child and the right child. A recursive definition using just set theory notions is that a (non-empty) binary tr
TrendCalculus
- Simple trend calculation I needed to have a simple linear trend calculation for X values either as double or datetime. So basically the Y value for a single item is always a double but the type of the X varies. Beyond that, I needed basic statistics
Desktop
- int y; // define y as an integer variable y = 4; // r-value 4 evaluates to 4, which is then assigned to l-value y y = 2 + 5; // r-value 2 + r-value 5 evaluates to r-value 7, which is then assigned to l-value y int x; // define x