-
HDraw
完整的C++6.0工程,可在画图板上绘制基本图形,可设置线型、线宽,有调色板(a whole project of C++6.0.you can draw basic graph.you can also set color,width,and shape)
- 2012-02-28 17:22:34下载
- 积分:1
-
gvfsnakeMATLAB
中医学是我国传统文化的瑰宝。舌诊是中医临床进行辨证论治过程中的一‘个
重要程序,其临床应用价值及理论意义得到古今医学家及不少国外医学家的充分
肯定。临床上对于各种疾病,往往结合辨舌来决定诊断和治疗,是中医诊治疾病
的特色之一,为历代医家所重视。(In traditional Chinese mescal
diagnosis,tongue diagnosis
is
important parts)
- 2020-08-17 14:08:22下载
- 积分:1
-
00IC-51
00IC-51单片机开发板各个功能模块的实例程序,供大家做参考(00IC-51 single-chip development board examples of each functional module procedures, for your reference)
- 2009-06-07 21:08:22下载
- 积分:1
-
C_graphics.h
C语言图形、图像函数 功能实用全面介绍(C language graphics, images, full function functional and practical introduction)
- 2010-05-06 14:20:15下载
- 积分:1
-
tsp-master
source code of TSP _genetic algorithm
- 2017-11-06 15:54:04下载
- 积分:1
-
jixiegongcheng
学习机械工程控制的例子的一些matlab中的实现过程(Examples of mechanical engineering to learn some control of the implementation process in matlab)
- 2011-09-06 14:39:48下载
- 积分:1
-
Using-VC-and-realize-the-AVS
针对磁流体力学数值模拟程序MHD的特点,根据跟踪处理的思想,设计可视化模块。在AVS/EXPRESS的开发环境下,使用VisualC++和’VisualFORTRAN混合编程达到实时显示数值模拟程序计算中产生的结果的目的。(MHD numerical simulation for MHD characteristics, according to the tracking process of thinking, design visualization module. In AVS/EXPRESS development environment, using VisualC++ and ' VisualFORTRAN mixed programming to achieve real-time display in the numerical simulation program to calculate the result of purpose.)
- 2020-11-21 10:59:36下载
- 积分:1
-
序列号生成代码
public static string DesEncrypt(string encryptString, string key)
{
byte[] keyBytes = Encoding.UTF8.GetBytes(key.Substring(0, 8));
byte[] keyIV = keyBytes;
byte[] inputByteArray = Encoding.UTF8.GetBytes(encryptString);
DESCryptoServiceProvider provider = new DESCryptoServiceProvider();
MemoryStream mStream = new MemoryStream();
CryptoStream cStream = new CryptoStream(mStream, provider.CreateEncryptor(keyBytes, keyIV), CryptoStreamMode.Write);
&nb
- 2022-02-14 04:41:29下载
- 积分:1
-
C#版本的基本微信控制框架
C#微信控制框架,可用于dotnet环境下和集成。
- 2022-03-29 02:43:08下载
- 积分:1
-
飞思卡尔KE06 FTM_Combine_demo 例程
飞思卡尔KE06 FTM_Combine_demo例程.This example provides a template for the sample code. It demonstrates how to configure configure the FTM into combine mode and how to use the APIs.
FTM2 Ch0 and adjacent ch1 are combined to generate PWM signal on PTC0 (J3 Pin4)
and PTC1 (J2 Pin3) on KE06 FRDM board.
- 2023-01-10 00:35:03下载
- 积分:1