-
YONG42
说明: 晶核发展,计算晶粒运动的程序,利用Fortran77编写(Nuclei developed to calculate the grain movement process, the use of Fortran77 prepared)
- 2011-03-03 09:05:57下载
- 积分:1
-
这个源代码是可运行的。
这个源代码是可运行的。-the source code can be run.
- 2022-02-11 15:26:34下载
- 积分:1
-
睾酮
TestOS - 带简单GUI的DOS扩展OS// 源代码// ASM// 英文 -TestOS-with simple dos distention OS of GUI//resource code//ASM//English
- 2022-09-26 21:20:03下载
- 积分:1
-
C语言程序,LC72131+PIC16C63+PT2258
C语言程序,LC72131+PIC16C63+PT2258 -C source code for Sanyo LC72131 PLL radio using PIC16C63 as MCU for 3 wires bus control and Digital Volume Controller IC PT2258.
- 2022-03-22 22:59:23下载
- 积分:1
-
回溯法实现最小圆排列问题
回溯法实现最小圆排列问题-Backtracking minimize problems with a round
- 2023-07-03 21:05:02下载
- 积分:1
-
i2c protocol, this program to 8951 hardware systems
i2c protocol,this program to 8951 hardware systems-i2c protocol, this program to 8951 hardware systems
- 2022-07-10 01:24:37下载
- 积分:1
-
#include <iostream>
#include <stack>
#define MAX_SIZE...
非递归的快速排序算法-#include
#include
#define MAX_SIZE 11
using namespace std
typedef int elem
typedef std::stack Stack
int partition(elem*pData, int low, int high)
void swap(elem& a, elem& b)
void qsort(elem* pData, int low, int high)
int partition(elem*pData, int low, int high)
{
elem key = pData[low]
while(low < high)
{
while(low < high && pData[high] >= key)
high--
swap(pData[low], pData[high])
while(low < high && pData[low]
- 2022-05-08 16:41:43下载
- 积分:1
-
很实用的三极管资料,封装:TO
很实用的三极管资料,封装:TO-92,1.5A-very practical transistor, Compliant : TO-92, 1.5A
- 2022-02-11 17:01:15下载
- 积分:1
-
boy的java 程序,用与appletviewer显示
boy的java 程序,用与appletviewer显示-boy of java program, and show appletviewer
- 2022-06-18 19:30:41下载
- 积分:1
-
本人汇编课程实习时编的程序,内附题目说明和实习报告.
本人汇编课程实习时编的程序,内附题目说明和实习报告.-compilation course I am part of the internship process, enclosing topic descriptions and internship report.
- 2022-05-10 11:41:39下载
- 积分:1