-
cSharp2
C#从入门到精通,这就是下半部分,大家可以自己找上半部(C# From Novice to Professional, which is the lower half, you can find yourself on the half)
- 2013-12-11 11:05:13下载
- 积分:1
-
捕获局域网内的数据包,并从中的到数据,和相关信息,没开线程,我vc初学,欢迎朋友对它改进,别忘发我一份fecon@tom.com,用winpcap捕获.先安装w...
捕获局域网内的数据包,并从中的到数据,和相关信息,没开线程,我vc初学,欢迎朋友对它改进,别忘发我一份fecon@tom.com,用winpcap捕获.先安装winpcap3.1,注意改一下opnion里的lib路径-capture the data packets to and from the data, and related information, not open threads, I vc beginners welcome friends to improve it, do not forget that I made a fecon@tom.com with winpcap capture. Install winpcap3.1, to change it"s lib opnion Path
- 2022-07-13 10:04: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
-
73462657ridge
小波脊线的提取很好的小波学习程序,可进行模态参数的识别(it is good)
- 2010-08-21 11:02:44下载
- 积分:1
-
这是用VC编写的在Windows下运行的发送网络消息的源代码
这是用VC编写的在Windows下运行的发送网络消息的源代码-This is used in the preparation of VC running under Windows network news sent the source code
- 2022-01-21 03:34:47下载
- 积分:1
-
FLASH素材源码
FLASH素材源码-卡通人物-口袋怪物?ㄍㄈ宋?口袋怪物?ㄍㄈ宋?口袋怪物?ㄍㄈ宋?口袋怪物卡通人物-口袋怪物-FLASH source material-cartoon characters-pocket monster cartoon c haracters-pocket monster cartoon c haracters-pocket monster cartoon c haracters-pocket monster cartoon characters-pocket monster
- 2022-12-02 11:40:03下载
- 积分:1
-
4637354
Windows音频音量控制实例VB代码,有需要的下。(Windows VB code, audio volume control instance in need.)
- 2013-08-19 08:37:33下载
- 积分:1
-
1
说明: 用c语言分别输入三角形的三边a,b,c,并求出三角形的形状输出所求三角形的形状(Input triangle, trilateral, and calculated the shape of a triangle)
- 2012-04-30 13:58:06下载
- 积分:1
-
include
1)随机输入平面上n个点的集合;
2)使用分治策略编制计算机程序求出这n个点的极大点。
3)编程实现2维极大点问题的求解,且在程序中体现分治策略。程序能处理任意的n个点。
(1) a collection of n points on a random input plane
2) using divide and conquer strategy computer program to calculate the maximum point of the n point.
3) programming for solving 2 dimensional maximal point problem, and reflect the divide and conquer strategy in the program. Program can handle arbitrary n points.)
- 2015-11-03 15:43:31下载
- 积分:1
-
676556
使用日期时间控件,VC++精选编程学习源码,很好的参考资料。(Use the date and time control, VC++ select learning programming source code, a good reference.)
- 2013-12-01 18:01:55下载
- 积分:1