-
crm
客户关系管理系统代码,可以实现客户数据的增删改,登陆权限设置(Customer relationship management system code, can achieve the addition, deletion and modification of customer data, login authority settings)
- 2020-06-20 12:40:02下载
- 积分:1
-
ex81
实现12864LCD的读写操作Proteus仿真(Read and write operations to achieve 12864LCD Proteus simulation)
- 2013-10-25 08:56:01下载
- 积分:1
-
Sentinel-1_users_guide
gamma 软件处理哨兵1号数据技术流程,包括预处理,干涉等详细过程。(gamma Sentinel-1 data processing software technology processes, including detailed pre-processing, and other interference.)
- 2020-10-12 22:57:32下载
- 积分:1
-
mpugmbeg
深入了解mpeg4,MPEG-4技术白皮书,有参考意义,还可以(Learn more about mpeg 4, MPEG 4 technology white paper, with reference significance, OK.)
- 2019-05-13 16:12:42下载
- 积分:1
-
57285910Diana
说明: 数据挖掘算法DIANA源码 c语言版本,层次聚类算法(Data Mining Algorithms DIANA Source C Language Version)
- 2019-04-27 21:48:53下载
- 积分:1
-
IPGroupServer
说明: 关于组播通信的服务器端的例子,实现了简单的TCP/IP通信和组播通信。(Multicast Communication on the server-side example of the realization of a simple TCP/IP communications and multicast communications.)
- 2008-09-01 17:47:40下载
- 积分:1
-
ArcEngineGIS
基于ArcEngine的三维GIS演示系统,利用ArcScene开发的三维GIS漫游系统(Three-dimensional GIS-based presentation systems ArcEngine, the use of three-dimensional GIS ArcScene Roaming System Development)
- 2010-11-15 21:15:44下载
- 积分:1
-
sendrece2
说明: 基于PIC单片机的PPM调制激光通信收发器,通过proteus进行仿真。(The PM modulated laser communication transceiver based on PIC MCU is simulated by proteus.)
- 2020-06-16 07:40:01下载
- 积分:1
-
ColorEdit
说明: 利用WM_CTLCOLOR消息实现编辑控制(Edit Control)的文本与背景色的改变(Use WM_CTLCOLOR message to change the text and background color of Edit Control)
- 2020-04-09 19:49:06下载
- 积分:1
-
msp430f5529时钟配置
msp430f5529时钟配置
关于DCO.FLL.ACLK,SMCLK,MCLK
#include
//设置内核电压 以匹配不同频率
void SetVcoreUp (unsigned int level)
{
PMMCTL0_H = PMMPW_H;// Open PMM registers for write
SVSMHCTL = SVSHE + SVSHRVL0 * level + SVMHE + SVSMHRRL0 * level; // Set SVS/SVM high side new level
SVSMLCTL = SVSLE + SVMLE + SVSMLRRL0 * level; // Set SVM low side to new level
while ((PMMIFG & SVSMLDLYIFG) == 0); // Wait till SVM is settled
PMMIFG &= ~(SVMLVLRIFG + SVMLIFG); // Clear alre
- 2022-03-25 04:41:16下载
- 积分:1