搜索资源列表
vc_jiqiaoshili_part13_14
- Visual.C++程序设计技巧与实例--配套光盘 第13章 网络编程 本章共有8个实例: 1. PowerNetConfig在Win2000系统下修改主机名、IP、网关、子网掩码和代理服务器 2. GetAllIP得到多穴主机的多个IP地址 3. EnumHosts枚举局域网内的计算机 4. GetMac读取网卡的Mac地址 5. C_S Demo一个小型的公司客服系统——C/S使用示例 6. Mount在应用程序中映射网络驱动器 7. AddIEButto
Csharp_print
- C#,包含C#实现的多种打印方法.利用IE打印,利用.NET组件打印,利用ACTVEX控件打印
IE
- 西门子工业通讯指南配套光盘下册源码-IE
Howaddabutton
- How to add a button to IE toolbar plug-ins source code -How to add a button to IE toolbar plug-ins source code
excel
- ie excel生成文件 源代码工具-ie excel document generated source code tool
VC_window_interface
- 这是个人对window界面编程的总结和源代码提供,主要包含像IE风格界面、QQ弹出界面等,有文字说明和源代码-This is a personal summary window interface programming and source code available, but mostly like the IE-style interface, QQ pop-up interface, and so on, there are written instructions and sourc
IR
- 对IQ接收器最重要的两个参数,即I和Q两路分量之间的幅度一致性和相位正交性,可采 用如下办法计算:把I、Q 两路信号分别作FFT ,找出频域内信号的幅度,即可算得两路分量的幅度一 致性 把I、Q两路信号合成一个复数信号,作FFT ,对得到的频谱求镜像抑制比(即频域内的信号与信号镜像的幅度比) ,通过镜像抑制比和幅度一致性,可求出接收机的I和Q两路分量之间的相位正交性。-IQ receiver for the two most important parameters, namely
LoadingCircle
- 非常绚丽的xp,mac,IE样式的加载框,仅供学习和交流-A very splendid xp, mac, IE-style load box, only to learn and exchange
VCnetwork
- 《VC++.NET网络通信实用案例》一书源码,涉及的例子有本地计算机网络编程、局域网网络通信编程、IE编程-" VC++. NET network communication utility case," a book source code, examples involving the local computer network programming, local area network communications programming, IE programmi
HtmlVIE
- 使用CHtmlView类,实现类似IE的网页浏览器进行Web访问-Use CHtmlView class, to achieve a similar IE web browser to access Web
linkqueue
- 链式队列是一种特殊的线性表,它只允许在表的前端(front)进行删除操作,而在表的后端(rear)进行插入操作。进行插入操作的端称为队尾,进行删除操作的端称为队头。队列中没有元素时,称为空队列。一般队列的存储结构是顺序存储,当队列的存储结构是链式存储结构时(即队列中每个元素都包含一个指向其后继的指针,最后一个元素指针为null),就是链式队列,和链栈同理。-A queue is a special kind of linear form, it only allows the front end
ie
- 浏览器开发展手册 浏览器开发展手册-Development Manual browser open a browser to open a browser to open development Development Manual Manual
renliziyuan
- 系统介绍 通过人力资源管理系统可使管理者快速高效地完成企业日常事务中的人事工作,降低人力资源管理的成本,使管理者能集中精力实现企业战略目标。人力资源管理系统的具体目标如下: 对企业人力资源管理的基本信息进行管理。 管理企业的员工信息(即人事管理功能)。 实现为个人提供网络工作平台的功能。 实现企业的应聘信息的管理功能。 实现企业员工培训的一系列相关信息的管理。
3D_Cube
- HTML5 3D立方体旋转动画基于HTML5 cube制作,效果很酷,色彩看上去非常艳丽,旋转起来的动画效果也十分流畅自然,是一款很不错的HTML5 3D动画效果实例。兼容谷歌、火狐浏览器,不兼容IE。-HTML5 3D animation based on HTML5 cube rotating cube production, the effect is cool, looks very bright colors, spin up the animation is very smooth
Googlc-xrokser
- 用java 实现的IE browser适合于学者-In the Java implementation of IE browser for Google
mindow
- Get the source code in the current IE window-Get the source code in the current Internet explorer window
Mfficeprograms
- 这是一个如何在你程序里象IE,Office等使用Vbscr ipt-This is a how in your programs like Internet explorer, Office, etc. Use Vbscr ipt
spjmialization
- 此程序用VC所编,可以使工具条右边产生动画,像IE一样,使自己的程序专业化-This program with VC, creates an animation toolbar on the right, like Internet explorer, make oneself of the program specialization
xhmxx
- 这个浏览器是用vc60编写的,界面类似IE,但它是一个多文档程序,为了方便在各个窗口之间切换,我特意在工具条上加了一个窗口()
exercise 5 BUPT
- C exercise Exercise 5: ‘for’ and ‘do … while” repetition statements 1. Write a program which uses a do/while loop to print out the first 10 powers of 2 other than 0 (ie. it prints out the values of 21, 22, ..., 210). Use a for loop to do the s