-
三层架构登陆注册c#
三层架构登陆注册c#适合 初学者
方便使用
- 2022-01-25 14:06:28下载
- 积分:1
-
分享Vector3.cs类
分享System/Numerics/Vector3.cs类,没啥好描述的,凑个字数。
- 2023-05-04 15:45:03下载
- 积分:1
-
平面点集的delaunay剖分
首先新建有关三角化的基本元素:顶点、边、三角形的类:
typedef struct Vertex
{
int x, y;// 离散点的坐标
int index;//点的索引
};
typedef struct Triangle
{
int NodeA; // 三角形的顶点A的坐标索引
int NodeB; // 三角形的顶点B的坐标索引
int NodeC; // 三角形的顶点C的坐标索引
int BorderA; // 三角形的顶点A的对边的索引
int BorderB; // 三角形的顶点B的对边的索引
int BorderC; // 三角形的顶点C的对边的索引
int index; // 三角形的索引
};
typedef struct Edge
{
int Start; // 边的起点的索引
int End; // 边的终点的索引
int LeftTriangle; // 边的左三角形索引
int RightTriangle; // 边的右三角形索引
int index; // 边的索引
}
- 2022-02-02 19:28:54下载
- 积分:1
-
iMessage发送消息
iMessage发送消息,在ios系统运行,能实现根据ios账号发送消息,向手机号、ios账号发送消息
- 2022-01-25 21:55:47下载
- 积分:1
-
简单栈和队列的模拟
通过利用简单的C++程序来利用链表分别实现栈和实现队列,支持简单的UI界面来实现输入与输出。
- 2022-02-16 06:57:01下载
- 积分:1
-
C # Web应用程序基于5章的FTP应用程序
C#网络应用编程基础第5章 FTP应用编程-C# Web application programming based on Chapter 5 FTP application programming
- 2023-04-03 19:15:03下载
- 积分:1
-
ucos-ii_fot_stm32f103
ucos-ii_fot_stm32f103,ucos-ii_fot_stm32f103ucos-ii_fot_stm32f103ucos-ii_fot_stm32f103ucos-ii_fot_stm32f103ucos-ii_fot_stm32f103ucos-ii_fot_stm32f103ucos-ii_fot_stm32f103ucos-ii_fot_stm32f103ucos-ii_fot_stm32f103
- 2022-02-21 08:03:42下载
- 积分:1
-
MyPlugin Project Overview
========================================================================
MAKEFILE PROJECT : MyPlugin Project Overview
========================================================================
AppWizard has created this MyPlugin project for you.
This file contains a summary of what you will find in each of the files that
make up your MyPlugin project.
MyPlugin.vcproj
This is the main project file for VC++ projects generated using an Application Wizard.
It contains information about the version of Visual C++ that generated the file, and
information about the platforms, configurations, and project features selected with the
Application Wizard.
This project allows you to build/clean/rebuild from within Visual Studio by calling the commands you have input
in the wiza
- 2022-03-18 07:08:32下载
- 积分:1
-
模式识别-表情识别
该程序为C++实现表情识别,其中包括代码和程序用到的表情库。expressiondb是表情库,请放于e盘根目录下。
test1是程序,运行即可。
- 2022-03-21 18:33:33下载
- 积分:1
-
wke 简单操作 可直接编译
可直接导入到C++项目中编译。 此WKE是最原始的源码,只适用于程序内弹出的网页窗口使用。
- 2022-07-05 02:03:24下载
- 积分:1