搜索结果

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

按分类筛选

显示更多分类

加密解密 C++ Base64编码/解码源代码 inline int Base64Encode(char * base64code, const char * src, int src_len = 0)

C++ Base64编码/解码源代码 inline int Base64Encode(char * base64code, const char * src, int src_len = 0) inline int Base64Decode(char * buf, const char * base64code, int src_len = 0) 以上两个函数内联定义在base64.h中,使用时include "base64.h" 即可,编码后的长度一般比原文多占1/3的存储空间,为了效率, ...
https://www.eeworm.com/dl/519/152503.html
下载: 31
查看: 1112

其他书籍 The ability to write efficient, high-speed arithmetic routines ultimately depends upon your knowled

The ability to write efficient, high-speed arithmetic routines ultimately depends upon your knowledge of the elements of arithmetic as they exist on a computer. That conclusion and this book are the result of a long and frustrating search for information on writing arithmetic routines for real-time ...
https://www.eeworm.com/dl/542/224684.html
下载: 96
查看: 1075

编译器/解释器 IDE开发环境

IDE开发环境,可以挂载SDCC The BASIC IDE is a new, RAD (Rapid Application Development) IDE (Integrated Development Environment) for the RapidQ programming language. The IDE currently has rich project options, a form designer (similar to Delphi s), and code editor. The BASIC IDE is being coded in Borl ...
https://www.eeworm.com/dl/628/316871.html
下载: 198
查看: 1116

单片机开发 The download includes the kernel source code, and a demo application for EVERY RTOS port. See http:

The download includes the kernel source code, and a demo application for EVERY RTOS port. See http://www.freertos.org/a00017.html for full details of the directory structure and information on locating the files you require. The easiest way to use FreeRTOS is start start with one of the demo appli ...
https://www.eeworm.com/dl/648/336964.html
下载: 69
查看: 1095

matlab例程 外国人开发的电磁时域有限差分方法工具包 Electromagnetic Finite-Difference Time-Domain (EmFDTD) is a basic two-dimensio

外国人开发的电磁时域有限差分方法工具包 Electromagnetic Finite-Difference Time-Domain (EmFDTD) is a basic two-dimensional FDTD code developed at the School of Electrical Engineering, Sharif University of Technology. This code has been written based on the standard Yee s FDTD algorithm. Applicati ...
https://www.eeworm.com/dl/665/353892.html
下载: 97
查看: 1160

其他 This book uses the Python language to teach pro - gramming concepts and problem -solving skills,

This book uses the Python language to teach pro - gramming concepts and problem -solving skills, without assuming any previous program- ming experience. With easy-to-understand examples, pseudocode, flowcharts, and other tools, the student learns how to design the logic of programs and then implem ...
https://www.eeworm.com/dl/534/406467.html
下载: 140
查看: 1092

其他数据库 版权说明:版权属于dqe2008.com 特色:   1、界面采用欧试风格,设计唯美.   2、可调用留言,能做为评论模块用于其他系统的开发.   3、代码简洁,功能实用.

版权说明:版权属于dqe2008.com 特色:   1、界面采用欧试风格,设计唯美.   2、可调用留言,能做为评论模块用于其他系统的开发.   3、代码简洁,功能实用. 使用说明:   2、帐号密码以及一些参数在gustbook_Conn.asp中修改,用记事本打开,里面有注释。初始帐号密码都为:admin   3、如何调用评论? 先在 ...
https://www.eeworm.com/dl/645/465131.html
下载: 200
查看: 1119

资料/手册 DS18B20中文资料

FEATURES  Unique 1-Wire interface requires only one port pin for communication  Multidrop capability simplifies distributed temperature sensing applications  Requires no external components  Can be powered from data line. Power supply range is 3.0V to 5.5V  Zero standby power required  Measur ...
https://www.eeworm.com/dl/541/13760.html
下载: 160
查看: 1160

单片机编程 c51流水灯仿真与程序

对应程序: #include<reg52.h> #define uint unsigned int #define uchar unsigned char uchar code tab[]={ 0x81, 0x42, 0x24, 0x18, }; void delay(uint z) { uint i,j; for(i=z;i>0;i--) for(j=120;j>0;j--); } void init() { P0=0x00; }
https://www.eeworm.com/dl/502/29026.html
下载: 76
查看: 1102

系统设计方案 剖析Intel IA32 架构下C 语言及CPU 浮点数机制 Version 0.01 哈尔滨工业大学 谢煜波 (email: xieyubo@126.com 网址:http://purec.b

剖析Intel IA32 架构下C 语言及CPU 浮点数机制 Version 0.01 哈尔滨工业大学 谢煜波 (email: xieyubo@126.com 网址:http://purec.binghua.com) (QQ:13916830 哈工大紫丁香BBSID:iamxiaohan) 前言 这两天翻看一本C 语言书的时候,发现上面有一段这样写到 例:将同一实型数分别赋值给单精度实型和双精度实型,然后打印输 ...
https://www.eeworm.com/dl/678/170525.html
下载: 128
查看: 1181