-
sdcc 在 8051 的生成文件
#GNU 生成文件使用 SDCC
########################################################################
# GNU 生成文件证明 C 和汇编源文件的组合
# 文件名称: 生成文件
# 所有目标文件中的宏定义是按顺序都处理由 SDCC
# 到 "file.hex" 使用 GNU 使创建的文件,只是执行 "做"
########################################################################
TRG = led_pb
OBJ = led_pb.rel
设备 = mmcs51
SDCCCFLAGS =--模型小
ASLINKFLAGS =--代码-loc 0x8000 — — xram-loc 0xC000
- 2023-02-01 01:30:04下载
- 积分:1
-
translate Excell to txt file
translate Excell to txt file-create spin and slider toolbar
- 2023-01-05 02:35:03下载
- 积分:1
-
查看DLL文件的VC代码
查看DLL文件的VC代码-view vc code about DLL files
- 2022-09-09 12:10:02下载
- 积分:1
-
document access information source, beginners can look at things more systematic...
获得文件信息的源码,初学者可以研究一下,比较系统的东西-document access information source, beginners can look at things more systematically
- 2022-06-16 04:04:14下载
- 积分:1
-
登陆前台后才可以进入后台
帐号:admin
密码:admin
功能简价:
文件管理模块
图片管理模块
视频管理模块
下...
登陆前台后才可以进入后台
帐号:admin
密码:admin
功能简价:
文件管理模块
图片管理模块
视频管理模块
下载管理模块
自动屏蔽非法入侵
点歌祝55福功能
界面清新55活泼
可自动生自定义66页面!
顶部菜单与底部菜单自动生成!
-Front landing before they can enter the backstage account: admin password: admin features Jane Price: document management module pictures Video Management Module Management Module Management Module automatically download shield the illegal invasion of song I wish 55-fu features 55 fresh and lively interface will automatically Health 66 custom pages ! And at the bottom of the menu at the top of the menu automatically generated!
- 2022-02-13 16:58:23下载
- 积分:1
-
这是本人在做毕业设计时做的一部分工作,实现的功能是:1.多个文件的整合 2.代码量的统计....
这是本人在做毕业设计时做的一部分工作,实现的功能是:1.多个文件的整合 2.代码量的统计.-this is my doing graduate design part of the work done, the functions are : 1. The integration of multiple files 2. Code of Statistics.
- 2022-08-08 09:07:02下载
- 积分: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
-
SADirRead
Copyright (C) 2002 Smaller Animals Software, Inc.
This sof...
SADirRead
Copyright (C) 2002 Smaller Animals Software, Inc.
This software is provided as-is , without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
http://www.smalleranimals.com
smallest@smalleranimals.com
- 2023-05-25 18:10:04下载
- 积分:1
-
用VC++处理字符串的程序,非常顺手,适合初级学生学习参考!...
用VC++处理字符串的程序,非常顺手,适合初级学生学习参考!-With VC++ Treatment procedure string, very comfortable, suitable for primary students to learn the reference!
- 2022-03-22 19:18:16下载
- 积分:1
-
一个用VC++操作文件的各种方法的代码。
一个用VC++操作文件的各种方法的代码。-A VC++ to operate with a variety of methods of document code.
- 2022-12-28 12:40:04下载
- 积分:1