Welcome![Sign In][Sign Up]
Location:
Search - 1-wire

Search list

[GDI-BitmapISsource

Description: 图像分割中“Intelligent Scissors”的源码,也成为Livewire,效果不错,可直接运行-Image Segmentation Intelligent Scissors the source, has also become a Livewire, good results can be directly run
Platform: | Size: 50176 | Author: chenwenjuan | Hits:

[transportation applicationstreeline_xjj

Description: 公路铁路交通线路上用的三线线间距计算程序,FORTRAN源码编写,有说明.-Road and rail lines on the road with the three-wire line spacing calculation program, FORTRAN source code to prepare, it has made it clear.
Platform: | Size: 462848 | Author: 李林 | Hits:

[assembly languageASMVIRUS

Description: 纯汇编写的病毒程序。 1、将自己拷贝到系统目录下; 2、循环遍历系统中所有逻辑驱动器,将自己拷贝到其根目录下并建立AutoRun.inf文件; 3、搜索系统中所有的exe 文件,在exe文件上添加可执行代码,使exe在运行之前首先执行添加的代码;并在所搜索过的目录中建立desktop.ini文件,标记已访问过; 4、修改注册表:添加自启动、不显示隐藏文件、禁用注册表编辑器、禁用任务管理器。 -Pure virus program written compilation. 1, copy themselves to the system directory 2, cycle traverse system for all logical drives, copying itself to its root directory and create Autorun.inf documents 3, search the system all the exe files in the exe file add executable code to run exe before the implementation of the code to add and searched in the directory to create a desktop.ini file, marking has been visited 4, to modify the registry: Add self-starting, do not show hidden files, Disable Registry Editor, disable Task Manager.
Platform: | Size: 8192 | Author: 婷婷 | Hits:

[OtherSteer

Description: 关于汽车转向器得VC控制程序,使用运动控制卡进行控制,需添加相关控制卡得调用函数-VC on a car steering control procedures, the use of motion control card to control, need to add a calling card-related control function
Platform: | Size: 35840 | Author: chengang | Hits:

[OS DevelopRR

Description: 设计一个按时间片轮转法实现处理器调度的程序 (1)假定系统有5个进程,每个进程用一个PCB来代表。PCB的结构为: • 进程名——如Q1~Q5。 • 指针——把5个进程连成队列,用指针指出下一个进程PCB的首地址。 • 要求运行时间——假设进程需要运行的单位时间数。 • 已运行时间——进程已运行的单位时间数,初始值为0。 • 状态——假设两种状态,就绪和结束,用R表示就绪,用E表示结束。初始状态都为就绪状态。 (2) 每次运行之前,为每个进程任意确定它的“要求运行时间”。 (3) 把5个进程按顺序排成循环队列,用指针指出队列连接情况。用一个标志单元记录轮到运行的进程。处理器调度总是选择标志单元指示的进程运行,对所指的进程,将其“已运行时间”加1。 (4) 进程运行一次后,若“要求运行时间”等于“已运行时间”,则将状态改为“结束”,退出队列,否则将继续轮转。 (5) 若就绪队列为空,结束,否则转到(3)重复。-err
Platform: | Size: 2048 | Author: | Hits:

[Software Engineering1

Description: 内网安全审计系统及审计数据挖掘研究的文档-Network security audit system and audit of data mining research documents
Platform: | Size: 3610624 | Author: jiny | Hits:

[assembly languageupload

Description: 汇编程序中的数制转换与DOS调用功能的结合,还有一个表处理程序,以下是程序实现的功能: 1.从键盘输入一个十进制数,转换为二进制显示在屏幕上; 2.输入十位BCD码,转换为4字节十六进制显示; 3.从键盘输入两个十进制数,相加后将结果显示在屏幕上; 4.从键盘键入一个4位十六进制数,转换为十进制显示在屏幕上; 5.对一个已知长度的从小到大的无符号字节数组查找关键字;用二分法实现-Compilation process several conversion and DOS system calls the combination of features, as well as treatment procedures for a table, the following is the procedure to achieve the functions of: 1. From the keyboard input of a decimal number converted to binary display on the screen 2. The importation of 10 BCD code, converted to 4-byte hexadecimal display 3. from the keyboard input of two decimal number, add up the results will be displayed on the screen 4. from the keyboard type a hexadecimal number 4, is converted to Decimal display on the screen 5. of a known length from small to large unsigned byte array to find keywords realize with the dichotomy
Platform: | Size: 3072 | Author: qcx | Hits:

[Other Web Codereg2NFA

Description: 这是编译原理的一个实验, 是把一个正则表达式转化为不确定有穷自动机NFA的算法程序,朋兴趣的朋友可以下载来看看哦。    一个正则表达式就是由普通字符(例如字符 a 到 z)以及特殊字符(称为元字符)组成的文字模式。该模式描述在查找文字主体时匹配的一个或多个字符串。正则表达式作为一个模板,将某个字符模式与所搜索的字符串进行匹配。    本实例的符号包括:    1. 基本正则表达式, 如ab    2. 重复, 如a*    3. 在各项中选择, 如a|b       使用时在Convert的Reg Exp中点击输入正则表达式, 然后单击Convert->to NFA就可以了。
Platform: | Size: 35840 | Author: 剑侠 | Hits:

[assembly languageDIANZISHU

Description: (1)设计一个简易的八音符电子琴,它可通过按键输入来控制音响。 (2)演奏时可以选择是手动演奏(由键盘输入)还是自动演奏已存入的乐曲。 (3)能够自动演奏多首乐曲,且每首乐曲可重复演奏。-(1) design a simple eight-note organ, it can be input through the buttons to control audio. (2) can choose to play when it is performed manually (by the keyboard input) or automatically playing music has been deposited. (3) can automatically perform pieces and each piece of music can be performed repeat.
Platform: | Size: 1024 | Author: aaa | Hits:

[ERP-EIP-OA-Portalpro

Description: 题 目 设计一个公司人事管理系统——添加模块和查询模块 主要内容: 某公司主要有四类人员:经理、兼职技术人员、销售经理和兼职推销员,现在需要存储这些人员的姓名、编号、级别、当月薪水,计算月薪总额并显示全部信息。 月薪的计算方法:经理拿固定月薪,兼职技术人员按工作小时数领取月薪,兼职推销员的报酬按该推销员当月销售提成, 销售经理既拿月薪也领取销售提成。 完成员工信息的添加模块和查询模块功能。 要求: 1、所有数据以外部文件方式保存,以结构方式存取。 2、主模块提供简单菜单,以便选择相应的操作。 3、采用面对象程序设计方法,每个系统至少需设计一个类。 4、信息输出界面尽量整齐美观,输入界面需控制非法数据检查。 5、程序设计报告中需重点写出系统设计(如模块设计、流程图等)。-err
Platform: | Size: 3072 | Author: nn | Hits:

[Internet-NetworkEthernet

Description: 模拟Ethernet帧的发送过程 编写程序模拟Ethernet结点的数据发送流程。 具体要求: 1)用两个线程a和b来模拟Ethernet上的两台主机。 2)用一个双字类型变量Bus来模拟总线(将其初始化为“\0”,并且总线等于“\0”时表示总线空闲)。 3)两个子线程向总线发送自己的数据。数据用该线程的线程号进行模拟,发送数据用线程号和Bus的“或”操作进行模拟(即Bus=Bus|ID,ID为该线程的线程号)。 4)每台主机须向总线上成功发送10次数据,如果其中某次数据发送失败,则该线程结束。 5)发送流程须遵循CSMA/CD。随机延迟算法中的冲突窗口取0.005。在数据发送成功(即Bus==ID)后,报告“ID send success”,产生冲突(即Bus!=ID)后报告“ID send collision”,发送失败(即冲突计数器值为0)后报告“ID send failure”。随着主机发送成功次数增加,报告其已发送成功的次数,如“主机A发送成功数=3”。 -err
Platform: | Size: 1024 | Author: seaman | Hits:

[SCM1

Description: 该时钟以24小时制显示时间,并可显示2000年至2049年之间的任何日期及星期,日期与时间经按键可相互切换,可输入8个闹钟时间设置,每个闹钟设置包括响铃的时间(小时与分钟)、对工作日有效还是对周末有效的标志,以及本项设置是否启用的标志等三部分。这8个闹钟设置均保存在EEPROM中,即使掉电也不用重新输入。-The 24-hour clock to display time, and shows from 2000 to 2049 and any date between the weeks, the date and time as may be mutually switch button, enter the eight alarm time settings, each set including the ringing of an alarm clock Duration (hours and minutes), the effective working days or weekends effective road signs, as well as whether or not to enable this setting, such as a symbol of three parts. This 8 alarm settings are stored in EEPROM, even brown-out do not have to re-enter.
Platform: | Size: 5120 | Author: 2005139 | Hits:

[assembly languageI2C_PIC16C5x_FV

Description: *** *** *** ***** ** Two wire/I2C Bus READ/WRITE Sample Routines of Microchip s ** 24Cxx / 85Cxx serial CMOS EEPROM interfacing to a ** PIC16C54 8-bit CMOS single chip microcomputer ** Revsied Version 2.0 (4/2/92). ** ** Part use = PIC16C54-XT/JW ** Note: 1) All timings are based on a reference crystal frequency of 2MHz ** which is equivalent to an instruction cycle time of 2 usec. ** 2) Address and literal values are read in octal unless otherwise ** specified. -************************* Two wire/I2C Bus READ/WRITE Sample Routines of Microchip s** 24Cxx/85Cxx serial CMOS EEPROM interfacing to a** PIC16C54 8-bit CMOS single chip microcomputer** Revsied Version 2.0 (4/2/92).**** Part use = PIC16C54-XT/JW** Note: 1) All timings are based on a reference crystal frequency of 2MHz** which is equivalent to an instruction cycle time of 2 usec.** 2) Address and literal values are read in octal unless otherwise** specified.
Platform: | Size: 2048 | Author: 刘星星 | Hits:

[OtherIBMTape[1].x86_6189_LTO2-4_Cert(LTO3)

Description: IBMTape[1].x86_6189_LTO2-4_Cert(LTO3适用)-IBMTape [1]. X86_6189_LTO2-4_Cert (LTO3 applicable)
Platform: | Size: 509952 | Author: ccooer | Hits:

[Windows DevelopSnifer

Description: Snnifer - Compile and then check the IP machines pluged into your wire-Snnifer- Compile and then check the IP machines pluged into your wire
Platform: | Size: 2826240 | Author: lisfpacheco | Hits:

[Special EffectsSeed

Description: 实现了二维图像的种子填充算法,该算法可以用来被用来实现脑图像的交互式分割-Using vc++ implementation of the two-dimensional image of the seed filling algorithm, which can be used be used to achieve interactive segmentation of brain images
Platform: | Size: 100352 | Author: 张三 | Hits:

[OpenGL programCaculator

Description: 用于道路与铁路工程中对导线,中基平,计算平差及WGS84,BeiJin54,及大地坐标系之间进行转换的工具.-For road and railway projects in the wire, in Kipping, calculation and adjustment of WGS84, BeiJin54, and between the earth coordinate system conversion tool.
Platform: | Size: 455680 | Author: xxx | Hits:

[transportation applicationsDX

Description: 对公路与铁路工程中的导线计算结果进行标注,方便在地形图中进行比对.-On the highway and railway projects in the calculation of the results of tagging wire to make it easier to conduct than the topographic maps right.
Platform: | Size: 40960 | Author: xxx | Hits:

[ADO-ODBCCheckPrint

Description: 支票打印管理软件,支持国内所有商业银行现金支票,转帐支票,电汇凭证的套打-Check print management software to support all commercial banks cash checks,转帐支票, wire transfers套打certificate
Platform: | Size: 7373824 | Author: xcj | Hits:

[3D Graphicmyearth

Description: 程序绘制一个旋转球,用线框标识视口,主要反映视域体,视口和窗口之间的关系-Procedures for drawing a spinning ball, using wire-frame logo, as the mouth, mainly reflecting the view of body, depending on the population and the relationship between window
Platform: | Size: 181248 | Author: 程代宗 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net