搜索结果

找到约 699 项符合 Include 的查询结果

按分类筛选

显示更多分类

其他 学会对文件的记录锁定

学会对文件的记录锁定,及解锁。#include <stdio.h> #include <unistd.h> #include <fcntl.h> int main() { int fd int i struct { char name[20] uint ID int age } myrec fd =open("name", O_RDWR|O_CREAT, 0755) if (fd == -1) return -1 printf("Input your name:") scanf("%s", myrec.name) ...
https://www.eeworm.com/dl/534/242419.html
下载: 95
查看: 1123

单片机开发 W29C040(512K FLASH)读写程序2007-09-10 11:16很是激动

W29C040(512K FLASH)读写程序2007-09-10 11:16很是激动,去年用AT89S52捣弄了半年也没搞定,这次换成C8051f040,也不知道是天见我可怜还是狗运,终于把数据写进去了。想当时到处找的程序都没用,郁闷非常,这次走运成功,拿出来晒晒太阳(虽然也是该的别人的程序,但是好歹能用)。 /*W29C040(512K FLASH)读写程序*/ #incl ...
https://www.eeworm.com/dl/648/460437.html
下载: 170
查看: 1123

Linux/Unix编程 libpcap is a system-independent interface for user-level packet capture. libpcap provides a portable

libpcap is a system-independent interface for user-level packet capture. libpcap provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc.
https://www.eeworm.com/dl/619/104468.html
下载: 181
查看: 1160

VC书籍 This book focuses on combining C++ s power and flexibility with high performance and scalability, r

This book focuses on combining C++ s power and flexibility with high performance and scalability, resulting in the best of both worlds. Specific topics include temporary objects, memory management, templates, inheritance, virtual functions, inlining, referencecounting, STL, and much more
https://www.eeworm.com/dl/686/170679.html
下载: 91
查看: 1074

Delphi控件源码 A rich edit control is a window in which the user can enter and edit text. The text can be assigned

A rich edit control is a window in which the user can enter and edit text. The text can be assigned character and paragraph formatting, and can include embedded OLE objects. Rich edit controls provide a programming interface for formatting text.
https://www.eeworm.com/dl/666/235883.html
下载: 26
查看: 1118

其他 The C++ version of the IQmath librray requires the C header file and is built on top of the C funct

The C++ version of the IQmath librray requires the C header file and is built on top of the C functions and definitions. See "Building A Project" section of this Read Me file on how to include the above files in a user C++ program/project.
https://www.eeworm.com/dl/534/469916.html
下载: 192
查看: 1107

*行业应用 The C++ version of the IQmath librray requires the C header file and is built on top of the C funct

The C++ version of the IQmath librray requires the C header file and is built on top of the C functions and definitions. See "Building A Project" section of this Read Me file on how to include the above files in a user C++ program/project.
https://www.eeworm.com/dl/631/469924.html
下载: 141
查看: 1128

单片机开发 将Windows矢量字体转换为可供嵌入式系统的LCD、LED等直接使用的十六进制数组

将Windows矢量字体转换为可供嵌入式系统的LCD、LED等直接使用的十六进制数组,在ADS1.2中实测可直接include使用。
https://www.eeworm.com/dl/648/474199.html
下载: 147
查看: 1102

通讯/手机编程 These mobility generator tools are used to generate a rich set of mobility scenarios used to evalua

These mobility generator tools are used to generate a rich set of mobility scenarios used to evaluate the protocol performance in Mobile Ad Hoc Network. The tools include the Reference Point Group Mobility(RPGM) model, Freeway Mobility Model and Manhattan Mobility Model.
https://www.eeworm.com/dl/527/461510.html
下载: 88
查看: 1185

单片机开发 nrf9E5串口通讯,要的功能

nrf9E5串口通讯,要的功能,你的程序只要包括这样的语句: #include <chipcon/hal.h> #include <chipcon/cul.h> 你的软件就可以在这个库的高级的水平上开始工作,举例说明: 你需要发送一个包,包括序言,通讯标志,地址,数据,CRC效验等,你只需要下列两行语句,便全部完成了! ...
https://www.eeworm.com/dl/648/269328.html
下载: 59
查看: 1051