▍1. 2级域名系统
2级域名系统-2 level of domain names systems
学生信息管理系统框架已经搭建好,自己加需要的功能,基本的增删改查,以及登录功能都已经实现,各位可以根据需要自己添加新的功能.
资源描述这是一套具有丰富资源的家庭财务软件代码,里面分为各个模块,里面的功能也比较齐全,读者可以自行下载研究,相信对读者的帮助是巨大的,读者可以自行下载试看
The ambition of this project is to set out a two-dimensional stellar evolution code, which fully takes into account the effects of rotation, at any rate and in a self-consistent way. The difficult, but important point is that rotating stars are spheroidal and are never in hydrostatic equilibrium. They are pervaded by flows everywhere, even in the stably stratified radiative regions. These flows are essentially convective flows in thermally unstable regions (convection zones) and baroclinic flows in the radiative regions. These latter flows are grosso modo a differential rotation and a meridional circulation, with likely some small-scale turbulence. Radiative regions of non-rotating stars experience very little mixing (only due to microscopic phenomena). Rotation induces flows and therefore some mixing, well-known as "rotational mixing". This is a key feature of the evolution of rotating stars. Besides, these stars also oscillate, and astronomers would like to get from the
本书适应了 Windows、Internet 及计算机网络普及的潮流,介绍了一套在 Windows 下网络编程的规范-Windows Sockets。这套规范是 Windows 下得到广泛 应用的、开放的、支持多种协议的网络编程接口。从 1991 年的 1.0 版到 1995 年的 2.0.8 版,经过不断完善并在 Intel、Microsoft、Sun、SGI、Informix、Novell 等公司 的全力支持下,已成为Windows 网络编程的事实上的标准。为使读者能够充分理解 和应用这套规范, 本书不但对Windows Sockets 1.1及2.0 规范作了较为详尽的介绍还结合了作者的实际工作,给出了具有实际应用价值的程序实例。书中的内容包括: Windows Sockets 规范 1.1 版及2.0.8 版介绍;Windows Sockets网络编程指导和具体 应用实例;Windows Sockets规范1.1 版及2.0.8 版库函数参考等。-err
使用 WTL 自绘标题的一个尝试,使用 VC6 的工程,欢迎大家提出宝贵意见和建议。 感谢!-Owner draw caption bar using WTL。
难得的DM9000的中文资料。详细的引脚描述以及内部及寄存器和功能描述。-Rare DM9000 of the Chinese data. A detailed description of the internal and pin registers and functional description.
php 图片上传实现多图上传,并展示作品图片效果,内部有Javascript与CSS,拿来即可试用,huanyin给大家点评,学习php中php 图片上传实现多图上传,并展示作品图片效果,内部有Javascript与CSS,拿来即可试用,huanyin给大家点评,学习php
关于RTlinux网卡驱动的文章,不错,特别是对那些在RTlinux下写驱动的程序员!-RTlinux card driver on the article, yes, especially for those under the RTlinux write-driven programmer!
js实现多种浮动菜单,级联菜单,可拖动菜单-js achieve a variety of floating menu, cascading menus, scrolling menu
localdb is a collection of Java classes that locates the full file path of the folder containing the database files so that the it can be dynamically added into the JDBC URL thus allowing further portability of your database with as little hassle and no installation. Read the About-localdb in the Wiki to know more.
基于matlab的GUI界面的语音信号端点标定程序-Matlab-based GUI interface voice signal calibration procedures endpoint
钩子编程,监视系统消息,对学习钩子程序非常有帮助-Hook programming, surveillance systems news hook for the learning process very helpful
Simple Perl Shell is exactly what its name says it is; a basic shell written in Perl. Simple Perl Shell is more of a Proof-Of-Concept then anything else, but I hope that the community will improve upon my work and turn it into something better! Currently this has two advantages over other shells: Its lightweight, and written in Perl (so it will work on any system with Perl).
lil324 the description it there in the code
m 文件,在其中你可以看到代码,如何弥补制作功能指南图...本指南中,您可以更改功能调节功能,您可以选择图形的颜色或背景的颜色。您还可以选择,如果你想要打开或关闭网格。并且你可以选择极值点。
让运行的exe都加一个密码保护. 对你的隐私很好的保护. -run exe were to a password-protected. To your good privacy protection.
应用背景一个旅行推销员是准备一个大的销售之旅。在他的家乡,提着手提箱,他将进行一次旅行,他的每一个目标城市被访问一次然后回家。鉴于城市之间的两两距离,在参观他们的最佳顺序是什么,从而减少整体的距离?为城市的1,……,N,推销员的故乡1,让a ; ;(dij)是城际间的距离矩阵。我们的目标是设计一个旅行的开始和结束在1,包括所有的其他城市是一次性的,并具有最低的总长度。图中显示了一个涉及五个城市的例子。 ;关键技术让我们马上进入DP。那么什么是适当的子问题求解TSP?在这种情况下,最明显的部分解决方案是一个旅游的初始部分。假设我们在市1的要求开始,参观了几个城市,现在在城市的什么信息是我们为了扩大这部分旅游需求?我们一定要知道,因为这将决定哪些城市未来最方便的访问。我们还需要知道所有访问的城市到目前为止,所以我们不要重复任何人。在这里,然后,是一个合适的子问题。