-
a program made by win32asm
用win32asm写的防火墙...基本的功能实现了,但是还有待改进-a program made by win32asm
- 2022-06-12 15:09:27下载
- 积分:1
-
EM78P153设计的PWM源代码,里面有详细的描述。
EM78P153用PWM设计的源代码,其中有详细的说明。
- 2022-08-03 05:00:27下载
- 积分:1
-
Verilog黄金教程,适合初学者及进阶
Verilog黄金教程,适合初学者及进阶-Verilog Golden tutorial, suitable for beginners and advanced
- 2022-08-21 05:16:39下载
- 积分: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
-
Gauss投影计算方法以及界面美化,个人自己做的,比较菜
Gauss投影计算方法以及界面美化,个人自己做的,比较菜-Gauss projection method and interface landscaping, individuals themselves, more vegetables
- 2023-04-22 12:00:03下载
- 积分:1
-
第九届飞思卡尔电磁车源代码
应用背景详细的第九届电磁组程序,可以直接用关键技术采用5个电感检测赛道,归一化算法,可以参考一下电感的排布,以及处理的算法
- 2023-08-05 00:50:06下载
- 积分:1
-
GAL16V8 GAL20V8和编译器的源码,小日本写的,与optasm…
gal16v8及gal20v8的编译程序源码,小日本写的,用optasm编译(该编译软件我也没找到,手上有的朋友请告诉一声,兄弟感激不尽),可以将eqn格式的文件编译成jed格式的文件-gal16v8 gal20v8 and the compiler source, the small Japanese writing, with optasm compiler (compiler software that I have not found the hands of some friends tell that as soon as the brothers eternally grateful), eqn format can be compiled into a document format documents jed
- 2022-09-14 07:45:02下载
- 积分:1
-
编的不好,请多多指教,32位的十六进制转换十进制并显示。
编的不好,请多多指教,32位的十六进制转换十进制并显示。-series of the poor, exhibitions, the 32 hexadecimal and decimal conversion shows.
- 2023-06-23 07:30:04下载
- 积分:1
-
在DOS下显示个性图形
在DOS下显示个性图形-DOS graphics show personality
- 2022-03-01 16:47:01下载
- 积分:1
-
our school to look at the operations it ah
我们学校要的作业啊 看看吧-our school to look at the operations it ah
- 2022-03-04 22:09:27下载
- 积分:1