-
人体轮廓矢量化
在对细化后的骨架进行矢量化时,首先从链码起始点开始,并以该点的方向为基准进行跟踪,一直到链码的方向发生改变为止,并取链码方向发生改变时的前一点作为拐点;然后再以此拐点为起始点, 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-13 20:28:18下载
- 积分:1
-
代码模板添加
Code Template add-in for Visual C++ 5.0 在VC5中可增加的代码模板(5KB)-Code Template add-in for Visual C++ 5.0 increase in VC5 in the code templates (5KB)
- 2022-12-25 18:55:03下载
- 积分:1
-
java p2p 很好找到
ackage ex1_tp2 ;
导入 java.rmi.* ;
导入 java.rmi.server.* ;
导入 java.rmi.registry.* ;
公共类 Serveur 扩展 UnicastRemoteObject 实现 ex_ser {
公共 Serveur() 引发 RemoteException {}
公共字符串 reponce (字符串 mot) 引发 RemoteException {
返回"Bonjour tous";
}
公共静态 void main (字符串 [] args) {
请尝试 {
LocateRegistry.createRegistry(1099) ;
System.out.println ("端口 1099年") ;
} catch (RemoteException e1) {
System.err.println ("pas de 端口") ;
System.exit(1) ;
}
请尝试 {
Serveur objet = 新 Serveur() ;
Naming.rebind("mounir",objet) ;
System.out.println ("Serveur prêt") ;
}
catch (异常 e) {
System.err.println ("最好派个:"+ e.getMessage()) ;
}
}
}
- 2022-10-20 00:50:04下载
- 积分:1
-
模仿WINDOWS自带的计算写的,科学型有部分功能还没实现
模仿WINDOWS自带的计算写的,科学型有部分功能还没实现-WINDOWS imitate the calculation of own writing, science-type has some features not yet realize
- 2022-02-16 05:23:48下载
- 积分:1
-
商品管理源码。方便大家毕业用,要是用不起就下 载其他的东西,肯定有用的起的...
商品管理源码。方便大家毕业用,要是用不起就下 载其他的东西,肯定有用的起的-merchandise management source. Facilitate graduated with, if it could not afford download other things, a useful starting sure the
- 2022-11-26 01:55:03下载
- 积分:1
-
从键盘输入一个字符串,将小写字母全部转换成大写字母,然后输出到一个磁盘文件"test"中保存。输入的字符串以!结束。...
从键盘输入一个字符串,将小写字母全部转换成大写字母,然后输出到一个磁盘文件"test"中保存。输入的字符串以!结束。-Keyboard input from a string to all lowercase letters converted to upper case, and then output to a disk file " test" saved. Input to the string! End.
- 2023-08-18 10:50:03下载
- 积分:1
-
该代码提供了一个可以测试人体生命运动周期曲线显示例子。...
该代码提供了一个可以测试人体生命运动周期曲线显示例子。-The code provides a test of human life cycle curve shows Movement examples.
- 2022-04-24 11:08:54下载
- 积分:1
-
本系统的名称为“小型图书馆管理系统”,它具有以下功能: 1.借书,还书 2.增书,删书 3.按作者名或专业领域检索图书 4.查找被某为读者借走的一批书 5.查找
本系统的名称为“小型图书馆管理系统”,它具有以下功能: 1.借书,还书 2.增书,删书 3.按作者名或专业领域检索图书 4.查找被某为读者借走的一批书 5.查找最近借走某书的读者 6.查找某管理员的操作记录. 备注:① 管理员分四类:借书管理员,还书管理员,采编管理员(增书,删书),馆长助理 ② 读者有最大借书量 ③ 图书未归还前,不能对它进行借书操作.-the system known as "mini-library management systems," it has the following functions : 1. Library, book 2. Zeng, adding three books. According to the author or professional search field 4. A search was to take readers through a number of book five. You go through a recent book readers 6. the search for a caretaker operational records. Note : administrators at four categories : library administrators, book manager, editorial manager (by, censored books), the Assistant Curator readers have the greatest volume library books had not returned before it can operate for the library.
- 2023-08-23 11:35:04下载
- 积分:1
-
AJAX编程实现功能等 AJAX编程实现功能等
AJAX编程实现功能等 AJAX编程实现功能等-Features such as AJAX programming AJAX programming functions AJAX programming functions
- 2022-05-22 03:19:47下载
- 积分:1
-
介绍了Java网络编程中很重要得一个方面――Tcp协议,其中的例子详细介绍了Tcp编程的过程...
介绍了Java网络编程中很重要得一个方面――Tcp协议,其中的例子详细介绍了Tcp编程的过程-introduced the Java programming network in a very important respect-- DEC agreement, an example of a remarkably detailed programming process
- 2022-04-23 19:58:55下载
- 积分:1