Welcome![Sign In][Sign Up]
Location:
Search - WHILE

Search list

[Other resourceSLE4442读写程序

Description: 前一阵子做了个IC卡读写程序,可以读写SLE4442系统逻辑加密卡的,本来想在网上找一个,没找到,自己写了一个,为了让后来人可以轻松一点,所以就奉献给大家:) 注释比较少(本人的坏习惯),看起来有点累,不过建议你在自己看之前先熟悉一下SLE4442的协议。 程序是经过测试的,在我的931上工作的很好,有什么问题,发信给我 Ploto_zhu@etang.com-done a while ago, IC card reader procedures, can read and write SLE4442 encryption system logic card, and they would like to find an on-line, could not find himself writing a view to the later can easily point and so on devoted to you :) Notes relatively small (my bad habits), looks a bit tired, but I suggest you look at before their first study SLE4442 agreement. Procedures are tested, in my 931 on the good work and what problems, I wrote to Ploto_zhu@etang.com
Platform: | Size: 2285 | Author: hu | Hits:

[Other resourceSQLBrowser

Description: 很久以前用delphi写的一个SQLServer外部的企业管理器,可对库中的表、过程、函数、类型等对象进行查看。主要的功能是实现了类似SQLServer中的查询分析器一样的多个语句同时编缉的功能。写好后就没有动过了,哪位有兴趣可以继续把功能加强。我的QQ:81106348-with delphi long ago wrote a SQLServer external enterprise management, which can be right for the table, processes, functions, such as object type for viewing. The main function is to achieve a similar inquiry SQLServer the analyzer over the same statement while editing functions. After a leave of absence to write, which are interested can continue to strengthen the function. My QQ : 81106348
Platform: | Size: 981696 | Author: 向天扬 | Hits:

[SMSCngpSmgwSim

Description: 支持CMPP/SGIP/SMGP/CNGP/SMPP协议的多功能网关模拟器:概述:基于CMPP v3.0 v2.0协议, SGIP v1.2协议...实现了正向订制/退订、反向订制/退订接口。同时提供商用-support CMPP / SGIP / retrieved / WWW / SMPP protocol versatility Gateway Simulator : Summary : Based on the agreement CMPP v3.0 v2.0, v1.2 SGIP agreement ... to achieve a positive Customized / rescind the reverse order / rescind interface. While providing business
Platform: | Size: 14740 | Author: 家云 | Hits:

[WinSock-NDISDCPlusPlus-0.674-src

Description: 一个开放源码的免费的P2P客户端软件,用于文件交流,支持中文搜索。它和Neo-Modus公司的Direct Connect使用同一个通讯协议,但比它功能更加强大,可以同时登陆很多服务器。开放源码,绿色软件,也没有广告条。DC是分散服务器型的,服务器端也是免费的,因此适合同一个地域内的用户飞速交换文件。目前全世界有上万个服务器,通过DC共享的资料超过5,000,000GB。-a free open-source peer-to-peer client software for document exchange, support Chinese search. It Neo-Modus Direct Connect companies use the same communication protocol, but higher than its more powerful, while landing many servers. Open source software green, nor of the advertising. DC is decentralized server-based, server-side is also free, making it suitable to the region with a rapid exchange of user documentation. There are now more than 10,000 items of servers, DC by sharing information over 5,000,000 GB.
Platform: | Size: 1992005 | Author: | Hits:

[Button control自制类

Description: COLOR BUTTON,实现不同形式的BOTTON,同时可以自由的改变BUTTON的COLOR,很方便的一个类-COLOR BUTTON achieve different forms of BOTTON, while free to change the COLOR BUTTON, a very convenient category
Platform: | Size: 12416 | Author: wsw | Hits:

[Windows Develop航空售票

Description: 模拟多个多终端同时售票,当改变某些条件时,查看是否有票被重复售出.-analog terminal while many more tickets, when changing certain conditions, and check whether they have the votes to be sold to repeat.
Platform: | Size: 7831 | Author: 杨场鸿 | Hits:

[Other resourceHuffman程序

Description: 为得到使电文总长最短的二进制前缀编码,则以n种字符出现的频率作权,设计一棵Huffman树,求出给定权值的字符对应的Huffman编码。-enable the message to be chief of the shortest prefix binary coding, while the n characters of frequencies for the right to design a Huffman tree, obtained the right to set the value of the characters in the corresponding Huffman coding.
Platform: | Size: 9185 | Author: 张磊 | Hits:

[Other计算分数的精确值

Description: 使用数组精确计算M/N(0<M<N<=100)的值。如果M/N是无限循环小数,则计算并输出它的第一循环节,同时要求输出 循环节的起止位置(小数位的序号) *问题分析与算法设计 由于计算机字长的限制,常规的浮点运算都有精度限制,为了得到高精度的计算结果,就必须自行设计实现方法。 为了实现高精度的计算,可将商存放在一维数组中,数组的每个元素存放一位十进制数,即商的第一位存放在第一个元素中,商的第二位存放在第二个元素中....,依次类推。这样就可以使用数组不表示一个高精度的计算结果。 进行除法运算时可以模拟人的手工操作,即每次求出商的第一位后,将余数乘以10,再计算商的下一位,重复以上过程,当某次计算后的余数为0 时,表示M/N为有限不循环小数某次计算后的余数与前面的某个余数相同时,则M/N为无限循环小数,从该余数第一次出现之后所求得的各位数就是小数的循环节。 程序具体实现时,采用了数组和其它一些技巧来保存除法运算所得到的余数和商的各位数。 -arrays precise calculation of the M / N (0lt; Mlt; Nlt; = 100) value. If M / N is unlimited circulator, calculated and exporting its first cycle of festivals, while output cycle requirements of section starting and ending location (number of decimal places) * Analysis and design of computer algorithms size limitations, conventional precision floating-point operations have restrictions, in order to have a high-precision the results, we must design their own method. In order to achieve high precision calculations can be stored in a business-dimensional arrays, each array element placed a decimal number, the first one in a storage element, the second in the second storage element ..., followed by analogy. This array can use it does not mean that a highly accurate results. For computing divisi
Platform: | Size: 1513 | Author: 姚紫欣 | Hits:

[Other resourcesdram

Description: sdram控制器 这里考虑将SDRAM控制器结合目前项目开展来做相应的模块,而不做SDRAM通用控制器,这样也是考虑了FPGA的器件资源而采取的措施。同时编写的逻辑简单,没有多余的逻辑资源有利于提高控制器的速度,满足最后的设计要求。-SDRAM controller here consider SDRAM controller current projects do the corresponding module, but not so common SDRAM controller, as well as consider the FPGA device resources and the measures taken. While the preparation of simple logic, the logic is no spare resources to improve the speed controller to meet the final design requirements.
Platform: | Size: 3806 | Author: 林博 | Hits:

[Otherfour204555

Description: 计算机下四棋的程序,一行之中两个对一个则消灭对手-computer game of the four procedures, and his party of two for a while annihilation of the opponent
Platform: | Size: 20899 | Author: 李树永 | Hits:

[Other resourcec108244325566

Description: 我原来写这个程序只是为了常规上学习C#和.NET编程而做的一个练习。翻转棋,大家都知道,是一个比较流行而且比较有趣的游戏,原理和规则都很简单。这使得它成为学习一种新的语言或工具时的一个很好的练习选择。   开始时的练习虽然可以用来当作比赛的游戏,但还是缺少一些电脑棋盘游戏一般的特征,比如撤消走过的步骤,因此,积累了一些.NET的经验以后,就将它升级了。升级后增加了一些新的功能,而且改进了原来的图形界面和游戏AI。-I originally wrote this routine procedure only to learn C# and.NET programming and do a practice. Overturned game, as we all know, is a more popular and more interesting games, principles and rules are simple. Making it to learn a new language or tool of a good exercise choice. At the beginning of practice while games can be used as a game, but still lack some general computer board game features, such as the withdrawal of the steps taken, therefore, accumulated some.NET experience beyond, it will escalate. Upgrade adds some new features, and to improve the original graphic interface and the game AI.
Platform: | Size: 254164 | Author: 梁小姐 | Hits:

[CSharp分配回收

Description: 1. 存储管理采用可变分区方式。可变分区方式是按作业需要的主存空间大小来分配分区的。当作业装入主存时,根据主存的需要量察看有无足够的空间分配,若有,则按需要量分配一个分区给该作业;若无,则作业不能装入。随着作业的装入,撤离,主存被分成许多分区,有的占用,而有的是空闲的。 2. 存储分配分别采用首次适应算法、最佳适应算法和最差适应算法。 3. 当一个新作业要求装入主存时,查找空闲区表,从中找出一个足够大的空闲区。若找到大于作业需要量的空闲区,则把它分成二部分,一部分为占用区,另一部分又成为一个空闲区。 4. 当一个作业撤离时,归还的区域如果与其他空闲区相邻,则应合并成一个较大的空闲区,登在空闲区表中。 5. 本实验是模拟主存分配,按照存储分配算法设计主存分配和回收程序,并不实际启动装入作业。 -1. Storage management through the use of Variable way. Variable area by way of operational requirements is the main deposit size space to be allocated to the district. When loading operations at the main deposit, the owners of the deposit requirement to see whether enough space allocation, if so, according to a regional distribution requirements for the operation; If no, operation can not be loaded. With the loading operations, evacuation, the main deposit is divided into many districts, some occupied, while others are idle. 2. Storage allocation were used to adapt the first algorithm, the best adaptation algorithm and the worst adaptation algorithms. 3. When a new operational requirements of the main deposit loaded when you spare the District table to find a large enough free zone. If fou
Platform: | Size: 15319 | Author: 王阳 | Hits:

[CommunicationWWW.Ahaoz.CoM__java629242356624

Description: java编写的一个局域网通信软件,可以语音聊天,文件传输,支持多客户端同时通信!-prepared by a local area network communications software, voice chat, file transfer, support multi-client communications while!
Platform: | Size: 111506 | Author: 刘可 | Hits:

[Other resource线性规划

Description: 线性规划算法,既LP规划。可用于求解线性规划问题,同时内含matlab原函数的使用例子。-linear programming algorithm, LP planning. Can be used for solving linear programming problems, while containing Matlab primary function of the use of examples.
Platform: | Size: 2051 | Author: 陈镇静 | Hits:

[Other基于表达式的科学计算器

Description: 这是一个基于表达式的科学计算器,计算结果的有效位较长(16位);支持不严格的表达式输入(如cos(23)*sin(34)与cos(23)*sin(34与cos23*sin34等价);支持四种进制的数在一个表达式中同时出现的进制混合运算(除十进制外的各进制数不限于整数,如12d.3axh,xh是我的计算类所能识别的十六进制数的标识符);且程序做得也比较精细(如制作了鼠标键盘、窗口跟随、计算历史查看等),功能非常不错。-This is a formula based on the scientific calculator, the results effectively place a longer period (16); Support rigorous expression input (such as cos (23) * sin (34) and cos (23) * sin (34 with the equivalent sin34 cos23 *); support for the four band in a few expressions while the band mixed computing (except for the metric system outside the band is not limited to a few integers, as 12d.3axh, xh I kind of calculation can identify the hexadecimal number identifier); the program also doing fine (as produced by the mouse and keyboard , the window to follow the history of computing View), which is very good.
Platform: | Size: 148597 | Author: tufei8438 | Hits:

[Other resource遗传算法_VC源码

Description: 最近研究遗传算法,得到这点程序,均很好运行,共享给大家。同时还想得到更好更多的有关遗传算法的程序,望大家多多奉献。没有加密,解压即可-recent research on genetic algorithms, to be this procedure which is a good run for everyone to share. While more would like to be better in the GA process, we look a lot dedication. Without encryption, and can extract
Platform: | Size: 88345 | Author: 绿原 | Hits:

[CSharpcforum

Description: 可以用于发帖,增加斑竹等论坛的基本功能,同时有访问控制,-can be used to post messages in forums such as the increased fed the basic functions, while access control,
Platform: | Size: 512987 | Author: 田仪 | Hits:

[Other resource009

Description: 一个猜数字的小游戏,学习while循环语句的用法-a small viewing the game, learning while loop is the usage
Platform: | Size: 10198 | Author: 韩林 | Hits:

[ADO-ODBC运动会编排系统

Description: 云师大使用的运动会自动编排系统, 可以输入学号自动编排分组。 同时可以通过初赛成绩录入,自动进行复赛以及决赛的分组-cloud of National Taiwan Normal University Games automatic scheduling system can be imported, automatic scheduling school groups. While preliminary results by logging, automatic and semi finals of a
Platform: | Size: 210667 | Author: 李昱 | Hits:

[OS program操作系统——动态优先级调度算法源代码

Description: 操作系统——动态优先级调度算法源代码,多道系统中多进程并发执行,为了提高系统性能解决进程死锁问题,进程的优先级是动态变化的。正在执行的进程优先级会随时间降低,而挂起的进程或等待的进程的优先级会逐渐升高,这样就解决了操作系统中一个地优先级程序长期占据cpu,而高优先级进程却迟迟不能得到处理。-operating system -- Dynamic priority scheduling algorithm source code, multi-channel system more complicated implementation process. To enhance system performance Deadlock settlement process, the priority process is a dynamic change. The process is the implementation of priority will be reduced over time, and duration of the process, or wait for the process priority will be gradually increased, this would resolve the operating system to a long-term priority procedures occupy cpu, while high-priority process still could not be processed.
Platform: | Size: 9705 | Author: 韩文杰 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net