资源列表
QYLEDx64
- led的dll,被多种语言调用。。。。。。。。。。。。(LED's DLL, called in a variety of languages)
排序递归算法
- 数组做函数参数的退回问题 退回为一个指针, 1 正确做法:把数组的内存首地址和数组的有效长度传给被调用函数 2 //实参的a 和 形参的a 的数据类型本质不一样形参中的数组 ,编译器会把它当成指针处理 这是C语言的特色排序 本质也剖析 3 形参写在函数上,和写在函数内是一样的,只不过是具有对外的属性而已.(The return problem of the array as a function parameter is returned to a pointer, 1 corre
二级指针
- 在二级指针的基础上,对于数据的输入输出做出了剖析,便于开发者理解(On the basis of the two level pointer, an analysis of the input and output of the data is made to facilitate the understanding of the developer.)
多级指针
- 多级指针的内存模型,便于开发者针对相应情况进行处理(A multilevel pointer to the memory model that allows developers to deal with the corresponding situation)
oihple79
- ASP+ACCESS+易语言的操作模块,包含了数据库的基本操作语句()
mfc
- 输出当前系统时间,并且输出格式不同,基于VC6.0平台(Output current system time, and the output format is different, based on the VC6.0 platform)
pwjjx
- C S模式 文件传输 带进度条 源码 采用大连大有吴涛公司的易语言开发,()
WinDebug用法详解
- WinDBG 是个非常强大的调试器,它设计了极其丰富的功能来支持各种调试任务,包括用户 态调试、 内核态调试、 调试转储文件、 远程调试等等。 WinDBG 具有非常大的灵活性和可扩展性, 用来满足各种各样的调试需求,比如用户可以自由定义调试事件的处理方式,编写调试扩展模块 来定制和补充 WinDBG 的调试功能。(WinDBG is a very powerful debugger, and it designs an extremely rich function to support
VC++动态链接库(DLL)编程深入浅出(全)
- 静态链接库与动态链接库都是共享代码的方式,如果采用静 态链接库,则无论你愿不愿意,lib中的指令都被直接包含在最终生成的EXE文 件中了。但是若使用DLL,该DLL不必被包含在最终EXE文件中,EXE文件执行 时可以“动态”地引用和卸载这个与EXE独立的DLL文件。静态链接库和动态链 接库的另外一个区别在于静态链接库中不能再包含其他的动态链接库或者静态 库,而在动态链接库中还可以再包含其他的动态或静态链接库。(Both the static link library and the d
1.如何使用滑块控件?
- 使用MFC添加滑块控件,并对滑块控件进行控制(Use MFC to add the slider control and control the slider control)
cuqjhb3
- CPU占用率检测模块,很不错的易语言模块,易爱好者可以下载使用()
皇后问题
- C语言 八皇后问题 在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法(The eight queens in the C language)
