-
mcIsing
用蒙特卡罗方法实现Ising模型,以一个概率模型为基础,按照这个模型所描绘的过程,通过模拟实验的结果,作为问题的近似解(Approximate solution of the Ising model using the Monte Carlo method, based on a probabilistic model for in accordance with the process depicted in this model, the simulation results, as the problem)
- 2012-10-22 10:11:01下载
- 积分:1
-
常见排序实现方式
冒泡排序 快速排序 简单插入排序 2路归并排序#include"stdio.h" #include"malloc.h" #include"stdlib.h" #include"time.h" typedef int datatype; typedef char elemtype; typedef long clock_t; typedef struct { datatype data; //数据 elemtype eles; }xxb; void chanshengshu(datatype b[],unsigned int n) //产生随机数组 {unsigned int i; for(i=0;i
- 2022-03-20 16:29:23下载
- 积分:1
-
7043_ProCSharp
Windows的目录服务编程(活动目录LDAP)(Windows directory service programming (Active Directory LDAP))
- 2005-03-05 15:12:29下载
- 积分:1
-
ex06_1
在基于对话框的程序中,默认是没有这个消息的,按下Ctrl+W,弹出类向导对话框,选择Class Info标签(Basic implementation of a drop source is relatively simple. The first step is to determine what events begin a drag operation.)
- 2013-11-22 16:15:09下载
- 积分:1
-
矩阵转置
说明: 引用中间变量,实现两个数的交换,从而实现矩阵的转置,并输出初始矩阵和转置后的矩阵。(The intermediate variable is used to realize the exchange of two numbers, so as to realize the transposition of the matrix, and output the initial matrix and the transposed matrix.)
- 2020-03-19 10:26:36下载
- 积分:1
-
STM32库开发实战指南
说明: 《STM32库开发实战指南》基于STM32F103芯片,紧紧围绕“库”的分析和使用展开。在大量实例的基础上,本书对于如何综合运用固件库开发项目给出了具体的范例;在固件库的使用和学习的基础上,又进一步讲解了结合嵌入式实时操作系统、TCP/IP协议栈进行嵌入式系统开发的方法,让读者循序渐进、系统地掌握基于STM32官方库进行开发的方法。(Based on STM32F103 chip, STM32 library development practice guide focuses on the analysis and use of "library". On the basis of a large number of examples, this book gives a specific example of how to comprehensively use the firmware library development project; on the basis of the use and learning of the firmware library, it further explains the method of embedded system development combined with embedded real-time operating system and TCP / IP protocol stack, so that readers can gradually and systematically master the method of development based on STM32 official library.)
- 2020-04-04 09:35:13下载
- 积分:1
-
OpenGL_MultiView
基于OpenGL的多文档多视图框架,利用mfc生成的,可在上面进行相关扩展(OpenGL-based multi-document, multi-view framework mfc generated, can be related to expansion in the above)
- 2012-08-03 16:55:01下载
- 积分:1
-
TCP SERVER 串口通讯范例
TCP SERVER 串口通讯范例,通过认证的。可以直接使用 。
- 2022-01-22 14:24:04下载
- 积分:1
-
手机蓝牙控制电器设备
通过51单片机+蓝牙实现对其他电器的控制,从而可以通过手机控制电器的运行。(Through 51 MCU + Bluetooth, other electrical appliances can be controlled, so that the operation of electrical appliances can be controlled by mobile phones.)
- 2020-06-16 00:20:02下载
- 积分:1
-
控制系统Anti_Windup设计综述_杨明
说明: 深入浅出的讲解了抗饱和PI控制器原理的论文,有助于开发设计。(Anti-Windup PIDcontroller)
- 2020-06-18 22:40:02下载
- 积分:1