搜索资源列表
用c编写的N*N的螺旋矩阵源代码
- /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() { int i, j, num=1, a[N][N]; for(i=0; i<=N/2; i++) &nb
NEO SDK 图形库 2.1.90
- NEO V2.1.90 正式版的说明文件。 这个压缩包中的包括了NEO的头文件(即源程序)、帮助文档、实例、汉字库等组件: NEO--| |--docs:内含NEO详细的开发及使用文档, | 有了它就能很容易地使用NEO SDK了! | &n
transsliderDemo
- 这是一个MFC透明滑块类,由于它使用CSliderCtrl 作为它的基类,所以它可以取代CSliderCtrl 对象。支持刻度标记。使用时,加这个类到你的项目中。增加你的滑块到项目中,接着将.h文件中的 CSliderCtrl类型修改为CMySliderControl ,并且#include这个MySliderControl.h 文件。-This a transparent MFC slider category, as it CSliderCtrl use as its base class.
sdi
- 这个可视化的框架类支持具有不同组合的CView视图类、CSplitterWnd和CTabWnd类派生的SDI程序,本程序支持的特性包括: 支持单文档和多文档程序 任何视图、多分隔条和标鉴窗口的组合 支持嵌套的分隔条 支持简单的基于CView的程序 支持热键选择活动窗格 支持Ctrl+Tab来进行标签切换 支持列举窗口 标签可以在客户窗口的顶部或底部-visualization of the framework to support different types of combinations
钩子函数例子
- This the example from Iczelion s Win32 Assembly Tutorial part 24. In order to assemble the example, you have to have ml.exe, link.exe and nmake.exe in your path. If they re not in the path, you will have to edit makefile to include the full path. You
sigma_vb
- 这是一个文件管理程序,就像windows资源管理器一样。它对于windows explorer是一个更好的替换程序。功能包括,文本编辑器,可简单和快速的打开文件;可预览图片和Wave;可快速搜索文件;支持ZIP/UNZIP以及更多。你能从这个程序中学习到很多东西。-This a document management procedures, like windows for the same resources management. Windows explorer for it is a b
ReadWriteINI
- 这是一个文件管理程序,就像windows资源管理器一样。它对于windows explorer是一个更好的替换程序。功能包括,文本编辑器,可简为初学者演示了如何使用GetPrivateProfileString和WritePrivateProfileString APIs来读取和编写.ini文件。-This a document management procedures, like windows for the same resources management. Windows explo
BuildIncrementer
- Application_BeforeBuildStart()一个Visual Studio预定义的事件处理器,代码位于一个宏文件中,当你选择“Tools Macro”菜单项时,你看不到它,所以你需要在文件中至少包含一个dummy宏来访问源代码。-Application_BeforeBuildStart () Visual Studio a predefined event processor, code-hong in a document, when you choose "Tool
一个完整的project(源码)
- 主要使用了页框和表格 其中有些小技巧可以值得学学:) 包括即时模糊查询以及筛选、还有记忆窗口位置,表格列的排序和列宽 纯代码的,未OCX控件、类 是用VFP8的 ----适合初学者 vfp8 包括所有源码以及安装制作(txdq安装制作.VCT),你应相应更改路径 安装制作使用InstVise的-mainly uses the page frames and tables which some tips worth studying :) include immediate inquiry and
bastChart
- 经典绘图 本程序详细的说明了自制控件的创建方法 包括字体,画笔,底色,无闪烁等技术-classic Mapping the procedures detailed descr iption of a self-made control methods include the creation of fonts, brushes, background color, Flicker-free technology
WinSdk_v6.0A
- windows sdk 6.0A。微软的windows sdk 太大了,我只需要里边的include 和 lib 内容进行windows编程。所以上传一个“轻量级的”sdk. 里面有shell32, gdi+, richedit2, 等。-Tiny windows sdk 6.0A. it only contains include and lib folders.
include
- pRTI 自带的include文件包-pRTI own package include
include
- 一些经常遇到的.h文件,经过整理汇总,会有帮助的-Frequently encountered. H file, after finishing summary, there will be helpful
SecureCRT-kg
- CRT6.0.2 key gen 不含安装程序的版本用于CRT6.0.2-CRT6.0.2 key gen not include install program
include-HEAD
- 一些常用的头文件 I2C的驱动等,INCLUDE《》-INCLUDE HEAD
INCLUDE
- include头文件代码帮助学习头文件知识-include head file
INCLUDE
- include文件用于手,写,输,入设备的include文件-include files used to hand write, input into the device include file
include
- include 头文件,来自官方的下载,以备需要-include header files, in case you need to download from the official
include
- You can insert the content of one ASP file into another ASP file before the server executes it, with the #include directive. The #include directive is used to create functions, headers, footers, or elements that will be reused on multiple pages.
makefile.include
- ubuntu下vasp的makefile.include配置文件(makefile.include for vasp installation in ubuntu)