-
97663954paike
VB排课系统代码
能够手动加自动排课(VB Course Scheduling System code manually add Automatic Timetable)
- 2013-04-13 18:46:42下载
- 积分:1
-
bxpc
V3更新重写了整个心理咨询系统,吸取了历史版本的诸多有点,然后在增加了一些本人认为一个心理网站所需要的扩展功能,做到了非常人性化的局面,也许系统里面还存在部分JAVASCRIPT的错误,这是因为我没有增加容错脚本,其实没什么大关系的!好了现在谈谈重点的有哪些功能增加了吧:
1、个人拥有一个控制面板(基本资料,密码,头像,备忘录),虽然功能比较简单,但作为一个心理平台的话已经够了
2、心理讨论,系统的主体,比历史版本的平台功能强化了一下,具体功能如何内见,保证会让你满意
3、放松一刻:辅助模块,用于轻松心理咨询者抱着比较紧张的心情来浏览得到舒心的功能,有音乐试听互动的功能
4、系统功能,本系统是结合了历史版本的有点的,所以历史版本还存在免验证和验证的分别2套系统,而本系统则只要点点其中的参数设置即可设定成功,而且用户验证数据还可以通过EXCEL表格自由导入,方便异常
5、管理员登录名:admin
密 码 :admin
应网友要求,特别改制了ACCESS数据库版,可能数据库移植还有点问题,希望大家到官方网站去讨论交流(V3 updated rewrite of the entire system psychological counseling, to learn the history of the many versions somewhat, Then some of the extra that I have a psychological need for the expansion, and ensure that the very humanity of the situation, Perhaps system still exist inside the part JAVASCRIPT wrong, it is because I have no script to increase fault tolerance, In fact, nothing related to the! Well now turn to focus on what are the functions of the increase it : an individual with a control panel (basic information, passwords, Head MOU), although relatively simple functions, but as a platform for the psychological enough for the two, psychological discussion, The main system than the historical version of the platform to strengthen the function of that specific functions within see how t)
- 2007-07-03 00:17:42下载
- 积分:1
-
点到点协议是为在两个对等实体间传输数据包建立简单连接而设计的。这种连接提供了同时的双向的全双工操作。...
点到点协议是为在两个对等实体间传输数据包建立简单连接而设计的。这种连接提供了同时的双向的全双工操作。-Point-to-point agreement is for two pairs of entities such as the establishment of inter-transmission packets designed for simple connection. This connection provides a simultaneous two-way full-duplex operation.
- 2022-06-16 06:09:05下载
- 积分:1
-
ThreadExa
这是一个进程同步问题的例子,互相学习一下(This is an example of the process of synchronization problem, learn from each other about)
- 2009-11-05 22:17:00下载
- 积分:1
-
dplay
dplay.dll,D3D的动态链接库文件,你可以使用D3D动画编程
(Dplay.dll, D3D dynamic link library file, you can use the D3D animation programming
)
- 2013-05-25 07:45:37下载
- 积分:1
-
Gen_Quartus_Vwf_Mif
最大特点:可以从文件中导入数据到mif文件中,从文件中导入数据到vwf文件的输入总线中。
对于在QuartusII中做前期仿真,特别是对算法程序的仿真尤其有用。
自己做的,识货的下一个试试,别忘了顶一个先。
有任何建议和改进意见,请发mail到xyzlty@163.com
(greatest features : from paper imported data to mif document, from the paper into data to the input document vwf Bus. QuartusII in doing preliminary simulation, particularly for the simulation algorithm procedure is particularly useful. Do for myself, recognizes the next try, do not forget that the top one first. Have any suggestions and improvements, please send mail to xyzlty@163.com)
- 2007-05-29 11:47:18下载
- 积分:1
-
windowThread
一个简单易懂的windows多编程例子,这个例子描述了一般建立线程的方法还有就是和sock结合在一起对多种sock模式都有描述(An easy-to-understand programming examples of multi-windows, this example describes a general method to establish the thread there is and sock combination of a variety of sock patterns are described)
- 2016-05-08 11:58:07下载
- 积分:1
-
ss
说明: 一个用于面试时的面试管理系统,具有查看应聘者的资料和给其打分的功能。(One for the interview at the time of the interview management system, with a view candidate information and points to its function.)
- 2009-07-10 11:31:51下载
- 积分:1
-
main.css
Main css file foe windows xp and vista
- 2020-06-20 23:40:01下载
- 积分:1
-
Colibri---The-IDL-Code-Library
Colibri介绍 Colibri是一个基于ENVI/IDL平台实现的一个开源软件包。里边包含了多种多样的算法和程序。
代码是使用不同子文件夹来存储的。每一个文件夹内都含有一些源码文件。在根目录下的Reference Guide.html文件中包含了所有对象及函数的功能介绍、调用方法等,类似于IDL帮助。
Ø Application – General:含有一些通用功能,比如图像分类、创建合成图像、DSM转换为DTM等功能
Ø Application – Toolbox:包含两个GUI应用程序,功能分别为图像分类后处理(可以新增类别、修改类别等)、高光谱数据处理(光谱平滑,可进行批处理)。
Ø Classes:此文件夹包含了一些通用功能代码,主要为自定义类。
Ø Common:此文件夹包含了一些图像处理函数。如图像分类、SVM、RMSE计算等。
Ø Documents:此文件夹包含了一些参考文献和LOGO等文件。
Ø Examples:包含了一些示例代码和示例数据。
(Colibri is a repository for source code developed in ENVI/IDL under the Open Source Initiative. It contains a wide variety of algorithms and applications which are of interest for the remote sensing community.
The code is organized in a hierarchical way. At the lowest level, common code performing all kinds of basic functionality is available to the higher levels, i.e. classes and applications. Classes are object based functionalities performing more specific tasks. Both common code and classes are the building blocks for the applications which perform well delineated tasks.
All common code, classes and applications are well documented. The complete set of code and documentation are available to the remote sensing community.
ENVI/IDL code developers and remote sensing researchers are requested to actively contribute to this ENVI/IDL Code Library in order to obtain a solid reference of user developed applications for the remote sensing community.)
- 2016-05-25 16:30:04下载
- 积分:1