-
小飞侠再战江湖之Delphi 5上手七日谈程序代码之简易时钟
小飞侠再战江湖之Delphi 5上手七日谈程序代码之简易时钟-PAN future battles Delphi five corners to get started on the 7th code would simplify clock
- 2022-02-12 21:40:01下载
- 积分:1
-
根据所接收的值,程序可以在1到100之间接收一个整数…
程序能够接收1~100之间的整数,根据接收的数值,计算其Fibonacci数,在屏幕上输出其值。Fibonacci数列的定义如下:
Fib(1)=1
Fib(2)=1
Fib(n)=fib(n-2)+fib(n-1)
-Program can receive an integer between 1 to 100, according to the received value, to calculate the Fibonacci number, the screen output of its value. Fibonacci sequence is defined as follows: Fib (1) = 1 Fib (2) = 1 Fib (n) = fib (n-2)+ fib (n-1)
- 2023-05-17 04:15:03下载
- 积分:1
-
WinForm学生管理系统(三层架构)
学生管理系统,运用了三层架构,对学生的一些相关情况进行增删改查 里面还有教师模块,教师管理的相关信息,里面还有Sql SERVER 的数据库,版本是2008R2的,具体的内容你可以自己去看,仅供参考学习使用。
- 2022-03-25 08:46:57下载
- 积分:1
-
The use of this procedure, you can block diagram interface with the windows pain...
利用此程序,可以再windows界面的框图内画出正弦曲线的图像-The use of this procedure, you can block diagram interface with the windows painted images sinusoid
- 2022-02-26 04:49:09下载
- 积分:1
-
一个基于MFC的可重用的库
一个基于MFC的可重用的库-based MFC a reusable library
- 2022-07-09 02:50:22下载
- 积分:1
-
vc下xml文档的解析
vc下xml文档的解析-vc under xml document analysis
- 2022-07-20 19:56:27下载
- 积分:1
-
显示DOS系统环境块的C源程序
显示DOS系统环境块的C源程序-Show the DOS system environment block C source
- 2022-12-15 14:15:03下载
- 积分:1
-
利用键盘显示驱动芯片8279实现计数的功能.
利用键盘显示驱动芯片8279实现计数的功能.-use of the keyboard display driver chip count of 8279 to achieve functional.
- 2022-07-02 14:08:29下载
- 积分:1
-
Wince Comport test CE串口标准组件
Wince Comport test CE串口标准组件-Wince Comport test CE serial standard components
- 2022-08-12 14:36:14下载
- 积分:1
-
该程序模拟了一个简单的神经元,神经networkreporting在稳定状态…
The program Neuron.c simulates a SIMPLE stable state neural networkreporting on both input and output states and energy levels after eachiteration (namely set up for 8, though usually the network stabilizes afterabout 4). The program demonstrates a very straight-forward method ofprogramming a content-addressable memory and receiving output from that memory.
- 2022-02-01 07:17:54下载
- 积分:1