-
8080号令者源代码
支持8080并行SPI,1052芯片源代码,弄了好久,太费时间了
- 2022-07-06 10:19:26下载
- 积分:1
-
串口助手之文字显示发送
采用C#编写的串口助手工具,可以与开发板或者带有串口通讯的设备进行文字格式传输和显示,有需要案例的可以看看。
- 2022-05-15 14:40:40下载
- 积分:1
-
clocktest
获取系统时间 关于系统时间得获取以及显示界面(Access to the system time on the system time may access and display interface)
- 2008-03-31 16:07:05下载
- 积分:1
-
comnunication
使C++语言编程,实现双机在联网条件下通过IP地址实现通信。(With C++,we can make two computers commnicate with each other when they are on the Internet.)
- 2012-07-05 09:36:56下载
- 积分:1
-
WMfc_OpenGL
opengl initialization
opengl initialization(opengl initializationopengl initialization)
- 2013-10-23 09:05:42下载
- 积分:1
-
高光消除和指针
一种还算好点的基于opencv 的高光消除。(A fairly good method of highlight elimination based on opencv.)
- 2019-01-23 10:50:19下载
- 积分:1
-
migong---cPP
迷宫问题C++代码。。。解决迷宫问题。。。。(Maze C++ code. . . Solve maze problems. . . .)
- 2011-11-03 22:28:30下载
- 积分:1
-
MyDemo
用MFC架构简单对数据库进行操作,适合asp.net的初学者学习。环境是VS2010 + MSSQL SERVER(This is a simple code for beginners to learn)
- 2015-04-15 11:39:36下载
- 积分:1
-
44
说明: 给定程序中,函数fun的功能是:将a所指3×5矩阵中第k列的元素左移到第0列,第k列以后的每列元素依次左移,原来左边的各列依次绕道右边。
例如,有以下矩阵:
1 2 3 4 5
1 2 3 4 5
1 2 3 4 5
若k结果为2,程序执行结果为:
3 4 5 1 2
3 4 5 1 2
3 4 5 1 2
请在程序的下划线处填入正确的内容并把下划线删除,使程序得出正确的结果。
注意:源文件存放在考生文件夹下的BLANK1.C中
不得增行或删行,也不得更改程序的结构!
(A given program, function fun feature is: a 3 × 5 matrix referred to in the first k elements of the left column to move Section 0, the k elements of each column after column followed by the left, the original columns in the left turn Bypass on the right. For example, the following matrix: 123,451,234,512,345 If k is 2, the program execution results: 345,123,451,234,512 in the program underscore the right content at the fill and to remove the underscore, so that the program reach the right result. Note: The source files in the folder of BLANK1.C candidates are not allowed by the line or delete line, nor change the structure of the program!)
- 2011-08-11 07:53:10下载
- 积分:1
-
28584474
模拟实验-C#版基于二分查找的稳定“插入排序”算法(Simulation experiment-stable insert sort algorithm based on dichotomous search in C # version)
- 2019-05-10 19:56:34下载
- 积分:1