-
文字转换成图形C#代码
读取文字内容,利用DrawString方法画出文字
- 2022-03-30 19:23:31下载
- 积分:1
-
研究衍射的物理模型
研究衍射的物理模型-diffraction study of the physical model
- 2022-07-16 14:56:22下载
- 积分:1
-
通用数据库访问类
通用数据库访问Helper 支持Oracle、SqlServer、MySQL、Access数据库访问方便简洁
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
namespace PromotionDB.Interface
{
public interface IDataSource
{
bool Open();
int ExecuteNonQuery(string _ConStr);
DataTable ExecuteQuery(string _ConStr);
bool Close();
}
}
using System;
using System.Collections.Generic;
using System.Text;
using PromotionDB.Interface;
using MySql.Data.MySqlClient;
using System.Data;
namespace PromotionDB.Util.DataAccess
{
///
/// 连接MySql数据库
///
- 2022-03-24 18:01:59下载
- 积分:1
-
Fuzzy Logic(Illya Barbulat,lr3, gr 203)
说明: fuzzy logic made on language C#
- 2020-11-24 07:55:38下载
- 积分:1
-
可执行五子棋,绝对可以啊,大家快下吧,哈哈 哈哈 哈哈 哈
可执行五子棋,绝对可以啊,大家快下吧,哈哈 哈哈 哈哈 哈 -everything is possible,you can t miss
it。yeah yeah yeah yeah yeah yeah
- 2022-04-09 17:37:33下载
- 积分:1
-
ST7735 LCD 规格书及初始化源码流程
ST7735S
132RGB x 162dot 262K Color with Frame Memory
Single-Chip TFT Controller/Driver
The ST7735S is a single-chip controller/driver for 262K-color, graphic type TFT-LCD. It consists of 396
source line and 162 gate line driving circuits. This chip is capable of connecting directly to an external
microprocessor, and accepts Serial Peripheral Interface (SPI), 8-bit/9-bit/16-bit/18-bit parallel interface.
Display data can be stored in the on-chip display data RAM of 132 x 162 x 18 bits. It can perform display data
RAM read/write operation with no external operation clock to minimize power consumption. In addition,
because of the integrated power supply circuits necessary to drive liquid crystal, it is possible to make a
display system with fewer components.
- 2022-07-19 14:58:34下载
- 积分:1
-
电视机串号MAC地址图像识别
该类用于图像检测电视机串号,算法使用Halcon10编写,导出成C#。输入HImage类型图片,算子将自动返回电视机串号、无线Mac地址和有线Mac地址,若画面内不含以上3中数据,结果将返回空。
- 2023-03-03 04:40:04下载
- 积分:1
-
Notebook battery in accordance with whether or not to automatically turn off Vis...
根据笔记本是否用电池来自动关闭Vista 玻璃效果~~有助于了解CSharp 是如何调用系统类库-Notebook battery in accordance with whether or not to automatically turn off Vista glass effect ~ ~ help to understand how the call system CSharp Class Library
- 2022-01-28 12:07:56下载
- 积分:1
-
23个设计模式是史上公认的经典,实例代码目前多是JAVA版的,现在上传个C#版的...
23个设计模式是史上公认的经典,实例代码目前多是JAVA版的,现在上传个C#版的-23 was designed to recognized the history of the classic examples of the current multi-source version of Java is now upload C# version of the
- 2022-03-18 17:52:17下载
- 积分:1
-
dicom单张转换为bmp格式
在VC6.0开发环境下,将dicom图片读取,经过数据转换,得到bmp格式的图片,虽然只能单张转换,但改程序调试成功,为图像处理提供便利。
- 2022-11-12 13:10:03下载
- 积分:1