搜索:cpp
找到约 528 项符合「cpp」的查询结果
结果 528
按分类筛选
- 全部
- 技术资料 (70)
- 数据结构 (42)
- 人工智能/神经网络 (37)
- 其他 (32)
- VC书籍 (32)
- 数值算法/人工智能 (21)
- Linux/Unix编程 (20)
- 加密解密 (19)
- 数学计算 (19)
- 多媒体处理 (17)
- 编译器/解释器 (16)
- 串口编程 (15)
- Windows CE (14)
- 单片机开发 (13)
- 书籍源码 (12)
- 源码 (11)
- 文章/文档 (8)
- matlab例程 (7)
- 软件设计/软件工程 (7)
- 通讯/手机编程 (5)
- 其他书籍 (5)
- 编辑器/阅读器 (5)
- 嵌入式/单片机编程 (5)
- 驱动编程 (4)
- 教育系统应用 (4)
- Java编程 (4)
- 多国语言处理 (4)
- 汇编语言 (4)
- 其他数据库 (4)
- 电子书籍 (3)
- 压缩解压 (3)
- *行业应用 (3)
- 企业管理 (3)
- Delphi控件源码 (3)
- 软件 (2)
- 习题答案 (2)
- C/C++语言编程 (2)
- Linux/uClinux/Unix编程 (2)
- 操作系统开发 (2)
- 图形图像 (2)
- Internet/网络编程 (2)
- 游戏 (2)
- 通讯编程文档 (2)
- 其他行业 (2)
- 生物技术 (2)
- 中间件编程 (2)
- 经验 (1)
- 其他 (1)
- 单片机编程 (1)
- 电源技术 (1)
- DSP编程 (1)
- 数据库系统 (1)
- 技术书籍 (1)
- 教材/考试/认证 (1)
- 软件工程 (1)
- 计算机相关 (1)
- 开发工具 (1)
- 实用工具 (1)
- 嵌入式综合 (1)
- 手机短信编程 (1)
- Modem编程 (1)
- Applet (1)
- 传真(Fax)编程 (1)
- 金融证券系统 (1)
- 文件格式 (1)
- CA认证 (1)
- STL (1)
- VxWorks (1)
- VHDL/FPGA/Verilog (1)
- 家庭/个人应用 (1)
- 交通/航空行业 (1)
- 百货/超市行业 (1)
- Windows Mobile (1)
- TAPI编程 (1)
- Oracle数据库 (1)
- MySQL数据库 (1)
- GPS编程 (1)
- 并行计算 (1)
- VIP专区 (1)
https://www.eeworm.com/dl/624/254607.html
串口编程
CHAPT04CHAPT04.CPP 16-Bit test program for the Digi Classic board CHAPT04CHAPT04.EXE 16-Bit executa
CHAPT04\CHAPT04.CPP 16-Bit test program for the Digi Classic board
CHAPT04\CHAPT04.EXE 16-Bit executable of the test program
CHAPT04\CHAPT04.MAK A makefile for Borland or Microsoft C++
CHAPT04\CLASSIC.CPP Implementation of the ClassicHandler class
CHAPT04\CLASSIC.H Declaration of ...
https://www.eeworm.com/dl/624/254613.html
串口编程
CHAPT12Chapt12.cpp Part of the 32-bit test progrma for the Win32Port class. CHAPT12Chapt12.dsp The
CHAPT12\Chapt12.cpp Part of the 32-bit test progrma for the Win32Port class.
CHAPT12\Chapt12.dsp The Visual C++ project file for the program.
CHAPT12\Chapt12.dsw The Visual C++ workspace file for the program.
CHAPT12\Chapt12.h The header file for the app s application class
CHAPT ...
https://www.eeworm.com/dl/534/266761.html
其他
#include"c1.h" typedef int ElemType #include"c2-2.h" #include"bo2-4.cpp" void MergeList_C
#include"c1.h"
typedef int ElemType
#include"c2-2.h"
#include"bo2-4.cpp"
void MergeList_CL(LinkList &La,LinkList Lb)
{
LinkList p=Lb->next
Lb->next=La->next
La->next=p->next
free(p)
La=Lb
}
https://www.eeworm.com/dl/650/476660.html
人工智能/神经网络
agentspark 机器人模拟代码 适用robocup 机器人步态模拟仿真(机器人动作在NAOGETUP.cpp下修改)
agentspark 机器人模拟代码
适用robocup 机器人步态模拟仿真(机器人动作在NAOGETUP.cpp下修改)
https://www.eeworm.com/dl/648/292619.html
单片机开发
1. 书中所有源程序, 在CPP子目录下, CPP.EXE是压缩可自释放的文件, 在DOS 下运行该文件即可释放 2. 书中程序的部分演示程序(源程序的编译), 在DEMO子目录下, 运行压缩
1. 书中所有源程序, 在CPP子目录下, CPP.EXE是压缩可自释放的文件, 在DOS
下运行该文件即可释放
2. 书中程序的部分演示程序(源程序的编译), 在DEMO子目录下, 运行压缩文件
DEM.EXE释放, 然后运行DEMO.BAT演示
3. 精简UCDOS 3.0汉字系统, 含一个24点阵宋体字库, 在UCDOS子目录下, 运行
UCD.EXE释放 ...
https://www.eeworm.com/dl/518/138700.html
数值算法/人工智能
只包括两个核心文件sha1.cpp及sha1.h 计算数据的sha1摘要。简单
只包括两个核心文件sha1.cpp及sha1.h
计算数据的sha1摘要。简单,好用。
由于bit endian及little endian的原因,有些计算sha1摘要的算法计算出来的结果与正确结果有差异。此源码经过测试,与RFC里列出的测试结果匹配。
https://www.eeworm.com/dl/624/254606.html
串口编程
CHAPT03CHAPT03.CPP 16-Bit test program for class PC8250 CHAPT03CHAPT03.EXE 16-Bit executable of the
CHAPT03\CHAPT03.CPP 16-Bit test program for class PC8250
CHAPT03\CHAPT03.EXE 16-Bit executable of the test program
CHAPT03\CHAPT03.MAK A makefile for Borland or Microsoft C
https://www.eeworm.com/dl/624/254608.html
串口编程
CHAPT05CHAPT05.CPP 16-Bit test program for the initelligent Digi board. CHAPT05CHAPT05.EXE 16-Bit e
CHAPT05\CHAPT05.CPP 16-Bit test program for the initelligent Digi board.
CHAPT05\CHAPT05.EXE 16-Bit executable of the test program
CHAPT05\CHAPT05.MAK A makefile for Borland or Microsoft C++
CHAPT05\DIGI.CPP Implementation of the Digiboard class
CHAPT05\DIGI.H Declaration of the ...
https://www.eeworm.com/dl/624/254612.html
串口编程
CHAPT09TERMW16.CPP 16-Bit test program for the Win16Port class. CHAPT09TERMW16.DEF A file needed by
CHAPT09\TERMW16.CPP 16-Bit test program for the Win16Port class.
CHAPT09\TERMW16.DEF A file needed by the linker for this program.
CHAPT09\TERMW16.EXE 16-Bit exeuctable of the test program.
CHAPT09\TERMW16B.MAK A makefile for Borland C++.
CHAPT09\TERMW16M.MAK A makefile for Micro ...
https://www.eeworm.com/dl/641/390870.html
数学计算
1D TWOPHASE SImulator.cpp //一维油水两相驱油的数值模拟 //说明:使用达西单位制
1D TWOPHASE SImulator.cpp
//一维油水两相驱油的数值模拟
//说明:使用达西单位制