-
光标的移动 很好用的一个程序
光标的移动 很好用的一个程序-cursor movement of a good procedure
- 2022-01-25 15:20:55下载
- 积分:1
-
动态链接库准备过程。静态库与动态库…
动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-Dynamic link library preparation process. Static library and dynamic library distinction, and call procedures in the static library and dynamic link library when the distinction. How to use tool to view a dynamic link library function of the output, Depends tools, C++ Compiler technology to adapt the name of a dynamic link library function of the impact of the output, extern
- 2022-01-31 13:40:04下载
- 积分:1
-
收集到的orion_ep93xx_wince_bsp_1
收集到的orion_ep93xx_wince_bsp_1-3-507 pcmcia卡驱动源码,未作测试-Collected orion_ep93xx_wince_bsp_1-3-507 pcmcia card driver source code, not for testing
- 2022-07-13 04:11:17下载
- 积分:1
-
利用FLASH自带的编程语言制作出的放大镜
利用FLASH自带的编程语言制作出的放大镜-FLASH own use of the programming language to produce the magnifying glass
- 2023-01-08 22:00:08下载
- 积分:1
-
群聊师(包含私聊)
这个群聊室是我自己写的代码,功能基本全部实现,有上线消息提醒,能群聊,也能私聊。这个程序我是用基础的代码写的,适合初学者看。当然,如果能给我提些建议,那就最好不过了,大家一起进步嘛。
- 2022-02-12 22:03:42下载
- 积分:1
-
vc++6.0插件,对程序员很好,帮助完成代码编写!
vc++6.0插件,对程序员很好,帮助完成代码编写!-vc++ 6.0 plug-in, for good programmers to help complete coding!
- 2022-01-29 00:35:40下载
- 积分:1
-
一个用VB写的四则计算器源代码. 功能:1、实现简单的四则运算 2、加入了每日一贴的功能,为了练习每日一贴程序的编制方法,其实本程序完全没有必要加入此功能 3、...
一个用VB写的四则计算器源代码. 功能:1、实现简单的四则运算 2、加入了每日一贴的功能,为了练习每日一贴程序的编制方法,其实本程序完全没有必要加入此功能 3、程序的难点在于对每个按键的判断,其实是比较麻烦,但技术含量不高,仔细看都能看懂 -a VB wrote four calculators source code. Features : 1, the simple four Operational 2, joined a daily functions, in order to practice a daily process of the preparation method, the procedure is absolutely not necessary to include this feature 3, the procedure is difficult for everyone by Bond judgment, which is troublesome, but not high technological content, carefully read all understand
- 2022-02-12 08:41:00下载
- 积分:1
-
本人在网上看到了很多扫雷的源码,但总感觉不是很满意!于是就写下了这个程序!,由于是初学者,所以没有添加计时器!...
本人在网上看到了很多扫雷的源码,但总感觉不是很满意!于是就写下了这个程序!,由于是初学者,所以没有添加计时器!-Feeling is very powerful
- 2022-11-01 16:15:03下载
- 积分:1
-
understanding AOP.rar
了解AOP.rar-understanding AOP.rar
- 2023-08-14 02:55:03下载
- 积分:1
-
C++ And Threads
by Randy Charles Morin
If you’ve ever done multithreaded pro...
C++ And Threads
by Randy Charles Morin
If you’ve ever done multithreaded programming then most likely it was in C++. I haven’t
heard of many developers using the CreateThread Win32 API function from Visual Basic
or even Delphi. The reason is that the advantages of C++ and multiple threads are usually
the same.
You want more responsiveness from some application. How do you do it? Well you
could have multiple threads in order to limit blocking of one application request by
another. You could also use a more low level language.
- 2023-01-16 05:35:03下载
- 积分:1