编程语言
把源代码上传到google code上去了。从前也没贡献过什么开源代码,这方面没什么经验,感觉google招牌大,就用它了。传上去,除了给共同学习者参考之外,还有一个作用就是给自己备份——很多时候自己很久以前写的东西,就想不起来放哪儿了。 代码project主页:http://code.google.com/p/logistic-regression-cplusplus/ 代码下载页:...
分类:编程语言 时间:2014-01-20 23:02:15 收藏:0 阅读:400
c++密码以星号代替...
分类:编程语言 时间:2014-01-20 22:56:30 收藏:0 阅读:512
#include #include #include using namespace std; class sj {public : int year,month,day; void shuru() {cin>>year>>month>>day; } }; class student { public : string xm,kc[5]; int bj,xh,cj[5]; sj time;...
分类:编程语言 时间:2014-01-20 22:56:20 收藏:0 阅读:404
1、为什么istream类型的对象(例如std::cin对象)可以用作循环测试条件? #include int main() { int sum = 0, value; while (std::cin >> value) sum += value; std::cout << "Sum is " << sum << std:endl; return...
分类:编程语言 时间:2014-01-20 22:55:50 收藏:0 阅读:437
之前总结过C的标准I/O库函数,现在总结一下C++的标准I/O库:iostream, fstream, sstream。...
分类:编程语言 时间:2014-01-20 22:53:05 收藏:0 阅读:425
Java 中有 interface 关键字,C++ 中有抽象类或纯虚类可以与 interface 比拟,C 语言中也可以实现类似的特性。...
分类:编程语言 时间:2014-01-20 22:50:50 收藏:0 阅读:359
#include         using ::abs; //绝对值   using ::acos; //反余弦   using ::acosf; //反余弦   using ::acosl; //反余弦   using ::asin; //反正弦   using ::asinf; //反正弦   using ::asinl; //反正弦   using ::atan; ...
分类:编程语言 时间:2014-01-20 22:47:45 收藏:0 阅读:407
paip.java c++得到当前类,方法名称以及行号 作者Attilax 艾龙,  EMAIL:1466519819@qq.com 来源:attilax的专栏 地址:http://blog.csdn.net/attila 得到当前类名称(带package 路径)             //m.util.tAnno         System.out.println(   ...
分类:编程语言 时间:2014-01-20 22:47:35 收藏:0 阅读:358
c++ 学籍管理系统 程序...
分类:编程语言 时间:2014-01-20 22:39:25 收藏:0 阅读:377
python
分类:编程语言 时间:2014-01-20 19:56:10 收藏:0 阅读:452
151261512625126351284
上一页512833下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!