-
VB户籍管理系统源码
VB户籍管理系统源码,登陆系统时可以使用管理员:用户名admin,密码admin,或使用普通用户:用户名user1,密码user1。区别:管理员有系统管理功能,普通用户没有此功能。
系统包含两种用户,管理员和普通用户,管理员的默认用户名为admin,密码为admin。管理员和普通用户的区别是管理员具有系统管理功能,普通用户不具有系统管理功能。管理员不能被删除、修改密码、添加。普通用户可以被删除、修改密码、添加。
- 2022-07-11 23:39:19下载
- 积分:1
-
a_d_1
(一)基本任务:单频正弦波模拟信号的简单数字化。即对一个单频正弦波模拟信号进行抽样、均匀量化、PCM二进制自然编码。
1、主要步骤和要求:
(1)单频正弦波模拟信号的抽样实现。要求输入信号的幅度A、频率F和相位P可变;要求仿真时间从0到2/F,抽样频率为Fs=20F;要求给出抽样信号samp的波形图。
(2)单频正弦波模拟信号均匀量化的实现。要求对抽样信号sampl归一化后再进行均匀量化;要求量化电平数D可变;要求输出信号为平顶正弦波;要求给出量化输出信号quant的波形图,并与抽样信号samp画在同一图形窗口中进行波形比较。
(3)单频正弦波模拟信号PCM二进制自然编码的实现。要求按量化序号给出PCM二进制自然编码;要求给出编码后的数字序列pcm。
(err)
- 2008-12-23 18:55:38下载
- 积分:1
-
popwindow
说明: A custom pop-up dialog box example source code, when pop-up has a translucent effect, provides pop-up window, pop-up multiple selection (dialog), pop-up multiple selection (dialog) and other forms of implementation, click listening in the example is written in the case if there is a need for this can be applied to self- In your own project
- 2020-06-18 23:20:02下载
- 积分:1
-
分子动力学程序,fortran语言软件包打开
分子动力学程序,fortran语言软件包打开-Molecular dynamics program, fortran language package opened
- 2022-02-20 10:57:04下载
- 积分:1
-
MCTK-2.1.10
MODIS Conversion Toolkit 可以进行MODIS 数据转换和提取(American Conversion Toolkit)
- 2020-06-16 00:20:01下载
- 积分:1
-
five pig game
实现功能如下:1.选中一个珠子后,又点击第二个珠子,然后点击空白处移动的是第二个珠子(以前移动的 是第一个)
2.两边的人随着分子的变化而变化
算法大致描述:
左边的人:
当当前分数超过最大分数后,人开始下降,
下降的高度=总高度*((当前分数-最大分数)/最大分数)
加载图片时图片大小不变,只是图片左上角的高度提高“下降的高度”
这样显示出来的图片就“等于下降了一些”
右边的人:
和左边的人相反,右边的人是升高,
升高的高度=总高度*((最大分数-当前分数)/最大分数)
图片左上角的高度不变,只是增加图片高度,大小为升高的高度
这样显示出来的图片就“等于身高了一些”
未实现的目标(暂时的)
1.点击珠子的时候最好有动态效果
2.珠子移动的动态效果-five pig game
- 2022-07-14 13:35:33下载
- 积分:1
-
声音信号互功率谱密度matlab程序
声音信号互功率谱密度的matlab程序,可得到两个信号互功率谱密度图像(The matlab program of the cross-power spectral density of sound signals can obtain the image of the cross-power spectral density of two signals.)
- 2020-06-25 10:00:01下载
- 积分:1
-
房产类中介类整站源程序。适合房屋中介和其他中介类小公司建立网站。...
房产类中介类整站源程序。适合房屋中介和其他中介类小公司建立网站。-property intermediary stations like the whole source. Suitable housing and other intermediaries intermediary category of smaller companies website.
- 2022-04-07 21:15:47下载
- 积分:1
-
New folder
Uplink NOMA with fadings
- 2019-05-16 08:48:27下载
- 积分:1
-
lw_oopc-v1.2
一种轻量级的面向对象的C语言编程框架:LW_OOPC。LW_OOPC是Light-Weight Object-Oriented Programming in(with) C的缩写,总共一个.h文件,20个宏,约130行代码,非常的轻量级,但却很好的支持了很多面向对象的特性,比如继承、多态,可以优美的实现面向接口编程。这个框架系由台湾的高焕堂先生以及他的MISOO团队首创,之后由金永华继续改进优化,最后,经高焕堂同意以LGPL协议开源(开源网址参见后文)。
用C语言实现OO?我没听错吗?这听起来真是太疯狂了!… 大家都知道,C++支持了面向对象和面向泛型编程,比C要更强大些。那么,为什么要在C语言中实践面向对象呢?为什么不直接使用C++呢?
希望这套宏,能够真正帮助到想用C语言写出面向对象代码的C程序员们!
源码包括几个使用这套宏的代码示例,可以认真钻研下。(A lightweight, object-oriented C language programming framework: LW_OOPC. LW_OOPC is an acronym for Light-Weight Object-Oriented Programming in (with) C, total. H file, 20 macro, about 130 lines of code, very lightweight, but very good support for object-oriented features, such as inheritance, polymorphism, and interface-oriented programming can be beautiful. This framework is the first team by of Taiwan Mr. Gao Huantang his MISOO continue to improve optimization, followed by Jin Yonghua, see below) agreed to LGPL the agreement open source (open source URL, GAO Huan-tang.
Using C language implementation of Estimates of? I did not hear it? It sounds really crazy! ... As we all know, C support object-oriented and oriented generic programming than C to be more powerful. So, why do you want to practice in C language object-oriented? Why not just use C?
I hope this set of macros, can really help to write object-oriented code C programmers who want to use the C language!
Source includ)
- 2012-11-21 14:36:34下载
- 积分:1