-
一个过程的过程
关于过程的程序
- 2022-01-31 11:37:31下载
- 积分:1
-
利用三次样条插值法求曲线在某个点处的函数值
利用三次样条插值法求曲线在某个点处的函数值-Using cubic spline interpolation method demand curve at some point of the function values
- 2022-07-13 19:33:05下载
- 积分:1
-
数据结构 算法与应用 C++语言描述 课后习题答案
数据结构 算法与应用 C++语言描述 课后习题答案-Data structures algorithms and application of C++ language described in the answer to after-school exercise
- 2022-02-10 06:51:49下载
- 积分:1
-
打开图片子vi,可以用来打开一个图片进行查看或处理
打开图片子vi,可以用来打开一个图片进行查看或处理-Open the picture sub-vi, can be used to open a picture to view or handle
- 2022-05-15 03:07:57下载
- 积分:1
-
基本参考Python的第二版比Python
python精要参考第二版,比Python简易深入一些,相比dive into python 更直接一些-Essential reference to the second edition of python than Python-depth summary of some, compared to dive into python some more direct
- 2022-01-25 14:43:15下载
- 积分:1
-
访问数据库文件
accessing dbase files
- 2022-02-05 01:14:37下载
- 积分:1
-
两个位图融合为一个位图的源程序.rar
VC++源代码
两个位图融合为一个位图的源程序.rar
VC++源代码-The two merge into a bitmap of the source bitmap. RarVC++ Source code
- 2023-04-08 03:25:03下载
- 积分:1
-
演示最简单的程序,实现线程
演示最简单的线程实现的程序-demonstration of the most simple procedures to achieve threads
- 2022-03-14 00:47:11下载
- 积分:1
-
本程序是对经典的旅行商问题的一种解法,是学习数据结构算法的极佳材料,c语言编写...
本程序是对经典的旅行商问题的一种解法,是学习数据结构算法的极佳材料,c语言编写-the procedures of the classic traveling salesman problem a solution is learning algorithm data structure of excellent material, language c
- 2023-07-15 21:10:03下载
- 积分:1
-
贪吃蛇游戏
贪吃蛇游戏 win32项目编译 非MFC程序
*游戏制作思想:
*通过一个二维数组来描述画面,
*-2代表墙,0代表空白,0以上代表蛇
*例以1,2,3,4表示蛇(4为蛇头)
*其移动时,数字依次减一,
*并在将要去的位置设为4,
*则完成了蛇的移动
*同时利用多线程获取按键事件,
*使屏幕绘制与按键监听同时进行
*/
- 2022-01-27 17:14:38下载
- 积分:1