-
Life_Game
说明: 这个是八皇后的代码,用VC写的,使用了c++数据结构,用了递归回溯(eightQueen)
- 2009-08-05 00:28:02下载
- 积分:1
-
SinWave
基于ucgui的一款显示简单三角函数的图形,如sin,cos,简单的展示了ucgui的良好特性(Based on simple trigonometric ucgui of a graphical display, such as sin, cos, simply show the good characteristics of ucgui)
- 2015-03-19 20:42:04下载
- 积分:1
-
SCM
通过设置不同的参数利用Matlab软件仿真了不同场景下的系统性能
(This document suggests a user’s guide to a MATLAB application which simulates a Spatial Channel Model (SCM) based on reference [1] with some minor adjustments. It focuses on how to use the Graphical User Interfaces (GUIs) and the functions of the application and avoids going into specifics about the nature of the parameters as this is done analytically in the reference document)
- 2013-09-05 15:03:49下载
- 积分:1
-
OLSFK
字如其名的俄罗斯方块,简单的程序,做了一个界面,比较友好(Word as the name of Tetris, a simple program that does an interface more friendly)
- 2016-03-21 13:49:03下载
- 积分:1
-
MVVM模式理解小实例
应用背景为了实现业务和UI界面的分离,让设计人员专心设计,开发人员能够专于逻辑编写。mvvm是实现WPF开发的一个相对重要的架构。mvvm是基于mvc设计模式相应而生的。这是一个mvvm架构的小实例,共有6个例子,每一个例子都是前面一个例子的完善。可以让大家初步了解mvvm的的实现架构。例子比较小,但可以给大家一个比较完整的概念关键技术本实例,主要讲解了如何将UI和业务相分离,对于一些WPF常规技术的使用,如ICOMMAND,INotifyPropertyChanged接口的使用,数据binding的应用。
- 2022-05-08 14:07:50下载
- 积分:1
-
西电算法导论上机题
算法导论第四次上机题,01背包回溯法
- 2023-02-08 08:50:03下载
- 积分:1
-
C语言程序随机生成蒙特卡洛分布
C语言程序,可以随机生成蒙特卡洛分布,通过简单改进可以实现其他概率分布
- 2022-01-26 17:41:26下载
- 积分:1
-
SimpleBLEPeripheral协议栈 (蓝牙点灯)
1.添加特征值
我们添加一个1Byte的特征值来控制灯的亮灭
因为simpleGATTProfile是共用的文件,为了不影响其它工程,我们使用一个宏来控制新增加的属性
#if SIMPLEPROFILE_LED
#endif
(1)修改simpleGATTProfile.h
(2)添加UUID
//Characteristic 6 UUID:0xFFF6
(3)添加属性
// Simple Profile Characteristic 6 Properties
// Characteristic 6 Value
// Simple Profile Characteristic 6 User Description
(4)属性表
// Characteristic 6 Declaration
// Characteristic Value 6
// Characteristic 6 User Description
(5)属性设置操作
SimpleProfile_SetParameter
(6)属性获取操作
Get a Simple Profile parameter
(7)属性读操作
simpleProfile_ReadAttrCB
(8)属性写操作
simpleProfile_WriteAttrCB
2.Profile的改造完成后,我们将这个宏打开,配置工程。
3.接着我们在staticvoid simpleProfileChangeCB( uint8 paramID )函数的switch中加入CHAR6的判断即可
- 2022-12-28 01:00:05下载
- 积分:1
-
PWM
闻亭TDS2407EA开发板的程序,采用通用定时器产生两路同频的PWM波形,重点调试的两路的相位差,也可以分别调整周期和占空比(Wintech TDS2407EA development board' s procedures, the use of two general purpose timers have the same frequency of the PWM waveform, the focus of debugging phase two, you can adjust the cycle and duty cycle, respectively,)
- 2009-07-16 17:32:17下载
- 积分:1
-
老外编写的很漂亮的留言簿
老外编写的很漂亮的留言簿-foreigners prepared a very nice book
- 2022-01-31 17:51:25下载
- 积分:1