资源列表
排序选择:
[汇编语言] Fibonacci-Sequence
说明: 汇编 菲波那契数列 include irvine32.inc 原理:f3=f2+f1 .data str1 byte "请输入所求的菲波那契数列的位数:",0 str2 byte "此程序中菲波那契数列最大位置:",0 j dword 2 求最大位置 f1 dword 1,0,0 用3个32位表示一个96位 f2 dword 1,0,0 用3个32位表示一个96位 m dword ? .code main proc mov<念迹> 在 2025-09-18 上传 | 大小:2kb | 下载:0
[软件工程] _beginthread-or-CreateThread-
说明:beginthread 和 CreateThread 函数的区别,讲得非常详细,从对CRT源代码出发探讨这个问题,做多线程需要-beginthread and CreateThread function of the difference between, made it very detailed, do multithreaded need to take a good look<tom> 在 2025-09-18 上传 | 大小:7kb | 下载:0
[matlab例程] Advanced-Topics-in-Finite-Element-Analysis-of-Str
说明:Advanced Topics in Finite Element Analysis of Structures: With Mathematica and MATLAB Computations by M. Asghar Bhatti<Smart> 在 2025-09-18 上传 | 大小:857kb | 下载:0
[单片机(51,AVR,MSP430等)] SHT10
说明:基于STM32F103RBT6的 SHT10温湿度程序,注意:是SHT10 不是DHT10-SHT10 temperature and humidity STM32F103RBT6 program, Note: SHT10 not DHT10<> 在 2025-09-18 上传 | 大小:358kb | 下载:0
[控制台(字符窗口)编程] DistanceSmallestPoints
说明:通过分治策略,在O(nlogn)时间复杂度内,找到二维平面区域内距离最小的点对。-Divide-and-conquer strategy, the time complexity of O (nlogn), find the area of two-dimensional plane distance smallest point on.<Carina> 在 2025-09-18 上传 | 大小:1014kb | 下载:0