搜索资源列表

  1. LearnEclipseStepbyStep_swt_src

    0下载:
  2. eclipse 从入门到精通的源码,有了这个如果学会的话,可以毫无质疑的说我会SWT编程.包括:thread,button,canvas,combol,filllayout,griddata,progressbar,qq,tree,table,slider,-eclipse from the portal to the source proficient, with the Institute if so, the slightest
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-15
    • 文件大小:32768
    • 提供者:JinxinLiu
  1. list_hash

    0下载:
  2. hash表和单向链表的实现代码,相当实用.-hash table and the realization of one-way linked list code useful.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:8192
    • 提供者:likebj
  1. CRC-CCITT-tab

    0下载:
  2. 一个生成反相CRC-CCITT校验码表的单片机C程序,反相CRC-CCITT= 0x8408,开发环境为Keil C51-a generation RP-CRC-CCITT CRC table of SCM C procedures, RP-CRC-CCITT = 0x8408, the development environment for Keil C51
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-15
    • 文件大小:12288
    • 提供者:吴健
  1. Do_Disk

    0下载:
  2. 用于查看FAT表,查找扇区数,起始簇链,很好用的,多看看!! -to view FAT table, to find out the number of sectors, the initial cluster chain, the good, and see! !
  3. 所属分类:磁盘编程

    • 发布日期:2024-05-15
    • 文件大小:1984512
    • 提供者:卢丽君
  1. CRC_32

    0下载:
  2. this man file is CRC_32, it is computer CRC 32,so it is use look up table to computer,you can first see document.txt,hope you can use that-this file is CRC_32 man, it is computer CRC 32, so it is use to look up table com
  3. 所属分类:Modem编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:黄彦柏
  1. MISGoldPrinterV1.0

    0下载:
  2. C#.NET开发的MIS打印程序,可以提供打印多种表格,如二维表等-C#.NET development of the MIS Print procedures, can provide a variety of print forms, such as two-dimensional table
  3. 所属分类:C#编程

    • 发布日期:2024-05-15
    • 文件大小:129024
    • 提供者:milk
  1. code-table

    0下载:
  2. 一个关于表格处理的小程序。java编写。可供初学者学习。-one of the small tables procedures. Java prepared. For beginners learning.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:周慧慧
  1. Lex_Yacc_Parser

    0下载:
  2. 语法分析器lex和词法分析器yacc的C++语言实现 1.Lex (1)Lex输入文件的解析 (2)正规表达式的解析 (3)一个正规表达式到NFA的转换算法实现 (4)多个NFA的合并 (5)NFA的确定化和最小化算法实现 (6)返回状态与返回内容的对应 2.Yacc (1)Yacc输入文件的解析 (2)上下文无关文法到对应LR(1)文法的下推自动机的构造 (3)LR(1)文法的下推自动机到
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:40960
    • 提供者:尤冉
  1. MIBviewer

    0下载:
  2. MIB浏览器,可以查询某个SNMP的变量值,设置某个snmp的变量值。查询表或代理所有SNMP的变量值的功能-MIB browser, can find a SNMP variable values, set up a snmp variable values. Table inquiries all SNMP agent or variable value of the function
  3. 所属分类:SNMP编程

    • 发布日期:2024-05-15
    • 文件大小:225280
    • 提供者:陈洪波
  1. byyl_cffxq

    0下载:
  2. 编译原理:词法分析器(C++实现) 将PASCAL的源程序,即相应字符流转换成内部表示,并对标识符填写相应的符号表供编译程序以后各阶段使用,输出的单词符号格式为二元组(单词种别,单词在标识符表中的地址),标识符表格式有“序号”和“标识符本身的值”两项。-compiler : lexical analyzer (C achieved) will PASCAL source, that is, replaced by the corre
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:10240
    • 提供者:Snake
  1. data2dlookup

    0下载:
  2. simulink 2d 查表程序 table2d.m, data2d.fig, table2dlookup.mdl, data2dresult.fig-simulink 2d look-up table procedure table2d.m, data2d.fig, table2dlookup.mdl, data2dresult.fig
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:33792
    • 提供者:楚燕
  1. sin

    0下载:
  2. 采用delphi自编的sin函数傅立叶离散数据数据表生成器,正弦函数发生器查表输出;-Using the sin function delphi own discrete Fourier data table generator, sine function generator look-up table output
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-15
    • 文件大小:172032
    • 提供者:张诚
  1. A

    0下载:
  2. 编写为某一任意上下文无关文法构造的LL(1)语法分析程序,并对任给的一个输入串进行语法分析检查。 程序要求为该文法构造预测分析表,并按照预测分析算法对输入串进行语法分析,判别程序是否符合已 知的语法规则,-To prepare for a arbitrarily constructed context-free grammar LL (1) grammar analysis program, and any given inpu
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:197632
    • 提供者:傅波
  1. addRow

    0下载:
  2. 动态添加,删除table行,可以在客户端动态修改table,实现对table的控制-Dynamically add, delete, table line, you can dynamically modify the client table, realize the control of the table
  3. 所属分类:Web服务器

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:David
  1. GBKPY

    0下载:
  2. 含声调的GBK拼音编码表,XLS格式,用于编制拼音输入法或用于程序设计中,没有解压码。-Pinyin with tone of GBK encoding table, XLS formats, for the preparation of Pinyin input method, or for program design, there is no decompression code.
  3. 所属分类:中文信息处理

    • 发布日期:2024-05-15
    • 文件大小:72704
    • 提供者:FATBOY
  1. crc16

    0下载:
  2. RTU MODBUS通讯时,CRC16的查表获得-RTU MODBUS communications, CRC16 of the look-up table to obtain
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:zbh
  1. 2005061322070524522

    0下载:
  2. 离散数学真值表求值,对于数学专业很有用。 -Discrete Mathematics truth table for the value of, for mathematics useful.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:47104
    • 提供者:sss
  1. Lesson44

    0下载:
  2. 一个基于OPENGL光晕的例子,感觉比较适用,发上来,-OPENGL based on examples of Halo, I feel more appropriate, a table,
  3. 所属分类:OpenGL

    • 发布日期:2024-05-15
    • 文件大小:77824
    • 提供者:肖鹏
  1. binsearch

    0下载:
  2. 数据结构查找算法中的二分查找算法,设置一个长度为100的查找表,有效值范围(0-1)例如设置一个值0.34运行程序就会得到他在表中位置。-Data structure search algorithm in the binary search algorithm, set up a length 100 lookup table, valid value range (0-1) to set up a value of 0.34 for
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:178176
    • 提供者:jxl
  1. Table

    0下载:
  2. 实现输入行数和列数就能生成表格,表格可以改变行高和列宽,并能输入文字-Input the number of rows and columns will be able to generate a number of forms, the form can change the row height and column width, and can enter text
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:陈敏
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org