资源列表
ch03
- 此為紅皮書C++入門經典(第3版)的第三章習題參考答案-This is a classic Red Book C++ Getting Started (version 3) of Chapter Exercises reference answer
ch04
- 此為紅皮書C++入門經典(第3版)的第4章習題參考答案-This is the Red Book of C++ Introduction to Classical (3rd edition) Chapter 4 Problem Passage
xor
- 最大的异或 题目描述:给你n个正整数,你要找出哪两个数按位异或运算后的结果是最大的。 输入:输入一个整数n(2<=n<=100000),然后就是n个109以内的正整数。 输出:输出最大的按位异或运算结果。 样例输入: 4 1 3 4 7 样例输出: 7 提示:3和4异或的结果是7,已经最大 要求:时间复杂度为O(nlogn)-xor
Matrix
- 一个用列主元法求解矩阵的程序,对数值运算的同志应该有所帮助。-A main element method with the column matrix of the process of numerical computation of the comrades should help.
clock1
- 24进制计数器,可循环计数,用于24小时计数!-24 binary counter, counting can be recycled for 24 hours counting!
sy4
- 线程的创建和同步控制 在windows2000的环境下,创建一个控制台进程,此进程创建两个并发线程,一个是读线程,另一个是写线程。这两个线程共享一个数组A,写线程对数组分别进行10次写操作,每次写操作对A的每个元素赋一个相同的值;读线程对数组分别进行10次读操作,每次读操作输出A中所有元素的值。写出相应代码,并分析运行结果。修改代码,使每次读写互斥,即每次对数组的写操作结束后才能进行写操作,反之亦然。-Thread creation and synchronization control i
sy5
- 动态分区分配算法的模拟 初始化功能:内存状态设置为初始状态。 分配功能:要求至少使用两种算法,用户可以选择使用。 回收功能: 空闲块的合并:即紧凑功能,用以消除碎片。当做碎片整理时,需要跟踪分配的空间,修改其引用以保证引用的正确性。 显示当前内存的使用状态,可以使用表格或图形。 -Dynamic partition allocation algorithm simulation
MX29LV128D
- 128M-BIT CMOS Voltage 3V Flash Memory
SerialPortDualInternet
- 串口实现双机互联:里面另附有txt文件及debug文件-Serial Port Dual Internet: which attached a txt file, and debug file
motor_monitor
- 用以观察电机速度曲线,用以对电机进行PID控制-To observe the motor speed curve for the motor PID control
pid
- 人工智能(模糊在自动控制的应用)电动机控制中的简单遗传算法PID参数优化-Artificial intelligence (fuzzy in Automatic Control) motor control in the simple genetic algorithm optimization of PID parameters
c51
- 24LED流水灯花样显示5档调速同时中断切换 四个按键控制 c51程序代码-24LED lights synchronized water show, 5-speed switching speed and discontinued four buttons control the c51 code
