-
一个简单的计算器程序
一个简单的计算器程序-a simple calculator program
- 2022-12-17 05:05:04下载
- 积分:1
-
DOS保护模式下汇编程序设计.zip
DOS保护模式下汇编程序设计.zip-DOS protected mode compilation of program design. Zip
- 2022-01-25 17:51:10下载
- 积分:1
-
This program is my learning in Vc++ is used to practice his own things to learn....
本程序是本人在学习Vc++中,用来练习自己所学的东西。这个程序主要知识点是关闭系统,创建定义按钮。-This program is my learning in Vc++ is used to practice his own things to learn. Main knowledge this program is shut down the system, create a custom button.
- 2022-07-01 02:52:13下载
- 积分:1
-
蚁群算法的原理以及实现,提及到蚁群算法的7个特点。(c++)...
蚁群算法的原理以及实现,提及到蚁群算法的7个特点。(c++)-The principle of ant colony algorithm and the realization of a reference to the seven characteristics of ant colony algorithm. (C++)
- 2023-02-22 17:40:04下载
- 积分:1
-
是一本介绍TUXDO的书籍,是一本很好入门级的书籍。
是一本介绍TUXDO的书籍,是一本很好入门级的书籍。-Is an introduction TUXDO books, is a good entry-level books.
- 2022-12-09 11:00:02下载
- 积分:1
-
MFC做的时钟程序
MFC做的时钟程序-MFC procedures so that the clock
- 2022-02-04 03:01:06下载
- 积分:1
-
AD7746,我做过,已经成功,欢迎下载!
AD7746,我做过,已经成功,欢迎下载!-AD7746, I have done has been successful, welcome to download!
- 2022-02-06 18:19:15下载
- 积分:1
-
ASK, OOK, FSK, BPSK, QPSK, 8PSK(ofdm)de的调制方式
ASK, OOK, FSK, BPSK, QPSK, 8PSK(ofdm)de的调制方式-ASK, OOK, FSK, BPSK, QPSK, 8PSK (ofdm) de the modulation
- 2022-02-06 22:00:15下载
- 积分:1
-
一个动态链接库的使用程序,对动态链接库不是很懂的兄弟,科研好好研究一下...
一个动态链接库的使用程序,对动态链接库不是很懂的兄弟,科研好好研究一下-a dynamic link library procedures for the use of dynamic link library is not really understand them brothers, look carefully at the research
- 2022-06-02 19:38:51下载
- 积分:1
-
cdecl 将声明翻译成通俗语言
国际上著名的cdecl的超级简化版 , 也算是一个另类的中文版吧。。。可以将C 语言的声明翻译成中文哦!!!例子(上面一行是输入,下面一行是输出):int a标识符a是int型int a[]标识符a是int型的数组int *a[]标识符a是指向int型的指针的数组int *a()标识符a是返回值为指向int型的指针的函数int (*a)()标识符a是指向返回值为int型的函数的指针
- 2022-10-21 19:15:04下载
- 积分:1