-
这是用win32汇编编写的资源编辑器,大家在进行VC++或win32汇编开发的时候,要进行资源界面的编辑,这个编辑器的功能比VC自带的更强大...
这是用win32汇编编写的资源编辑器,大家在进行VC++或win32汇编开发的时候,要进行资源界面的编辑,这个编辑器的功能比VC自带的更强大-This is a compilation prepared by the win32 resources editor, Members conducting VC++ compilation or win32 development of the times, resource editing interface, The editor of the VC, bringing their functional than the more powerful
- 2022-06-30 21:53:59下载
- 积分:1
-
用C++实现矩阵连乘问题
用C++实现矩阵连乘问题-C matrix to achieve continually multiply problems
- 2022-02-13 16:03:36下载
- 积分:1
-
用汇编语言编程源代码
用汇编语言编程源代码- With assembly language programming source code
- 2022-03-24 15:23:06下载
- 积分:1
-
能够完成小车的自动平衡功能,并且能够在液晶显示屏中显示数据。...
能够完成小车的自动平衡功能,并且能够在液晶显示屏中显示数据。-To complete the car" s self-balancing functions, and can be displayed in the LCD display data.
- 2023-04-07 18:50:03下载
- 积分:1
-
On the compilation of 100 examples to facilitate the compilation of beginners, t...
关于汇编的一百个例子,方便汇编初学者,程序已可以通过-On the compilation of 100 examples to facilitate the compilation of beginners, the program has been through
- 2023-02-21 01:05:03下载
- 积分:1
-
关于汇编语言教程的合辑。包括Iczelion的Win32汇编教程,ODBC教程,VXD教程,PE教程。以及其他的教程和论述。...
关于汇编语言教程的合辑。包括Iczelion的Win32汇编教程,ODBC教程,VXD教程,PE教程。以及其他的教程和论述。-Assembly language tutorial on合辑. Including the Win32 compilation Iczelion tutorial, ODBC Guide, VXD tutorial, PE curriculum. As well as other tutorials and discussion.
- 2022-04-30 07:51:45下载
- 积分: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
-
学生选课系统,自己毕业设计时做的,往大家指点!
学生选课系统,自己毕业设计时做的,往大家指点!-students, their graduation design done, to instruct you!
- 2023-03-11 06:30:04下载
- 积分:1
-
关于单片机c语言的编程例子。。
关于单片机c语言的编程例子。。
-On Singlechip c language programming examples. .
- 2022-06-13 11:08:04下载
- 积分:1
-
医院管理信息系统
医院管理信息系统 -Hospital Management Information System
- 2023-05-14 23:15:02下载
- 积分:1