-
CloudAdmin
图表显示,可以实时的显示图标的详细细节信息。(chart show)
- 2015-11-16 10:22:07下载
- 积分:1
-
hamming-code
Implementation of Hamming code in C program
- 2017-05-12 13:10:57下载
- 积分:1
-
对比度拉伸
说明: Visual c++数字图像处理对比度拉伸算法(Visual c ++ digital image processing contrast stretching algorithm)
- 2020-05-06 10:28:21下载
- 积分:1
-
vb3
机械加工工时计算器:根据国家标准的机械加工工时计算和工厂实际经验在VB中编制的,已用多年,适于中小工厂。(Machining man-hours calculator: According to national standards machining factory hours worked and actual experience in the preparation of the VB has been used for many years, suitable for small and medium-sized factories.)
- 2020-11-18 12:19:39下载
- 积分:1
-
Mapping-crime--Understanding-hot-spots
Much of crime mapping is devoted to
detecting high-crime-density areas known
as hot spots. Hot spot analysis helps
police identify high-crime areas, types of
crime being committed, and the best way
to respond.
- 2013-11-24 20:33:55下载
- 积分:1
-
计算去噪前后的图像PSNR代码PSNR matlab
说明: 计算去噪前后的图像PSNR代码,利用MATLAB实现(The code is realized to calculate PSNR of images before and after denoising, and realized by MATLAB)
- 2020-03-20 16:23:34下载
- 积分:1
-
网上商城系统,实现了通过。通过修改少量的化学需氧量…
网上商城系统,通过ASP实现。通过修改少量代码即可以运行,商家绝密版!一定要下载哦-Online Mall system, achieved through the ASP. By modifying a small amount of code that can run, businesses, top-secret version! Oh, must be downloaded
- 2022-03-21 08:30:40下载
- 积分:1
-
定义类IntChar Exercise-1-IntChar
定义类IntChar,实现用一个整数保存一个长度不超过4的字符串。假设一个字符长度是1个字节。
* 例如:"ABCD",用一个整数保存,其二进制形式为:0100 0001 0100 0010 0100 0011 0100 0100
* 长度不足四个字符的串,剩下部分用0补足。
*
*
* 自己根据需要类IntChar的属性和方法,但需满足以下要求:
* 1. 在类IntChar中,不能用C++语言中的string类型来定义任何属性(变量)。
* 2. 对于定义的类IntChar,在main函数中,能用以下方式使用类IntChar:
*
* void main()
* {
* IntChar IC("Love")
* IC.ASC_Print() // 以字符串形式显示对象IC中保存的内容
* IC.Binary_Print() // 以二进制形式显示对象IC中保存的内容
* IC.Int_Print() // 以整数形式显示对象IC中保存的内容
* }(Custom class IntChar, save a length not exceeding 4 string with an integer. Suppose a character length is 1 byte.* For example: " ABCD" , kept by an integer, binary form: 0,100,000,101,000,010 0100 0011 0100 0100* length of less than four characters of the string, the rest of complement with 0. The*** the need class IntChar of the properties and methods, but must meet the following requirements:* 1. In class IntChar, can not use the string type the C++ language to define any attributes (variables).* 2. Defined class IntChar, the main function can be used following ways IntChar:** void main () {IntChar IC (" Love" ) * IC.ASC_Print () // in characters string displayed in the form saved in the object IC* IC.Binary_Print () // save the contents of the object IC* IC.Int_Print () in binary form // integer saved in the object IC*})
- 2013-05-11 22:10:57下载
- 积分:1
-
综合程序设计
设计一个学生成绩管理系统,实现添加记录、显示记录、修改记录、删除记录、查找记录、排序记录及退出系统等功能。(The design of a student achievement management system, to add records, display records, modify records, delete records, find records, sorting records and exit systems and other functions.)
- 2017-10-16 16:09:47下载
- 积分:1
-
LineIterator
Line Iterator implements Iterator Source Code for Andriod.
- 2014-01-23 11:05:51下载
- 积分:1