-
rsa1
RSA加密/解密算法源码 (RSA encryption and decryption algorithm source code)
- 2020-06-26 12:20:02下载
- 积分:1
-
VisualC++graphic_programming
Visual C++6_0图形编程技巧与实践,文件是超星格式,够清楚的。(Visual C 6_0 graphics programming skills and practice, the document was Superstar format, clear enough.)
- 2007-03-17 14:52:16下载
- 积分:1
-
CCS3.3chineseleader
CCS3.3的中文入门手册,介绍CCS环境搭建流程,更有多核交叉编译的调试方法。(CCS3.3 of Chinese Primer introduces CCS environment to build process, more multi-core cross-compiler debugging methods.)
- 2014-01-23 23:16:08下载
- 积分:1
-
osyk4
实现两台PC机的串口通信,很好用,经编译无错误()
- 2018-03-28 21:42:58下载
- 积分:1
-
AD9854_MSP430_jiance_fudukey4
基于430单片机实现的AD9852信号发生器。可以实现键盘输入频率选择,也可实现频率范围内扫频,功能菜单由12864显示(the AD9852 signal productor based on 430 MCU ,the frequency of signal can be controled by 4*4 keyboard .)
- 2021-05-06 21:28:36下载
- 积分:1
-
永磁同步电机矢量控制
说明: 永磁同步电机matlab,simulink仿真(Simulation of PMSM Based on MATLAB and Simulink)
- 2020-11-24 21:13:59下载
- 积分:1
-
ServoControl
舵机的相关原理及用PWM控制舵机的原理和方法。(Relevant principles and the principles and methods of steering control with PWM steering.)
- 2013-11-25 09:57:30下载
- 积分:1
-
WRK-v1.2
windows kernal research是个用于研究的操作系统源代码。使用时请阅读License.txt文本,注意仅用于学习!(Windows Research Kernel Source Code only used to research.You should agree
to the license agreement.)
- 2012-11-12 22:18:52下载
- 积分:1
-
C# 以WrapWithOverflow方式、Wrap方式、NoWrap方式显示文字
C#以三种方式显示文字,分别以WrapWithOverflow方式、Wrap方式、NoWrap方式将文字显示在窗口中,这三种方式实现的代码请看以下代码:
private void button1_Click(object sender, RoutedEventArgs e)
{//WrapWithOverflow方式
this.MyTextBlock.TextWrapping = System.Windows.TextWrapping.WrapWithOverflow;
}
private void button3_Click(object sender, RoutedEventArgs e)
{//Wrap方式
this.MyTextBlock.TextWrapping = System.Windows.TextWrapping.Wrap;
}
private void button2_Click(object sender, RoutedEventArgs e)
{//NoWrap方式
this.MyTextBlock.TextWrapping = System.Windows.TextWrapping.NoWrap;
}
- 2022-01-25 20:43:04下载
- 积分:1
-
mpi_array
这个程序演示了一个简单的数据分解。主任务首先初始化数组,然后分配相等的部分该数组的其他任务。后的其他任务接收其阵列的一部分,它们执行加法运算,以每个数组元素。(This program demonstrates a simple data decomposition. The master task first initializes an array and then distributes an equal portion that array to the other tasks. After the other tasks receive their portion of the array, they perform an addition operation to each array element.)
- 2015-08-14 09:48:15下载
- 积分:1