自动监测所在盘符文件的一切动作,例如:增加,删除,修改,复制文件,都能监测-where drive automatic monitoring all movements of documents, such as : add, delete, modify, copy paper, can monitor 下载
|
24点游戏脱胎于作者8年前设计的24点游戏DOS版,现新版本具有以下特色: > 1.允许自动抽牌或手动抽牌,答案结束电脑将尽可能给出该题所有的解答. > 2.允许通过多种方法改变游戏的界面:一是预置了7种换肤方案,二是游戏者可自行规定窗口的颜色 > 3.独创的电脑智能自学习功能,可吸收用户的算法扩充系统的“棋谱”(内置算法59*24=1416条). > 4.内置13个彩蛋,包含了许多有待你发现并激活的隐藏功能(如函数计算器、界面换肤、婚纱图片、控制计时、3D动画、鼠标右键、“作弊”设置等功能),大大增添游戏的趣味性! > 5.游戏过程真人原声支持 > 6.支持乘方,支持不同的计时方案,支持游戏目标值(如24)与选牌在100以内自然数的自定义。 > 7.提供键盘或鼠标输入的智能模糊支持功能(如全角与半角纠正,括号纠正、运算符号输入自动纠错),提供了功能键支持 > 8.独特的计分方案,用时越少,加分越高! > 9.支持不同时间级别的分级纪录功能 > 10.数据文件防病毒自动校验修复功能。经改进,现只需一个不到300K的主程序文件即可有声有色地运行本游戏(暂不支持网络对擂)。 > 福建师范大学化学与材料学院 曹阳 -24 point game modeled on the author eight years ago designed 24 points DOS version of the game, is the new version has the following characteristics : gt; 1. Pumping licensing allows automatic or manual pumping license, the answer will be the end of the computer is possible that all the answers. Gt; 2. Through a variety of methods to allow change the game changed the interface : One is included in the seven Eurocargo programs, two games will be to decide the color of the window gt; 3. the original computer intelligent self-learning function, users can absorb the expansion of the algorithm "batter" (built-in algorithm 59 * 24 = 1416). gt ; 4. built-13 Kolb, including many yet to be discovered and you activate hidden features (such as the calculator function, interface common. wedd 下载
|
操作方法 一 编辑操作 <一> 键盘操作 1.Insert键增加一行,并复制最后一行内容,Delete键删除最后一行,该操作用以调节表格总大小; 2.Tab键横向移动光标,Enter键纵向移动光标,符合Excle用户习惯; <二> 页面操作 1.全选 选择全部行,再次执行释放全部行; 2.复制所选 复制已经选择的行及其内容; 3.删除所选 删除已经选择的行; 4.清空所选 清除所有单元格(input)中的内容; 5.提交 利用ajax技术发送数据内容到服务器 二 文件操作 (此处完全ajax技术完成) <一> 保存 输入名字就可以进行保存操作 数据基于ajax技术传送到服务器,并有进度显示 <二> 打开 点击打开就可以打开文件列表,再次单击项目,就可以打开表格 三 智能操作 此功能为本作品的重点和特点 双击单元格将弹出菜单,菜单自动收集该列上所有不重复的已输入内容,为重复输入数据提供了方便; -operation an editing 下载
|
一是预置了7种换肤方案,二是游戏者可自行规定窗口的颜色 > 3.独创的电脑智能自学习功能,可吸收用户的算法扩充系统的“棋谱”(内置算法59*24=1416条). > 4.内置13个彩蛋,包含了许多有待你发现并激活的隐藏功能(如函数计算器、界面换肤、婚纱图片、控制计时、3D动画、鼠标右键、“作弊”设置等功能),大大增添游戏的趣味性! > 5.游戏过程真人原声支持 > 6.支持乘方,支持不同的计时方案,支持游戏目标值(如24)与选牌在100以内自然数的自定义。 > 7.提供键盘或鼠标输入的智能模糊支持功能(如全角与半角纠正,括号纠正、运算符号输入自动纠错),提供了功能键支持 > 8.独特的计分方案,用时越少,加分越高! > 9.支持不同时间级别的分级纪录功能 > 10.数据文件防病毒自动校验修复功能。-included in the first seven Eurocargo programs, two games will be provided to the color of window 下载
|
dotnetadsql 原来的程序缺少了部分数据库及部分代码,小宝.NET已经自行补全了一些核心 代码,已经调试通过了,具体安装过程如下: 1.启动SQL,新建一名为ad的数据库并导入ad.sql及user.sql生成ad及net_user 两个数据表格,然后在net_user表格中增加一管理员记录,user_id字段为:adm in,password字段及e_mail字段自己喜欢填什么就填什么。 2.修改linkstr.cs文件里的SQL2000数据库连接字符为你数据库的连接字符,然 后使用CSC编译linkstr.cs文件,假设你的linkstr.cs放在D盘根目录,操作系统 安装在C:/winnt/目录下的话,就在运行栏下输入并运行以下命令: C:\WINNT\Microsoft.NET\Framework\v1.0.3705\csc /t:library d:\linkstr.cs 这样则会在C:\WINNT\Microsoft.NET\Framework\v1.0.3705\目录下生成一个名 为linkstr.dll的组件,把这个DLL组件覆盖广告管理系统bin目录下同名文件即可 3.设置ad目录为虚拟目录,然后浏览运行login.aspx文件,填入刚才在SQL设置的 管理员名称及密码即可登录进管理系统增加广告-dotnetadsql original lack of procedures and some part of the database code, Xiaobao.NET has its own complement of some of the core code, debugging has been adopted, the specific installation process is as follows : 1. start SQL, an ad for the new database and import ad.sql and user.sql generation ad and net_us er two data tables, and then increase net_user form a caretaker records, user_id field : adm in, password field and the Lord filled the field what he likes on what filled. 2. Changes linkstr.cs documents in the SQL2000 database connectivity for your characters database connectivity characters and then use the compiler linkstr.cs CSC, Suppose your linkstr.cs on D NOTE, the operating system installed on the C : / winnt / directory, then run under the column of input and run the follow 下载
|