-
a free barcode printing controls
一个完全免费的条码打印控件-a free barcode printing controls
- 2023-08-02 20:10:02下载
- 积分:1
-
显示螺旋队列,//螺旋队列.cpp
// 21 22 ... ...
// 20 7 8 9 10
// 19 6 1 2 11
// 18 5...
显示螺旋队列,//螺旋队列.cpp
// 21 22 ... ...
// 20 7 8 9 10
// 19 6 1 2 11
// 18 5 4 3 12
// 17 16 15 14 13
//看清以上数字排列的规律,设1点的坐标是(0,0),X方向向右为正,y方向向下为正。例如,7的坐标为
//(-1,-1),2的坐标为(0,1),3的坐标为(1,1)。编程实现输入任意一点坐标(x,y),输出所对应得-Show the spiral queue,// spiral queue. Cpp// 21 22 ... ...// 20 7 8 9 10// 19 6 1 2 11// 18 5 4 3 12// 17 16 15 14 13// see the above figures with the laws of 1:00 set the coordinates is (0,0), X is positive to the right direction, y direction is positive downward. For example, 7 of the coordinates// (-1,-1), 2 coordinates for (0,1), 3 coordinates for the (1,1). Programming enter coordinates of any point (x, y), the output corresponding to a
- 2023-02-15 09:00:03下载
- 积分:1
-
大黄页系统,精致的黄色的flash演示,10m
大型黄页系统,精美黄页flash演示,10m-Large yellow pages systems, exquisite yellow flash presentation, 10m
- 2023-05-14 14:00:06下载
- 积分:1
-
cvxmod是一个Python
CVXMOD is a Python-based tool for expressing and solving convex optimization problems.
- 2022-05-22 04:28:17下载
- 积分:1
-
一个九宫问题的源码,a星算法,深度优先广度优先算法都有
一个九宫问题的源码,a星算法,深度优先广度优先算法都有-a JiuGongTu the source, a Star algorithm, depth-first algorithm has breadth priority
- 2022-01-25 15:24:17下载
- 积分:1
-
mega8的控制LED走马灯程序,利用ICCAVR编译c程序
mega8的控制LED走马灯程序,利用ICCAVR编译c程序-LED lantern mega8 control procedures, the use of ICCAVR compile c program
- 2022-07-18 08:00:29下载
- 积分:1
-
关于AD9833开发的论文,原理应用写的都很好,还指出实际调试中容易出现的问题,很不错,大家参考参考!...
关于AD9833开发的论文,原理应用写的都很好,还指出实际调试中容易出现的问题,很不错,大家参考参考!-AD9833 developed on paper, the principle of application is well written, but also pointed out that the actual commissioning of easier problems, it is true that your information!
- 2023-04-15 17:25:03下载
- 积分:1
-
算法实现题 最长公共子序列问题
给定两个序列
X = { x1 , x2 , ... , xm }
Y = { y1 , y2 , ... , yn...
算法实现题 最长公共子序列问题
给定两个序列
X = { x1 , x2 , ... , xm }
Y = { y1 , y2 , ... , yn }
求X和Y的一个最长公共子序列
举例
X = { a , b , c , b , d , a , b }
Y = { b , d , c , a , b , a }
最长公共子序列为
LSC = { b , c , b , a }-Algorithm to achieve the longest common sub-title sequence of the problem given two sequences X = (x1, x2, ..., xm) Y = (y1, y2, ..., yn) for X and Y, a maximum common substructure sequence, for example X = (a, b, c, b, d, a, b) Y = (b, d, c, a, b, a) the longest common sub-sequence for LSC = (b, c, b, a )
- 2022-03-02 12:22:07下载
- 积分:1
-
用java实现的LinkedList二叉树,内有测试文件。
用java实现的LinkedList二叉树,内有测试文件。-used to achieve the LinkedList binary tree, which is testing documents.
- 2023-04-14 10:05:03下载
- 积分:1
-
vc++ 游戏开发
这是一些有关有VC++的游戏编程代码,里面有很多代码,通过学习以及阅读这些代码,你可以对C++的游戏编程有更深刻的了解,同时,也会对游戏的开发流程,开发方法有更深刻的了解
- 2022-05-26 18:50:29下载
- 积分:1