代码搜索:C++

找到约 10,000 项符合「C++」的源代码

代码结果 10,000
www.eeworm.com/read/112679/15479129

txt 用bp网络解决异或问题(c++语言).txt

#include #include #include #include void main() { time_t t; srand((unsigned) time(&t)); double w11,w12,w21,w22,v1,v2,q1,q2,r; //输入层至中间层连接权,中间层至输
www.eeworm.com/read/108575/15584081

txt [c++] vc常用数据类型使用转换详解.txt

VC常用数据类型使用转换详解 出??处:PCVC.NET 作??者:程佩君 刚接触VC编程的朋友往往对许多数据类型的转换感到迷惑不解,本文将介绍一些常用数据类型的使用。 我们先定义一些常见类型变量借以说明 int i = 100; long l = 2001; float f=300.2; double d=12345.119; char usernam