搜索资源列表
matrix.rar
- 2、 矩阵(二) 编写C++程序完成以下功能: (1) 假定矩阵大小为4×5(整型); (2) 矩阵空间采用new动态申请,保存在指针中; (3) 定义矩阵初始化函数,可以从cin中输入矩阵元素; (4) 定义矩阵输出函数,将矩阵格式化输出到cout; (5) 定义矩阵相加的函数,实现两个矩阵相加的功能,结果保存在另一个矩阵中; (6) 定义矩阵相减的函数,实现两个矩阵相减的功能,结果保存在另一个矩阵中; (7) 动态申请三个矩阵:A1、A2、A3; (8) 初始化A1、A2;
SPCStatusDLL
- 文件名:SPCStatusDLL.dll 版本号:V1.00_071017 用 途:为方便Keil软件中,对仿真时间的观擦,特别是单步仿真时间,编成此动态连接库; 用 法:把SPCStatusDLL.dll拷贝到...\Keil\C51\BIN的目录下面。然后设置工程Project->Options for Target->Debug-> 在Use Simulator即左边的选项中,在最下方Dialog Dll:旁边Parameter:下面加上 -dSPCSt
rabbitweb
- Dynamic C 程式源碼 用來控制RCM5700 rs232 連接到網路設定-Dynamic C program source code used to control the RCM5700 rs232 to connect to the network settings
snake
- 在数字图像中虹膜位置的有效定位是虹膜识别的关键问题。用一种基于主动轮廓线模型的方法定位虹膜的位置,先用灰度投影法检测出瞳孔内的一点作为瞳孔的伪圆心,该圆心只要能落在瞳孔内部即可。然后以该伪圆心为中心,在其周围等角度间隔地取N个点作为初始的snake基准点,按照snake 的运行机制不断进化,直到虹膜的内边界为止。最后,计算进化后的snake形心和snake上的控制点与该形心的距离,取其平均值作为瞳孔的半径,动态轮廓模型的形心作为瞳孔的圆心,即可准确定位出虹膜内边界的位置。实验表明,与常见的定位方
dynamic-access-memory
- C++下的动态内存申请,软件开发的入门级别例程,有利于初学者的理解。-Dynamic access memory in cpp environment.
Dynamic-array-2-LQXQ
- 动态数组接口实验 增加了最大动态分配内存提高效率 重载操作符= [ ],了解C++封装特性-Dynamic array 2
Son-dynamic-programming-sequence
- 用C语言实现了动态规划算法求解最长公共子序列。文件包含一个可运行的工程,工程是采用codeblock编程。-Using C language to achieve a dynamic programming algorithm for the longest common subsequence. File contains a running project, the project is the use of codeblock programming.
Dynamic-Memory-Management
- Dynamic Memory Management.If the allocated memory is not freed when it s no longer necessary it will result in a memory leak. It is not specified what will happen to the leaked memory, but contemporary operating systems collect it when the program te
dongtaishumaguan
- 动态数码管C程序的实现,十分靠谱,信我没错-The realization of the digital tube dynamic C program, very, believe me that s right
c
- 动态一维数组实例和多级指针的实例 C语言小程序-Dynamic one-dimensional array instance and multilevel pointer instances of small C language program
c.tcl.tar
- dynamic mobile nodes
DP_TSP
- Travelling Salesman Problem (TSP) with Dynamic Programming in C
dymamicArray
- dynamic array in C language is a important data structure type
C#大例程
- 运动控制卡的动态链接库调用,主要展示如何编写运动控制卡的运动控制程序(Dynamic link library call for motion control card)
C++上位机例程及库函数文件
- PMAC库函数,关于C++如何调用动态链接库(PMAC library function, about how C++ calls dynamic link library)
C#_Fortran_link
- dynamic link for c# and fortran
C#调用C++DLL动态库
- c#开发框架下调用c++开发的dll动态库,实现跨语言开发功能。(Under the c# development framework, the DLL Dynamic Library developed by c++ is called to implement the cross language development function.)
背包1
- 贪心背包,贪心算法总是作出在当前看来最好的选择。也就是说贪心算法并不从整体最优考虑,它所作出的选择只是在某种意义上的局部最优选择。当然,希望贪心算法得到的最终结果也是整体最优的。虽然贪心算法不能对所有问题都得到整体最优解,但对许多问题它能产生整体最优解。如单源最短路经问题,最小生成树问题等。在一些情况下,即使贪心算法不能得到整体最优解,其最终结果却是最优解的很好近似。(Greedy knapsack, (1) the so-called greedy choice property means
动态链接库的使用
- 讲解动态链接库的使用,自己手动创建一个类库,然后调用类库,实现动态链接库的使用(Explain the use of dynamic link library)
testPE
- 使用c++,解析pe的动态库或是exe里面的导出函数及符号信息。(Use c++ to analyze the dynamic library of PE or the exported function and symbol information in exe.)