搜索资源列表
zuijiasuanfa
- #include #include #define M 20 #define N 3 int mm[M]={0,0,0,2,3,1,0,4,2,3,2,1,0,3,2,2,1,3,0,1}; int nn[N]; int number; void Xunhuan(void); void FIFO(void); void Best(void); void LRU(void); int main() { char ss[1]; int i,j, *p=nn; int c, k=0; for(i=0;
migong
- 利用栈结构实现迷宫求解问题。迷宫求解问题如下: 心理学家把一只老鼠从一个无顶盖的大盒子的入口赶进迷宫,迷宫中设置很多隔壁, 对前进方向形成了多处障碍,心理学家在迷宫的唯一出口放置了一块奶酪,吸引老鼠在迷宫中寻找通路以到达出口。-Achieved using a stack maze to solve the problem structure. Maze solving the problem as follows: psychologist to a mouse from a big b
music
- 单片机播放音乐实验(汇编) org 0000h ajmp main org 000bh ajmp timer0 org 0030h timer0: clr ea djnz 33h,exit mov 33h,53h djnz 32h,exit mov 32h,52h djnz 31h,exit1 mov 31h,51h djnz 30h,exit1 setb f0 ajmp exit exit1: cpl p2.1 e
pro
- C语言开发的通讯录,有增加,删除,添加,修改,排序,保存文件等功能、-rintf("# O: order them. #") gotoxy(2,11) cprintf("# #") gotoxy(2,12) cprintf("# M: modify a record. #") gotoxy(2,13) cprintf("#
1602C
- 日历时钟 按 进入设置状态 按 停止闹钟声音 按 依次进入闹钟功能是否启用,闹钟时 分秒 年月 日及时间时 分 秒的设置 直到退出设置状态 按 调整是否起用闹钟和调节闹钟时 分 秒年 月 日 时间的时分 秒的数字 第 (可在调整状态进行设置) 正常状态 上排最前面显示自定义字符 下排最前面闪动 设置状态 上排最前面显示 下排最前面在设置闹钟时间时显示 其它状态显示 年代变化 星期自动转换 程序中有自定义字符写入-Calendar clock status by entering the sett
code
- linux文件I-O exit.c fork.c select.c write.c waitpid.c execlp.c execle.c-linux file IO exit.c fork.c select.c write.c waitpid.c
EXIT_CND_exact
- EXIT_CND_exact.c:exact closed-form solution for the EXIT curve of the check node decoder for the regular LDPC decoder, as in Sharon s paper. Used for the EXIT chart analysis of LDPC codes.-exact closed-form solution for the EXIT curve of the check no
jy
- 金庸群侠传 for Dingux 纯c/c++版 bete 0.1 A,版本说明: 1,在booboo的dingux20090728工具链下面编译通过。 2,纯c/c++版速度更快体积更小。 3,保留战斗音效,去除遊戏背景音乐(一直咚咚的很吵)。 bug难免请不吝提交,谢谢! B,安装及操作 直接将local文件夹複制到miniSD卡上即可。 X键:确定键 B键:取消或是显示选单 退出方法:在大地图中,按B键显示选单,再选“系统
process_control
- 进程控制,linux编程,系统调用,fork()、exec()、exit()、waitpid()函数的功能以及实现过程,1创建两个子进程,重复显示代码2调用exec()更换自己的代码。计算机操作系统第三版实验二-process control :fork()exec()waitpid()exit().show some words constantly both in the parent s and children process
c
- 本文件为c++源代码,比较两个集合的大小,若集合的长度不等就退出,集合元素值累加相等则相等,供各位参考! -This document is c++ source code, compare the two sets of size, if the length of the collection ranging from the exit, the collection element values equal to the cumulative equal, for your informa
compose
- 运行可执行程序CAR.exe,选择1,小鸟飞过;选择2,汽车开过;选择3,退出。-Run the executable program CAR.exe, option 1, birds flying option 2, cars and over Option 3, exit.
source-code
- 请将程序中的main()函数中的 initgraph(&gdriver,&gmode,"C:\\TC") 函数中的"C:\\TC" 更改为你的TC安装目录。 比如你的TC安装目录为D盘的Tools目录下的TC目录,那么上述语句改为: initgraph(&gdriver,&gmode,"D:\\Tools\\TC") 程序运行开始,就进行动画演示,并发出声音,按任意键退出程序。-Please program main () function in the in
wpsh.c
- 这是我自己写的非常简单的shell程序,能够运行所有的外部命令,包含内部命令exit-This is my very simple to write their own shell program that can run all the external commands, including the internal command exit
exit.c
- 包含linux园开发代码的对于进程处理函数的exit的各个核心部分,内容有注释说明-Linux Park contains the code for the process development function to the exit of each core of the content of explanatory notes
C-P-P-course-design
- C++课程设计--通信录管理程序 设计一个简单的通讯录管理程序,要求有简单的界面,程序段要分清模块。 1.个人通讯录 (1)添加联系人; (2)查找联系人; (3)删除联系人; (4)修改联系人; (5)显示联系人; (6)复制全部信息; (7)关闭该通迅录; (8)退出此系统 2.公司通讯录 (1)添加公司; (2)查找公司; (3)删除公司; (4)修改公司; (5)显示公司; (6)复制全部信息; (7)关闭该通迅录
sierpinsky-pad-in-c-plus
- 绘制sierpinski镂垫(四面体)的c++代码 可实现拖动、放缩等交互功能 按住左键拖动 按右键改变大小 另可改变背景颜色 按esc退出 -Drawing pad sierpinski (tetrahedral) in c++ code .It realized drag, zoom and other interactive features .hold the left click, right-click to change the size of the other can c
C
- 硫酸铜建浴设备控制系统 1.按下 P3.4和P3.5不放 按下 P3.7 即可进入设置模式,再次按下退出设置模式 左边四位数码管最左边的开始闪烁,后面的四位数码管不属于此控制系统按下加或减 有 A b C 三档 分别代表三个参数。第一个参数(A):搅拌机运行时间第二个参数(b):液位信号保持时间第三个参数(C): 为定义 各参数保存在STC89C52单片机的内部EEPROM中-Copper sulfate bath construction equipment control system
C-student_System(text-Database)
- 自己实现的C语言学生管理系统,带文本数据库,写了对文本文件的操作。 创建学生数据库(文件) 向数据库中录入内容 显示指定文件(数据库)中的内容 按照总分进行排序 向数据库中增加一条学生记录 删除一条学生记录 修改指定学生的记录 查找指定学生的记录 排序(子菜单,按照任意字段进行排序) 查询及格或不及格学生信息 更换数据库 退出学生管理系统-Realizing the C language student
C - Hello World!
- The #include <stdio.h> is a preprocessor command. This command tells compiler to include the contents of stdio.h (standard input and output) file in the program. The stdio.h file contains functions such as scanf() and print() to take input and
c
- 用C语言设计一个程序帮助小学生练习数学。 a) 程序首先让使用者输入ID号(包含前两个大写英文字母和后四个阿拉伯数字),例如:Please input your ID: AB1234 程序应该有输入验证功能。ID正确输入完毕后,程序提示以下功能选项: (1) Start a test (2) Check score (3) Exit Test: 程序给出10个数学题目,例如: 12 * 3 = 36;48 +...(C language is used to design a pr