搜索资源列表
CMX-RTOS(ch)
- CMX-RTOS实时多任务操作系统中文使用手册-CMX-RTOS RTOS Chinese Manuals
CalenderTrain.java
- At first you should be sure that your JDK1.4 is valid and all needed classes are in CLASSPATH. If you don t know how to set CLASSPATH, later a section will tell you. After unziped calendar.zip, there is a directory named fancy. Please
diveintopython-html-5.4_zh-ch
- Dive Into Python 5.4 中文版,Python入门级的好书,对很多Python重要的概念做了深入浅出易于理解的描述,不过不能取代Python Library Reference
词法分析程序(编译原理)
- 用C语言写的词法分析程序 #include "stdio.h" #include"string.h" #include "stdlib.h" FILE *fp; char filename[20]; char token[100]; int m=0; char getch() { char ch; ch=fgetc(fp); return ch; } char getbc
MyHumanResource.rar
- flex实现的gantt图,有时间轴的缩放,任务图标的拖动,缩放,很好用。开发平台:flexbuilder。,flex to achieve the gantt chart, there are timeline scaling, the task of dragging the icon, zoom, very good use. Development platform: flexbuilder.
Smarty-manual(chinese)
- 详细介绍smarty的使用,对php学习者很有用。Smarty是一个php模板引擎。更准确的说,它分开了逻辑程序和外在的内容,提供了一种易于管理的方法。可 以描述为应用程序员和美工扮演了不同的角色,因为在大多数情况下 ,他们不可能是同一个人。-Detail the use of smarty, php learners of useful. Smarty is a php template engine. More precisely, it is separated from the ap
JavaScript-the-good-part.ch
- 超级经典的Java scr ipt书籍,费好大劲才找到的个人收藏品-Java Srcipt the good part Chinese version
ajaxchat_o
- 该源码是使用ajax技术实现的一个聊天室功能。如果想对程序进行修改,建议使用eclipse并配合myeclipse。-The source is to use ajax technology to achieve a chat room feature. If you want to modify the program, and to recommend the use of eclipse with myeclipse.
PHP4-ch
- PHP4中文参考手册刚找到的很不错需要的朋友可以下载-PHP4 Chinese reference manual just to find a good friend in need can be downloaded
chat
- 随机聊天平台,开放所有客户端源码! 随机聊天其实真的是一件挺有意思的事情,起初我也只是想从技术上探究一下他的实现思路,做着做着,客户端的代码写的越来越多,目前支持的功能列表如下: 1.随机和互联网上一个陌生人聊天 2.支持站外邀请(支持Yahoo通和ICQ邀请)和站内邀请(指定某人) 3.支持聊天输入状态监控、表情支持、URL识别、魔法表情支持等 4.看笑话 5.陌生人与你的距离测算,精准显示在线人数和聊天人数 6.一键将聊天记录发送到邮箱(个人觉得很实用的功能
JQuery1.3
- jquery1.3 帮助文档(中文) jquery1.3 api ch
M95128
- M9550 JAVASCRPTM CH-M9550 JAVASCRPTM CH
javachat
- java的语音聊天程序 有几个版本,包括源代码以及文档描述 十分详细 适合初学者-java voice chat program has several versions, including source code, and document describes in great detail for beginners
LJblog
- 一、在本地调试要注意几点: 1、程序必须在根目录 2、必须开启父路径 3、硬盘为NTFS格式的时候,请设置硬盘属性->安全属性标签,设置成evryone和user为完全控制。 4,网站LOGO修改地址 \Ch\image\logo.jpg 二、后台管理 管理演示登录:/admin/admin_Login.asp 管理帐号:admin 密码:admin -First, pay attention to local debugging points: 1, the
Socket_Android_chat_zs
- 里面分两个文件夹,client 在Android实现,Server 是java应用程序。运行时注意在client 的中换上Server的IP-Inside two folders, client achieve in Android, Server is a java application. Run-time attention of the client put in the Server' s IP
ch
- as3 类编程用于基本的as3学习as3 类编程用于基本的as3学习-as3 as3 class programming for the basic learning as3 as3 class programming for the basic learning
chap8-9-10-13_solved_exercises
- Java how to programe ch,8,9,10,13 solved exercise
jwgl
- 系统功能说明: (1)系统分三种身份:学生,教师和管理,每种身份登陆系统后进入不同的权限操作界面。 (2)学生信息管理:管理员可以添加新的学生学籍信息,教师只能查询,管理员可以进行学生信息维护管理。 (3)教师信息管理:管理员可以添加新的教师,可以修改教师信息,教师身份只能修改自己的个人信息。 (4)课程信息管理:管理员可以给某个学期某个班级添加新的课程,可以给某个学期某个专业添加选修课程,也可以修改和维护这些信息 (5)排课和选课信息管理:管理员可以指定某个学期每
sshdiary
- 用ssh框架实现简单日记管理系统,以实现写日记,修改删除功能,使用与初学者-允许输入拉丁字符的拼音 请键入文字或网站地址,或者上传文档。 取消 朗读 显示对应的拉丁字符的拼音 Yòng ssh kuàngjià shíxiàn jiǎndān rìjì guǎnlǐ xìtǒng, yǐ shíxiàn xiě rìjì, xiūgǎi shānchú gōngnéng, shǐyòng yǔ chū xuézhě 将中文译成英语 Ssh framework with
CH
- 令S是平面上的一个点集,封闭S中所有顶点的最小凸多边形,称为S的凸包,表示为CH(S)。如下图中由红色线段表示的多边形就是点集Q={p0,p1,...p12}的凸包。-ConvHull problem