Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - temp
Search - temp - List
DL : 0
#include <stdio.h> unsigned long int crc32_table[256] unsigned long int ulPolynomial = 0x04c11db7 unsigned long int Reflect(unsigned long int ref, char ch) { unsigned long int value(0) // 交换bit0和bit7,bit1和bit6,类推 for(int i = 1 i < (ch + 1) i++) { if(ref & 1) value |= 1 << (ch - i) ref >>= 1 } return value } init_crc32_table() { unsigned long int crc,temp // 256个值 for(int i = 0 i <= 0xFF i++) { temp=Reflect(i, 8) crc32_table[i]= temp<< 24 for (int j = 0 j < 8 j++){ unsigned long int t1,t2 unsigned long int flag=crc32_table[i]&0x80000000 t1=(crc32_table[i] << 1) if(flag==0) t2=0 else t2=ulPolynomial crc32_table[i] =t1^t2 } crc=crc32_table[i] crc32_table[i] = Reflect(crc32_table[i], 32) } } -# include
Update : 2008-10-13 Size : 795 Publisher : 海波

DL : 0
可以帮助您快速删除上网后的记录! 使用方法,将Empty Temp Folder.bat文件拖到启动项中就可以在启动后自动清除所有的上网临时文件!-can help you quickly delete records after the Internet! Use of Empty Temp Folder.bat document launched dragged item can be activated automatically after the removal of all the Internet temporary files!
Update : 2008-10-13 Size : 1540 Publisher : 红军

ADC10, Sample A10 Temp, Set P1.0 if Temp ++ ~2C-ADC10, Sample A10 Temp, Temp if Set P1.0-2C
Update : 2008-10-13 Size : 1749 Publisher : 刘J.C.

DL : 0
这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的仿真(dllPc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (3)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常.-If running this example, the simulation of the PC window of 1,2,3-line display some information, in a random location ~ 5. c51 as the default decoder does not support heavy-function, its emphasis on the use of simulation function to the re-use system without Push stack, Small RTOS 51 and no heavy Push management, in TaskA ~ TaskE and although similar, but not the merger. Note : (1) in KEIL C51 project, I have already output directory in e : \\ temp. You can Project -
Update : 2008-10-13 Size : 5956 Publisher : 邢兰停

这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个函数. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. 感谢网友John X. Liu,在这个例子中我使用了他编写的仿真dll(Pc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (2)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常. -this example is another example of a two way (but the number of different tasks), it uses the highest-priority task, as shown mandate, ShowChar global variable as a parameter. TaskB function is a priority task to ten function, because no use local variables, these tasks can use a function. attention : (1) in KEIL C51 project, I have incorporated the output directory in e : \\ temp, you could Project -
Update : 2008-10-13 Size : 5264 Publisher : 邢兰停

DL : 0
#include <stdio.h> #include <stdlib.h> #define N 3 struct huowu {char num[10] char name[8] int money[3] int amount[3] }huo[N],temp -# include
Update : 2008-10-13 Size : 1694 Publisher : liu hui

DL : 0
  自从Windows操作系统出现以后,在应用程序中进行人机交互的思想和手段便发生了根本性的改变,计算机的界面变得友好精彩。一个程序的好坏很大程 度上决定于人机交互的方便程度。当前,大多数程序的标题栏都千篇一律,如何让自己的程序与众不同是每个程序员的梦想,但改变标题栏的内容的确有相当的难 度。该篇文章向你介绍如何在标题栏上添加图标按钮,而且当鼠标经过和点击该图标时,鼠标将有不同的反应。请按照下面的步骤实现。   第一步:打开VC编程环境,生成一个新的基于单文档的工程temp,所有的选项都取默认值,下面,我们就在此工程的标题栏上生成三个按钮图标。   第二步:下载资源文件,共有三个文件:CaptionButton.cpp、CaptionButton.h和Thunk.h。将这三个文件添加到工程中(添加方法不必细说了吧)。 -since the emergence of the Windows operating system. the application process for HCI thinking and means has undergone a fundamental change, computer-friendly interface become brilliant. The quality of a process largely depends on the man-machine interaction convenience. Currently, the majority of procedures are stereotyped column heading, and how to help their own procedures are different for each programmer's dream, but to change the column headings as indeed it is quite difficult. The article to tell you how to add Biaodilanshang icon button, but when the mouse hovers over the icon and click, mouse will have different reactions. Please follow these steps. First step : Open VC programming environment, a new generation of single-documentation project temp. all options take the default
Update : 2008-10-13 Size : 1973 Publisher : 按钮

DL : 0
功能列表 - 理论上可以上传无限大的文件 - 实时显示上传状态、进度 - 支持多文件上传以及与表单混合上传 - 方便的用户调用接口 - 兼容不同浏览器 - ... 注意: 1. UPU需要php4.3.0及其以上版本,并打开socket扩展 2. upu/temp为上传临时文件存放目录, upu/files为文件存放目录,这两个目录可以在 upu.class.php中指定。 3. 你的<form>中要有enctype=\"multipart/form-data\"这个属性,action为文件上传成功后 的处理页面,也就是说你的<form>完全按照正常的思路来写就可以了,唯一不同的是需 要加入onsubmit=\"return upuInit(this)\" 4. 上传成功后,可以使用$_POST来获取表单数据,如果是普通表单,直接 $_POST[ 表单名称 ]即可获得其值,如果是一个文件,则返回这样一个数组 $_POST[ 表单名字 ] = Array ( [filename] => [clientpath] => [savepath] => [filetype] => [filesize] => [extension] => ) -function list-theoretically unlimited upload large files-real-time display upload state, progress-support multi-file upload form and mixed with upload-called user-friendly interface-compatible with a variety of browsers - .. . Note : 1. UPU need php4.3.0 and above. and open the socket extension 2. Approved / temp to store temporary files upload directory, Approved / files for document storage directory, This directory can be in two upu.class.php designated. 3. You
Update : 2008-10-13 Size : 46706 Publisher : kuang

oracle数据库在使用一段时间后,会出现temp表空间过大的问题,此代码作用是清除oralce数据库temp表空间,并重建之-oracle database in use for some time, there will be temp table space big problem, this code is to eliminate the role oralce database temp table space, and redevelopment
Update : 2008-10-13 Size : 782 Publisher : smzhao

DL : 0
#include \"define.h\" #include <stdio.h> #include <string.h> #include <ctype.h> #include <malloc.h> FILE *fp /*////////////////////////////////////////////////////////////////////////////// This is a pretreatment. /////////////////////////////////////////////////////////////////////////////*/ void readIntoBuffer(char buffer[256]) { char ch1 char temp int i for(i=0 i<256&&!feof(fp) i++) { ch1=fgetc(fp) if(ch1== )-# include "define.h" # include
Update : 2008-10-13 Size : 2335 Publisher : dddddddd

DL : 0
本程序是安全C程序首先对图像进行形态学的处理然后再提边缘二值化最后可以取出细胞的轮廓。 用程序时必须在E盘下建立此文件。 e:\\PICUTRE\\TEMP2.BMP -this procedure is a safe procedure C First, the image morphology processing before being marginal value of the last two admit Cell out of the contours. Procedures to be used in the E site established under this document. E : \\ PICUTRE \\ TEMP2.BMP
Update : 2008-10-13 Size : 18700 Publisher : 张德龙

这两个程序都可以正常运行的,都是我从网上下的并做了一些改动。 你都须在E盘下建个PICTURE的文件夹。 其中SNAKE-TEMP 需要一个TEMP2。BMP的灰度文件,你放在这个文件夹下。你得提供一个图像和 一个初始轮廓。把一个图像的初始轮廓取出我也写了程序,但最后一步没完成。你先用PHOTOSHOP取一 大概的轮廓即可。 另一程序需要的格式是RAW。你看一下就能明白,我对细胞图像做都不好。-these two procedures can operate normally, I am from the Internet are under and made a number of changes. You have to be under the E site to build a PICTURE of the folder. Which Snake-TEMP need a TEMP2. Gray BMP file, you put this folder. You have to provide a picture and an initial outline. Put an initial outline of the image removed, I wrote a procedure, but did not complete the final step. You use Photoshop for a rough outline can be. Another procedure is necessary RAW format. You see what we can understand, I do images of cells not so good.
Update : 2008-10-13 Size : 381359 Publisher : wxqbzty

读寄存器内容的源代码环境是WINXP+MASM5.0通过编译生成可执行文件,双击,提示写入文件成功,按任意键推出。在程序的同一目录下的TEMP.TXT中已经写入了:-Reading Register contents of the source code WINXP MASM5.0 environment is generated through the compiler executable files , click, suggesting that writes the document success, launched by the Anykey. The same procedures in the directory TEMP.TXT has written :
Update : 2008-10-13 Size : 5760 Publisher : lele

这个系统中,可以添加雇员,添加部门 查看所有的部门信息和雇员信息 可以管理部门的雇员,例如:添加或删除雇员. 有以下约束:一个雇员只能在一个部门,如果雇员从部门删除,它将被放到一个ID为temp的部门中,在temp中的雇员表示还没有分配部门.每个部门都有一个部门管理员. 开发工具:JBuilder X. 数据库:mysql. 数据库名:user. 两张表:(1)employee,(2)department -this system, employees can be added, Add all the departments View sector information and employees can manage information sector employees, such as : add or remove employees. have the following constraints : only one employee in a sector, if the employee deleted from the department, It was placed in an ID for the temp sector, in the temp employees said that it had not yet allocated departments. Each department has a department administrator. Tools : JBuilder X. database : mysql. Database Name : user. Table 2 : (1) employee, (2) department
Update : 2008-10-13 Size : 2577417 Publisher : 李逵

这是Small RTOS 51 在DP-51下载仿真实验仪上使用CAT24WC02驱动程序的例子。本例程序按照相应的的通讯协议接收一个数据,并将接收到的数据显示到LED数码显示器上。然后将接收到的数据写入Cat24Wc02中,再在同一位置将数据读出,并将读出的数据通过串口发送回来。通讯协议参考rtos随想曲和test.ini。 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有4个警告,可以忽略. (3)DP-51下载仿真实验仪的所有跳线选取默认值。-This the Small RTOS 51 DP-51 download simulation NG use CAT24WC 02 Driver for example. The cases in accordance with the relevant procedures of receiving a communication protocol data and receiving the data shows that the LED digital display. Then sending the data into Cat24Wc02, again in the same position will be read out data, will be read out through the serial data sent back. Communication protocol reference rtos test.ini and Capriccio. Note : (1) in KEIL C51 project, I have incorporated the output directory in e : \\ temp. You can Project -
Update : 2008-10-13 Size : 12069 Publisher : 李强

这是Small RTOS 51 DP-51下载仿真实验仪上实现一个闹钟的源代码。它可以使用k1~k4调整时间,使用串口设置一个报警时间。由于仅仅是一个例子而非产品,有一些细节没有完善。如调整完时间后第一次显示的时间是错误的(由于共享TimeData引起);没有使用串行eeprom存储多个报警时间等;删除报警代码没有编写。不过,程序已经可以使用,读者可以自行完善它。通讯协议参考rtos随想曲和test.ini。 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有6个警告,可以忽略. (3)除与pcf8563相关的跳线和蜂鸣器的跳线外,DP-51下载仿真实验仪的所有跳线选取默认值。-This the Small RTOS 51 DP-51 download simulation device to achieve a clock source. It can be used k1 k4-time adjustments, the use of a serial set alarm time. As just one example, not products, some of the details not perfect. End adjustment time as the first time the show is wrong (due to shared TimeData lead); not using serial eeprom storage alarm over time; Alarm delete code compiled. However, the procedure can be used, the reader is free to perfect it. Communication protocol reference rtos test.ini and Capriccio. Note : (1) in KEIL C51 project, I have incorporated the output directory in e : \\ temp. You can Project -
Update : 2008-10-13 Size : 15246 Publisher : 李强

这是Small RTOS 51 DP-51下载仿真实验仪上编写的一个键盘驱动例子。在DP-51下载仿真实验仪上运行本程序后,有两个发光二极管每秒闪动一次。当按下某个按键时,LED数码显示器会显示相应的键值。 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有4个警告,可以忽略. (3)DP-51下载仿真实验仪的所有跳线选取默认值。-This the Small RTOS 51 DP-51 download simulation experiments on the preparation of the instrument a keyboard-driven cases son. The DP-51 download simulation NG run this procedure, there are two LEDs flashing once per second. When pressed a button, the LED digital display shows the corresponding keys. Note : (1) in KEIL C51 project, I have incorporated the output directory in e : \\ temp. You can Project -
Update : 2008-10-13 Size : 9476 Publisher : 李强

基于AT89C52的八路温度巡检仪表源程序-based on the Eighth Route Army AT89C52 Temperature Measuring Instruments source
Update : 2008-10-13 Size : 2124 Publisher : 志刚

DL : 0
温度测量系统源码 通过A/D0809数模转换 LED显示温度
Update : 2008-10-13 Size : 3950 Publisher : iviney

Get Internet Temp Folder
Update : 2008-10-13 Size : 56368 Publisher : minseok
« 1 2 3 45 6 7 8 9 10 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.