联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All VC书籍(212) 

[VC书籍] Calc

主要实现整数,浮点数的加、减、乘、除四则运算和开平方。每一次运算得出结果之后再和第二个数做下一次的运算,直到结束运算。在输入数字的过程中还实现了Backspace后退一格的功能,方便于输入错误时进行修改。还实现了复位,清零功能。
Realizing visual programming of calculator (2018-09-22, C/C++, 365KB, 下载0次)

http://www.pudn.com/Download/item/id/1537582657329734.html

[VC书籍] ss

编辑是最好的阿斯顿发生阿萨德发到付阿萨德发生东方
On Friendship And a youth said, "Speak to us of Friendship." Your friend is your needs answered. He is your field which you sow with love and reap with thanksgiving. And he is your board and your fireside. (2017-08-21, WINDOWS, 6516KB, 下载1次)

http://www.pudn.com/Download/item/id/1503280126875512.html

[VC书籍] Ruminations-on-CPP

C++编程方面的经典书籍,作者是一对享有盛誉的技术伉俪,Andrew Boeing和Barbar Moo。本书基于作者在知名技术杂志发表的技术文章、世界各地发表的演讲以及斯坦福大学的课程讲义整理、写作而成,融聚了作者10多年C++程序生涯的真知灼见。
Ruminations on C++: A Decade of Programming Insight and Experience (2015-07-08, C++, 7436KB, 下载12次)

http://www.pudn.com/Download/item/id/1436338507961533.html

[VC书籍] dxf2shp

享3个计算SPI指数的源程序 SPI指数的matlab程序和fortran程序 一个求取SPI指数的程序 介绍内布拉斯加大学SPI、PDSI干旱指数等的专业性网站-绿叶计划
a kind of test (2014-08-06, C++ Builder, 28655KB, 下载31次)

http://www.pudn.com/Download/item/id/2600098.html

[VC书籍] C-language-program

这里面上传了6个c语言程序,其中有回文数组判别再求和,输出一个蛇形矩形,结构体输出分数最高的,结构体指针求和,连加连减特性,字符串的移动。
There uploaded 6 c language program, which has an array of discriminating again palindrome summing the output of a snake-like rectangle, the highest score of the output structure, structure pointer summation, and even add features even less, move the string. (2013-12-10, Visual C++, 2KB, 下载2次)

http://www.pudn.com/Download/item/id/2422780.html

[VC书籍] Modern-CPP-Design

美国亚力山德雷斯库所著的大作《C++设计新思维》的中文版(侯捷译)。 这本书是在C++98的平台上介绍C++模板元编程的详细技术与思路。
Chinese version (by Jie Hou) of masterpiece "C++ design for the new thinking" from Andrei Alexandrescu. This book disscused the C++ template meta-programming techniques and ideas in a C++98 platform . (2013-05-11, C++, 1810KB, 下载4次)

http://www.pudn.com/Download/item/id/2237947.html

[VC书籍] Tetris

俄罗斯方块的简单实现, VC++ 仍可优化不设派生类,在基类里定义小块初始化地图4*7
Simple implementation of Tetris, VC++ can still be optimized without derived class, defined in the base class initialization small map 4* 7 (2011-05-24, Visual C++, 384KB, 下载4次)

http://www.pudn.com/Download/item/id/1544249.html

[VC书籍] mg

以二维数组表示迷宫,其中,在迷宫最外层加墙(0表示通路,1表示障碍)。 从文件(MAZE1或 MAZE2)读入迷宫的入口和出口以及所走迷宫的行和列。 根据设计寻求出路。
Two-dimensional array that maze, which increases the outer wall of the maze (0 channels, 1 barrier). From the file (MAZE1 or MAZE2) read entry and exit into the maze and the maze of rows and columns. Designed to find a way out. (2011-03-20, Visual C++, 360KB, 下载4次)

http://www.pudn.com/Download/item/id/1461348.html

[VC书籍] a-Save-the-document

自己编的自动贩卖机,c代码,模块化编程,供研究,不足时钱不分种类,如果你喜欢可以继续加个投硬币程序。用法:先建个存盘文档:Deverages.txt,运行初始化程序(一次就够),在运行这个程序。
Own series of vending machine, c code, modular programming, for research, insufficient money, regardless of type, if you prefer can continue to add a coin flip procedure. Usage: First build a Save the document: Deverages.txt, run the initialization program (once is enough), run the program (2011-02-22, C/C++, 2KB, 下载3次)

http://www.pudn.com/Download/item/id/1434204.html

[VC书籍] 111111

设计一个日期类Date,该类用于表示日期值(年、月、日)。要求除了能够通过相应的成员函数设置和获取日期值外,还能够实现将日期加一天的操作。
Design of a date class Date, the class used to represent date values (year, month, day). Requirements In addition to the corresponding member function through set and get date values, but also enables the operation to date plus one day. (2010-12-05, Visual C++, 1KB, 下载8次)

http://www.pudn.com/Download/item/id/1369440.html

[VC书籍] yy

存储结构为邻接表,是无向图,使用迪杰斯特拉算法实现求两点的最短距离,并且输出路径序列。
Storage structure adjacent to the table, is the undirected graph, Dijkstra algorithm using the shortest distance between two points in demand and output path sequence. (2010-09-03, Visual C++, 1KB, 下载19次)

http://www.pudn.com/Download/item/id/1287794.html

[VC书籍] MFC

主要讲述如何深入MFC程式設計,包括Document-View深入探討,訊息映射與命令繞行,MFC與對話盒及View 功能之加強與重繪效率之提昇等内容
Mainly on how deep MFC programming, including the Document-View-depth study, information mapping and command bypass, MFC and the dialog box and redraw View function to strengthen and improve efficiency, etc (2010-05-28, Visual C++, 4536KB, 下载8次)

http://www.pudn.com/Download/item/id/1191517.html

[VC书籍] RuminationsOnCpp

一本关于c++编程的很好的教材。是作者多年来在世界知名杂志发表的论文以及在世界各地演讲材料和在斯坦福大学讲课的讲义的精华
A book about c++ programming a good teaching materials. The authors over the years in world-famous paper published in the journal, as well as around the world and in the Stanford University lecture materials, lecture notes the essence of (2009-12-28, Visual C++, 7635KB, 下载10次)

http://www.pudn.com/Download/item/id/1020655.html

[VC书籍] vc6_game

一本基于vc++6.0的游戏编程初级教程,主要包括:扫雷,五子棋,俄罗斯方块,飞机游戏等。并附有代码
A game on vc++6.0 primary programming tutorials, including: de-mining, Gobang, the Russian box, aircraft games. Accompanied by a code (2009-12-08, Visual C++, 2828KB, 下载46次)

http://www.pudn.com/Download/item/id/997107.html

[VC书籍] Cchengxu

谭浩强教授编写的《C程序设计(第二版)》这套书是我见到的C语言教材中最好的。由清华大学出版社出版。加习题集和上机指导共三册,都很好,推荐使用。这本书只作为参考资料。
Professor Tan Haojiang prepared " C Programming (second edition)" This book is the C language I have seen the best of materials. From Tsinghua University Publishing House. Exercise increases the machine set and the guidance of a total of three, are very good, recommended. This book as a reference only. (2009-07-05, Visual C++, 588KB, 下载9次)

http://www.pudn.com/Download/item/id/832447.html

[VC书籍] twochapter

《Visual C++小波变换技术与工程实践》作者:靳济芳。书上的代码。第2章:小波的细化,一维数字信号的小波分析的代码。供大家参考。
" Visual C++ wavelet transform technology and engineering practice," Author: Ji Jin-fang. On the code book. Chapter 2: wavelet refinement, one-dimensional wavelet analysis of digital signal code. For your reference. (2009-04-07, Visual C++, 117KB, 下载5次)

http://www.pudn.com/Download/item/id/704988.html

[VC书籍] RusBlock

在学习MFC过程中可以试着多写点东西,这是本人写的一个俄罗斯方格小游戏 的源代码,有兴趣的人可以下载
MFC in the learning process we can try to write something more, which is I write a Russian box game s source code, those who are interested in can be downloaded (2009-01-19, Visual C++, 38KB, 下载2次)

http://www.pudn.com/Download/item/id/633287.html

[VC书籍] mathcoding

C语言数学编程:包括叠代整除,阿姆斯特朗数,完数,乘法矩阵,多位阶乘,四分砝码等算法
C Programming Language Mathematics : iterative divisible including Armstrong, a few, several End, matrix multiplication, many factorial quarters algorithms such as weight (2006-04-06, C/C++, 5KB, 下载2次)

http://www.pudn.com/Download/item/id/166846.html

[VC书籍] VisualC++6.0从入门到精通-(全版)电子书6_2

6个书加一个源代码。这个是网上最全的版本了。www.programsalon.com内搜索其他人也有本书,但是有的只是一个目录或者一部分。
six book with a source code. This is the most comprehensive online version. Www.programsalon.com Search other people can also book Some, however, only one directory or part. (2006-02-06, Visual C++, 30530KB, 下载399次)

http://www.pudn.com/Download/item/id/144026.html

[VC书籍] 画图and计时器

用vc实现的一个画图程序,画一个圆形和方形。本来可以画三角形,不过没有设定。同时程序中设了timer用来使图形移动,加一点趣味罢了!
vc achieved with a drawing, and painting a circle and a square. Triangle could have been painted, but not set. While proceedings timer used to set up a mobile so that the graphics and some fun too! (2005-03-22, Visual C++, 1892KB, 下载40次)

http://www.pudn.com/Download/item/id/1111499606980686.html
总计:212