-
计算不规则格网土方量计算 Calculation of irregular grid earthwork calculation
完整的VS项目,采用VS2017编写; 2.C#语言开发; 3.可以构建不规则三角网,并进行土方计算; 4.采用可视化读文件方式,并用表格显示; 5.计算完成后实时绘制三角网; 6.可以输出TIN的点、边、三角形信息和土方量。
- 2021-05-06下载
- 积分:1
-
Ltpcc
一个串口通讯的源码,自定义的通讯协议,与切纸设备连接(A serial communications source, since the definition of communication protocols, and cutting equipment to connect)
- 2008-04-02 10:55:28下载
- 积分:1
-
studentApp
VC++用ODBC方法链接Access数据库简单入门案例(MFC源码)(VC++ using ODBC link to Access database, a simple way Introduction to Case (MFC source))
- 2010-01-12 10:06:03下载
- 积分:1
-
非常不错的MSP430资料,
MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料MSP430资料
- 2022-05-05 05:36:59下载
- 积分:1
-
一款基于svm的程序,在windows下运行,主要用于svm分类。
一款基于svm的程序,在windows下运行,主要用于svm分类。
-A SVM-based procedure, in the run under windows, mainly used for SVM classification.
- 2022-06-28 00:19:31下载
- 积分:1
-
tingchechang
实现停车场模拟,用栈和队列实现,用系统时间自动记录进入和出去时间(Parking achieve simulation, with stacks and queues implemented by the system automatically records the time of entry and exit time)
- 2013-12-01 16:15:57下载
- 积分:1
-
EnumDevieDlg
实现枚举设备的功能,像window设备管理器一样的功能。简单使用,解决了很多程序员的苦恼问题(The achievement of enumerated devices, such as Device Manager window functions the same. Simple to use, a lot of programmers to solve the problem of distress)
- 2009-05-19 17:59:21下载
- 积分:1
-
question2
Q1 Create a program that will initialise Port2 bits 0 - 7 to outputs. Then in an endless loop perform the sequence of bit manipulations shown below. Your program should use bit masking operations. Here is an outline of the program in pseudo-code and with the first two bit manipulations done for you.
//initialise port 2 for output
//set all outputs to 0
while(1)
{
FIO2PIN |= 0x04 // set bit 2 on (0x04 = 00000100)
FIO2PIN &= ~0x04 // set bit 2 off
//set port2 bit 1 on
//set port2 bit 1 off
//set port2 bit 4 on
//set port2 bit 6 and bit 7 on
//set port2 bit 4 off
//set port2 bit 6 and bit 7 off
- 2010-03-09 01:40:03下载
- 积分:1
-
can入门教程
can基础知识,基本教程,适用于初学者开发(Can basic knowledge, basic tutorials, for beginners)
- 2020-06-21 18:40:02下载
- 积分:1
-
TSP
说明: 用遗传算法求解TSP问题+matlab动态演示其求解过程。(TSP problem using genetic algorithm+ matlab dynamic presentation of their solution process.)
- 2011-04-05 21:32:28下载
- 积分:1