-
solve
matlab用来解一般线性或者非线性方程的方法及应用公式。(matlab used to solve a general linear or nonlinear equations and application of formulas.)
- 2012-06-08 10:42:52下载
- 积分:1
-
test-des-linux
说明: 一个完整的des演示程序 ,在linux下编译通过(Des a complete demonstration of the procedures adopted in the compiler under linux)
- 2008-09-17 17:51:15下载
- 积分:1
-
VIC-master
说明: VIC官网源代码,包括源代码和部分示例数据,欢迎广大水文学习爱好者下载(source code for VIC model)
- 2020-12-22 15:14:50下载
- 积分:1
-
Random
说明: 动态数组的实现, mutablearray 与array 的区别, 以及跳出循环的过程(The implementation of dynamic arrays, the difference between mutable arrays and arrays, and the process of jumping out of the loop)
- 2020-06-16 14:25:20下载
- 积分:1
-
touch
触摸屏的手势识别程序,实现放大缩小、平移、旋转等操作,对于触摸屏的多媒体软件开发展示有很大的借鉴作用。(Touch screen gesture recognition program to achieve zoom, pan, rotate, etc., for a touch screen multimedia software development shows a great reference.)
- 2020-11-19 16:29:37下载
- 积分:1
-
MegaMan_Di183799182005
MegaMan DirectDraw Example
- 2005-02-16 21:51:49下载
- 积分:1
-
main
下载程序后,数码管显示红外遥控键值数据,红外遥控器内的电池绝缘片一定要抽掉(After downloading the program, the digital tube displays the infrared remote control key value data, and the battery insulation piece in the infrared remote controller must be removed.)
- 2018-06-21 18:59:12下载
- 积分:1
-
客户管理系统
客户管理系统练手,内容简单,使用的是winfrom开发的桌面程序。
客户管理系统练手,内容简单,使用的是winfrom开发的桌面程序。
客户管理系统练手,内容简单,使用的是winfrom开发的桌面程序。
客户管理系统练手,内容简单,使用的是winfrom开发的桌面程序。
- 2022-04-25 14:03:08下载
- 积分:1
-
comdlg
说明: 该程序主要包括:打开、保存、打印、字体四个对话框(the program include : open, save, print, font dialog box 4)
- 2006-03-05 11:22:13下载
- 积分:1
-
Maze-code
以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。首先用二维数组存储迷宫数据,迷宫数据由用户输入。一个以链表作存储结构的栈类型,然后编写一个求解迷宫的递归或非递归程序。求得的通路以三元组(i,j,d)形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向(东、南、西、北四个方向所用代表数字,自行定义) (With an m × n the long square maze, 0 and 1, respectively maze of pathways and obstacles. Design a program, for any set of the maze, find a path from the inlet to the outlet, or come to the conclusion there is no path. First of a two-dimensional array to store the data maze, maze data input by the user. A linked list storage structure for stack type, and then write a recursive or non-recursive solving the maze procedure. Obtained access to triples (i, j, d) in the form of output, of which: (i, j) indicates the maze of a coordinate, d represents the coordinates walked next direction (east, south, west, north four directions used on behalf of a digital, self-defined))
- 2014-01-20 15:41:40下载
- 积分:1