搜索结果

找到约 183 项符合 initial 的查询结果

数据库系统 重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量

重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量,统一设置数据库连接字符串 2增加了返回特定表名的DataSet的各接口。 可在项目的config文件设置数据库连接字符串 private static string connectionString = System.Configuration.ConfigurationSettings.AppSettings["Conne ...
https://www.eeworm.com/dl/523/115914.html
下载: 156
查看: 1055

数据结构 解决时钟问题

解决时钟问题,acm竞赛题 A weird clock marked from 0 to 59 has only a minute hand. It won t move until a special coin is thrown into its box. There are different kinds of coins as your options. However once you make your choice, you cannot use any other kind. There are infinite number of coins of eac ...
https://www.eeworm.com/dl/654/155653.html
下载: 163
查看: 1055

并行计算 How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters S

How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following: Take the first k training sample as single-e ...
https://www.eeworm.com/dl/694/255947.html
下载: 149
查看: 1070

单片机编程 AT89C2051驱动步进电机的电路和源码

AT89C2051驱动步进电机的电路和源码:AT89C2051驱动步进电机的电路和源码 程序:stepper.c stepper.hex/* * STEPPER.C * sweeping stepper's rotor cw and cww 400 steps * Copyright (c) 1999 by W.Sirichote */#i nclude c:\mc5151io.h /* include i/o header file */ #i nclude c:\mc5151reg.hregister unsigned char j, ...
https://www.eeworm.com/dl/502/30858.html
下载: 101
查看: 1102

书籍 漫画傅里叶解析

本书以轻松有趣、通俗易懂的漫画及故事的方式将抽象、复杂的傅里叶知识融会其中,让人们在看故事的过程中就能完成对数学相关知识的“扫盲”。这是一本实用性很强的图书,与我们传统的教科书比较起来,具有几大突出的特点,一漫画的形式更易于让人接受,二边读故事边学知识,轻松且易于记忆,三更能让读者明白并记住傅里叶解 ...
https://www.eeworm.com/dl/522792.html
下载: 3
查看: 96

VHDL/FPGA/Verilog 基于Verilog-HDL的硬件电路的实现 9.6 脉冲高电平和低电平持续时间的测量与显示   9.6.1 脉冲高电平和低电平持续时间测量的工作原理   9.6.2 高低电平持续时间测量模

基于Verilog-HDL的硬件电路的实现 9.6 脉冲高电平和低电平持续时间的测量与显示   9.6.1 脉冲高电平和低电平持续时间测量的工作原理   9.6.2 高低电平持续时间测量模块的设计与实现   9.6.3 改进型高低电平持续时间测量模块的设计与实现   9.6.4 begin声明语句的使用方法   9.6.5 initial语句和always语句 ...
https://www.eeworm.com/dl/663/197560.html
下载: 193
查看: 1393

数据结构 #if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H_

#if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class CGAQueen { public: CGAQueen(int nPopulation,int nIteration,float Mutation,int mChB ...
https://www.eeworm.com/dl/654/239054.html
下载: 198
查看: 1187

书籍源码 ET++ is a portable and homogenous object-oriented class library integrating user interface building

ET++ is a portable and homogenous object-oriented class library integrating user interface building blocks, basic data structures, and high level application framework components. ET++ eases the building of highly interactive applications with consistent user interfaces following the direct manipula ...
https://www.eeworm.com/dl/532/284115.html
下载: 138
查看: 1136

技术资料 基于单片机控制的智能型灭火装置设计

智能型灭火装置以单片机为控制核心,配合烟雾报警器,能够完成对着火点的识别与判断,自动喷射水或者干粉等阻燃剂,把火灾消灭于初发阶段,灭火装置集火灾报警与自动灭火功能于一体,较好的实现了灭火装置的智能化。Intelligent fire extinguishing device takes single chip microcomputer as the control core that with smoke ...
https://www.eeworm.com/dl/898911.html
下载: 10
查看: 2328

数据结构 Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to w

Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It ...
https://www.eeworm.com/dl/654/154678.html
下载: 115
查看: 1142