-
3D-panel-非常值得学习
外国牛人写的wpf 3d动态panel,并实现dll库连接。非常值得学习/
- 2022-06-17 13:45:19下载
- 积分:1
-
Status
说明: 实习时编写的程序,可以读取256色的BMP图像,并进行高通低通滤波,以及灰度直方图的统计(attachments prepared by the procedures, can read 256-color BMP images, and high-low pass filtering, and the histogram statistics)
- 2006-03-11 22:46:04下载
- 积分:1
-
INORDER_PRE_POST_TRAVERSE
PRE IN POST OREDER TRAVERSAL C++ CODE VISUAL
- 2016-05-11 20:58:00下载
- 积分:1
-
string
调用简单的子函数可以在1602上显示动态和静态字符(Functions can be a simple call in 1602 to show dynamic and static characters)
- 2009-06-10 17:53:52下载
- 积分:1
-
USB
获取USB信息,稍作修改能够获取所有USB的信息,包括U盘,鼠标,键盘等。采用vc6.0编译通过
- 2022-02-04 06:24:29下载
- 积分:1
-
matlab_vc
VC MATLAB 混编示例
ppWizard has created this matlab调用 application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your matlab调用 application.(ppWizard has created this matlab调用 application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your matlab调用 application.)
- 2009-05-15 09:38:47下载
- 积分:1
-
屏幕录像软件源码
可以将屏幕上所指定的任何区域保存录像下来,保存可以为avi
- 2022-02-13 17:08:56下载
- 积分:1
-
c++ 迷宫代码
大作业 , 生成迷宫 , 制定小人位置 用户输入方向走出迷宫 。
- 2022-05-19 18:57:39下载
- 积分:1
-
IIC-MPU6050
stm32f429 iic mpu6050 mdk环境(Stm32f429 IIC mpu6050 MDK environment)
- 2020-06-16 00:20:02下载
- 积分: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