-
Sams.Programming.in.C.Jul.2003
c++入门经典书籍,特别适合初学者学习,国外教材。(The beginning of c programming.)
- 2014-02-17 11:38:07下载
- 积分:1
-
system
基于C语言的系统编程小程序,里面有好多值得参考的程序,适合初学者(Systems based on the C programming language, applets, there are a lot of good reference procedures, suitable for beginners)
- 2014-03-29 20:14:38下载
- 积分:1
-
CPPrule
一本详细介绍有关C++编程范式的书,感觉不错分享给大家(A book written C++ programming paradigm, feeling good)
- 2015-06-21 00:54:19下载
- 积分:1
-
moreference
本书给出了在mo的基本方法
可以说是mo的一个很好的帮助文档
希望能给初学者有所帮助(This book gives the basic method in the mo can be said to be a good mo document hope that I can help beginners help)
- 2007-11-22 19:05:27下载
- 积分:1
-
c_c++point
学习C++指针的一个不错的资料,找了好久才找到(Learning C++ Indicator of a good information, look for a long time to find)
- 2009-01-08 11:13:37下载
- 积分:1
-
stl_introduction
本书从c基础开始深入STL,而且是Word版,可以直接复制书上的代码在VC平台上运行。(This book started from the c-based in-depth STL, but also a Word version, you can directly copy the code book on the VC platform.)
- 2009-11-01 08:52:15下载
- 积分:1
-
Mono_Interop_with_Native_Libraries_(1_Q_yuhen_file
Interop with Native Libraries》 的学习笔记。
(Interop with Native Libraries》)
- 2010-12-14 10:43:54下载
- 积分:1
-
Large-Scale-Cp2Bp2B-Software-Design
大规模的c++开发学习,c++必学书籍,英文书籍(large scale c++ software develop)
- 2015-12-25 15:51:00下载
- 积分:1
-
EMD-cPP
说明: EMD分解c语言描述,循环过程说明,大家可以参考 (C language to describe the EMD decomposition, cycle instructions,)
- 2021-02-03 01:10:00下载
- 积分:1
-
VC++ WeiXinPay微信扫描二维码支付相关源码
VC++ WeiXinPay微信扫描二维码支付相关源码,这是个VC.NET源码项目,使用了qrencode生成了二维码,本微信支付项目功能包括了生成二维码、结果签名验证、下单测试、生成15位随机字符串等,有一些公共支付接口部分,需要用时候,自己修改:
CString g_strAPIKey("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");//*改* 32位的APIkey
CString g_strAppId("xxxxxxxxxxxxxxxxxx");//*改* 用户的APPID 貌似是18位的
CString g_strBody("刘隽曦的支付测试");//*改* 商品名
CString g_strMchId("xxxxxxxxxx");//*改* 商户号貌似10位
CString g_strIp("192.168.0.136");//*改* 本机IP
int g_nTotalFree = 1;//*改*商品价格 分
本源代码仅供支付,有时候微信支付接口在变化,可能会导致程序不可用。
- 2022-03-24 04:25:36下载
- 积分:1