资源列表

« 1 2 ... .36 .37 .38 .39 .40 15541.42 .43 .44 .45 .46 ... 21467 »

[其他小程序ch04

说明:此為紅皮書C++入門經典(第3版)的第4章習題參考答案-This is the Red Book of C++ Introduction to Classical (3rd edition) Chapter 4 Problem Passage
<林可魯> 在 2025-11-24 上传 | 大小:3kb | 下载:0

[其他小程序xor

说明:最大的异或 题目描述:给你n个正整数,你要找出哪两个数按位异或运算后的结果是最大的。 输入:输入一个整数n(2<=n<=100000),然后就是n个109以内的正整数。 输出:输出最大的按位异或运算结果。 样例输入: 4 1 3 4 7 样例输出: 7 提示:3和4异或的结果是7,已经最大 要求:时间复杂度为O(nlogn)-xor
<李明> 在 2025-11-24 上传 | 大小:1kb | 下载:1

[其他小程序Matrix

说明:一个用列主元法求解矩阵的程序,对数值运算的同志应该有所帮助。-A main element method with the column matrix of the process of numerical computation of the comrades should help.
<qianjin> 在 2025-11-24 上传 | 大小:199kb | 下载:0

[其他小程序clock1

说明:24进制计数器,可循环计数,用于24小时计数!-24 binary counter, counting can be recycled for 24 hours counting!
<aa> 在 2025-11-24 上传 | 大小:546kb | 下载:0

[其他小程序sy4

说明:线程的创建和同步控制 在windows2000的环境下,创建一个控制台进程,此进程创建两个并发线程,一个是读线程,另一个是写线程。这两个线程共享一个数组A,写线程对数组分别进行10次写操作,每次写操作对A的每个元素赋一个相同的值;读线程对数组分别进行10次读操作,每次读操作输出A中所有元素的值。写出相应代码,并分析运行结果。修改代码,使每次读写互斥,即每次对数组的写操作结束后才能进行写操作,反之亦然。-Thread creation and synchronization control i
<陈婷婷> 在 2025-11-24 上传 | 大小:698kb | 下载:1

[其他小程序sy5

说明:动态分区分配算法的模拟  初始化功能:内存状态设置为初始状态。  分配功能:要求至少使用两种算法,用户可以选择使用。  回收功能:  空闲块的合并:即紧凑功能,用以消除碎片。当做碎片整理时,需要跟踪分配的空间,修改其引用以保证引用的正确性。  显示当前内存的使用状态,可以使用表格或图形。 -Dynamic partition allocation algorithm simulation &#
<陈婷婷> 在 2025-11-24 上传 | 大小:321kb | 下载:0

[其他小程序MX29LV128D

说明:128M-BIT CMOS Voltage 3V Flash Memory
<rillyxue> 在 2025-11-24 上传 | 大小:13kb | 下载:0

[其他小程序SerialPortDualInternet

说明:串口实现双机互联:里面另附有txt文件及debug文件-Serial Port Dual Internet: which attached a txt file, and debug file
<卡卡> 在 2025-11-24 上传 | 大小:7.64mb | 下载:0

[其他小程序motor_monitor

说明:用以观察电机速度曲线,用以对电机进行PID控制-To observe the motor speed curve for the motor PID control
<校校> 在 2025-11-24 上传 | 大小:357kb | 下载:0

[其他小程序pid

说明:人工智能(模糊在自动控制的应用)电动机控制中的简单遗传算法PID参数优化-Artificial intelligence (fuzzy in Automatic Control) motor control in the simple genetic algorithm optimization of PID parameters
<卡卡> 在 2025-11-24 上传 | 大小:3kb | 下载:0

[其他小程序c51

说明:24LED流水灯花样显示5档调速同时中断切换 四个按键控制 c51程序代码-24LED lights synchronized water show, 5-speed switching speed and discontinued four buttons control the c51 code
<陈明宇> 在 2025-11-24 上传 | 大小:2kb | 下载:0

[其他小程序Lexical

说明:词法分析:将该语言的源程序,也就是相应的字符流转换成内码,并根据需要是否对于标识号填写相应的符号表供编译程序的以后各阶段使用- Lexical Analysis:The language of the source, that is, the character stream into corresponding internal codes, and if necessary, fill in the corresponding identification number for the sy
<yinshengquan> 在 2025-11-24 上传 | 大小:2kb | 下载:0
« 1 2 ... .36 .37 .38 .39 .40 15541.42 .43 .44 .45 .46 ... 21467 »

源码中国 www.ymcn.org