-
pcanywhere
解密工具 解密工具 解密工具 解密工具
- 2010-12-18 19:30:01下载
- 积分:1
-
MATLAB
求取谐波频率,记算出各次谐波的幅值,有效值(The harmonic frequency is calculated, and the amplitude and effective value of each harmonic are calculated)
- 2017-09-28 13:15:15下载
- 积分:1
-
man
说明: unity游戏原码,一个小人物一直往下下梯子的游戏(Unity game source code)
- 2020-06-25 01:40:02下载
- 积分:1
-
Bresenham
简单计算机图形学算法,通过直线中点Bresenham算法,绘制直线。(
Simple computer graphics algorithms, Bresenham line passing through the midpoint algorithm, draw a straight line.)
- 2014-02-17 21:22:36下载
- 积分:1
-
如意小助手这个用C#和SQL Server 2000编写的餐厅管理系统软件.由四个组 ...[ZLDQ.rar]...
如意小助手这个用C#和SQL Server 2000编写的餐厅管理系统软件.由四个组 ...[ZLDQ.rar] - 此为本人经过长达3年多的呕心沥血搜集整理而的CHM版的综合资料大全,内容函盖了软件技术(DELPHI,NET,JAVA方面)、项目管理(项目文档、需求、风险、测试、辅助. 文件列表(点击判断是否您需要的文件): 如意餐厅小助手 ...
www.pudn.com/downloads31/sourcecode/windows/csharp/detail101379.html - 19k - 补充材料 - 类似网页
-Wishful small assistants that use C# And SQL Server 2000 prepared by the restaurant management system software. By the four group ... [ZLDQ.rar]- This is my After 3 years of dedicated collecting and collating the CHM version of the integrated Sourcebook, which covers software technology (DELPHI, NET, JAVA), the project management (project documents, demand, risk, testing, aids. document list (click to determine whether you need a document): Ruyi Restaurant helper .. .www.pudn.com/downloads31/sourcecode/windows/csharp/detail101379.html- 19k- supplementary materials- Similar pages
- 2022-07-17 14:37:14下载
- 积分:1
-
IPGSPD-200604n
通过Intel ICH 的 SMBuss 改写内存条SPD EEPROM的内容。
(Intel ICH SMBuss rewrite the contents of the memory SPD EEPROM.)
- 2012-08-09 01:08:19下载
- 积分:1
-
stm32 ADC多通路采样
stm32 ADC多通路采样
#include "adc.h"
#define ADC1_DR_Address ((uint32_t)0x4001244C)
__IO uint16_t ADCConvertedValue[2];
void Adc_Init(void)
{
GPIO_InitTypeDef GPIO_InitStrue;
ADC_InitTypeDef ADC_InitStrue;
DMA_InitTypeDef DMA_InitStructure;
RCC_AHBPeriphClockCmd(RCC_AHBPeriph_DMA1, ENABLE);//DMA时钟使能
RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA|RCC_APB2Periph_ADC1,ENABLE);//GPIO、ADC1时钟使能
RCC_ADCCLKConfig(RCC_PCLK2_Div6);//ADC时钟6分频
GPIO_InitStrue.GPIO_Mode = GPIO_Mode_AIN;
GPIO_InitStrue.GPIO_Pin = GPIO_Pin_1|GPIO_Pin_2;
GPIO_InitStrue.GPIO_Speed = GPIO_Speed_50MHz;
GPIO_Init(GPIOA,&GPIO_InitStrue);//PA1、PA2 I/O口配置
DMA_DeInit(DMA1_Channel1);//DMA通道1复位
DMA_InitStructure.DMA_PeripheralBaseAddr = ADC1_DR_Address;
- 2023-05-09 20:05:03下载
- 积分:1
-
Collections
it is about collection of MFC.I think it s helpful for research
- 2010-04-01 15:58:34下载
- 积分:1
-
ATM
ATM机的程序,没有连接数据库,只有最简单的功能实现。(The ATM program, not connected to the database, only the most simple realization of the function.)
- 2011-10-31 20:27:39下载
- 积分:1
-
PFM - Barcelona
说明: Documentation for vanets simulation// omnet++
- 2021-01-15 17:18:45下载
- 积分:1