-
文件夹目录监视对PowerBuilder的PBNI接口,需要PBNI环境
文件夹目录监视对PowerBuilder的PBNI接口,需要PBNI环境-folder directory surveillance of PowerBuilder PBNI interface, the environment needs PBNI
- 2022-03-24 07:34:31下载
- 积分:1
-
优素福Ozturk去# 305 ng的高技术工程departman electronik盖布泽…
yusuf ozturk goı ng a electronik engineering departman of gebze high technology of enstitue. end this fileis c++ decument of pic 18f4550
- yusuf ozturk goı ng a electronik engineering departman of gebze high technology of enstitue. end this fileis c++ decument of pic 18f4550
- 2022-07-16 11:19:28下载
- 积分:1
-
编程时发现,网上下的许多代码文件开头的几个都不是所需要的代码,因此就写了个简单的除去一个文件每行开始的几个字符的程序,最近发现每次要选文件的路径不方便,改用直接...
编程时发现,网上下的许多代码文件开头的几个都不是所需要的代码,因此就写了个简单的除去一个文件每行开始的几个字符的程序,最近发现每次要选文件的路径不方便,改用直接拖东文件更方便
-discard the first byte from a source file,this new editon,you can drap source file and not to select source file s path
- 2022-03-22 17:13:29下载
- 积分:1
-
一个外部的函数(10个数比较大小)在年底!
一个C++的外部函数(10个数比较大小)来看看吧!-an external C function (10 Number comparison size) at the end of!
- 2022-05-08 19:51:56下载
- 积分:1
-
降压变换器
此模型给出了降压变换器。 这 里降压变换器仿真了高电压到低电压一步步下降的情况。
- 2022-02-07 19:48:37下载
- 积分:1
-
原始数据划分为train.dat和test.dat
应用背景开始是做movielense的数据,可以把原始数据任意划分为train.dat和test.dat,主要是为了做验证实验。非常简单明了,适合初学者看看,如果不喜欢,请轻喷。关键技术# -*- coding: cp936 -*-
from sklearn import cross_validation
c = []
filename = r"Raw.data" #原始数据
out_train = open(r"train.txt","w") #训练集
out_test = open(r"test.txt","w") #测试集
for line in open(filename):
items = line.strip().split(",")
c.append(items)
c_train,c_test = cross_validation.train_test_split(c,test_size=0.1)#size =你需要的比例
for i in c_train:
out_train.write(",".join(i)+"
")
for i in c_test:
out_test.write(",".join(i)+"
")
- 2022-01-25 21:21:56下载
- 积分:1
-
一个非常好的磁盘扇区编辑工具,可以很难读写任何教派…
一款非常优秀的磁盘扇区编辑工具,可以对硬盘的任意扇区进行读写,修改,备份!希望对你有用,另外代码有详尽注释-A very good disk sector editing tool that can be hard to read and write any sector, modify, backup! Hope that useful to you, another code has detailed notes
- 2022-06-27 03:41:01下载
- 积分:1
-
简单的文件加密,XP风格的.
开发工具:VC7.0
简单的文件加密,XP风格的.
开发工具:VC7.0-simple file encryption, XP style. Development tools : VC7.0
- 2022-02-01 18:42:49下载
- 积分:1
-
自己编写的计算单词词频的程序,主要是考虑一个单词的各种词性中的百分比...
自己编写的计算单词词频的程序,主要是考虑一个单词的各种词性中的百分比-own calculations prepared by the words and phrases of the process is mainly a word of a percentage POS
- 2023-04-23 12:00:03下载
- 积分:1
-
分裂(非分裂)一个大文件分成多个小的这一种无形的竞争…
Split (and unsplit) one big file into multiple small ones This an invisible component with a simple task to split a file into multiple files of certain size. The most common need for this is when you want to put your (big) file on floppy disks, for backup or any other purposes. The method for reversing the process, the unsplitting, is also included. Built & tested using Delphi versions 3, 4 and 5, but it should work with version 2 also 文件分割和重组-Split (and unsplit) one big file into multiple small ones This an invisible component with a simple task to split a file into multiple files of certain size. The most common need for this is when you want to put your (big) file on floppy disks, backup or for any other purposes. The method for reversing the process, the unsplitting, is also included. Built tested using Delphi versions 3, 4 and 5, but it should work with version 2 also document segmentation and reorganization
- 2022-02-10 04:50:07下载
- 积分:1