-
破解验证
可以破解易语言的编译,破解后必须要保证软件开着(Decipher the compilation of easy language)
- 2018-03-20 20:27:43下载
- 积分:1
-
C 程序设计语言定义了两个标准的内存管理函数:malloc() 和 free()。C 程序员经常使用那些函数在运行时分配缓冲区,以便在函数之间传递数据。然而在许...
C 程序设计语言定义了两个标准的内存管理函数:malloc() 和 free()。C 程序员经常使用那些函数在运行时分配缓冲区,以便在函数之间传递数据。然而在许多场合下,您无法预先确定缓冲区所需的实际大小,这对于构造复杂的 C 程序来说,可能会导致几个根本性的问题。一种自我管理的抽象数据缓冲区概括地给出了抽象缓冲区的伪 C 代码实现,并详细介绍了采用这种机制的优点。-C programming language defines two standard memory management functions: malloc () and free (). C programmers frequently use those functions at run-time allocation of buffers in order to pass data between functions. However, in many occasions, you can not pre-determine the actual size of the buffer required, which for the complex structure of the C program, it may lead to several fundamental questions. A self-management, abstract data buffer generally gives the pseudo-C code for an abstract buffer implementation, and details the advantages of using this mechanism.
- 2022-03-11 11:19:26下载
- 积分:1
-
image_example
image decomposition example for python
- 2020-06-16 12:40:02下载
- 积分:1
-
Huawei various communications infrastructure database engineers and answer diffi...
华为各类工程师通信基础题库以及答案,很难的哦-Huawei various communications infrastructure database engineers and answer difficult oh
- 2022-03-01 18:01:06下载
- 积分:1
-
inter的指令参考全集非常的全面和使用
欢迎下载 不过是英文的英语可要好啊...
inter的指令参考全集非常的全面和使用
欢迎下载 不过是英文的英语可要好啊-inter reference to the directive of the Complete Works of very comprehensive welcome to download and use English is the English fighters arraignment
- 2022-07-01 19:28:06下载
- 积分:1
-
EEE
说明: MATLAB中Simulink 的方向阻抗继电器的电路仿真,设置不同的过渡电阻进行仿真(Circuit simulation of Simulink directional impedance relay in MATLAB, setting different transition resistors for simulation)
- 2019-06-18 14:31:15下载
- 积分:1
-
GUI_HeatControl
基于RTX和uCGUI的智能回流焊控制曲线控制界面。(UCGUI based on RTX and control of intelligent reflow curve control interface.)
- 2010-11-23 21:47:47下载
- 积分:1
-
PLSQL PLSQL PLSQL PLSQL PLSQL PLSQL PLSQL PLSQL
plsql plsql plsql plsql plsql plsql plsql plsql -plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql
- 2022-02-04 16:28:23下载
- 积分:1
-
火车订票系统
应用背景用C语言写的火车订票系统,对于C语言学习者学习链表有极大的帮助,内含测试文件供测试。。。。。。。。。。。。关键技术/*定义存储火车信息的结构体*/
struct train
{
char num[10];/*列车号*/
char city[10];/*目的城市*/
char takeoffTime[10];/*发车时间*/
char receiveTime[10];/*到达时间*/
int price;/*票价*/
int bookNum ;/*票数*/
};
/*订票人的信息*/
struct man
{
char num[10];/*ID*/
char name[10];/*姓名*/
int bookNum ;/*需求的票数*/
};
/*定义火车信息链表的结点结构*/
typedef struct node
{
struct train data ;
struct node * next ;
}Node,*Link ;
/*定义订票人链表的结点结构*/
typedef struct people
{
struct man data ;
struct people*next ;
}bookMan,*bookManLink ;
- 2022-02-01 04:42:30下载
- 积分:1
-
listbox
说明: MATLAB GUI界面,弹出式菜单控件的使用(MATLAB GUI interface, the use of listbox UIcontrol)
- 2019-05-04 20:12:50下载
- 积分:1