-
Windows程序设计中的所有示例代码
Windows程序设计中的所有示例代码-Windows program design all the sample code
- 2022-03-12 09:46:15下载
- 积分:1
-
论述*P++等价于(*p)++还是等价于*(p++)的问题,为了验证这个问题,编写了下面的小程序(vc++6.0编译环境),作为验证...
论述*P++等价于(*p)++还是等价于*(p++)的问题,为了验证这个问题,编写了下面的小程序(vc++6.0编译环境),作为验证-Paper* P++ Is equivalent to (* p)++ Or equivalent to* (p++) Problems, in order to verify this issue, prepared the following small program (vc++ 6.0 compiler environment ), as a validation
- 2022-11-30 23:50:03下载
- 积分:1
-
a VC development of the windows Notepad procedures, and listening to music for t...
一个用VC开发的windows记事本程序,并提供听音乐等windows记事本的额外功能-a VC development of the windows Notepad procedures, and listening to music for the notebook windows of the additional functions
- 2022-08-16 19:17:22下载
- 积分:1
-
医院预约挂号系统
主要用Javaweb思想写的代码,用到Apache服务器,连接mysql数据库,用eclipse开发工具,在windows平台下使用,能实现网上预约挂号的功能,也可以取消预约,后台管理员可以管理医生的信息和病人的信息
- 2022-04-18 10:55:10下载
- 积分:1
-
链表基本操作,包括链表的初始化,创建,插入节点,删除节点,以及冒泡排序等,有完美的操作界面。...
链表基本操作,包括链表的初始化,创建,插入节点,删除节点,以及冒泡排序等,有完美的操作界面。-List of basic operations, including the initialization list, create, insert node, delete node, as well as the bubble sort, etc., there is a perfect interface.
- 2022-03-19 09:12:27下载
- 积分:1
-
利用vc编写的源代码用于数字图像处理中hough变换检测直线
利用vc编写的源代码用于数字图像处理中hough变换检测直线-Source code written using vc for digital image processing in the detection of a straight line hough transform
- 2022-11-03 20:15:03下载
- 积分:1
-
The original library(MFCXLib) s name has been changed to CJ60Lib, which can dist...
原来的库(MFCXLib)已经更名为CJ60Lib,这是为了与那些使用旧库的程序区别开来。本库与旧的库具有同样的功能,但是,针对Visual C++ 6.0作了几个扩展-The original library(MFCXLib) s name has been changed to CJ60Lib, which can distinguish the programs using old library. The library has the same functions as the old one. But some extention has been added aimed at Visual C++6.0.
- 2022-02-02 17:05:52下载
- 积分:1
-
vc下实现链表的创建,删除,插入,销毁等算法的函数
vc下实现链表的创建,删除,插入,销毁等算法的函数-vc list under the Create, delete, insert, such as the destruction of the function algorithm
- 2022-05-18 00:54:03下载
- 积分:1
-
浮动点加法器 ieee754 vhdl 语言和语言执行
IEEE 754 浮点标准
• 领先的有效数的"1"位是隐式的
• 指数是"偏见",使排序更容易
— — 全 0 是最小指数所有 1s 都是最大
— — 127 为单精度和双精度 1023年的偏置
— — 摘要: (– 1) 符号 × (1 + 有效数) × 2exponent — — 偏置
• 示例:
— — 十进制:-.75 =-3/4 =-3/22
— — 二进制:-.11 =-1.1 x 2-1
— — 浮点数: 指数 = 126 = 01111110
— — IEEE 单精度: 10111111010000000000000000000000
- 2023-01-16 16:30:04下载
- 积分:1
-
遗传算法和蚂蚁算法融合的代码,比较好的利用了两种代码的优点,有很好的参考价值...
遗传算法和蚂蚁算法融合的代码,比较好的利用了两种代码的优点,有很好的参考价值-Genetic Algorithm and Ant Algorithm code integration, better use of the advantages of two kinds of code, have a good reference value
- 2023-08-08 05:05:03下载
- 积分:1