搜索资源列表
duoxiangshi
- Status InitPolyn(polyn P) {/*建立一个空的一元多项式的链表*/ P=(polyn)malloc(sizeof(LNode)) if(P==NULL) exit (OVERFLOW) P->data.coef=0 P->data.expn=-1 P->next=NULL return OK }/*InitPolyn*/-Status InitPolyn (Polynesia P) (/ * est
communicationfunctiontesting
- 该程序的功能是利用BIOS的INT 14H号功能调用,将指定的数据从串行口发送出去。在发送过程中,程序不断检测通信线路状态,只有在“发送保持寄存器空”的情况下才发送下一个字符。 整个程序有主函数MAIN()及三个函数SEND(),INIT(),LINETEST()组成。MAIN()是程序的入口并控制数据的发送;INIT()函数提供对串行异步通信的初始化;SEND()函数将指定数据逐一发送出去;LINETEST()函数用于在发送数据前检测通信线路状态。 利用BIOS 功能调用进行串行异步
统计文件数据
- 建表: 第一个表:学生表 列名 类型 是否是索引 是否为空 学号 字符串8位 是 否 姓名 字符串10位 否 否 年龄 整型 否 否 地址 字符串50位 否 否 班级 字符串10位 是 否 备注: 班级:2001,2002,2003, 第二张表:成绩表 列名 类型 是否是索引 是否为空 学号 字符串8位 是 否 课程id 字符串10位 是 否 成绩 浮点型 否 否 备注: 唯一索引:学号+课程id 第三张表:课程表 列名 类型 是否是索引 是否为空 课程id 字符串10位 是 否 课程名称 字符
PWMS
- 系统介绍 根据企业对人事管理的要求,本系统可以实现以下目标: 操作简单方便、界面简洁美观。 在查看员工信息时,可以对当前员工的家庭情况、培训情况进行添加、修改、删除的操作。 方便快捷的全方位数据查询。 按照指定的条件对员工进行统计。 可以将员工信息以表格的形式插入到Word文档中。 实现数据库的备份、还原及清空的操作。 由于该系统的使用对象
CW-Saving
- 用csharp给车辆路径问题写的节约算法,用arraylist实现路径的存储,很适合初接触车辆路径问题或csharp编程的朋友。另外考虑了对于循环取货所需要的1比1空箱返回。-A C# Code for CVRP with empty containers exchange. The Algorithms is the classical Clarke-Wright Saving Algorithms. Also realized with arraylist, which could be h
Converter
- 判断数据是否为空值不是则转换为其他指定类型-To determine whether the data value is not empty then converted to other specified types of
stack
- 实现栈的顺序存储结构的一些基本算法, 譬如,初始化栈,判断栈是否为空,判断是否栈满,入栈,出栈,清空栈,等。-Implementation of the order of stack storage structure some of the basic algorithm, for example, to initialize the stack to determine whether the stack is empty, determine whether the stack is fu
CsharpPDF.RAR
- c#教程,看了,觉得不错,有空下下来看看可能有意外收获-c# tutorials, read, I feel good, empty down to see if there may be the next windfall
gobang
- 本游戏加入了淡入淡出效果,同时加入了调节窗体透明度功能,代码清晰明了,有详细注释,功能代码写得十分详细. 本游戏是我工作之余做的,因为我自己很喜欢玩五子棋,常常和同事切磋,所以开发了这个小游戏.因本人水平有限,程序做的不是很智能,稍为高手点的都可以出赢,本程序主要界面比较美观大方,友好.程序有详细注释,适合初学者研究.如果你对C#.NET也感兴趣,欢迎到我的百度空间或我的个人网站做客.最后附上我的个人网站和百度空间地址. 个人网站:www.2dazi.com 百度空间:http://hi.bai
shunxuzhan
- #define MAX 100 typedef int ElemType typedef struct{ ElemType*data int top } SqStack 顺序栈的基本操作,1,初始化建立空栈 2,入栈,3,显示所有的数据 4,退出 。有菜单栏,里面有word文档的运行结果显示-# define MAX 100 typedef int ElemType typedef struct (ElemType* data int top ) SqS
duiliecaozuo
- 在队列中设置变量rear和num分别作为队尾指针和队中元素记录。程序中包含队列的判队满、判队空、入队和出队四个基本操作。-Set the variable in the queue and the num rear tail pointer respectively, and the team as the team recorded elements. Program sub-team include queue is full, empty sub-teams, into the team
calculator
- 一个简单的计算相对误差的小程序。基于winform,并设置了非空验证,当实际值或预测值或误差有一项为空时,通过按钮事件计算该数值-A simple calculation of the relative error of small procedures. Based on winform, and set a non-null authentication, when the actual value or the forecast error has a value or is empty,
SB_PetriNetsWithWeights
- 基于petri网进行服务行为验证算法,首先生成数据,然后进行服务行为的验证,最下面可以清空数据。-Service behavior based on petri nets to verify the algorithm, first of all generated data, then the verification service behavior, at the bottom to empty the data.
Chess
- Im sory. this a empty page س ل ا م -Im sory. this is a empty page س ل ا م
fire
- “火烧连营”是三国演义中的著名典故之一广为流传,假定文本文件c1.txt是火烧连营中的军营分布图,每个字符A代表一个营帐,营帐是可燃物,其他字符代表不可燃的空白地段,输入任意点的x和y值作为着火点,“火烧连营”后,被燃烧的营帐标上字符’X’,并把整个结果输出到文件c2.txt中。-" Burning the Camps" is a famous story of the Three Kingdoms is one of the widely circulated assumpt
ALGOL-11-Homework
- 算法语言第11次作业 第10章实验 实验1 管理可空学生信息 实验2 可空类型集合 -ALGOL 11 Homework Chapter 10 Experiment Experiment 1 student information management can be an empty space type of experiment 2 can be set
chapter9
- C#编程实例,最基础,最常用的空件,菜鸟学学。-C# programming examples, the most basic, the most commonly used empty pieces, rookie learning.
stack-to-queue
- 用二个顺序存储结构的栈,通过这二个栈的相关运算实现队列的以下功能。 Queue() //构造函数 bool empty() //返回队列是否已空 bool full() //返回队列是否已满 int serve() //出队列,成功返回0,否则返回-1 int append(const string &item) //item进队列,成功返回0,否则返回-1 int retrieve(string &item) const //将队列头的值赋给item,成功返
kongdanjiesuan
- 摄影测量的空三解算程序,网上找到的,稍加修改后的,程序用C#编写的,-Photography measurement of the empty three the solution procedure, found on Internet, slightly modified, a program written in c#,
Empty-Recycle-Bin
- Checking empty of recycle bin C#
