资源列表
gadsga
- 对于用户来说,建立图书馆,就是为了能够获得最快,最新的关于某一专业的信息资源,对于海量的资源库来讲,只需将现有的信息资源进行必要的更新,在服务器上操作即可,不需要管理者每台终端费时、费神地维护和管理,且对于每个用户来说,只可读取信息库的资源,没有任何写入及修改的权限。 本系统是针对(以学校为样体,用户为学生)图书馆的管理而编制的系统。-for the user, the establishment of libraries, in order to obtain the fastest, th
gads
- #include <stdio.h> unsigned long int crc32_table[256] unsigned long int ulPolynomial = 0x04c11db7 unsigned long int Reflect(unsigned long int ref, char ch) { unsigned long int value(0) // 交换bit0和bit7,bit1和bit6,类推 for(int i = 1
两台PC机间RS-232串口通信
- 两台PC机间RS-232串口通信:有乙机,再有乙机通过串口jieshou甲机键盘输入字符串发送给乙机,再由乙机通过串口接收字符并显示在屏幕上。当键入感叹号,结束收发过程。
FIFO
- 用于模拟进程调度中的先到先服务算法 其中进程不是5个的话 可以修改#define中N 的变量 需要几个进程修改成几就行了-Used to simulate the process of scheduling algorithm First come first serve process is not one of the five can be amended if# Define variables in the N process takes a few modifications int
adaptivelinearfilter
- 数字图像处理自适应性滤波算法,极力推荐,本人亲自测试!-Adaptive filtering of digital image processing algorithms, highly recommended, I personally tested!
2
- 优先级队列的编写,主要用的是C++,比较简洁的写法-priority queue
student
- 定义一个描述学生基本情况的类数据成员包括姓名、学号、c++、英语、数学成绩。成员函数包括输出数据、置姓名、学号、三门课成绩,求总成绩和平均成绩。-Define a descr iption of the basic situation of the student class data members include name, student number, c++, English, math scores. Member functions, including output data s
LCD program for LPC2148
- Lcd character printing program for lpc2148 Arm 7
score
- 按下列要求编写程序。 (1)定义一个分数类Score。它有 3个数据成员: Chinese //语文课成绩 English //英语课成绩 Mathematics //数学课成绩 2个构造函数:无参的和带参数的 3个成员函数:是否带参数根据需要自定 sum() //计算三门课总成绩 print() //输出三门课成绩和总成绩 modify() //修改三门课成绩 (2)定义一个人员people (3)定义一个学生类Student。它有 3个数据
guessNumber
- 一个以C语言实现的与电脑进行猜数的小游戏-guess number game
Simple Function Generator
- Simple Function Generator Using Arduino Uno. It can display Sine Wave/Square Wave/Trinagular Wave with push Button. Credits to Nick Gammon and Sandro Maffiodo for xVGA library.