▍1. c#代码,与线程数据通信
c#代码,与线程数据通信-c# code, and data communications threads
c#代码,与线程数据通信-c# code, and data communications threads
自己用C#编写的简繁体转换软件。方便一些必要的处理操纵。可以进行编辑-Their use of C# Prepared simplified and traditional forms conversion software. Convenient to deal with some necessary manipulation. Can be edited
C#编写的一套教学系统,对初学者非常有裨益,-C# Prepared a set of teaching system is very beneficial for beginners,
功能介绍: WPF的蜂巢图形制作,可以无填充生成,填充生成,旋转, 整体倾斜,可以设置边长与层数,可以改变窗口的透明度 通过旋转动画和倾斜动画改变六边形的角度和制造立体效果 通过VisualBrush在正六边形里添加各种控件。 注意: 开发环境为Visual Studio 2010 作者:kansousama
Flash LED ControlBy Horia Tudosie Fancy control simulating a LED light by rewriting the Paint method. A good set of properties allows all kind of flash effects.
光谱仪数据采集上位机软件,利用qt5.4编写,串口通信,并能将光谱数据绘制成图形显示
基于51的函数发生器设计,可以输出三角波,锯齿波,正弦波,方波,梯形波等波形。而且频率可以调动,本系统有四个按键,两个按键实现频率的加减,两个按键实现模式切换。
VS2005+SQL2000 这个是我学习C#进行CS开发的一个医院管理系统.适合新手学习, 主要功能: 前台:病人登记,病人预约,前台交费,药品退费,欠费催款,医生评价 医师开医令 药房发药,药品管理,退药入库 基本设置等 -VS2005+ SQL2000 this is my learning C# To CS developed a hospital management system. Suitable for novices to learn the main features: front: patient registration, patient appointments, front pay, medicines refund, Arrearage reminder, doctors evaluate the physicians to open Order medical medicine pharmacy, medicines management, retirement basic settings such as drug storage
Visual C# 2005文件IO与数据存取的相关知识,内容全面,结构合理,论述清晰,对Visual C# 2005文件IO与数据存取技术及其实际应用都有独到见解,是一本专业性较强的计算机书籍。这是书的第五章代码-Visual C# 2005 file IO and data access-related knowledge, comprehensive, well-structured, clear exposition of the Visual C# 2005 file IO and data access technology and its practical application have a distinct point of view, is a highly professional computer books. This is the fifth chapter of the code book
#include #include using namespace std; #define NUM 1000; void read(); void menu(); void find(); void write(); void add(); void modify(); void del_num(); void grsds(); void load(); void list(); struct emploee //职工数据结构 int n //员工总人数 { char no[10]; char name[30]; float wage1; //员工的基本工资 float wage2; //员工的职务工资 float wage3; //员工的职务津贴 float wage4; //员工的绩效工资 float wage5; //员工的应发工资 float TAXfee; //员工的个人所得税 float wage6; //员工的实发工资 }emp[NUM],newemp; void main() { menu(); }; void menu()//主界面 { int n,w1;
传感器标定, 文件很短,交流 -Sensor calibration, documentation is very short, the exchange of the exchange of
TM1638是带键盘扫描接口的LED(发光二 极管显示器)驱动控制 专用电路,内部集 成有MCU 数字接口、数据锁存器、LED 高压驱 动、键盘扫描等电路。 主要应用于冰箱、 空调 、家庭影院等产品的高段位显示屏驱动。 二、 特性说明 • 采用功率CMOS 工艺 • 显示模式 10 段×8 位
华为2016年3月笔试题question3 以字符串形式输入树的各个节点,例如 1a2b2c3d3e... 第一个数字为节点的层次,后面的字母为节点代号。求指定节点的深度。
csharp30完全自学宝典(码源) csharp30完全自学宝典(码源)-csharp30 code