-
提取形状的坐标
应用背景当我需要使用STASM,从原始 改变形状;坐标的坐标。所以我创建提取形状模型的程序。它采用MUCT数据库。关键技术一个图像的特征点是改变形状模型的坐标。原来是左上角坐标的根。但形状模型坐标的根中的图像。在STASM,形状有特定格式的文件。这个程序是适合的格式。
- 2022-03-04 03:57:45下载
- 积分:1
-
windows pthread库实现源码
linux下多线程是采用pthread库实现,所以如果将程序放到windows时移植工作比较大,pthread库在windows平台实现了pthread接口,与linux兼容,为跨平台实现。
- 2023-06-26 22:15:04下载
- 积分:1
-
这个评分系统,用到了C++的 STL库,所以代码很少,只有30行左右就实现了全部功能,很有趣,不妨...
这个评分系统,用到了C++的 STL库,所以代码很少,只有30行左右就实现了全部功能,很有趣,不妨-Because of STL libary of C++ used in this grade system,it has little code.The system carries out all the function with just 30 rows code.It s very interesting,you d better have a look.
- 2022-11-26 07:40:04下载
- 积分:1
-
给予汇编语言的程序设计代码
用于微型计算机原理的学习与实验...
给予汇编语言的程序设计代码
用于微型计算机原理的学习与实验-given assembly language programming code for micro-computer learning theory and experiment
- 2022-08-09 00:00:12下载
- 积分:1
-
文件夹保护是对文件夹进行锁定的小软件,可以参考开发成文件夹加密等工具...
文件夹保护是对文件夹进行锁定的小软件,可以参考开发成文件夹加密等工具-Folder is a folder protection lock small software, can be developed into a reference folder encryption tools such as
- 2022-02-02 11:28:44下载
- 积分:1
-
一个介绍重叠IO的好例子,结合了MFC的框架技术。
一个介绍重叠IO的好例子,结合了MFC的框架技术。-Introduced a good example of overlapping IO, combined with the framework for MFC technology.
- 2022-01-26 02:40:42下载
- 积分:1
-
This console application shows how to bake resources into console applications....
This console application shows how to bake resources into console applications. The sample also demonstrates using FindResource(), LockResource(), FreeResource(), and SizeofResource() APIs to access the bytes in the image resources directly. The sample uses an ofstream and a stdio FILE to write the bytes of the resource out to new files.
- 2022-03-12 16:14:46下载
- 积分:1
-
Visual C++ 4.0 unleashed book attached sample CD
Visual C++ 4解开书籍附带的样本光盘内容包括内容,清晰实用
- 2022-03-29 11:50:32下载
- 积分:1
-
题目:有一个已经排好序的数组。现输入一个数,要求按原来的规律将它插入数组中。
1. 程序分析:首先判断此数是否大于最后一个数,然后再考虑插入中间的数的情况,...
题目:有一个已经排好序的数组。现输入一个数,要求按原来的规律将它插入数组中。
1. 程序分析:首先判断此数是否大于最后一个数,然后再考虑插入中间的数的情况,插入后
此元素之后的数,依次后移一个位置。
2.程序源代码:-Title: already have a good sequence of the array row. Now enter a number of requirements in accordance with the laws of the original array to insert it. 1. Program analysis: First, to determine whether this number is greater than the last few, and then inserted between a few to consider the case, insert the following after the element number, followed by one position after the shift. 2. Program source code:
- 2022-04-08 06:57:14下载
- 积分:1
-
各种电机的DSP控制程序
各种电机的DSP控制程序,便于各种用户(企业、高校、爱好者)等通过嵌入式系统控制电机的运动,运用前景非常广阔,从纯电动汽车到风力发电,到轨道交通,再到高铁应用等等。本程序是基于美国德州仪器公司的TMS320F28335的芯片,采用其公司自带的CCS编译系统进行编译的。
- 2022-05-26 20:41:22下载
- 积分:1