-
提取形状的坐标
应用背景当我需要使用STASM,从原始 改变形状;坐标的坐标。所以我创建提取形状模型的程序。它采用MUCT数据库。关键技术一个图像的特征点是改变形状模型的坐标。原来是左上角坐标的根。但形状模型坐标的根中的图像。在STASM,形状有特定格式的文件。这个程序是适合的格式。
- 2022-03-04 03:57:45下载
- 积分:1
-
DataTableCompute 关于数据表的操作
DataTableCompute 关于数据表的操作-DataTableCompute data on the operating table
- 2023-02-11 15:35:04下载
- 积分:1
-
关于驱动中FastIO的详细讲解及OSR的FastIo的中译版.
关于驱动中FastIO的详细讲解及OSR的FastIo的中译版.-driving on the FastIO elaborate and the OSR FastIo version of the Chinese translation.
- 2022-04-27 05:05:35下载
- 积分:1
-
新编Windows API参考大全
新编Windows API参考大全-New Windows API reference Daquan
- 2022-07-02 05:03:30下载
- 积分:1
-
tclocklight
tclocklight-040702-2-zh-tw-tclocklight-040702-2-zh-tw
- 2022-02-07 12:59:24下载
- 积分:1
-
这是一个关于VB方面的学生成绩管理系统,本人知识有限,愿与大家共勉...
这是一个关于VB方面的学生成绩管理系统,本人知识有限,愿与大家共勉-This is a VB on the students performance management systems, I had limited knowledge and is willing to share it with you
- 2022-04-30 00:00:23下载
- 积分:1
-
基于WinCE操作系统、SMDK2410硬件开发平台下的电源管理程序――主要完成系统的 睡眠、唤醒,以达到省电的目的...
基于WinCE操作系统、SMDK2410硬件开发平台下的电源管理程序――主要完成系统的 睡眠、唤醒,以达到省电的目的-Based on the WinCE operating system, SMDK2410 hardware development platform under the power management procedure- Main completed system sleep, wake up, so as to achieve the purpose of saving
- 2022-12-12 07:35:03下载
- 积分:1
-
"Microsoft Windows CE program design" book on the source code
《Microsoft Windows CE 程序设计》书上的源代码-"Microsoft Windows CE program design" book on the source code
- 2022-06-16 19:39:38下载
- 积分:1
-
串口编程调试精灵
串口编程调试精灵 -Serial Programming Debugging Wizard
- 2022-05-30 14:14:39下载
- 积分:1
-
public class gedebahe { public static void main( String [] args) { for ( ) { int...
public class gedebahe { public static void main( String [] args) { for ( ) { int a=-1,b,c //b,c是分解出来的两个数 System.out.print("Please input a oushu:") //输入一个偶数 try { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)) String inputLine = in.readLine() a = Integer.valueOf(inputLine).intValue() }catch (Exception exc) { System.out.println("Sorry,please input a number.") return } if (a%2!=0) { System.out.println("Sorry,please input a oushu.") return } for (b=1 b
- 2022-09-15 17:45:03下载
- 积分:1