搜索资源列表
BPprog
- BP算法最新C源程序, #include\"stdarg.h\" #include\"stdio.h\" #include\"stdlib.h\" #include\"math.h\" #include\"graphics.h\" #include\"conio.h\" #define IN 4 /*输入层的神经元个数*/ #define HID 13 /*隐含层的神经元个数*/ #define MOD 594 /*学习样本个数*/ #define OUT
332658
- #include <stdio.h> #include <string.h> #include <stdlib.h> #include <malloc.h> #include <math.h> #include <conio.h> struct DuLNode{ struct DuLNode *prior int data struct DuLNode *next-# in
Screentofile
- 自动截屏到文件的小程序 (一)功能 实现了一个定时截取当前屏幕图像的小程序。 (二)准备工作 1)建立VC CONSOLE APPLICATION,选择MFC SUPPORT 2)在STDAFX.H文件中加入头文件:conio.h-automatic cut-off screen to the small document (1) Realization of a regular interception current screen image of sm
c
- #include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h> #include<io.h> #include<math.h> #include<process.h> #include<conio.h> #define m 100 #define OK 1 typedef
wuziqi
- 五子棋小游戏#include<stdlib.h> #include<time.h> #include<stdio.h> #include<conio.h> int chess[169]={0} /*棋盘*/ struct chess_t/*作为辅助,即是作为建意*/ { char attack /*攻防用的,0表示守,1表示攻*/ int j /*作为优先级用*/ }chess_a[169]
GraphicsTutorial
- Very old simple tutorial I made to start-out in C game programming using DevC++ particulary in primitive graphics. This tutorial includes info in settting up DevC++ to work with the very basic (and old) Borland s graphics.h and conio.h
paging
- 模拟分页存储的实现,实验题目:模拟分页技术, #include<stdio.h> #include<time.h> #include<stdlib.h> #include<conio.h> #include<string.h> #define N 80 #define PAGE 4 //PAGE表示页尺寸 -Mini Storage of page
e
- 题目:画椭圆ellipse 1.程序分析: 2.程序源代码: #include "stdio.h" #include "graphics.h" #include "conio.h" -题目:画椭圆ellipse 1.程序分析: 2.程序源代码: #include "stdio.h" #include "graphics.h" #include "conio.h"
2008maneger
- 本程序是对职工信息进行一定管理的程序。可以录入的职工信息包括职工信息包括职工号、姓名、性别、年龄、工资、住址、电话等。程序提供以下功能: 1、系统以菜单方式工作 2、职工信息录入功能(职工信息用文件保存) 3、职工信息浏览功能,读取功能 4、职工信息查询功能,查询方式: 按姓名、职工号等查询 5、职工信息增加、删除、修改功能 程序运行中,有通俗易懂的汉语提示,根据提示可以好轻松地录入与管理信息。添加与删除的功能实现良好,还有两种查询方式。不足之处为信息的保存尚存在问题
student
- 学生成绩管理系统 该程序的主要功能为: 0主菜单,1输入学生记录,2插入学生记录,3修改学生记录,4删除学生纪录, 5查询修生记录,6使用帮助文档。另外,该程序主要调用了:I/O函数(stdio.h),其他说明(stdib.h),字符串函数(string.h),屏幕操作函数(conio.h),字符操作函数(ctype.h),清屏函数(windows.h),定义常数。-Student achievement management system
gaosi
- 高斯列主元消去法 #include<stdio.h> #include<conio.h> #include<math.h> #define N 100 float a[N][N+1] void main( ) { int i,j,k,n float t,s=0, clrscr( ) printf("输入矩阵阶数:") scanf(" d",&
lunzhuang
- 调度5个进程的进程调度算法 实现进程调度,系统 -5 program processore#include "stdio.h" #include <stdlib.h> #include <conio.h> #define getpch(type) (type*)malloc(sizeof(type)) #define NULL 0 struct pcb { /* 定义进程控制块PCB*/ char name[10] char state
c-P-P-lexical-analysis
- c++词法分析很简单的代码#include<iostream.h> #include<fstream.h> #include<stdlib.h> #include<stdio.h> #include<string.h> #include<conio.h> #include<process.h> /*头文件*/ -c++ lexical analysis is very simple c
flight
- 1. 学习和掌握结构体和链表相关知识,掌握程序设计基本过程; 2. 简单的系统与功能分析,了解航班信息管理系统的需求,用C语言开发航班信息管理系统; 3. 建立数据结构链表,数据内容包括航班号、航线、起飞时间、到达时间、机型、所属公司、价格; 4. 编写实现程序功能的各个函数; 5. 建立一个测试数据表,包含十多条航班信息,进行数据测试; 6. 使用数据链表实现数据的:录入、查询、显示、删除、修改、排序、文件保存、系统退出等功能; 调试系统,处理少数系统出错,优化系统界面
GestionDuFichier
- un gestionnaire de fichier qui permet de créer, afficher, et savoir certais details sur un fichier, le programme fonctionne parfaitement sous windows... réaliser en c avec code blocks... la bibliothèque conio.h est inclu avec le zip-un gestionnaire d
ORDER2-EQUATION
- #include<stdio.h> #include<conio.h> #include<math.h> main(){ float delta,a,b,c float x,x1,x2,z printf("enter a:") scanf(" f",&a) printf("enter b:") scanf(" f",&b) printf("enter c:") scanf(" f",&c) del
Svgacc-case
- SVGA图形扩展库示例#include <stdlib.h>,#include <conio.h>,#include "svgacc.h"-SVGA extra-graph interface case #include <stdlib.h>,#include <conio.h>,#include "svgacc.h"
liudunchazhi
- #include <stdio.h> #include <conio.h> #define N 4 static double x[N+1]={0.4,0.55,0.8,0.9,1} static double y[N+1]={0.41075,0.57815,0.88811,1.02652,1.17520} void main() { double varx,f[N+1][N+1] int checkvalid(double x[],
sudoku1
- 一款十分容易上手的數獨遊戲 使用了 conio.h 函式庫-The Sudoku game uses a very easy to use conio.h library
conio.h
- 可用于linux系统的conio.h文件