联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All Windows编程(9) 
按平台查找All Java(9) 

[Windows编程] IDE

一个ide,提供bf和ook的代码运行,比较简洁,功能全的,大作业不敢不好好写
A IDE to run bf and ook language (2017-08-04, Java, 64KB, 下载1次)

http://www.pudn.com/Download/item/id/1501829454403774.html

[Windows编程] Class

用了先进高效的C# 2.0语言,基于Microsoft .NET Framework 2.0 平台,可采用Microsoft SQL Server与Microsoft Access 97-2003数据库。
With the advanced and efficient C# 2 language, based on the.NET Framework Microsoft 2 platform, can be used SQL Server Microsoft and Access 97-2003 Microsoft . (2016-04-26, Java, 47KB, 下载1次)

http://www.pudn.com/Download/item/id/1461654066496577.html

[Windows编程] Yush.java.tar

This is a new algorithm in which we encrypt on the basis of position of the character. Algorithm 1 for key generation and Algorithm 2 is for encryption Algorithm A1 Step1: Let the key be ‘k’. Step2: Multiply the index number +1 with its ASCII code of the character at that index-65. Step3: Sum all the values and mod 26. Step4: Return the key. Algorithm A2 Step1: Take the string which you want to encrypt. Step2: Find the number of spaces. Step3: We add 65 to number of space. Step4: Take a string s. Step5: Add character representing number of spaces to that string. Step6: Calculate the word length of all the words present in the string and 65 to it. Step7: Now append the character that represents the word length. Step8: Subtract the number 1 and Add the number 1 with the ASCII value of the characters at alternate position. Step9: Add the key to each character in the string. Step10: Subtract 65 and the value so obtained modulo 26. Step11: Cipher text obtained.
This is a new algorithm in which we encrypt on the basis of position of the character. Algorithm 1 for key generation and Algorithm 2 is for encryption Algorithm A1 Step1: Let the key be ‘k’. Step2: Multiply the index number +1 with its ASCII code of the character at that index-65. Step3: Sum all the values and mod 26. Step4: Return the key. Algorithm A2 Step1: Take the string which you want to encrypt. Step2: Find the number of spaces. Step3: We add 65 to number of space. Step4: Take a string s. Step5: Add character representing number of spaces to that string. Step6: Calculate the word length of all the words present in the string and 65 to it. Step7: Now append the character that represents the word length. Step8: Subtract the number 1 and Add the number 1 with the ASCII value of the characters at alternate position. Step9: Add the key to each character in the string. Step10: Subtract 65 and the value so obtained modulo 26. Step11: Cipher text obtained. (2016-04-07, Java, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/1460021488444019.html

[Windows编程] ItemDataModel.java.tar

# Set root logger level to DEBUG and its only appender to A1. log4j.rootLogger=DEBUG, A1 # A1 is set to be a ConsoleAppender. log4j.appender.A1=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Target=System.out
# Set root logger level to DEBUG and its only appender to A1. log4j.rootLogger=DEBUG, A1 # A1 is set to be a ConsoleAppender. log4j.appender.A1=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Target=System.out (2015-12-07, Java, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/1449426151677016.html

[Windows编程] tika

Apache tika 可以解析各种富文本格式的文件,得到其中的文本内容字符串。如tika 可用于解析Office 97/2003/2007 格式、PDF 格式、HTML 等格式的文件。请参考tika-app-1.5.jar 的功能,实现一个GUI 界面的桌面程序,该程序可以打开以上几种格式的文件,调用tika 进行解析,在界面上展示txt 解析结果,并将结果保存成文本文件。该程序也可以同时打开一组文件,以多线程的方式对它们进行并行处理。注:请在程序中导入tika-core-1.5.jar 和tika-parsers-1.5.jar 来调用tika的功能(也可以只导入tika-app-1.5.jar)。
Tika Apache can parse a variety of rich text format file, get the text content of the string. Such as Tika can be used to parse 97/2003/2007 Office format, PDF format, HTML format file. Please refer to the tika-app-1.5.jar function, to achieve a GUI interface of the desktop program, the program can open more than a few formats of the file, call Tika to resolve, in the interface to display the results of TXT analysis, and save the results into a text file. The program can also open a group of files at the same time, in order to carry out the process of multi thread parallel processing. Note: import tika-core-1.5.jar and tika-parsers-1.5.jar in the program to call the Tika function (also can only import tika-app-1.5.jar). (2015-09-11, Java, 2KB, 下载12次)

http://www.pudn.com/Download/item/id/1441935277252056.html

[Windows编程] Compil_DAKICHE_Narimene_A1

c est un mini excel qui traite les fonctions arithmétiques tel que: =ARRONDI(93.15-54) > 39.0 =a1*c1 =ARRONDI(a1*moyenne(15.4,c3)) =PRODUIT(racine(2*4),ln(45),fact(6)) >7752.144557390572 Fonctions trigonometriques: ***************************** =COS (pi()) > -1 =SIN(2*pi()) > -2.4492935982947064E-16 =ACOS (0.5) > 1.0471975511965979 Fonctions statiques: ********************** =VARIANCE(3,4,7) -> 4.333333333333333 =MOYENNE(12.9,-65,3*2) > -15.366666666666667 =MIN(14,puissance(45,2),-8,-54) >-54.0 Fonctions logiques: ******************** =SI(7>5,9*5,9/5) ->45.0 =SI(2>5,exp(5),variance(3,4,7)) -> 4.333333333333333
c est un mini excel qui traite les fonctions arithmétiques tel que: =ARRONDI(93.15-54) > 39.0 =a1*c1 =ARRONDI(a1*moyenne(15.4,c3)) =PRODUIT(racine(2*4),ln(45),fact(6)) >7752.144557390572 Fonctions trigonometriques: ***************************** =COS (pi()) > -1 =SIN(2*pi()) > -2.4492935982947064E-16 =ACOS (0.5) > 1.0471975511965979 Fonctions statiques: ********************** =VARIANCE(3,4,7) -> 4.333333333333333 =MOYENNE(12.9,-65,3*2) > -15.366666666666667 =MIN(14,puissance(45,2),-8,-54) >-54.0 Fonctions logiques: ******************** =SI(7>5,9*5,9/5) ->45.0 =SI(2>5,exp(5),variance(3,4,7)) -> 4.333333333333333 (2014-12-25, Java, 959KB, 下载1次)

http://www.pudn.com/Download/item/id/2680865.html

[Windows编程] pencerian-algoritma-string-matching

untuk melakukan pencarian string matching menggunakan methode KMP, BF , BM
untuk melakukan pencarian string matching menggunakan methode KMP, BF , BM (2014-04-15, Java, 3KB, 下载1次)

http://www.pudn.com/Download/item/id/2511579.html

[Windows编程] opengpstracker017

Interface Accessible is the main interface for the accessibility package. 30: * All components that support 31: * the accessibility package must implement this interface. 32: * It contains a single method, {@link #getAccessibleContext}, which 33: * returns an instance of the class {@link AccessibleContext}. 34: * 35: * @version 1.1 11/24/97 20:34:48 36: * @author Peter Korn 37: * @author Hans Muller 38: * @author Willie Walker
Interface Accessible is the main interface for the accessibility package. 30: * All components that support 31: * the accessibility package must implement this interface. 32: * It contains a single method, {@link #getAccessibleContext}, which 33: * returns an instance of the class {@link AccessibleContext}. 34: * 35: * @version 1.1 11/24/97 20:34:48 36: * @author Peter Korn 37: * @author Hans Muller 38: * @author Willie Walker (2010-05-03, Java, 2195KB, 下载4次)

http://www.pudn.com/Download/item/id/1154241.html

[Windows编程] iplib

Apache的Jakata项目的POI子项目,目标是处理ole2对象。目前比较成熟的是HSSF接口,处理MS Excel(97-2002)...POI可以到www.apache.org下载到。编译好的jar主要有这样4个:poi包,poi Browser包,poi hdf包
Apache POI project programs, aims to address ole2 targets. Now is a relatively mature HSSF interface, dealing with MS Excel (97-2002) ... POI can www.apache.or g download. Compiled jar are the main four : poi kits, poi Browser package, poi HDF packet (2006-05-11, Java, 65KB, 下载9次)

http://www.pudn.com/Download/item/id/182785.html
总计:9