-
radix-sort
基数排序算法 ( radix sort)
- 2013-12-06 11:15:55下载
- 积分:1
-
液晶显示DS1302时钟1
说明: ds1302显示当前时间,液晶屏显示站台信息,按键控制站台切换(ds1302 displays the current time, the LCD screen displays the platform information, and the buttons control the platform switching)
- 2020-04-05 15:59:01下载
- 积分:1
-
Trend Arrows
A great indicator for binary options that works upon market trends.
- 2020-06-18 09:20:02下载
- 积分:1
-
94518687
小学生成绩管理系统(一篇比较简单的论文)我的初稿 题目:小学生成绩管理系统 仅供参考,本人的论文初稿已经比他复杂好几倍了。当然,毕业答辩之前不会贴出来的,嘿嘿 姓名:陈抒 摘要: 小学生成绩管理系统是典型的信息管理系统(MIS),其开发主要内容包括后台数据库的建立和维护 以及前端应用程序的开发两块。对于前者主要要求数据一致性和完整性、数据安全性。而对于后 者则要求应用程序功能完备,易使用。 我将使用ACCESS数据库管理系统创建后台数据库,将在Visual C++6.0编译环境下使用MFC类库中 的ODBC方面的类来创建数据库的前段应用程序,使应用程序能够做到快速安全的维护数据库,并 且提供简单明了的使用界面,满足不同用户的需求。 关键词:ODBC 添加 查找 删除 修改 学籍 成绩 (primary performance management system (a relatively simple thesis) my first draft topics : primary performance management system for reference purposes only, I have the first draft of a paper than the complex several times. Of course, the graduates will not reply before affixed out, laughter Name : Chen Shu Abstract : The primary performance management system is typical of the Information Management System (MIS), its main contents include the development of database background to the establishment and maintenance, and front-end application development 2. Former major requirement for consistency and data integrity, data security. For the latter demanding applications complete functions and easy to use. I will use the ACCESS database management system to create the background database, the V)
- 2005-01-03 21:18:40下载
- 积分:1
-
CANzhuzhan
基于STC单片机的CAN总线通信程序代码(STC microcontroller-based CAN bus communication program code)
- 2014-02-19 10:33:53下载
- 积分:1
-
C#的经典书籍 深入浅出 讲的不错 有很多代码 虽然小但是精悍 值得学习...
C#的经典书籍 深入浅出 讲的不错 有很多代码 虽然小但是精悍 值得学习-C# classic books easy for the good code Although many small but skinned worth learning
- 2023-02-04 06:55:04下载
- 积分:1
-
stm32f4xx_flash
NPN silicon planar epitaxial transistor
encapsulated in a SOT223 surface
mounted envelope and designed
primarily for use in hand-held radio
equipment in the 470 MHz
communications band.
- 2014-07-09 15:09:54下载
- 积分:1
-
设计模式
资源描述
设计模式中部分设计模式源码整理
例如单例模式
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
namespace Com.SingletonPattern
{
///
/// 功能:延迟加载单例模式 利用DotNet的特性
/// 编写:willieni
/// 日期:2015年07月10日
/// 备注:延迟加载
///
public class DelaySingleton : ISingleton
{
private DelaySingleton()
{
}
public static DelaySingleton Instance
{
get
{
- 2022-01-25 21:22:56下载
- 积分:1
-
11
说明: 这是一个可以在vc环境下使用的c语言
其功能是实现了人工智能里传教士与野人过河的经典问题(This is an environment in vc using c-language whose function is to achieve artificial intelligence to cross the river where missionaries and savages a classic problem of)
- 2009-12-28 21:16:38下载
- 积分:1
-
Recusive-Drawing
Recusive Drawing for a star, it depends on the angle between the edged of the star, also the user sets to witch level he wants the star to be recusivly drawn.
- 2015-01-03 17:27:36下载
- 积分:1