-
IPEidtDemo
vc ——使用IP地址控件显示和设置IP地址IPEidtDemo(vc- use the IP address control to display and set the IP address IPEidtDemo)
- 2011-07-24 20:46:05下载
- 积分:1
-
word2vec
google开源工具,实现深度学习,相关词发现(word2vec source)
- 2014-12-11 13:34:39下载
- 积分:1
-
mymapp
用C++中的MFC编程实现正轴等角割圆柱投影,实现以下要求:
取克拉索夫斯基椭球
(1)制图区域: Bs=0°, BN=25°
LE=105°, LE=125°
(2)经纬线间隔: ΔB=ΔL=5°
(3)制图比例尺: 1:M0=1:1000 000
(4)标准纬线: Bk=±15°
计算经纬网格点的 x, y,m,n, p
(With C++ Of MFC programming is cutting Conformal cylindrical projection axis to achieve the following requirements: check克拉索Malinowski ellipsoid (1) mapping the region: Bs = 0 °, BN = 25 ° LE = 105 °, LE = 125 ° (2) latitude and longitude line spacing: ΔB = ΔL = 5 ° (3) Drawing scale: 1: M0 = 1:1000 000 (4) the standard parallels: Bk = ± 15 ° latitude and longitude grid computing point x , y, m, n, p)
- 2007-12-03 03:36:43下载
- 积分:1
-
arts_debug
调试对于软件的成败至关重要,正确使用恰当的调试工具可以提高发现和改正错误的效率。本书详细介绍了 3种调试器,gdb用于逐行跟踪程序、设置断点、检查变量以及查看特定时间程序的执行情况, ddd是流行的 gdb的 gui前端,而 eclipse提供完整的集成开发环境。书中不但配合实例讨论了如何管理内存、理解转储内存、跟踪程序找出错误等内容,更涵盖了其他同类书忽略的主题,例如线程、客户 /服务器、gui和并行程序,以及如何躲开常见的调试陷阱。(Debugging for is vital to the success of the software, the proper use of appropriate debugging tool can improve the efficiency of discovery and correct mistakes. Book introduces in detail three kinds of debugger, GDB for tracking procedures, set breakpoints, line by line check variables and checking their specific time execution of DDD is popular the GDB GUI front-end, and eclipse provides a complete integrated development environment. The book not only cooperate with examples to discuss how to manage the memory, understanding, memory dump and trace program error, more covers other similar books ignore themes, such as threads, client/server, GUI, and the parallel program, debugging and how to avoid common pitfalls.)
- 2013-08-03 14:53:53下载
- 积分:1
-
Wavelet-Transform
基于TMS320C5502的小波变换程序,代码简洁,适合作于学习DSP开发的学习参考程序(TMS320C5502-based wavelet transform procedures, the code is simple and suitable for the development of learning to learn DSP reference program)
- 2013-07-13 21:35:12下载
- 积分:1
-
26-control-example-the-source-code
26个VC++界面编程通用控件源代码实例:
如何获得指定点的控件指针
如何将编辑框中输入的字符转换为大写(小写)
如何设置和获得单选按钮的选中状态
如何设置和获得一组单选按钮的选中状态
如何设置列表控件的显示方式
如何设置组合框中列表框的宽度
如何实现带自动完成功能的组合框
如何实现位图按钮
如何使用滑块
如何使用进度条
如何使用列表框
如何使用旋转按钮
如何使用组合框
如何通过控件ID获得控件窗口指针
如何为控件添加工具提示
如何通过控件窗口指针获得控件ID
如何为控件添加工具提示
如何限制编辑框输入文本的长度
如何在按钮上显示图标
如何在列表控件中插入列
如何在列表框中添加水平滚动条
如何在组合框中显示文件列表
(26 a vc++ programming interface general control source code examples:
How to get control of the pointer designated point
How to edit box in of the input characters into capital (small)
How to set up and get radio buttons selected state
How to set up and get a group of selected state radio button
How to set up the list control showing the way
How to set up combo boxes the width of the list box
How to realize the combination of complete function with automatic box
How to realize a bitmap button
How to use the slider
How to use the progress bar
How to use the list box
How to use the rotating button
How to use the combination box
How to get control via the control ID window pointer
How to add the tooltip control
How to get control via the control window pointer ID
How to add the tooltip control
How to limit the length of the input text edit box
How to button on the display icon
How to insert listed in a list co)
- 2011-06-28 16:05:44下载
- 积分:1
-
src
端口扫描工具 C++语言编写 代码简洁有效快捷!(Port scanning tool C++ language code is simple and effective and efficient!)
- 2014-04-13 16:16:39下载
- 积分:1
-
MarchingCubes
MarchingCubes算法,可以快速入门学习marchingCubes,适合于新手。(MarchingCubes algorithm, can Quick Start learning marchingCubes suitable for newcomers.)
- 2005-05-07 21:22:32下载
- 积分:1
-
Catrography
一个GIS制图综合的示例程序,具有GIS软件的基本框架,可进行扩展成为完整的GIS软件。(Example of a GIS mapping program integrated with the basic framework of GIS software, can be expanded into a complete GIS software.)
- 2010-09-18 11:34:14下载
- 积分:1
-
VCPP-create-a-application-window
VC++语言创建一个普通的应用程序窗口.为了使PlaySound函数能正常使用,编译前应做以下设置:单击Project->Setting->Link选项卡,在Category中选中General,然后在Object/Library Modules文本框中,我们看到有很多.lib的库文件,在其最后添加代码" winmm.lib"(windows多媒体库)后,单击OK。(VC++ language to create a common application window in order to make proper use PlaySound function, should be done before compiling the following settings: Click Project-> Setting-> Link tab, select General in the Category, and then in the Object/Library Modules text box, we see a lot. lib library file, add the code in its final " winmm.lib" (windows multimedia library), click OK.)
- 2013-11-24 14:23:38下载
- 积分:1