-
该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法(找出中位数,两边递归)...
该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法(找出中位数,两边递归)-the process of achieving a dimensional data axis near the point of the methodology used to solve the problem : the administration (to identify the median on both sides, the recursive)
- 2022-09-13 15:50:03下载
- 积分:1
-
在VB里建立EXCEL,很不错的,是值得大家学习的好代码.
在VB里建立EXCEL,很不错的,是值得大家学习的好代码.-In VB to set up EXCEL, very good, everyone is worth a good code to learn.
- 2022-01-25 23:15:06下载
- 积分:1
-
Chapter VI which deal mainly with C++/C programming style. The difficulty is not...
第一章至第六章主要论述C++/C编程风格。难度不高,但是细节比较多。别小看了,提高质量就是要从这些点点滴滴做起。世上不存在最好的编程风格,一切因需求而定。团队开发讲究风格一致,如果制定了大家认可的编程风格,那么所有组员都要遵守。如果读者觉得本书的编程风格比较合你的工作,那么就采用它,不要只看不做。人在小时候说话发音不准,写字潦草,如果不改正,总有后悔的时候。编程也是同样道理。
第七章至第十一章是专题论述,技术难度比较高,看书时要积极思考。特别是第七章“内存管理”,读了并不表示懂了,懂了并不表示就能正确使用。有一位同事看了第七章后觉得“野指针”写得不错,与我切磋了一把。可是过了两周,他告诉我,他忙了两天追查出一个Bug,想不到又是“野指针”出问题,只好重读第七章。
-Chapter VI which deal mainly with C++/C programming style. The difficulty is not high, but the details are more common. Not sound like, to improve quality is to start from these bit by bit. Does not exist in the world the best programming style, all due to demand. Pay attention to the same style of team development, if approved of established programming style, then all team members must abide by. If readers think this book is also more programming style of your work, then use it, do not look not do. Pronunciation in childhood are not allowed to speak, write illegible, if not corrected, there is always regret the time. Programming is also the same re
- 2023-06-06 20:50:02下载
- 积分:1
-
简单的计算器,实现简单的常用功能,可自行添加功能
简单的计算器,实现简单的常用功能,可自行添加功能-Simple calculator, simple commonly used functions, add their own features
- 2022-03-09 18:12:50下载
- 积分:1
-
vc++6.0 MSChart控件简单示例工程
最近由于工作的原因,接触了一些windows图表开发的东西,网上也有些相关的博客资料,本人根据一步步的配置,成功的将工程建立。
由于VC++6.0中并不包含MSChart控件,所以我将MSChart控件的资料放这,以方便大家下载,并在计算机上注册。至于windows不同系统注册的问题网上有不少介绍的。
MSChart.exe: http://pan.baidu.com/share/link?shareid=100879&uk=1798273438
MSCHART20.OCX: http://pan.baidu.com/share/link?shareid=100882&uk=1798273438
- 2022-04-30 02:53:15下载
- 积分:1
-
用 VB 做的一个 232
用 VB 做的一个 232-485 抄表程式(上海04版),还有其它的(hz218@sina.com) -This program is used for 232-485 writting form(Shang Hai 04 version) and written by VB language, other version please contact my email address.(hz218@sina.com)
- 2022-01-26 07:43:25下载
- 积分:1
-
JPEG霍夫曼
jpeg huffman
- 2022-03-02 19:05:53下载
- 积分:1
-
在C#中创建不规则的窗体
在C#中创建不规则的窗体 -in C# to create irregular forms
- 2022-08-21 18:27:16下载
- 积分:1
-
完整的网络麻将源程序,可直接编译运行,对网络编程和游戏开发有很大帮助,希望对需要的朋友有用...
完整的网络麻将源程序,可直接编译运行,对网络编程和游戏开发有很大帮助,希望对需要的朋友有用-A complete network of mahjong source, can be directly compiled to run on network programming and game development are of great help to the hope that a friend in need of helpful
- 2022-07-07 02:14:30下载
- 积分:1
-
《如何发送命令到文档对象》配套原代码 [代码性质] VC可重用代码段 我编了一个类似Windows 2000 上性能监视器的程序。在这个程序中,我创建了一个文档
《如何发送命令到文档对象》配套原代码 [代码性质] VC可重用代码段 我编了一个类似Windows 2000 上性能监视器的程序。在这个程序中,我创建了一个文档对象和几个视图。文档对象负责有规律地采集数据,然后通知相关的视图以不同的格式显示这些数据。文档对象为了有规律地采集数据,它需要一个定时(time)事件。但是,文档不是一个基于窗口的对象,所以它没有这样的定时事件。我权衡了三种解决方案: 1、在其中的一个视图中创建定时器。当事件发生时通知文档对象获取数据。 2、为每一个文档(或在每个文档内)创建一个单独的线程,以便这个线程能有规律地创建时间事件。 3、在CMainFrame中创建一个定时器并从中调用文档函数这三种方法我都不满意。能否给出一种更好的解决方案?- How to send commands to the Document Object matching the original code [code nature] VC reusable code segment I made a similar on the Windows 2000 Performance Monitor procedures. In this process, I created a document object and several view
- 2022-08-11 05:55:04下载
- 积分:1