搜索资源列表
NeC45
- 这是我从weka主页上下载的一个c4.5算法的改进算法,里面附有readme文件,只有算法的主体,大约600行代码-weka from the home page to download an algorithm Bank improved algorithm inside with the readme file, only the main algorithm, about 600 lines of code
EhLib-5.2.84
- 一套非常优秀的第三方VCL Grid组件,相对于Delphi自身的DBGrid,它增加了很多功能,如: 1、Grid可显示为Flat、3D效果; 2、在表格底部显示合计行(可多行); 3、自动列标题排序,可自动显示排序标记; 4、日期列自动为DateTimePicker,Boolean列自动为CheckBox; 5、表格首行可显示查询行,自动筛选数据; 6、增加Grid数据查找对话框; 7、支持Grid打印,打印效果非常理想; 8、可将Grid数据导出至Excel、Word、Html、TXT;-
31
- 可用于对VC++、C++ Builder、Delphi、VB、C/C++、ASM等程序源代码进行详细的统计,可以非常精确的得到程序中代码行、注释行和空白行的行数。程序会自动根据你选择的文件类型进行统计,并将所有文件的分析结果进行汇总,可以方便、准确的对程序代码量进行全面的统计。本软件是绿色软件,不需要安装,直接运行。软件拥有非常漂亮的界面和强大的智能化统计功能,编程必备工具。 ☆3.0: 增加 Excel 存盘类型,便于编写文档时使用。修改目录统计时选取用户自定义统计文件的一个B
USB_Real_T2015518242006
- Use ADOX creat database , WM_DEVICECHANGE detect device change and compare which disk is new and use watcher to find which file and folder change. QueryCancelAutoPlay can be select by individual USB. Some font show in chinese because i write in chine
Csharp
- Csharp_VS2005_2008_datagridview 动态生成列和行的代码:-Csharp_VS2005_2008_datagridview dynamically generated columns and lines of code:
2005072416393413896
- ado 方式保存 jpg 图像到数据库 近日才开始学 ado 编程,扛着拿来主义+修正主义之大 旗,站在前人的肩膀上修改的一个小程序。相信很多大侠 早已见过。添加了一点功能,清洁了一些代码,多写了几 行注释-ado save jpg image to the database ado recently began to learn programming, used to carrying the banner of Marxism+ revisionism,
vc1025324235624
- 北京公交车查询系统,便利查询线路及各站点分布-Beijing Bus System, and the site lines to facilitate the distribution of query
CoolTrayIcon
- 只要简单指定几个属性,几行代码就可以实现 任务栏图标!-Simply specify a few properties, a few lines of code can achieve the task bar icon!
BeiJingBusSerchSystem
- 北京公交查询系统,较为简单。可以实现增加线路、修改线路、管理公交站点、查询公交路线等功能。带5个界面,加2个模块!数据库为access。-Beijing public transport query system, is relatively simple. Can achieve additional lines, modify the line, management, public transportation, check bus and other functions.
gongjiaochaxun
- 公交查询系统,后台管理可以增加,修改线路资料,前台可以查询指定线路中的位置,删除线路中的站点-Bus Enquiry System Admin can add, modify line information, prospects can check the location of the specified lines, delete the line in the site
ACC
- 这个代码可以压缩Access 2000/XP版本的数据库,使用简单快速,仅仅几行代码搞定,支持压缩带有密码保护的数据库.压缩后以图形比率显示.-This code can be compressed Access 2000/XP version of the database, using simple and fast, just a few lines of code it out, support for compression with password-protected databa
Image-SQL-Server-BLOBs
- itle: Image Database for SQL Server Using BLOBs Descr iption: Title: Image Database for SQL Server Using BLOBs This sample requires Microsoft SQL Server 2008 R2. It can store an unlimited number of JPEG images in the database itself as BLOBs (Bin
N-queen-problem
- 在N*N的方格棋盘放置了N个皇后,使得它们不相互攻击(即任意2个皇后不允许处在同一排,同一列,也不允许处在与棋盘边框成45角的斜线上。 你的任务是,对于给定的N,求出有多少种合法的放置方法。 -In N* N checkerboard of placed N a queen, so they don t attack each other (that is, any two queen not allowed in the same row, the same listed, and n
AccessAid_up2_pudn
- 一个通过ADO连接ACCESS数据库,并能执行SQL语句的VB程序. 如果有多条SQL语句,可以放在文本文件中,每条SQL语句一行(暂不支持SQL语句分行)-A VB program that can connect ACCESS database by ADO and execute SQL statement. SQL statements can be placed in a text file. If more than one SQL statements,a complete
168
- 三角网是由一系列连续三角形构成的网状的平面控制图形,是三角测量中布设连续三角形的两种主要扩展形式,三角插值计算,等值线绘制-Triangle network is composed of a series of triangles mesh plane control graphics, is arranged in a continuous triangle triangulation two main extended form, trigonometric interpolation ca
vba_cad
- cad 由数据库坐标画线,查找cad附近坐标有哪些线并自动成图。-cad by the database coordinates draw lines Find cad near coordinates which line and automatic mapping.
1
- 1. 编写并测试如下函数: void Add (int a[], int m, int b[], int n) 该函数将数组b的前n个元素追加到数组a的前m个元素后,假定数组a具有至少存放m+n个元素的空间。例如,如果数组a为{22,33,44,55,66,77,88,99},数组b为{20,30,40,50,60,70,80,90},则调用Add(a,5,b,3)后,将把数组a变为{22,33,44,55,66,20,30,40}。注意数组b并没有改变,而且数组a中只需改变n个元素。
2
- 1. 编写筛选查找素数函数: void sieve(bool isPrime[], int n) 其中isPrime[n]为一个布尔型数组,n为数组大小。由于2是第一个素数,所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。对从2到n/2的每一个可能的数值重复以上处理,当操作结束时,所有值为true的isPrime[i]所对应
4
- 1. 实现二分法求解方程。编写并使用以下函数: double SolveRoot(double(*pf)(double x),double a,double b,int n) 这里,pf指向一个函数f,f用来定义要求解的方程f(x)=0,a和b是未知解x的上下界(即a<=x<=b),n是循环次数。例如,如果f(x)=x*x-2,则SolveRoot (f,1,2,100)将返回1.414213562373095,即方程为x*x=2的解。二分法的原理是反复地把区间分为两个相等区
BSimpletomakee
- 下面是几行代码,目的是使的目标机器不断的重新启动,解决的办法是:在安全模式下,删掉相相关的注册表文件与程序源码,就行了!至于路径与程序源码的名字,在源代码里有 可直接使用。-Here are a few lines of code, so that the target machine to restart, the solution is: in safe mode, delete phase the registry files and program source code on the