-
detection, the process outlined, very good use.
检测,列举进程,挺好用的。-detection, the process outlined, very good use.
- 2022-07-07 21:28:31下载
- 积分:1
-
航空摄影测量相对定向源代码
航空摄影测量相对定向源代码-aerial photography to measure the relative orientation source code
- 2022-07-25 04:49:03下载
- 积分:1
-
Island Hopper News 范例及其它
Island Hopper News 范例及其它 -Island Hopper News and other examples
- 2022-01-24 15:31:15下载
- 积分:1
-
医院管理系统
资源描述这是一个有点长,但简单的迷你程序设计语言。医院管理系统项目是一个没有图形的控制台应用程序的代码:块。这个项目有效地利用文件处理,并教你如何使用文件添加、编辑、查找和删除记录。源代码这里提供的是完全和无差错的,可以下载的自由。该项目已被设计为该医院,位于尼泊尔勒利德布尔。
- 2022-07-23 00:47:16下载
- 积分:1
-
To Convert numbers to text
To Convert numbers to text
- 2022-03-20 12:12:12下载
- 积分:1
-
矩阵类
矩阵基本运算,伴随矩阵,行列式,转置矩阵
矩阵类
矩阵基本运算,伴随矩阵,行列式,转置矩阵-Matrix basic operations, accompanied matrix determinant, matrix transpose, etc.
- 2023-02-16 02:40:03下载
- 积分:1
-
abela beier 编程
abela beier 编程-program with abela beier
- 2022-04-15 16:00:11下载
- 积分:1
-
实现了一个简单的个人事务助理的工具,主要介绍了VC数据库方面的编程,并且介绍了CFormView视图类的使用,CTabCtrl控件的使用,高级标签控件类的实现,...
实现了一个简单的个人事务助理的工具,主要介绍了VC数据库方面的编程,并且介绍了CFormView视图类的使用,CTabCtrl控件的使用,高级标签控件类的实现,建立ODBC数据源的建立,利用数据集访问数据库操作结果等。-achieve a simple personal assistant tool, introduced the VC database programming, and introduced the category CFormView View the use CTabCtrl control the use, control labeling senior category and that the realization of the establishment of ODBC data sources to create, access data set access to the database operating results .
- 2022-04-10 01:29:29下载
- 积分:1
-
AD9650控制逻辑
AD9650控制逻辑,带阈值判断功能,采用偏移二进制模式,当信号超出一定范围后,经输出高电平标志位,以便信道调整其增益大小。
AD9650控制逻辑,带阈值判断功能,采用偏移二进制模式,当信号超出一定范围后,经输出高电平标志位,以便信道调整其增益大小。
- 2022-04-29 07:11:44下载
- 积分:1
-
获取word每页缩略图
private void ConvertToImage(string wordInputPath, int resolution)
{
try
{
Aspose.Words.Document doc = new Aspose.Words.Document(wordInputPath);
if (doc == null)
{
return;
}
- 2022-07-13 14:38:36下载
- 积分:1